this repo has no description
0
fork

Configure Feed

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

Merge pull request #20639 from dinosaure/release-git-3.8.0

[new release] git, git-unix, git-mirage and git-paf (3.8.0)

authored by

Marcello Seri and committed by
GitHub
179766ff 7e2b667d

+248
+62
packages/git-mirage/git-mirage.3.8.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A package to use ocaml-git with MirageOS backend" 3 + maintainer: ["thomas@gazagnaire.org" "romain.calascibetta@gmail.com"] 4 + authors: "Thomas Gazagnaire" 5 + license: "ISC" 6 + homepage: "https://github.com/mirage/ocaml-git" 7 + doc: "https://mirage.github.io/ocaml-git/" 8 + bug-reports: "https://github.com/mirage/ocaml-git/issues" 9 + depends: [ 10 + "ocaml" {>= "4.08.0"} 11 + "dune" {>= "2.8.0"} 12 + "mimic" 13 + "base64" {>= "3.5.0"} 14 + "git" {= version} 15 + "git-paf" {= version} 16 + "awa" {>= "0.1.0"} 17 + "awa-mirage" {>= "0.1.0"} 18 + "dns" {>= "6.1.3"} 19 + "dns-client" {>= "6.1.3"} 20 + "tls" 21 + "tls-mirage" 22 + "uri" 23 + "hex" 24 + "happy-eyeballs-mirage" {>= "0.1.2"} 25 + "happy-eyeballs" {>= "0.1.2"} 26 + "ca-certs-nss" 27 + "mirage-crypto" 28 + "ptime" 29 + "x509" 30 + "cstruct" 31 + "tcpip" {>= "7.0.0"} 32 + "domain-name" {>= "0.3.0"} 33 + "fmt" {>= "0.8.9"} 34 + "ipaddr" {>= "5.0.1"} 35 + "lwt" {>= "5.3.0"} 36 + "mirage-clock" {>= "3.1.0"} 37 + "mirage-flow" {>= "2.0.1"} 38 + "mirage-random" {>= "2.0.0"} 39 + "mirage-time" {>= "2.0.1"} 40 + "result" {>= "1.5"} 41 + "rresult" {>= "0.6.0"} 42 + "alcotest" {>= "1.2.3" & with-test} 43 + "alcotest-lwt" {>= "1.2.3" & with-test} 44 + "bigstringaf" {>= "0.7.0" & with-test} 45 + "cstruct" {>= "6.0.0" & with-test} 46 + "logs" {>= "0.7.0" & with-test} 47 + "ke" {>= "0.4" & with-test} 48 + ] 49 + build: [ 50 + ["dune" "build" "-p" name "-j" jobs] 51 + ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test} 52 + ] 53 + dev-repo: "git+https://github.com/mirage/ocaml-git.git" 54 + url { 55 + src: 56 + "https://github.com/mirage/ocaml-git/releases/download/3.8.0/git-3.8.0.tbz" 57 + checksum: [ 58 + "sha256=f6c628e3628d25686cec4cdff8132f9433e95938bdcb43975778d28d33a0b077" 59 + "sha512=779bdd7a1657e859ed47b46ef9da007b5f43f4446f8cea831f29fae662efdd33a39aa2ee90b9f8d8b6360f2abb78038a7592633efa26e8adc5d2ae20d86d8015" 60 + ] 61 + } 62 + x-commit-hash: "e69f649443b4997eef4ceef77c73f9ea6d67f84a"
+47
packages/git-paf/git-paf.3.8.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A package to use HTTP-based ocaml-git with MirageOS backend" 3 + maintainer: ["thomas@gazagnaire.org" "romain.calascibetta@gmail.com"] 4 + authors: "Thomas Gazagnaire" 5 + license: "ISC" 6 + homepage: "https://github.com/mirage/ocaml-git" 7 + doc: "https://mirage.github.io/ocaml-git/" 8 + bug-reports: "https://github.com/mirage/ocaml-git/issues" 9 + depends: [ 10 + "ocaml" {>= "4.08.0"} 11 + "dune" {>= "2.8.0"} 12 + "git" {= version} 13 + "mimic" {>= "0.0.4"} 14 + "paf" {>= "0.0.7"} 15 + "ca-certs-nss" 16 + "fmt" 17 + "ipaddr" 18 + "logs" 19 + "lwt" 20 + "mirage-clock" 21 + "tcpip" {>= "7.0.0"} 22 + "mirage-time" 23 + "result" 24 + "rresult" 25 + "tls" {>= "0.14.0"} 26 + "uri" 27 + "bigarray-compat" 28 + "bigstringaf" 29 + "domain-name" 30 + "httpaf" 31 + "mirage-flow" 32 + "tls-mirage" 33 + ] 34 + build: [ 35 + ["dune" "build" "-p" name "-j" jobs] 36 + ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {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/3.8.0/git-3.8.0.tbz" 42 + checksum: [ 43 + "sha256=f6c628e3628d25686cec4cdff8132f9433e95938bdcb43975778d28d33a0b077" 44 + "sha512=779bdd7a1657e859ed47b46ef9da007b5f43f4446f8cea831f29fae662efdd33a39aa2ee90b9f8d8b6360f2abb78038a7592633efa26e8adc5d2ae20d86d8015" 45 + ] 46 + } 47 + x-commit-hash: "e69f649443b4997eef4ceef77c73f9ea6d67f84a"
+68
packages/git-unix/git-unix.3.8.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Virtual package to install and configure ocaml-git's Unix backend" 3 + maintainer: ["thomas@gazagnaire.org" "romain.calascibetta@gmail.com"] 4 + authors: "Thomas Gazagnaire" 5 + license: "ISC" 6 + homepage: "https://github.com/mirage/ocaml-git" 7 + doc: "https://mirage.github.io/ocaml-git/" 8 + bug-reports: "https://github.com/mirage/ocaml-git/issues" 9 + depends: [ 10 + "ocaml" {>= "4.08.0"} 11 + "dune" {>= "2.8.0"} 12 + "mmap" {>= "1.1.0"} 13 + "git" {= version} 14 + "git-mirage" {= version} 15 + "happy-eyeballs-lwt" {>= "0.1.2"} 16 + "rresult" 17 + "result" 18 + "bigstringaf" 19 + "bigarray-compat" 20 + "fmt" {>= "0.8.7"} 21 + "bos" 22 + "fpath" 23 + "uri" {with-test} 24 + "digestif" {>= "0.8.1"} 25 + "logs" 26 + "lwt" 27 + "base-unix" 28 + "alcotest" {with-test & >= "1.1.0"} 29 + "alcotest-lwt" {with-test & >= "1.1.0"} 30 + "base64" {with-test & >= "3.0.0"} 31 + "mirage-clock" {>= "4.1.0"} 32 + "mirage-clock-unix" {>= "4.1.0"} 33 + "astring" {>= "0.8.5"} 34 + "awa" {>= "0.1.0"} 35 + "mirage-time" {>= "2.0.0"} 36 + "mirage-unix" {>= "5.0.0"} 37 + "cmdliner" {>= "1.0.4"} 38 + "decompress" {>= "1.4.0"} 39 + "domain-name" {>= "0.3.0"} 40 + "ipaddr" {>= "5.0.1"} 41 + "mtime" {>= "1.2.0"} 42 + "ocamlfind" {>= "1.8.1"} 43 + "tcpip" {>= "7.0.0"} 44 + "cstruct" {>= "6.0.0"} 45 + "awa-mirage" {>= "0.1.0"} 46 + "mirage-flow" {>= "2.0.1"} 47 + "ke" {>= "0.4" & with-test} 48 + "mirage-crypto-rng" {>= "0.8.8" & with-test} 49 + "ptime" 50 + "mimic" 51 + "ca-certs-nss" {>= "3.60"} 52 + "tls" {>= "0.14.0"} 53 + "tls-mirage" {>= "0.14.0"} 54 + ] 55 + build: [ 56 + ["dune" "build" "-p" name "-j" jobs] 57 + ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test} 58 + ] 59 + dev-repo: "git+https://github.com/mirage/ocaml-git.git" 60 + url { 61 + src: 62 + "https://github.com/mirage/ocaml-git/releases/download/3.8.0/git-3.8.0.tbz" 63 + checksum: [ 64 + "sha256=f6c628e3628d25686cec4cdff8132f9433e95938bdcb43975778d28d33a0b077" 65 + "sha512=779bdd7a1657e859ed47b46ef9da007b5f43f4446f8cea831f29fae662efdd33a39aa2ee90b9f8d8b6360f2abb78038a7592633efa26e8adc5d2ae20d86d8015" 66 + ] 67 + } 68 + x-commit-hash: "e69f649443b4997eef4ceef77c73f9ea6d67f84a"
+71
packages/git/git.3.8.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Git format and protocol in pure OCaml" 3 + description: """\ 4 + Support for on-disk and in-memory Git stores. Can read and write all 5 + the Git objects: the usual blobs, trees, commits and tags but also 6 + the pack files, pack indexes and the index file (where the staging area 7 + lives). 8 + 9 + All the objects share a consistent API, and convenience functions are 10 + provided to manipulate the different objects.""" 11 + maintainer: ["thomas@gazagnaire.org" "romain.calascibetta@gmail.com"] 12 + authors: "Thomas Gazagnaire" 13 + license: "ISC" 14 + homepage: "https://github.com/mirage/ocaml-git" 15 + doc: "https://mirage.github.io/ocaml-git/" 16 + bug-reports: "https://github.com/mirage/ocaml-git/issues" 17 + depends: [ 18 + "ocaml" {>= "4.08.0"} 19 + "dune" {>= "2.8.0"} 20 + "digestif" {>= "0.8.1"} 21 + "rresult" 22 + "base64" {>= "3.0.0"} 23 + "result" 24 + "bigstringaf" 25 + "bigarray-compat" 26 + "optint" 27 + "decompress" {>= "1.4.0"} 28 + "logs" 29 + "lwt" 30 + "mimic" {>= "0.0.4"} 31 + "cstruct" {>= "6.0.0"} 32 + "angstrom" {>= "0.14.0"} 33 + "carton" {>= "0.4.3"} 34 + "carton-lwt" {>= "0.4.3"} 35 + "carton-git" {>= "0.4.3"} 36 + "ke" {>= "0.4"} 37 + "fmt" {>= "0.8.7"} 38 + "checkseum" {>= "0.2.1"} 39 + "ocamlgraph" {>= "1.8.8"} 40 + "astring" 41 + "fpath" 42 + "encore" {>= "0.8"} 43 + "alcotest" {with-test & >= "1.1.0"} 44 + "alcotest-lwt" {with-test & >= "1.1.0"} 45 + "mirage-crypto-rng" {with-test & >= "0.8.0"} 46 + "cmdliner" {with-test} 47 + "base-unix" {with-test} 48 + "fpath" 49 + "hxd" {>= "0.3.1"} 50 + "mirage-flow" {>= "2.0.1"} 51 + "domain-name" {>= "0.3.0"} 52 + "emile" {>= "1.1"} 53 + "ipaddr" {>= "5.0.1"} 54 + "psq" {>= "0.2.0"} 55 + "uri" {>= "4.1.0"} 56 + "crowbar" {>= "0.2" & with-test} 57 + ] 58 + build: [ 59 + ["dune" "build" "-p" name "-j" jobs] 60 + ["dune" "runtest" "-p" name] {with-test} 61 + ] 62 + dev-repo: "git+https://github.com/mirage/ocaml-git.git" 63 + url { 64 + src: 65 + "https://github.com/mirage/ocaml-git/releases/download/3.8.0/git-3.8.0.tbz" 66 + checksum: [ 67 + "sha256=f6c628e3628d25686cec4cdff8132f9433e95938bdcb43975778d28d33a0b077" 68 + "sha512=779bdd7a1657e859ed47b46ef9da007b5f43f4446f8cea831f29fae662efdd33a39aa2ee90b9f8d8b6360f2abb78038a7592633efa26e8adc5d2ae20d86d8015" 69 + ] 70 + } 71 + x-commit-hash: "e69f649443b4997eef4ceef77c73f9ea6d67f84a"