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
/
json.nix
blob
313acf8704629114ce84a27040b0b543c7f6d88b
1
{
2
buildDunePackage,
3
resto,
4
json-data-encoding,
5
json-data-encoding-bson,
6
}:
7
8
buildDunePackage {
9
pname = "resto-json";
10
inherit (resto)
11
src
12
version
13
meta
14
doCheck
15
;
16
duneVersion = "3";
17
18
propagatedBuildInputs = [
19
resto
20
json-data-encoding
21
json-data-encoding-bson
22
];
23
}