Path to this page:
./
textproc/hs-HsYAML,
Pure Haskell YAML 1.2 processor
Branch: CURRENT,
Version: 0.2.1.4nb1,
Package name: hs-HsYAML-0.2.1.4nb1,
Maintainer: phoHsYAML is a YAML 1.2 processor, i.e. a library for parsing and
serializing YAML documents.
Features of HsYAML include:
* Pure Haskell implementation with small dependency footprint and
emphasis on strict compliance with the YAML 1.2 specification.
* Direct decoding to native Haskell types via (aeson-inspired)
typeclass-based API (see Data.YAML).
* Allows round-tripping while preserving ordering, anchors, and
comments at Event-level.
* Support for constructing custom YAML node graph representation
(including support for cyclic YAML data structures).
* Support for the standard (untyped) Failsafe, (strict) JSON, and
(flexible) Core "schemas" providing implicit typing rules as defined
in the YAML 1.2 specification (including support for user-defined
custom schemas; see Data.YAML.Schema).
* Support for emitting YAML using Failsafe, (strict) JSON, and
(flexible) Core "schemas" (including support for user-defined custom
encoding schemas; see Data.YAML.Schema).
* Event-based API resembling LibYAML's Event-based API (see
Data.YAML.Event).
* Low-level API access to lexical token-based scanner (see
Data.YAML.Token).
Required to run:[
lang/ghc94]
Master sites:
Filesize: 82.322 KB
Version history: (Expand)
- (2024-05-09) Updated to version: hs-HsYAML-0.2.1.4nb1
- (2024-04-28) Updated to version: hs-HsYAML-0.2.1.4
- (2023-11-02) Updated to version: hs-HsYAML-0.2.1.3nb1
- (2023-10-24) Updated to version: hs-HsYAML-0.2.1.3
- (2023-10-09) Updated to version: hs-HsYAML-0.2.1.1nb2
- (2023-02-09) Updated to version: hs-HsYAML-0.2.1.1nb1
CVS history: (Expand)