sjakobi / HsYAML

YAML 1.2 implementation in pure Haskell

Home Page:https://hackage.haskell.org/package/HsYAML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HsYAML: A Pure Haskell YAML 1.2 processor

Hackage Build Status

About

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.
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

About

YAML 1.2 implementation in pure Haskell

https://hackage.haskell.org/package/HsYAML

License:GNU General Public License v2.0


Languages

Language:Haskell 100.0%