A YAML library for Racket.
A YAML parser and emitter for Racket.
To install, do raco pkg install yaml.
raco pkg install yaml
Then to load the package, use (require yaml).
(require yaml)
The implementation is based on PyYAML.
esilkensen
Back