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
fluffychat: 1.22.1 -> 1.23.0 (#364091)
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
resto
/
cohttp-server.nix
blob
0a1bb0945f3ab075c69164a080ffb4d2c3bfa7ee
1
{
2
buildDunePackage,
3
resto,
4
resto-directory,
5
resto-acl,
6
resto-cohttp,
7
cohttp-lwt-unix,
8
conduit-lwt-unix,
9
lwt,
10
}:
11
12
buildDunePackage {
13
pname = "resto-cohttp-server";
14
inherit (resto)
15
src
16
version
17
meta
18
doCheck
19
;
20
duneVersion = "3";
21
22
propagatedBuildInputs = [
23
resto
24
resto-directory
25
resto-acl
26
resto-cohttp
27
cohttp-lwt-unix
28
conduit-lwt-unix
29
lwt
30
];
31
}