yaml icon indicating copy to clipboard operation
yaml copied to clipboard

A YAML library for Racket.

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.