this repo has no description
1opam-version: "2.0"
2synopsis: "A package to use 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 "mimic"
13 "git" {= version}
14 "git-paf" {= version}
15 "awa" {>= "0.0.5"}
16 "awa-mirage" {>= "0.0.5" & < "0.1.0"}
17 "dns" {>= "6.1.3"}
18 "dns-client" {>= "6.1.3" & < "6.4.0"}
19 "tls" {< "1.0.0"}
20 "tls-mirage" {< "1.0.0"}
21 "uri"
22 "hex"
23 "happy-eyeballs-mirage" {>= "0.1.2" & < "0.2.0"}
24 "happy-eyeballs" {>= "0.1.2"}
25 "ca-certs-nss"
26 "mirage-crypto" {< "1.0.0"}
27 "ptime"
28 "x509"
29 "cstruct"
30 "tcpip" {>= "7.0.0"}
31 "domain-name" {>= "0.3.0"}
32 "fmt" {>= "0.8.9"}
33 "ipaddr" {>= "5.0.1"}
34 "lwt" {>= "5.3.0"}
35 "mirage-clock" {>= "4.0.0"}
36 "mirage-flow" {>= "2.0.1"}
37 "mirage-random" {>= "2.0.0" & < "4.0.0"}
38 "mirage-time" {>= "2.0.1"}
39 "result" {>= "1.5"}
40 "rresult" {>= "0.6.0"}
41 "alcotest" {>= "1.2.3" & with-test}
42 "alcotest-lwt" {>= "1.2.3" & with-test}
43 "bigstringaf" {>= "0.7.0" & with-test}
44 "cstruct" {>= "6.0.0" & with-test}
45 "logs" {>= "0.7.0" & with-test}
46 "ke" {>= "0.4" & with-test}
47]
48build: [
49 ["dune" "build" "-p" name "-j" jobs]
50 ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test}
51]
52dev-repo: "git+https://github.com/mirage/ocaml-git.git"
53url {
54 src:
55 "https://github.com/mirage/ocaml-git/releases/download/3.7.0/git-3.7.0.tbz"
56 checksum: [
57 "sha256=ee30231a00f0a3548d3c2e1266537afe5f2a877d2c24369ed771cb91ec47610d"
58 "sha512=e0b0d209cf35edead52916fb215ef83739f0be00501b6898a91a14503544d96718b1c248febc1abbe9bf5bd9e07eb0ea3ea5f120c32065fd32a20632b534c481"
59 ]
60}
61x-commit-hash: "45d90b8792ab8f3866751f462619c7dd7860e5d5"