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
forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
carton
/
git.nix
blob
97055067bc4a23b284109f7edcab058a05064545
1
{ buildDunePackage, carton, carton-lwt
2
, bigstringaf, lwt, fpath, result
3
, fmt, decompress, astring
4
}:
5
6
buildDunePackage {
7
pname = "carton-git";
8
9
inherit (carton) version src postPatch;
10
duneVersion = "3";
11
12
propagatedBuildInputs = [
13
carton
14
carton-lwt
15
bigstringaf
16
lwt
17
fpath
18
result
19
fmt
20
decompress
21
astring
22
];
23
24
inherit (carton) meta;
25
}