libyaml-streamly: Low-level, streaming YAML interface via streamly.

[ bsd3, library, text ] [ Propose Tags ]

Rewrite of libyaml in streamly


[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.2.0, 0.2.1, 0.2.2, 0.2.2.1, 0.2.3.0
Change log ChangeLog.md
Dependencies base (>=4.9.1 && <5), bytestring (>=0.9.1.4), directory, safe-exceptions, streamly (>=0.8.0 && <0.9) [details]
License BSD-3-Clause
Author Michael Snoyman <michael@snoyman.com>, Anton Ageev <antage@gmail.com>,Kirill Simonov, Julian Ospald <hasufell@posteo.de>
Maintainer Julian Ospald <hasufell@posteo.de>
Revised Revision 1 made by AndreasAbel at 2023-06-11T09:38:16Z
Category Text
Home page https://github.com/hasufell/streamly-yaml#readme
Bug tracker https://github.com/hasufell/streamly-yaml
Source repo head: git clone https://github.com/hasufell/streamly-yaml
Uploaded by maerwald at 2021-10-21T20:38:10Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 1391 total (68 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-10-21 [all 1 reports]

Readme for libyaml-streamly-0.2.0

[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.