| Name: | ghc-yaml |
|---|---|
| Version: | 0.11.11.2 |
| Release: | 21.el10_0 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 626122 |
| License: | BSD-3-Clause |
| RPM: | ghc-yaml-0.11.11.2-21.el10_0.aarch64.rpm |
| Source RPM: | ghc-yaml-0.11.11.2-21.el10_0.src.rpm |
| Build Date: | Tue May 20 2025 |
| Build Host: | build-ol10-aarch64.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. |