@hackage HsSyck0.55
Fast, lightweight YAML loader and dumper
Categories
License
MIT
Maintainer
audreyt@audreyt.org
Links
Versions
Installation
Tested Compilers
Dependencies (5)
- base >=4 && <6
- bytestring >=0.9.0.1 && <0.13
- hashtables <1.5
- syb <0.8
- utf8-string >=0.3 && <1.1 Show all…
Dependents (10)
@hackage/Pugs, @hackage/acme-everything, @hackage/yaml-light, @hackage/pugs-DrIFT, @hackage/HsParrot, @hackage/hbeanstalk, Show all…
This is a simple YAML ('Yet Another Markup Language') processor, used by the Pugs project for handling data serialization; this can be useful for optimization and caching purposes.
This is an interface to the syck C library for parsing and
dumping YAML data. It lets you transform textual YAML data into an
object of type YamlNode, and vice versa, fast.