ocamlPackages.carton,ocamlPackages.carton-git,ocamlPackages.carton-lwt: 0.4.4 -> 0.6.0

Signed-off-by: Et7f3 <cadeaudeelie@gmail.com>
This commit is contained in:
Et7f3 2022-11-20 23:17:38 +01:00 committed by Vincent Laporte
parent 92a258bee0
commit d4288c8e3f
4 changed files with 6 additions and 12 deletions

View file

@ -7,13 +7,13 @@
buildDunePackage rec { buildDunePackage rec {
pname = "carton"; pname = "carton";
version = "0.4.4"; version = "0.6.0";
minimalOCamlVersion = "4.08"; minimalOCamlVersion = "4.08";
src = fetchurl { src = fetchurl {
url = "https://github.com/mirage/ocaml-git/releases/download/${pname}-v${version}/git-${pname}-v${version}.tbz"; url = "https://github.com/mirage/ocaml-git/releases/download/${pname}-v${version}/git-${pname}-v${version}.tbz";
sha256 = "sha256-7mgCgu87Cn4XhjEhonlz9lhgTw0Cu5hnxNJ1wXr+Qhw="; sha256 = "sha256-NAm4Xq7L0Dgynr8cKZQ356M4GR6D19LbCRxvnSlIf1U=";
}; };
# remove changelogs for mimic and the git* packages # remove changelogs for mimic and the git* packages

View file

@ -1,6 +1,6 @@
{ buildDunePackage, carton, carton-lwt { buildDunePackage, carton, carton-lwt
, bigarray-compat, bigstringaf, lwt, fpath, result , bigstringaf, lwt, fpath, result
, mmap, fmt, decompress, astring , fmt, decompress, astring
, alcotest, alcotest-lwt, cstruct, logs , alcotest, alcotest-lwt, cstruct, logs
, mirage-flow, rresult, ke , mirage-flow, rresult, ke
}: }:
@ -13,12 +13,10 @@ buildDunePackage {
propagatedBuildInputs = [ propagatedBuildInputs = [
carton carton
carton-lwt carton-lwt
bigarray-compat
bigstringaf bigstringaf
lwt lwt
fpath fpath
result result
mmap
fmt fmt
decompress decompress
astring astring

View file

@ -1,8 +1,8 @@
{ buildDunePackage, carton { buildDunePackage, carton
, lwt, decompress, optint, bigstringaf , lwt, decompress, optint, bigstringaf
, alcotest, alcotest-lwt, cstruct, fmt, logs , alcotest, alcotest-lwt, cstruct, fmt, logs
, mirage-flow, result, rresult, bigarray-compat , mirage-flow, result, rresult
, ke, base64, bos, checkseum, digestif, fpath, mmap , ke, base64, bos, checkseum, digestif, fpath
, stdlib-shims , stdlib-shims
, git-binary # pkgs.git , git-binary # pkgs.git
}: }:
@ -31,14 +31,12 @@ buildDunePackage {
mirage-flow mirage-flow
result result
rresult rresult
bigarray-compat
ke ke
base64 base64
bos bos
checkseum checkseum
digestif digestif
fpath fpath
mmap
stdlib-shims stdlib-shims
]; ];

View file

@ -13,7 +13,6 @@
, rresult , rresult
, tls , tls
, uri , uri
, bigarray-compat
, bigstringaf , bigstringaf
, domain-name , domain-name
, httpaf , httpaf
@ -43,7 +42,6 @@ buildDunePackage {
mirage-time mirage-time
tls tls
uri uri
bigarray-compat
bigstringaf bigstringaf
domain-name domain-name
httpaf httpaf