this repo has no description
1opam-version: "2.0"
2synopsis: "Virtual package to install and configure ocaml-git's Unix 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 "mmap" {>= "1.1.0"}
13 "git" {= version}
14 "git-mirage" {= version}
15 "happy-eyeballs-lwt" {>= "0.1.2"}
16 "rresult"
17 "result"
18 "bigstringaf"
19 "bigarray-compat"
20 "fmt" {>= "0.8.7"}
21 "bos"
22 "fpath"
23 "uri" {with-test}
24 "digestif" {>= "0.8.1"}
25 "logs"
26 "lwt"
27 "base-unix"
28 "alcotest" {with-test & >= "1.1.0"}
29 "alcotest-lwt" {with-test & >= "1.1.0"}
30 "base64" {with-test & >= "3.0.0"}
31 "mirage-clock" {>= "4.1.0"}
32 "mirage-clock-unix" {>= "4.1.0"}
33 "astring" {>= "0.8.5"}
34 "awa" {>= "0.1.0"}
35 "mirage-time" {>= "2.0.0"}
36 "mirage-unix" {>= "5.0.0"}
37 "cmdliner" {>= "1.1.0"}
38 "decompress" {>= "1.4.0"}
39 "domain-name" {>= "0.3.0"}
40 "ipaddr" {>= "5.0.1"}
41 "mtime" {>= "1.2.0" & < "2.0.0"}
42 "ocamlfind" {>= "1.8.1"}
43 "tcpip" {>= "7.0.0"}
44 "cstruct" {>= "6.0.0"}
45 "awa-mirage" {>= "0.1.0"}
46 "mirage-flow" {>= "2.0.1"}
47 "ke" {>= "0.4" & with-test}
48 "mirage-crypto-rng" {with-test & >= "0.8.8" & < "0.11.0"}
49 "ptime"
50 "mimic"
51 "ca-certs-nss" {>= "3.60"}
52 "tls" {>= "0.14.0" & < "1.0.0"}
53 "tls-mirage" {>= "0.14.0" & < "1.0.0"}
54]
55build: [
56 ["dune" "build" "-p" name "-j" jobs]
57 ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test}
58]
59dev-repo: "git+https://github.com/mirage/ocaml-git.git"
60url {
61 src:
62 "https://github.com/mirage/ocaml-git/releases/download/3.9.0/git-3.9.0.tbz"
63 checksum: [
64 "sha256=abfa25889ef8d0a3269014fa8e8489eed1a10329ec1f2aec102fdd677498d663"
65 "sha512=84bbcfcf389a6f04ac9548a5ca26463f7af9b3d1c6aea66e7bd1f393724fadf68c96cc091a74ed9a1768b3da45655429a20fab4359d276cf0a9b3704a99e1747"
66 ]
67}
68x-commit-hash: "9fa5cb6cd6b05a16abbf65f8ab16b6ce1bdcd373"