package yaml

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

Install

Authors

Maintainers

Sources

yaml-v3.0.0.tbz
sha256=4c48e27092d5c95cb49898ca637be92d2a70f1769fd1532b84a5e56c17359ac7
sha512=abf7d8c3e4e5f30f19f76b52e8c5b7593c8dca42050bc2d780cbc6e7e7cc49b40b6f27d8b884ce2b39ce0d63d5da715b86692ebe2792ecd1b455128c294a518d

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: 05 Aug 2021

Dependencies (6)

  1. bos
  2. rresult < "0.7.0"
  3. ctypes >= "0.14.0"
  4. dune-configurator
  5. dune >= "1.3"
  6. ocaml >= "4.05.0"

Dev Dependencies (7)

  1. ezjsonm with-test
  2. junit_alcotest with-test
  3. crowbar with-test
  4. alcotest with-test
  5. mdx with-test
  6. logs with-test
  7. fmt with-test

Conflicts

None