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";
14 url = "https://github.com/mirage/ocaml-vchan/releases/download/v${version}/vchan-${version}.tbz";
15 sha256 = "sha256-5E7dITMVirYoxUkp8ZamRAolyhA6avXGJNAioxeBuV0=";
22 propagatedBuildInputs = [
40 description = "Xen Vchan implementation";
41 homepage = "https://github.com/mirage/ocaml-vchan";
42 license = licenses.isc;
43 maintainers = [ maintainers.sternenseemann ];