Name: | ghc-yaml |
---|---|
Version: | 0.11.8.0 |
Release: | 13.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 654300 |
License: | BSD |
RPM: | ghc-yaml-0.11.8.0-13.el9.x86_64.rpm |
Source RPM: | ghc-yaml-0.11.8.0-13.el9.src.rpm |
Build Date: | Wed Sep 07 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/yaml |
Summary: | Support for parsing and rendering YAML documents |
Description: | Provides support for parsing and emitting Yaml documents. 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. |