1 { lib, buildDunePackage, fetchFromGitHub, xenstore, lwt }:
4 pname = "xenstore_transport";
7 minimalOCamlVersion = "4.08";
10 src = fetchFromGitHub {
11 owner = "xapi-project";
12 repo = "ocaml-xenstore-clients";
14 sha256 = "1kxxd9i4qiq98r7sgvl59iq2ni7y6drnv48qj580q5cyiyyc85q3";
17 propagatedBuildInputs = [ xenstore lwt ];
19 # requires a mounted xenfs and xen server
23 description = "Low-level libraries for connecting to a xenstore service on a xen host";
24 license = licenses.lgpl21Only;
25 homepage = "https://github.com/xapi-project/ocaml-xenstore-clients";