yaml-0.8.2.4: Support for parsing and rendering YAML documents.

The yaml package

Provides support for parsing and emitting Yaml documents.

This package includes the full libyaml C library version 0.1.2 by Kirill Simonov (http://pyyaml.org/wiki/LibYAML) in the package so you don't need to worry about any non-Haskell dependencies.

The package is broken down into two modules. Data.Yaml provides a high-level interface based around the JSON datatypes provided by the aeson package. Text.Libyaml provides a lower-level, streaming interface. For most users, Data.Yaml is recommended.

Properties

Versions0.0.0, 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.2.0, 0.2.1, 0.3.0, 0.4.0, 0.4.1, 0.4.1.1, 0.4.1.2, 0.5.0, 0.5.0.1, 0.5.1, 0.5.1.1, 0.5.1.2, 0.5.2, 0.6.0, 0.6.1, 0.7.0, 0.7.0.1, 0.7.0.2, 0.7.0.3, 0.7.0.4, 0.8.0, 0.8.0.1, 0.8.0.2, 0.8.1, 0.8.1.1, 0.8.1.2, 0.8.2, 0.8.2.1, 0.8.2.2, 0.8.2.3, 0.8.2.4
Dependenciesaeson (≥0.5), attoparsec, base (4.*), bytestring (≥0.9.1.4), conduit (≥0.5 & <1.1), containers, resourcet (≥0.3 & <0.5), text, transformers (≥0.1 & <0.4), unordered-containers, vector
LicenseBSD3
AuthorMichael Snoyman <michael@snoyman.com>, Anton Ageev <antage@gmail.com>,Kirill Simonov
MaintainerMichael Snoyman <michael@snoyman.com>
Stabilitystable
CategoryWeb
Home pagehttp://github.com/snoyberg/yaml/
Source repositorygit clone https://github.com/snoyberg/yaml
Upload dateSun Apr 28 16:42:45 UTC 2013
Uploaded byMichaelSnoyman
Built onghc-7.6
DistributionsNixOS: 0.8.2.4, Debian: 0.8.2.3, FreeBSD: 0.8.2.3

Modules

Downloads