this repo has no description
0
fork

Configure Feed

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

[new release] git (4 packages) (3.17.0)

CHANGES:

- Fix the way to decode an empty user in commits (@dinosaure, mirage/ocaml-git#645 -
reported by @kopecs mirage/ocaml-git#639)
- Update to TLS 1.0.0 and mirage-crypto 1.0.0 API (@hannesm, mirage/ocaml-git#646)

authored by

Hannes Mehnert and committed by
Anil Madhavapeddy
b9ace44c 6a5ec0d7

+237
+61
packages/git-mirage/git-mirage.3.17.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 + "mimic-happy-eyeballs" {>= "0.0.5"} 14 + "base64" {>= "3.5.0"} 15 + "git" {= version} 16 + "git-paf" {= version} 17 + "awa" {>= "0.2.0"} 18 + "awa-mirage" {>= "0.2.0"} 19 + "dns" {>= "6.1.3"} 20 + "dns-client" {>= "6.1.3"} 21 + "tls" {>= "1.0.0"} 22 + "tls-mirage" {>= "1.0.0"} 23 + "uri" 24 + "happy-eyeballs-mirage" {>= "0.1.2"} 25 + "happy-eyeballs" {>= "0.1.2"} 26 + "ca-certs-nss" 27 + "mirage-crypto" {>= "1.0.0"} 28 + "ptime" 29 + "x509" {>= "1.0.0"} 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" {>= "4.0.0"} 38 + "mirage-time" {>= "2.0.1"} 39 + "rresult" {>= "0.7.0"} 40 + "alcotest" {>= "1.2.3" & with-test} 41 + "alcotest-lwt" {>= "1.2.3" & with-test} 42 + "bigstringaf" {>= "0.9.0" & with-test} 43 + "cstruct" {>= "6.0.0" & with-test} 44 + "logs" {>= "0.7.0" & with-test} 45 + "ke" {>= "0.4" & with-test} 46 + ] 47 + conflicts: [ "result" {< "1.5"} ] 48 + build: [ 49 + ["dune" "build" "-p" name "-j" jobs] 50 + ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test} 51 + ] 52 + dev-repo: "git+https://github.com/mirage/ocaml-git.git" 53 + url { 54 + src: 55 + "https://github.com/mirage/ocaml-git/releases/download/3.17.0/git-3.17.0.tbz" 56 + checksum: [ 57 + "sha256=ef200d0412ed1a538525d0501298890e0b893e020528094d6a3ae12359fd0265" 58 + "sha512=793009a9bf9413147e6c43dfdc4bbe39b00129a5ea0f5d3df149ad2e27b4a3c641ca3b6857476a1cee325aad4d192625220647575470f00d02fb95f085bd9009" 59 + ] 60 + } 61 + x-commit-hash: "fd2b5c8b4125fa9091b1e51eb9082395f20af9f9"
+46
packages/git-paf/git-paf.3.17.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.7.0"} 15 + "ca-certs-nss" 16 + "fmt" 17 + "ipaddr" 18 + "logs" 19 + "lwt" 20 + "mirage-clock" 21 + "tcpip" {>= "7.0.0"} 22 + "mirage-time" 23 + "rresult" {>= "0.7.0"} 24 + "tls" {>= "1.0.0"} 25 + "uri" 26 + "bigstringaf" 27 + "domain-name" 28 + "httpaf" 29 + "mirage-flow" {>= "4.0.0"} 30 + "tls-mirage" {>= "1.0.0"} 31 + ] 32 + conflicts: [ "result" {< "1.5"} ] 33 + build: [ 34 + ["dune" "build" "-p" name "-j" jobs] 35 + ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test} 36 + ] 37 + dev-repo: "git+https://github.com/mirage/ocaml-git.git" 38 + url { 39 + src: 40 + "https://github.com/mirage/ocaml-git/releases/download/3.17.0/git-3.17.0.tbz" 41 + checksum: [ 42 + "sha256=ef200d0412ed1a538525d0501298890e0b893e020528094d6a3ae12359fd0265" 43 + "sha512=793009a9bf9413147e6c43dfdc4bbe39b00129a5ea0f5d3df149ad2e27b4a3c641ca3b6857476a1cee325aad4d192625220647575470f00d02fb95f085bd9009" 44 + ] 45 + } 46 + x-commit-hash: "fd2b5c8b4125fa9091b1e51eb9082395f20af9f9"
+61
packages/git-unix/git-unix.3.17.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 + "git" {= version} 13 + "git-mirage" {= version} 14 + "happy-eyeballs-lwt" {>= "0.1.2"} 15 + "rresult" {>= "0.7.0"} 16 + "bigstringaf" {>= "0.9.0"} 17 + "fmt" {>= "0.8.7"} 18 + "bos" 19 + "fpath" 20 + "uri" {with-test} 21 + "digestif" {>= "1.1.2"} 22 + "logs" 23 + "lwt" {>= "5.6.0"} 24 + "base-unix" 25 + "carton" {>= "0.7.2"} 26 + "alcotest" {with-test & >= "1.1.0"} 27 + "alcotest-lwt" {with-test & >= "1.1.0"} 28 + "base64" {with-test & >= "3.0.0"} 29 + "mirage-clock" {>= "4.1.0"} 30 + "mirage-clock-unix" {>= "4.1.0"} 31 + "astring" {>= "0.8.5"} 32 + "mirage-time" {>= "2.0.0"} 33 + "mirage-unix" {>= "5.0.0"} 34 + "cmdliner" {>= "1.1.0"} 35 + "decompress" {>= "1.4.0"} 36 + "domain-name" {>= "0.3.0"} 37 + "ipaddr" {>= "5.0.1"} 38 + "mtime" {>= "1.2.0"} 39 + "tcpip" {>= "7.0.0"} 40 + "cstruct" {>= "6.0.0"} 41 + "mirage-flow" {>= "4.0.0"} 42 + "ke" {>= "0.4" & with-test} 43 + "mirage-crypto-rng" {>= "1.0.0" & with-test} 44 + "mimic" {>= "0.0.8"} 45 + "tls" {>= "1.0.0"} 46 + ] 47 + conflicts: [ "result" {< "1.5"} ] 48 + build: [ 49 + ["dune" "build" "-p" name "-j" jobs] 50 + ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test & os != "macos"} 51 + ] 52 + dev-repo: "git+https://github.com/mirage/ocaml-git.git" 53 + url { 54 + src: 55 + "https://github.com/mirage/ocaml-git/releases/download/3.17.0/git-3.17.0.tbz" 56 + checksum: [ 57 + "sha256=ef200d0412ed1a538525d0501298890e0b893e020528094d6a3ae12359fd0265" 58 + "sha512=793009a9bf9413147e6c43dfdc4bbe39b00129a5ea0f5d3df149ad2e27b4a3c641ca3b6857476a1cee325aad4d192625220647575470f00d02fb95f085bd9009" 59 + ] 60 + } 61 + x-commit-hash: "fd2b5c8b4125fa9091b1e51eb9082395f20af9f9"
+69
packages/git/git.3.17.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" {>= "1.1.2"} 21 + "rresult" {>= "0.7.0"} 22 + "base64" {>= "3.0.0"} 23 + "bigstringaf" {>= "0.9.0"} 24 + "optint" 25 + "decompress" {>= "1.4.0"} 26 + "logs" 27 + "lwt" 28 + "mimic" {>= "0.0.6"} 29 + "cstruct" {>= "6.0.0"} 30 + "angstrom" {>= "0.14.0"} 31 + "carton" {>= "0.7.2"} 32 + "carton-lwt" {>= "0.7.2"} 33 + "carton-git" {>= "0.7.2"} 34 + "ke" {>= "0.4"} 35 + "fmt" {>= "0.8.7"} 36 + "checkseum" {>= "0.3.3"} 37 + "ocamlgraph" {>= "1.8.8"} 38 + "astring" 39 + "fpath" 40 + "encore" {>= "0.8"} 41 + "alcotest" {with-test & >= "1.1.0"} 42 + "alcotest-lwt" {with-test & >= "1.1.0"} 43 + "mirage-crypto-rng" {with-test & >= "1.0.0"} 44 + "cmdliner" {with-test & >= "1.1.0"} 45 + "base-unix" {with-test} 46 + "hxd" {>= "0.3.2"} 47 + "mirage-flow" {>= "4.0.0"} 48 + "domain-name" {>= "0.3.0"} 49 + "emile" {>= "1.1"} 50 + "ipaddr" {>= "5.0.1"} 51 + "psq" {>= "0.2.0"} 52 + "uri" {>= "4.1.0"} 53 + "crowbar" {>= "0.2.1" & with-test} 54 + ] 55 + conflicts: [ "result" {< "1.5"} ] 56 + build: [ 57 + ["dune" "build" "-p" name "-j" jobs] 58 + ["dune" "runtest" "-p" name] {with-test} 59 + ] 60 + dev-repo: "git+https://github.com/mirage/ocaml-git.git" 61 + url { 62 + src: 63 + "https://github.com/mirage/ocaml-git/releases/download/3.17.0/git-3.17.0.tbz" 64 + checksum: [ 65 + "sha256=ef200d0412ed1a538525d0501298890e0b893e020528094d6a3ae12359fd0265" 66 + "sha512=793009a9bf9413147e6c43dfdc4bbe39b00129a5ea0f5d3df149ad2e27b4a3c641ca3b6857476a1cee325aad4d192625220647575470f00d02fb95f085bd9009" 67 + ] 68 + } 69 + x-commit-hash: "fd2b5c8b4125fa9091b1e51eb9082395f20af9f9"