1 { lib, fetchurl, buildDunePackage
3 , bos, ctypes, fmt, logs
4 , mdx, alcotest, crowbar, junit_alcotest, ezjsonm
12 url = "https://github.com/avsm/ocaml-yaml/releases/download/v${version}/yaml-${version}.tbz";
13 hash = "sha256-xQ0qyii5+WZ5K3HhYDNR5dJO2k39PkRT+9UDZqOggic=";
16 minimalOCamlVersion = "4.13";
18 buildInputs = [ dune-configurator ];
19 propagatedBuildInputs = [ bos ctypes ];
22 nativeCheckInputs = [ mdx.bin ];
23 checkInputs = [ fmt logs alcotest crowbar junit_alcotest ezjsonm ];
26 description = "Parse and generate YAML 1.1 files";
27 homepage = "https://github.com/avsm/ocaml-yaml";
28 license = lib.licenses.isc;
29 maintainers = [ lib.maintainers.vbgl ];