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
ocamlPackages.hxd: 0.3.2 -> 0.3.3 (#364231)
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
resto
/
cohttp.nix
blob
87b82ecee1adb61a77ea0bf1e5977f6a23981f99
1
{
2
buildDunePackage,
3
resto,
4
resto-directory,
5
cohttp-lwt,
6
}:
7
8
buildDunePackage {
9
pname = "resto-cohttp";
10
inherit (resto)
11
src
12
version
13
meta
14
doCheck
15
;
16
duneVersion = "3";
17
18
propagatedBuildInputs = [
19
resto
20
resto-directory
21
cohttp-lwt
22
];
23
}