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
Merge pull request #119126 from fabaff/pycomfoconnect
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
awa
/
lwt.nix
blob
00be799ddff289556f7c596560da76459caecf36
1
{ buildDunePackage, awa
2
, cstruct, mtime, lwt, cstruct-unix, mirage-crypto-rng
3
}:
4
5
buildDunePackage {
6
pname = "awa-lwt";
7
8
inherit (awa) version src useDune2;
9
10
propagatedBuildInputs = [
11
awa cstruct mtime lwt cstruct-unix mirage-crypto-rng
12
];
13
14
inherit (awa) meta;
15
}