@hackage yaml0.4.1.2
Low-level binding to the libyaml C library.
Categories
License
BSD-3-Clause
Maintainer
Michael Snoyman <michael@snoyman.com>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (4)
- base >=4 && <4.7
- bytestring >=0.9.1.4 && <0.10
- enumerator >=0.4 && <0.5
- transformers >=0.1 && <0.3 Show all…
Dependents (425)
@hackage/hopenpgp-tools, @hackage/yaml2owl, @hackage/khph, @hackage/cabal-scaffold, @hackage/craft, @hackage/commonmark-simple, Show all…
Package Flags
system-libyaml
(off by default)
Use the system-wide libyaml instead of the bundled copy
nolib
(off by default)
Skip building the library
buildtests
(off by default)
Build the executable to run unit tests
Provides support for parsing and emitting Yaml documents.
This package includes the full libyaml C library version 0.1.2 by Kirill Simonov (http://pyyaml.org/wiki/LibYAML) in the package so you don't need to worry about any non-Haskell dependencies.