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-client.nix
blob
fe6dd6b506e133b6d74f2b0744a50924f01c30b8
1
{ buildDunePackage
2
, resto
3
, resto-directory
4
, resto-cohttp
5
, uri
6
, lwt
7
}:
8
9
buildDunePackage {
10
pname = "resto-cohttp-client";
11
inherit (resto) src version meta doCheck;
12
duneVersion = "3";
13
14
propagatedBuildInputs = [
15
resto
16
resto-directory
17
resto-cohttp
18
uri
19
lwt
20
];
21
}