package yaml

  1. Overview
  2. No Docs
Parse and generate YAML 1.1 files

Install

Dune Dependency

Authors

Maintainers

Sources

yaml-0.2.1.tbz
md5=1955537158af5ad333ff6a7c6ff73f8f

Description

This is an OCaml library to parse and generate the YAML file format. It is intended to interoperable with the Ezjsonm JSON handling library, if the simple common subset of Yaml is used. Anchors and other advanced Yaml features are not implemented in the JSON compatibility layer.

The Yaml module docs are browseable online.

Tags

org:mirage org:ocamllabs

Published: 08 Jun 2018

Dev Dependencies (2)

  1. ezjsonm with-test
  2. alcotest with-test

Used by (7)

  1. finch
  2. irmin-unix >= "2.0.0" & < "3.0.0"
  3. lustre-v6 >= "6.107.1"
  4. obi
  5. ppx_deriving_yaml >= "0.1.1"
  6. ppx_protocol_conv = "2.0.0"
  7. ppx_protocol_conv_yaml < "5.0.0"

Conflicts

None