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