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
zabbix70: 7.0.7 -> 7.0.8 (#374091)
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
cohttp
/
top.nix
blob
1ed6de0b304cfac379d967bd0e744fbeade88b7e
1
{ buildDunePackage, cohttp }:
2
3
buildDunePackage {
4
pname = "cohttp-top";
5
inherit (cohttp) version src;
6
7
duneVersion = "3";
8
9
propagatedBuildInputs = [ cohttp ];
10
11
doCheck = true;
12
13
meta = cohttp.meta // {
14
description = "CoHTTP toplevel pretty printers for HTTP types";
15
};
16
}