Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 544 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 544 Bytes

yaml

Build Status Coverage Status Scribble

A YAML parser and emitter for Racket.

To install, do raco pkg install yaml.

Then to load the package, use (require yaml).

The implementation is based on PyYAML.