Popular Comparisons
README
HsYAML
: A Pure Haskell YAML 1.2 processor
About
- HsYAML is a YAML 1.2 processor implementation for Haskell.
- It is in strict compliance with YAML 1.2 grammer rules.
- HsYAML is tested using YAML-Test-Suite and some other tests which can be found here.
- See HsYAML's performance on YAML-Test-Matrix which combines all tests from YAML-Test-Suite and performance of all processors from yaml-editor.
- See what's changed in recent (and upcoming) releases here.
Documentation
The primary API documentation for HsYAML
is its Haddock documentation which can be found here.
Installation
Install the HsYAML
package.
cabal install HsYAML
See dependencies.
Contribution
When contributing to this repository, please read the set of guidelines mentioned in [CONTRIBUTING.md](CONTRIBUTING.md).
Feel free to report bugs, documentation enhancements, and other improvements.
Developers and Maintainers
The library is developed and maintained by Herbert Valerio Riedel
License
This project is licensed under X-SPDX-License-Identifier: GPL-2.0-or-later
*Note that all licence references and agreements mentioned in the HsYAML README section above
are relevant to that project's source code only.