1 { lib, buildDunePackage, fetchurl
2 , cstruct, ppx_cstruct, lwt, ounit2
9 minimalOCamlVersion = "4.08";
13 url = "https://github.com/mirage/ocaml-xenstore/releases/download/v${version}/xenstore-${version}.tbz";
14 hash = "sha256-1Mnqtt5zHeRdYJHvhdQNjN8d4yxUEKD2cpwtoc7DGC0=";
17 buildInputs = [ ppx_cstruct ];
18 propagatedBuildInputs = [ cstruct lwt ];
21 checkInputs = [ ounit2 ];
24 description = "Xenstore protocol in pure OCaml";
25 license = licenses.lgpl21Only;
26 maintainers = [ maintainers.sternenseemann ];
27 homepage = "https://github.com/mirage/ocaml-xenstore";