this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #21178 from dinosaure/release-carton-carton-v0.4.4

[new release] carton, carton-lwt and carton-git (carton-v0.4.4)

authored by

Calascibetta Romain and committed by
GitHub
9190e670 67223ba4

+153
+47
packages/carton-git/carton-git.0.4.4/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Implementation of PACK file in OCaml" 3 + description: """\ 4 + Carton is an implementation of the PACK file 5 + in OCaml. PACK file is used by Git to store Git objects. Carton is more 6 + abstracted when it can store any objects.""" 7 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 8 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 9 + license: "MIT" 10 + homepage: "https://github.com/mirage/ocaml-git" 11 + doc: "https://mirage.github.io/ocaml-git/" 12 + bug-reports: "https://github.com/mirage/ocaml-git/issues" 13 + depends: [ 14 + "ocaml" {>= "4.08.0"} 15 + "dune" {>= "2.8.0"} 16 + "carton" {= version} 17 + "carton-lwt" {= version} 18 + "bigstringaf" {>= "0.9.0"} 19 + "lwt" 20 + "fpath" 21 + "result" 22 + "fmt" {>= "0.8.9"} 23 + "base-unix" 24 + "decompress" {>= "1.4.3"} 25 + "astring" {>= "0.8.5"} 26 + "alcotest" {>= "1.2.3" & with-test} 27 + "alcotest-lwt" {>= "1.2.3" & with-test} 28 + "cstruct" {>= "6.1.0" & with-test} 29 + "logs" {>= "0.7.0"} 30 + "mirage-flow" {>= "2.0.1" & with-test} 31 + "rresult" {>= "0.6.0" & with-test} 32 + "ke" {>= "0.6" & with-test} 33 + ] 34 + build: [ 35 + ["dune" "build" "-p" name "-j" jobs] 36 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 37 + ] 38 + dev-repo: "git+https://github.com/mirage/ocaml-git.git" 39 + url { 40 + src: 41 + "https://github.com/mirage/ocaml-git/releases/download/carton-v0.4.4/git-carton-v0.4.4.tbz" 42 + checksum: [ 43 + "sha256=ee680282ef3b0a7e17863121a27973f658604f0d02bb9867c4d275c17afe421c" 44 + "sha512=1173ad2843e89439e842459d14c287dd06cebf9ad8386bb28a4781c4e9ebac41c79a8e87d79086192aaa08b5cef3f338a04b03a655dcb092acd79456bbec2234" 45 + ] 46 + } 47 + x-commit-hash: "9cd941a9349fb3002ae07e1285626d6d376b30b6"
+50
packages/carton-lwt/carton-lwt.0.4.4/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Implementation of PACK file in OCaml" 3 + description: """\ 4 + Carton is an implementation of the PACK file 5 + in OCaml. PACK file is used by Git to store Git objects. Carton is more 6 + abstracted when it can store any objects.""" 7 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 8 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 9 + license: "MIT" 10 + homepage: "https://github.com/mirage/ocaml-git" 11 + doc: "https://mirage.github.io/ocaml-git/" 12 + bug-reports: "https://github.com/mirage/ocaml-git/issues" 13 + depends: [ 14 + "ocaml" {>= "4.08.0"} 15 + "dune" {>= "2.8.0"} 16 + "carton" {= version} 17 + "lwt" 18 + "decompress" {>= "1.4.3"} 19 + "optint" {>= "0.0.4"} 20 + "bigstringaf" {>= "0.9.0"} 21 + "bigarray-compat" {with-test} 22 + "alcotest" {>= "1.2.3" & with-test} 23 + "alcotest-lwt" {>= "1.2.3" & with-test} 24 + "cstruct" {>= "6.1.0" & with-test} 25 + "fmt" {>= "0.8.9" & with-test} 26 + "logs" {>= "0.7.0" & with-test} 27 + "mirage-flow" {>= "2.0.1" & with-test} 28 + "result" {>= "1.5" & with-test} 29 + "rresult" {>= "0.6.0" & with-test} 30 + "ke" {>= "0.6" & with-test} 31 + "base64" {>= "3.4.0" & with-test} 32 + "bos" {>= "0.2.0" & with-test} 33 + "checkseum" {>= "0.3.3" & with-test} 34 + "digestif" {>= "1.1.2" & with-test} 35 + "fpath" {>= "0.7.3" & with-test} 36 + ] 37 + build: [ 38 + ["dune" "build" "-p" name "-j" jobs] 39 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 40 + ] 41 + dev-repo: "git+https://github.com/mirage/ocaml-git.git" 42 + url { 43 + src: 44 + "https://github.com/mirage/ocaml-git/releases/download/carton-v0.4.4/git-carton-v0.4.4.tbz" 45 + checksum: [ 46 + "sha256=ee680282ef3b0a7e17863121a27973f658604f0d02bb9867c4d275c17afe421c" 47 + "sha512=1173ad2843e89439e842459d14c287dd06cebf9ad8386bb28a4781c4e9ebac41c79a8e87d79086192aaa08b5cef3f338a04b03a655dcb092acd79456bbec2234" 48 + ] 49 + } 50 + x-commit-hash: "9cd941a9349fb3002ae07e1285626d6d376b30b6"
+56
packages/carton/carton.0.4.4/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Implementation of PACKv2 file in OCaml" 3 + description: """\ 4 + Carton is an implementation of the PACKv2 file 5 + in OCaml. PACKv2 file is used by Git to store Git objects. 6 + Carton is more abstracted when it can store any objects.""" 7 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 8 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 9 + license: "MIT" 10 + homepage: "https://github.com/mirage/ocaml-git" 11 + doc: "https://mirage.github.io/ocaml-git/" 12 + bug-reports: "https://github.com/mirage/ocaml-git/issues" 13 + depends: [ 14 + "ocaml" {>= "4.08.0"} 15 + "dune" {>= "2.8.0"} 16 + "ke" {>= "0.6"} 17 + "duff" {>= "0.5"} 18 + "decompress" {>= "1.4.3"} 19 + "cstruct" {>= "6.1.0"} 20 + "optint" {>= "0.0.4"} 21 + "bigstringaf" {>= "0.9.0"} 22 + "checkseum" {>= "0.3.3"} 23 + "logs" 24 + "cmdliner" {>= "1.1.0"} 25 + "hxd" {>= "0.3.2"} 26 + "psq" {>= "0.2.0"} 27 + "fmt" {>= "0.8.9"} 28 + "result" 29 + "rresult" 30 + "fpath" 31 + "base64" {with-test & >= "3.0.0"} 32 + "bos" 33 + "digestif" {>= "1.1.2"} 34 + "base-unix" {with-test} 35 + "base-threads" {with-test} 36 + "alcotest" {with-test} 37 + "crowbar" {with-test & >= "0.2.1"} 38 + "alcotest-lwt" {>= "1.2.3" & with-test} 39 + "lwt" {>= "5.3.0" & with-test} 40 + "ocamlfind" {>= "1.8.1" & with-test} 41 + "mirage-flow" {>= "2.0.1" & with-test} 42 + ] 43 + build: [ 44 + ["dune" "build" "-p" name "-j" jobs] 45 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 46 + ] 47 + dev-repo: "git+https://github.com/mirage/ocaml-git.git" 48 + url { 49 + src: 50 + "https://github.com/mirage/ocaml-git/releases/download/carton-v0.4.4/git-carton-v0.4.4.tbz" 51 + checksum: [ 52 + "sha256=ee680282ef3b0a7e17863121a27973f658604f0d02bb9867c4d275c17afe421c" 53 + "sha512=1173ad2843e89439e842459d14c287dd06cebf9ad8386bb28a4781c4e9ebac41c79a8e87d79086192aaa08b5cef3f338a04b03a655dcb092acd79456bbec2234" 54 + ] 55 + } 56 + x-commit-hash: "9cd941a9349fb3002ae07e1285626d6d376b30b6"