this repo has no description
0
fork

Configure Feed

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

Merge pull request #24541 from dinosaure/release-git-carton-v0.7.0

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

authored by

Marcello Seri and committed by
GitHub
d45d933f fd294ff4

+152
+47
packages/carton-git/carton-git.0.7.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.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.7.0/git-carton-v0.7.0.tbz" 42 + checksum: [ 43 + "sha256=bd690125d3f8669442130ceb14ccec7476b2e15ca25e2c7ffb5ab393eef20ef9" 44 + "sha512=5ac302ba7f1eef653ff7991bca251bafa635150c80f6d3e47e4da3d32298df78f332f5d86c1f78c81f7ceb93216febf501cb943efc44c3122249e583782d62a9" 45 + ] 46 + } 47 + x-commit-hash: "7ade6dda540ee839cb29a39419a8d0b133f4bf9e"
+49
packages/carton-lwt/carton-lwt.0.7.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.8.0"} 16 + "carton" {= version} 17 + "lwt" 18 + "decompress" {>= "1.4.3"} 19 + "optint" {>= "0.0.4"} 20 + "bigstringaf" {>= "0.9.0"} 21 + "alcotest" {>= "1.2.3" & with-test} 22 + "alcotest-lwt" {>= "1.2.3" & with-test} 23 + "cstruct" {>= "6.1.0" & with-test} 24 + "fmt" {>= "0.8.9" & with-test} 25 + "logs" {>= "0.7.0" & with-test} 26 + "mirage-flow" {>= "2.0.1" & with-test} 27 + "result" {>= "1.5" & with-test} 28 + "rresult" {>= "0.6.0" & with-test} 29 + "ke" {>= "0.6" & with-test} 30 + "base64" {>= "3.4.0" & with-test} 31 + "bos" {>= "0.2.0" & with-test} 32 + "checkseum" {>= "0.3.3" & with-test} 33 + "digestif" {>= "1.1.2" & with-test} 34 + "fpath" {>= "0.7.3" & 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 + url { 42 + src: 43 + "https://github.com/mirage/ocaml-git/releases/download/carton-v0.7.0/git-carton-v0.7.0.tbz" 44 + checksum: [ 45 + "sha256=bd690125d3f8669442130ceb14ccec7476b2e15ca25e2c7ffb5ab393eef20ef9" 46 + "sha512=5ac302ba7f1eef653ff7991bca251bafa635150c80f6d3e47e4da3d32298df78f332f5d86c1f78c81f7ceb93216febf501cb943efc44c3122249e583782d62a9" 47 + ] 48 + } 49 + x-commit-hash: "7ade6dda540ee839cb29a39419a8d0b133f4bf9e"
+56
packages/carton/carton.0.7.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.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 & os != "macos"} 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.7.0/git-carton-v0.7.0.tbz" 51 + checksum: [ 52 + "sha256=bd690125d3f8669442130ceb14ccec7476b2e15ca25e2c7ffb5ab393eef20ef9" 53 + "sha512=5ac302ba7f1eef653ff7991bca251bafa635150c80f6d3e47e4da3d32298df78f332f5d86c1f78c81f7ceb93216febf501cb943efc44c3122249e583782d62a9" 54 + ] 55 + } 56 + x-commit-hash: "7ade6dda540ee839cb29a39419a8d0b133f4bf9e"