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.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / ghc-yaml
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:haskell/ghc-yaml && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
ghc-yaml.changes | 0000002459 2.4 KB | |
ghc-yaml.spec | 0000002956 2.89 KB | |
yaml-0.8.16.tar.gz | 0000077279 75.5 KB |
Revision 21 (latest revision is 119)
Ondřej Súkup (mimi_vx)
accepted
request 360811
from
Ondřej Súkup (mimi_vx)
(revision 21)
- update to 0.8.16 * Add env variable parsing. loadYamlSettings can read config values from the environment with Yaml that specifies an env var. The syntax is var: _env:ENV_VAR:default
Comments 0