repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
awa
/
mirage.nix
blob
ebf3ad23fc5b2f274e8321265c325f942ddcf16b
1
{ buildDunePackage, awa
2
, cstruct, mtime, lwt, mirage-flow, mirage-clock, logs
3
, duration, mirage-time
4
}:
5
6
buildDunePackage {
7
pname = "awa-mirage";
8
9
inherit (awa) version src;
10
11
duneVersion = "3";
12
13
propagatedBuildInputs = [
14
awa cstruct mtime lwt mirage-flow mirage-clock logs
15
duration mirage-time
16
];
17
18
inherit (awa) meta;
19
}