@hackage yaml0.2.0
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.3
- bytestring >=0.9.1.4 && <0.10
- control-monad-failure >=0.6.0 && <0.7
- transformers >=0.1 && <0.2 Show all…
Dependents (425)
@hackage/hopenpgp-tools, @hackage/yaml2owl, @hackage/khph, @hackage/cabal-scaffold, @hackage/craft, @hackage/commonmark-simple, Show all…
Package Flags
buildtests
(off by default)
Build the executable to run unit tests
nolib
(off by default)
Skip building of the library
Provides support for parsing and emitting Yaml documents. Includes the full C library in the package so you don't need to worry about any non-Haskell dependencies.