@hackage libyaml-streamly0.2.1
Low-level, streaming YAML interface via streamly.
Categories
License
BSD-3-Clause
Maintainer
Julian Ospald <hasufell@posteo.de>
Links
Versions
Installation
Dependencies (6)
- base >=4.9.1 && <5
- bytestring >=0.9.1.4
- deepseq
- directory
- safe-exceptions
- streamly >=0.8.0 && <0.9 Show all…
Dependents (1)
@hackage/yaml-streamly
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-streamly
This package provides a haskell wrapper over the libyaml C library version 0.2.5 by Kirill Simonov. It contains the C source so you don't need to worry about any non-Haskell dependencies.