1 { lib, buildDunePackage, fetchurl
2 , ppx_cstruct, ppx_sexp_conv, ounit
3 , lwt, cstruct, io-page, mirage-flow, xenstore, xenstore_transport
11 minimalOCamlVersion = "4.08";
15 url = "https://github.com/mirage/ocaml-vchan/releases/download/v${version}/vchan-${version}.tbz";
16 hash = "sha256-5E7dITMVirYoxUkp8ZamRAolyhA6avXGJNAioxeBuV0=";
19 propagatedBuildInputs = [
38 description = "Xen Vchan implementation";
39 homepage = "https://github.com/mirage/ocaml-vchan";
40 license = licenses.isc;
41 maintainers = [ maintainers.sternenseemann ];