HsSyck

Fast, lightweight YAML loader and dumper

LTS Haskell 6.35:0.53
Stackage Nightly 2016-05-25:0.53
Latest on Hackage:0.53

See all snapshots HsSyck appears in

MIT licensed by Audrey Tang
Maintained by [email protected]
This version can be pinned in stack with:HsSyck-0.53@sha256:a987ae2163811bdebfd4f2e2dcb7c75e9d2d68afd97d196f969d6a74786e43da,1818

Module documentation for 0.53

Used by 1 package in lts-5.11(full list with versions):

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.