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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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), directory, resourcet (>=0.3 && <1.4) [details]
License BSD-3-Clause
Author Michael Snoyman <michael@snoyman.com>, Anton Ageev <antage@gmail.com>,Kirill Simonov
Maintainer Michael Snoyman <michael@snoyman.com>
Revised Revision 1 made by MichaelSnoyman at 2022-10-24T07:26:44Z
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 2020-02-05T06:25:43Z
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, 724 indirect [details]
Downloads 28891 total (376 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-02-05 [all 1 reports]

Readme for libyaml-0.1.2

[back to package description]

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.