ocamlPackages.xenstore-tool: init at 1.3.0
This commit is contained in:
parent
34457e2fc6
commit
25ab7218c8
|
@ -0,0 +1,13 @@
|
||||||
|
{ buildDunePackage, xenstore_transport, xenstore, lwt }:
|
||||||
|
|
||||||
|
buildDunePackage {
|
||||||
|
pname = "xenstore-tool";
|
||||||
|
|
||||||
|
inherit (xenstore_transport) src version useDune2 minimumOCamlVersion;
|
||||||
|
|
||||||
|
buildInputs = [ xenstore_transport xenstore lwt ];
|
||||||
|
|
||||||
|
meta = xenstore_transport.meta // {
|
||||||
|
description = "Command line tool for interfacing with xenstore";
|
||||||
|
};
|
||||||
|
}
|
|
@ -1095,6 +1095,8 @@ let
|
||||||
|
|
||||||
xenstore_transport = callPackage ../development/ocaml-modules/xenstore_transport { };
|
xenstore_transport = callPackage ../development/ocaml-modules/xenstore_transport { };
|
||||||
|
|
||||||
|
xenstore-tool = callPackage ../development/ocaml-modules/xenstore-tool { };
|
||||||
|
|
||||||
xmlm = callPackage ../development/ocaml-modules/xmlm { };
|
xmlm = callPackage ../development/ocaml-modules/xmlm { };
|
||||||
|
|
||||||
xml-light = callPackage ../development/ocaml-modules/xml-light { };
|
xml-light = callPackage ../development/ocaml-modules/xml-light { };
|
||||||
|
|
Loading…
Reference in New Issue