@hackage libyaml0.1.4
Low-level, streaming YAML interface.
Categories
License
BSD-3-Clause
Maintainer
Michael Snoyman <michael@snoyman.com>
Links
Versions
Installation
Dependencies (6)
- base >=4.14 && <5
- bytestring >=0.9.1.4
- conduit >=1.2.8 && <1.4
- directory
- libyaml-clib
- resourcet >=0.3 && <1.4 Show all…
Dependents (13)
@hackage/groundhog-th, @hackage/dhall-json, @hackage/pandoc-citeproc, @hackage/nbparts, @hackage/cfn-flip, @hackage/yaml-marked, Show all…
Package Flags
no-unicode
(off by default)
Don't enable unicode output. Instead, unicode characters will be escaped.
system-libyaml
(off by default)
Use the system-wide libyaml instead of the bundled copy
libyaml
This package provides a haskell wrapper over the libyaml C library version 0.2.2 by Kirill Simonov. It contains the C source so you don't need to worry about any non-Haskell dependencies.