1 { lib, fetchurl, buildDunePackage
4 , bos, ctypes, fmt, logs, rresult, sexplib
14 url = "https://github.com/avsm/ocaml-yaml/releases/download/v${version}/yaml-v${version}.tbz";
15 sha256 = "03g8vsh5jgi1cm5q78v15slgnzifp91fp7n4v1i7pa8yk0bkh585";
18 buildInputs = [ dune-configurator ];
19 propagatedBuildInputs = [ bos ctypes fmt logs ppx_sexp_conv rresult sexplib ];
22 description = "Parse and generate YAML 1.1 files";
23 homepage = "https://github.com/avsm/ocaml-yaml";
24 license = lib.licenses.isc;
25 maintainers = [ lib.maintainers.vbgl ];