this repo has no description
0
fork

Configure Feed

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

Merge pull request #18275 from dinosaure/release-carton-0.3.0

[new release] carton, carton-lwt and carton-git (0.3.0)

authored by

Kate and committed by
GitHub
274d58bb d0a2d3a0

+162 -3
+49
packages/carton-git/carton-git.0.3.0/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.6.0"} 16 + "carton" {= version} 17 + "carton-lwt" {= version} 18 + "bigstringaf" 19 + "bigarray-compat" 20 + "lwt" 21 + "fpath" 22 + "result" 23 + "mmap" 24 + "fmt" {>= "0.8.7"} 25 + "base-unix" 26 + "decompress" {>= "1.3.0"} 27 + "astring" {>= "0.8.5"} 28 + "alcotest" {>= "1.2.3" & with-test} 29 + "alcotest-lwt" {>= "1.2.3" & with-test} 30 + "cstruct" {>= "6.0.0" & with-test} 31 + "logs" {>= "0.7.0" & with-test} 32 + "mirage-flow" {>= "2.0.1" & with-test} 33 + "rresult" {>= "0.6.0" & with-test} 34 + "ke" {>= "0.4" & with-test} 35 + ] 36 + build: [ 37 + ["dune" "build" "-p" name "-j" jobs] 38 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 39 + ] 40 + dev-repo: "git+https://github.com/mirage/ocaml-git.git" 41 + x-commit-hash: "169c7b552c3462a34d98ae614048ea327529b144" 42 + url { 43 + src: 44 + "https://github.com/mirage/ocaml-git/releases/download/carton-v0.3.0/carton-carton-v0.3.0.tbz" 45 + checksum: [ 46 + "sha256=41872e18fe0c9ceac1053af95ab4cafecc33bc705a27c0f798ddaa8c35c885ac" 47 + "sha512=98d2b4db6daaa08a652f9400924bad6418e8fbfb76a662e2d9249441dcfc3ff3ffcfe9f6fd41b6d97d47998ea84b164b10fb156f70cb74f4b989eebfb6f9e64b" 48 + ] 49 + }
+51
packages/carton-lwt/carton-lwt.0.3.0/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.6.0"} 16 + "carton" {= version} 17 + "lwt" 18 + "decompress" {>= "1.3.0"} 19 + "optint" {>= "0.0.4"} 20 + "bigstringaf" 21 + "bigarray-compat" {with-test} 22 + "alcotest" {>= "1.2.3" & with-test} 23 + "alcotest-lwt" {>= "1.2.3" & with-test} 24 + "cstruct" {>= "6.0.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.4" & with-test} 31 + "base64" {>= "3.4.0" & with-test} 32 + "bos" {>= "0.2.0" & with-test} 33 + "checkseum" {>= "0.3.0" & with-test} 34 + "digestif" {>= "1.0.0" & with-test} 35 + "fpath" {>= "0.7.3" & with-test} 36 + "mmap" {>= "1.1.0" & with-test} 37 + ] 38 + build: [ 39 + ["dune" "build" "-p" name "-j" jobs] 40 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 41 + ] 42 + dev-repo: "git+https://github.com/mirage/ocaml-git.git" 43 + x-commit-hash: "169c7b552c3462a34d98ae614048ea327529b144" 44 + url { 45 + src: 46 + "https://github.com/mirage/ocaml-git/releases/download/carton-v0.3.0/carton-carton-v0.3.0.tbz" 47 + checksum: [ 48 + "sha256=41872e18fe0c9ceac1053af95ab4cafecc33bc705a27c0f798ddaa8c35c885ac" 49 + "sha512=98d2b4db6daaa08a652f9400924bad6418e8fbfb76a662e2d9249441dcfc3ff3ffcfe9f6fd41b6d97d47998ea84b164b10fb156f70cb74f4b989eebfb6f9e64b" 50 + ] 51 + }
+59
packages/carton/carton.0.3.0/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.6.0"} 16 + "ke" {>= "0.4"} 17 + "duff" {>= "0.3"} 18 + "decompress" {>= "1.3.0"} 19 + "cstruct" {>= "5.0.0"} 20 + "optint" {>= "0.0.4"} 21 + "bigstringaf" 22 + "checkseum" {>= "0.2.1"} 23 + "logs" 24 + "bigstringaf" 25 + "bigarray-compat" 26 + "cmdliner" {>= "1.0.4"} 27 + "result" 28 + "rresult" 29 + "hxd" {>= "0.3.0"} 30 + "psq" {>= "0.2.0"} 31 + "fmt" {>= "0.8.7"} 32 + "fpath" 33 + "base64" {with-test & >= "3.0.0"} 34 + "bos" 35 + "digestif" {>= "0.8.1"} 36 + "mmap" 37 + "base-unix" {with-test} 38 + "base-threads" {with-test} 39 + "alcotest" {with-test} 40 + "crowbar" {with-test & >= "0.2"} 41 + "alcotest-lwt" {>= "1.2.3" & with-test} 42 + "lwt" {>= "5.3.0" & with-test} 43 + "ocamlfind" {>= "1.8.1" & with-test} 44 + "mirage-flow" {>= "2.0.1" & with-test} 45 + ] 46 + build: [ 47 + ["dune" "build" "-p" name "-j" jobs] 48 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 49 + ] 50 + dev-repo: "git+https://github.com/mirage/ocaml-git.git" 51 + x-commit-hash: "169c7b552c3462a34d98ae614048ea327529b144" 52 + url { 53 + src: 54 + "https://github.com/mirage/ocaml-git/releases/download/carton-v0.3.0/carton-carton-v0.3.0.tbz" 55 + checksum: [ 56 + "sha256=41872e18fe0c9ceac1053af95ab4cafecc33bc705a27c0f798ddaa8c35c885ac" 57 + "sha512=98d2b4db6daaa08a652f9400924bad6418e8fbfb76a662e2d9249441dcfc3ff3ffcfe9f6fd41b6d97d47998ea84b164b10fb156f70cb74f4b989eebfb6f9e64b" 58 + ] 59 + }
+3 -3
packages/git/git.3.3.0/opam
··· 30 30 "mimic" 31 31 "cstruct" {>= "5.0.0"} 32 32 "angstrom" {>= "0.14.0"} 33 - "carton" {>= "0.2.0"} 34 - "carton-lwt" {>= "0.2.0"} 35 - "carton-git" {>= "0.2.0"} 33 + "carton" {>= "0.2.0" & < "0.3.0"} 34 + "carton-lwt" {>= "0.2.0" < "0.3.0"} 35 + "carton-git" {>= "0.2.0" < "0.3.0"} 36 36 "ke" {>= "0.4"} 37 37 "fmt" {>= "0.8.7"} 38 38 "checkseum" {>= "0.2.1"}