ocamlPackages.awa: init at 0.0.1
This commit is contained in:
committed by
Vincent Laporte
parent
156071bfc8
commit
426a0a6c9d
@@ -0,0 +1,15 @@
|
||||
{ buildDunePackage, awa
|
||||
, cstruct, mtime, lwt, mirage-flow, mirage-clock, logs
|
||||
}:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "awa-mirage";
|
||||
|
||||
inherit (awa) version src useDune2;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
awa cstruct mtime lwt mirage-flow mirage-clock logs
|
||||
];
|
||||
|
||||
inherit (awa) meta;
|
||||
}
|
||||
Reference in New Issue
Block a user