package yaml

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

yaml-3.0.1.tbz
sha256=92ed1ba429559a14b6b45e170f3482191791f99ac5189a5f20612e15bfbdf695
sha512=b5cd1724aefd049230c4c5e71ad047688c8f747d133572879f08c83bc6d1a29e5bae750115c232ecf58ee9ddee32ca9ac4471f40ff65cf81b785b03941401aca

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: 06 Feb 2022

Dependencies (5)

  1. bos
  2. ctypes >= "0.14.0"
  3. dune-configurator
  4. dune >= "1.3"
  5. ocaml >= "4.08.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 (1)

  1. result < "1.5"