#1001893 ITP: ocaml-yaml -- parse and generate YAML 1.1/1.2 files in OCaml

Package:
wnpp
Source:
wnpp
Submitter:
Stéphane Glondu
Date:
2025-11-29 16:49:59 UTC
Severity:
wishlist
#1001893#5
Date:
2021-12-18 15:29:39 UTC
From:
To:
* Package name    : ocaml-yaml
  Version         : 3.0.0
  Upstream Author : Anil Madhavapeddy
* URL             : https://github.com/avsm/ocaml-yaml
* License         : ISC, MIT
  Programming Lang: OCaml, C
  Description     : parse and generate YAML 1.1/1.2 files in OCaml

 This is an OCaml library to parse and generate the YAML file
 format. It is intended to be 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.

This package will be maintained in the OCaml Team.

#1001893#10
Date:
2021-12-20 07:01:54 UTC
From:
To:
Le 18/12/2021 à 16:29, Stéphane Glondu a écrit :

I've done the packaging; it is available at [1]. However, I won't upload
it now to Debian, since upstream includes a modified copy of libyaml
[2], which is not reasonable IMHO (updates, security...). In particular,
the changes introduced in ocaml-yaml look simple and uncontroversial, so
I am trying to upstream these changes to libyaml [3] so that ocaml-yaml
can be built without this embedded copy.

[1] https://salsa.debian.org/ocaml-team/ocaml-yaml
[2] https://github.com/avsm/ocaml-yaml/blob/master/vendor/README.md
[3] https://github.com/yaml/libyaml/pull/235


Cheers,