13 src = fetchFromGitHub {
15 repo = "ocaml-xenstore";
17 hash = "sha256-LaynsbCE/+2QfbQCOLZi8nw1rqmZtgrwAov9cSxYZw8=";
20 propagatedBuildInputs = [ lwt ];
23 checkInputs = [ ounit2 ];
26 description = "Xenstore protocol in pure OCaml";
27 license = licenses.lgpl21Only;
28 maintainers = teams.xen.members ++ [ maintainers.sternenseemann ];
29 homepage = "https://github.com/mirage/ocaml-xenstore";