this repo has no description
0
fork

Configure Feed

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

Merge pull request #19228 from dinosaure/release-git-3.5.0

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

authored by

Kate and committed by
GitHub
23813a6c 9018b2a4

+322 -5
+43
packages/git-cohttp-unix/git-cohttp-unix.3.5.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A package to use HTTP-based ocaml-git with 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 + "git" {= version} 13 + "git-cohttp" {= version} 14 + "cohttp-lwt-unix" 15 + "cohttp" {>= "2.5.4"} 16 + "cohttp-lwt" {>= "2.5.4"} 17 + "fmt" {>= "0.8.9"} 18 + "lwt" {>= "5.3.0"} 19 + "result" {>= "1.5"} 20 + "rresult" {>= "0.6.0"} 21 + "uri" {>= "4.0.0"} 22 + "alcotest" {>= "1.2.3" & with-test} 23 + "alcotest-lwt" {>= "1.2.3" & with-test} 24 + "bigstringaf" {>= "0.7.0" & with-test} 25 + "cstruct" {>= "6.0.0" & with-test} 26 + "logs" {>= "0.7.0" & with-test} 27 + "mirage-flow" {>= "2.0.1" & with-test} 28 + "ke" {>= "0.4" & with-test} 29 + ] 30 + build: [ 31 + ["dune" "build" "-p" name "-j" jobs] 32 + ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test} 33 + ] 34 + dev-repo: "git+https://github.com/mirage/ocaml-git.git" 35 + url { 36 + src: 37 + "https://github.com/mirage/ocaml-git/releases/download/3.5.0/git-3.5.0.tbz" 38 + checksum: [ 39 + "sha256=bcd5a0aef9957193cbaeeb17c22201e5ca4e815e67bbc696e88efdb38c25ec03" 40 + "sha512=799465602170481834b7ee46cc7103b8ffa8784ca5e70e48b21d2ab81855002ccfc0feba693c6ff8a53ebed5c9929cc04a51e5c5844450412265cba2f76be486" 41 + ] 42 + } 43 + x-commit-hash: "1908383243210d71d3595e0d2f239aaf2ca60c34"
+41
packages/git-cohttp/git-cohttp.3.5.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A package to use HTTP-based ocaml-git with 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 + "git" {= version} 13 + "cohttp" 14 + "cohttp-lwt" 15 + "fmt" {>= "0.8.9"} 16 + "lwt" {>= "5.3.0"} 17 + "result" {>= "1.5"} 18 + "rresult" {>= "0.6.0"} 19 + "uri" {>= "4.0.0"} 20 + "alcotest" {>= "1.2.3" & with-test} 21 + "alcotest-lwt" {>= "1.2.3" & with-test} 22 + "bigstringaf" {>= "0.7.0" & with-test} 23 + "cstruct" {>= "6.0.0" & with-test} 24 + "logs" {>= "0.7.0" & with-test} 25 + "mirage-flow" {>= "2.0.1" & with-test} 26 + "ke" {>= "0.4" & with-test} 27 + ] 28 + build: [ 29 + ["dune" "build" "-p" name "-j" jobs] 30 + ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test} 31 + ] 32 + dev-repo: "git+https://github.com/mirage/ocaml-git.git" 33 + url { 34 + src: 35 + "https://github.com/mirage/ocaml-git/releases/download/3.5.0/git-3.5.0.tbz" 36 + checksum: [ 37 + "sha256=bcd5a0aef9957193cbaeeb17c22201e5ca4e815e67bbc696e88efdb38c25ec03" 38 + "sha512=799465602170481834b7ee46cc7103b8ffa8784ca5e70e48b21d2ab81855002ccfc0feba693c6ff8a53ebed5c9929cc04a51e5c5844450412265cba2f76be486" 39 + ] 40 + } 41 + x-commit-hash: "1908383243210d71d3595e0d2f239aaf2ca60c34"
+49
packages/git-mirage/git-mirage.3.5.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 + "mirage-stack" 14 + "git" {= version} 15 + "awa" 16 + "awa-mirage" 17 + "dns-client" {>= "5.0.0"} 18 + "domain-name" {>= "0.3.0"} 19 + "fmt" {>= "0.8.9"} 20 + "ipaddr" {>= "5.0.1"} 21 + "lwt" {>= "5.3.0"} 22 + "mirage-clock" {>= "3.1.0"} 23 + "mirage-flow" {>= "2.0.1"} 24 + "mirage-protocols" {>= "5.0.0"} 25 + "mirage-random" {>= "2.0.0"} 26 + "mirage-time" {>= "2.0.1"} 27 + "result" {>= "1.5"} 28 + "rresult" {>= "0.6.0"} 29 + "alcotest" {>= "1.2.3" & with-test} 30 + "alcotest-lwt" {>= "1.2.3" & with-test} 31 + "bigstringaf" {>= "0.7.0" & with-test} 32 + "cstruct" {>= "6.0.0" & with-test} 33 + "logs" {>= "0.7.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 "--no-buffer"] {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/3.5.0/git-3.5.0.tbz" 44 + checksum: [ 45 + "sha256=bcd5a0aef9957193cbaeeb17c22201e5ca4e815e67bbc696e88efdb38c25ec03" 46 + "sha512=799465602170481834b7ee46cc7103b8ffa8784ca5e70e48b21d2ab81855002ccfc0feba693c6ff8a53ebed5c9929cc04a51e5c5844450412265cba2f76be486" 47 + ] 48 + } 49 + x-commit-hash: "1908383243210d71d3595e0d2f239aaf2ca60c34"
+47
packages/git-paf/git-paf.3.5.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.3"} 14 + "paf" {>= "0.0.2"} 15 + "ca-certs-nss" 16 + "fmt" 17 + "ipaddr" 18 + "logs" 19 + "lwt" 20 + "mirage-clock" 21 + "mirage-stack" 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.5.0/git-3.5.0.tbz" 42 + checksum: [ 43 + "sha256=bcd5a0aef9957193cbaeeb17c22201e5ca4e815e67bbc696e88efdb38c25ec03" 44 + "sha512=799465602170481834b7ee46cc7103b8ffa8784ca5e70e48b21d2ab81855002ccfc0feba693c6ff8a53ebed5c9929cc04a51e5c5844450412265cba2f76be486" 45 + ] 46 + } 47 + x-commit-hash: "1908383243210d71d3595e0d2f239aaf2ca60c34"
+66
packages/git-unix/git-unix.3.5.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 + "rresult" 15 + "result" 16 + "bigstringaf" 17 + "bigarray-compat" 18 + "fmt" {>= "0.8.7"} 19 + "bos" 20 + "fpath" 21 + "uri" {with-test} 22 + "digestif" {>= "0.8.1"} 23 + "logs" 24 + "lwt" 25 + "base-unix" 26 + "alcotest" {with-test & >= "1.1.0"} 27 + "alcotest-lwt" {with-test & >= "1.1.0"} 28 + "base64" {with-test & >= "3.0.0"} 29 + "git-cohttp-unix" {= version} 30 + "mirage-clock" 31 + "mirage-clock-unix" 32 + "astring" {>= "0.8.5"} 33 + "awa" 34 + "cmdliner" {>= "1.0.4"} 35 + "decompress" {>= "1.4.0"} 36 + "domain-name" {>= "0.3.0"} 37 + "ipaddr" {>= "5.0.1"} 38 + "mtime" {>= "1.2.0"} 39 + "ocamlfind" {>= "1.8.1"} 40 + "tcpip" {>= "6.0.0"} 41 + "cstruct" {>= "6.0.0"} 42 + "awa-mirage" 43 + "mirage-flow" {>= "2.0.1"} 44 + "ke" {>= "0.4" & with-test} 45 + "mirage-crypto-rng" {>= "0.8.8" & with-test} 46 + "ptime" 47 + "mimic" 48 + "ca-certs-nss" {>= "3.60"} 49 + "tls" {>= "0.14.0"} 50 + "tls-mirage" {>= "0.14.0"} 51 + "cohttp-lwt-unix" {with-test} 52 + ] 53 + build: [ 54 + ["dune" "build" "-p" name "-j" jobs] 55 + ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test} 56 + ] 57 + dev-repo: "git+https://github.com/mirage/ocaml-git.git" 58 + url { 59 + src: 60 + "https://github.com/mirage/ocaml-git/releases/download/3.5.0/git-3.5.0.tbz" 61 + checksum: [ 62 + "sha256=bcd5a0aef9957193cbaeeb17c22201e5ca4e815e67bbc696e88efdb38c25ec03" 63 + "sha512=799465602170481834b7ee46cc7103b8ffa8784ca5e70e48b21d2ab81855002ccfc0feba693c6ff8a53ebed5c9929cc04a51e5c5844450412265cba2f76be486" 64 + ] 65 + } 66 + x-commit-hash: "1908383243210d71d3595e0d2f239aaf2ca60c34"
+71
packages/git/git.3.5.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" 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.5.0/git-3.5.0.tbz" 66 + checksum: [ 67 + "sha256=bcd5a0aef9957193cbaeeb17c22201e5ca4e815e67bbc696e88efdb38c25ec03" 68 + "sha512=799465602170481834b7ee46cc7103b8ffa8784ca5e70e48b21d2ab81855002ccfc0feba693c6ff8a53ebed5c9929cc04a51e5c5844450412265cba2f76be486" 69 + ] 70 + } 71 + x-commit-hash: "1908383243210d71d3595e0d2f239aaf2ca60c34"
+1 -1
packages/irmin-mirage-git/irmin-mirage-git.2.6.0/opam
··· 20 20 "cohttp" 21 21 "conduit-lwt" 22 22 "conduit-mirage" 23 - "git-paf" {>= "3.4.0"} 23 + "git-paf" {>= "3.4.0" & < "3.5.0"} 24 24 "fmt" 25 25 "git" {>= "3.4.0"} 26 26 "lwt"
+1 -1
packages/irmin-mirage-git/irmin-mirage-git.2.6.1/opam
··· 20 20 "cohttp" 21 21 "conduit-lwt" 22 22 "conduit-mirage" 23 - "git-paf" {>= "3.4.0"} 23 + "git-paf" {>= "3.4.0" & < "3.5.0"} 24 24 "fmt" 25 25 "git" {>= "3.4.0"} 26 26 "lwt"
+1 -1
packages/irmin-mirage-git/irmin-mirage-git.2.7.0/opam
··· 20 20 "cohttp" 21 21 "conduit-lwt" 22 22 "conduit-mirage" 23 - "git-paf" {>= "3.4.0"} 23 + "git-paf" {>= "3.4.0" & < "3.5.0"} 24 24 "fmt" 25 25 "git" {>= "3.4.0"} 26 26 "lwt" {>= "5.3.0"}
+1 -1
packages/irmin-mirage-git/irmin-mirage-git.2.7.1/opam
··· 20 20 "cohttp" 21 21 "conduit-lwt" 22 22 "conduit-mirage" 23 - "git-paf" {>= "3.4.0"} 23 + "git-paf" {>= "3.4.0" & < "3.5.0"} 24 24 "fmt" 25 25 "git" {>= "3.4.0"} 26 26 "lwt" {>= "5.3.0"}
+1 -1
packages/irmin-mirage-git/irmin-mirage-git.2.7.2/opam
··· 20 20 "cohttp" 21 21 "conduit-lwt" 22 22 "conduit-mirage" 23 - "git-paf" {>= "3.4.0"} 23 + "git-paf" {>= "3.4.0" & < "3.5.0"} 24 24 "fmt" 25 25 "git" {>= "3.4.0"} 26 26 "lwt" {>= "5.3.0"}