this repo has no description
1opam-version: "2.0"
2synopsis: "A package to use HTTP-based ocaml-git with MirageOS backend"
3maintainer: ["thomas@gazagnaire.org" "romain.calascibetta@gmail.com"]
4authors: "Thomas Gazagnaire"
5license: "ISC"
6homepage: "https://github.com/mirage/ocaml-git"
7doc: "https://mirage.github.io/ocaml-git/"
8bug-reports: "https://github.com/mirage/ocaml-git/issues"
9depends: [
10 "ocaml" {>= "4.08.0"}
11 "dune" {>= "2.8.0"}
12 "git" {= version}
13 "mimic" {>= "0.0.4"}
14 "paf" {>= "0.8.0"}
15 "ca-certs-nss"
16 "fmt"
17 "ipaddr"
18 "logs"
19 "lwt"
20 "tcpip" {>= "7.0.0"}
21 "rresult" {>= "0.7.0"}
22 "tls" {>= "1.0.0"}
23 "uri"
24 "bigstringaf"
25 "domain-name"
26 "h1"
27 "mirage-flow" {>= "4.0.0"}
28 "tls-mirage" {>= "1.0.0"}
29]
30conflicts: [ "result" {< "1.5"} ]
31build: [
32 ["dune" "build" "-p" name "-j" jobs]
33 ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test}
34]
35dev-repo: "git+https://github.com/mirage/ocaml-git.git"
36x-maintenance-intent: [ "(latest)" ]
37url {
38 src:
39 "https://github.com/mirage/ocaml-git/releases/download/3.18.0/git-3.18.0.tbz"
40 checksum: [
41 "sha256=925795627e6daae0b4bd16aa506879df11cb201e65fefe38e81378f18d517d4b"
42 "sha512=8e407d49808ec26445b0c706f7b010b35050d274b534e265487cb82bcac1f29cd5c41365851d42f84794ddbceb57b90143768a23154117e902b45419d156c410"
43 ]
44}
45x-commit-hash: "78ee8e51d1b4ea9c48ce4b6b4e669ac7d6f70714"