libyaml: Low-level, streaming YAML interface.

[ bsd3, library, text ] [ Propose Tags ]

README and API documentation are available at https://www.stackage.org/package/libyaml


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
no-unicode

Don't enable unicode output. Instead, unicode characters will be escaped.

Disabled
system-libyaml

Use the system-wide libyaml instead of the bundled copy

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.2, 0.1.4
Change log ChangeLog.md
Dependencies base (>=4.9.1 && <5), bytestring (>=0.9.1.4), conduit (>=1.2.8 && <1.4), resourcet (>=0.3 && <1.3) [details]
License BSD-3-Clause
Author Michael Snoyman <michael@snoyman.com>, Anton Ageev <antage@gmail.com>,Kirill Simonov
Maintainer Michael Snoyman <michael@snoyman.com>
Category Text
Home page https://github.com/snoyberg/yaml#readme
Bug tracker https://github.com/snoyberg/yaml/issues
Source repo head: git clone https://github.com/snoyberg/yaml
Uploaded by MichaelSnoyman at 2019-02-12T09:09:44Z
Distributions Arch:0.1.2, Debian:0.1.2, Fedora:0.1.1.0, LTSHaskell:0.1.4, NixOS:0.1.4, Stackage:0.1.4, openSUSE:0.1.2
Reverse Dependencies 6 direct, 723 indirect [details]
Downloads 28735 total (349 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-02-12 [all 1 reports]

Readme for libyaml-0.1.1.0

[back to package description]

libyaml

This package provides a haskell wrapper over the libyaml C library version 0.2.1 by Kirill Simonov. It contains the C source so you don't need to worry about any non-Haskell dependencies.