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 "mimic-happy-eyeballs" {>= "0.0.5" & < "0.0.8"}
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 "hex"
25 "happy-eyeballs-mirage" {>= "0.1.2"}
26 "happy-eyeballs" {>= "0.1.2"}
27 "ca-certs-nss"
28 "mirage-crypto" {< "1.0.0"}
29 "ptime"
30 "x509" {>= "0.16.2"}
31 "cstruct"
32 "tcpip" {>= "7.0.0"}
33 "domain-name" {>= "0.3.0"}
34 "fmt" {>= "0.8.9"}
35 "ipaddr" {>= "5.0.1"}
36 "lwt" {>= "5.3.0"}
37 "mirage-clock" {>= "3.1.0"}
38 "mirage-flow" {>= "2.0.1" & < "4.0.0"}
39 "mirage-random" {>= "2.0.0" & < "4.0.0"}
40 "mirage-time" {>= "2.0.1"}
41 "result" {>= "1.5"}
42 "rresult" {>= "0.6.0"}
43 "alcotest" {>= "1.2.3" & with-test}
44 "alcotest-lwt" {>= "1.2.3" & with-test}
45 "bigstringaf" {>= "0.9.0" & with-test}
46 "cstruct" {>= "6.0.0" & with-test}
47 "logs" {>= "0.7.0" & with-test}
48 "ke" {>= "0.4" & with-test}
49]
50build: [
51 ["dune" "build" "-p" name "-j" jobs]
52 ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test}
53]
54dev-repo: "git+https://github.com/mirage/ocaml-git.git"
55url {
56 src:
57 "https://github.com/mirage/ocaml-git/releases/download/3.13.0/git-3.13.0.tbz"
58 checksum: [
59 "sha256=f7cc36026cdefc1f9837f10d7d26f457c236cb21547fcad210e71483561b55d3"
60 "sha512=728f21c3483bdead9420767cb3e57901be1cff428fceb814be3cad817b2d78511d35f559962469e85d3919c59577884d353cb883ac749e6e2b92fb7d0deec4f4"
61 ]
62}
63x-commit-hash: "0d5ea8a31913d10990c1437790d5daf9907a39d7"