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

Enabled

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.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), deepseq, directory, libyaml-clib, safe-exceptions, streamly-core (>=0.2.0 && <0.3) [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>
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 2024-04-22T15:32:31Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 1371 total (59 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 2024-04-22 [all 1 reports]

Readme for libyaml-streamly-0.2.3.0

[back to package description]

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.