Le 18/12/2021 à 16:29, Stéphane Glondu a écrit : > * 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.
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, -- Stéphane