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
/
resto
/
cohttp.nix
blob
f495cadbf48fa850b159bd0d59a14806baf59cd7
1
{ buildDunePackage, resto, resto-directory, cohttp-lwt }:
2
3
buildDunePackage {
4
pname = "resto-cohttp";
5
inherit (resto) src version meta doCheck;
6
duneVersion = "3";
7
8
propagatedBuildInputs = [
9
resto
10
resto-directory
11
cohttp-lwt
12
];
13
}