1 { lib, fetchurl, buildDunePackage, yaml, dune-configurator, ppx_sexp_conv, sexplib
8 inherit (yaml) version src;
10 propagatedBuildInputs = [ yaml ppx_sexp_conv sexplib ];
13 checkInputs = [ junit_alcotest ];
16 description = "ocaml-yaml with sexp support";