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 "rresult"
15 "result"
16 "bigstringaf"
17 "bigarray-compat"
18 "fmt" {>= "0.8.7"}
19 "bos"
20 "fpath"
21 "uri" {with-test}
22 "digestif" {>= "0.8.1"}
23 "logs"
24 "lwt"
25 "base-unix"
26 "alcotest" {with-test & >= "1.1.0"}
27 "alcotest-lwt" {with-test & >= "1.1.0"}
28 "base64" {with-test & >= "3.0.0"}
29 "git-cohttp-unix" {= version}
30 "mirage-clock" {>= "4.0.0"}
31 "mirage-clock-unix" {>= "4.0.0"}
32 "astring" {>= "0.8.5"}
33 "awa"
34 "cmdliner" {>= "1.0.4" & < "1.1.0"}
35 "decompress" {>= "1.4.0"}
36 "domain-name" {>= "0.3.0"}
37 "ipaddr" {>= "5.0.1"}
38 "mtime" {>= "1.2.0" & < "2.0.0"}
39 "ocamlfind" {>= "1.8.1"}
40 "tcpip" {>= "6.0.0"}
41 "cstruct" {>= "6.0.0"}
42 "awa-mirage" {< "0.1.0"}
43 "mirage-flow" {>= "2.0.1"}
44 "ke" {>= "0.4" & with-test}
45 "mirage-crypto-rng" {with-test & >= "0.8.8" & < "1.0.0"}
46 "ptime"
47 "mimic"
48 "ca-certs-nss" {>= "3.60"}
49 "tls" {>= "0.14.0" & < "1.0.0"}
50 "tls-mirage" {>= "0.14.0" & < "1.0.0"}
51 "cohttp-lwt-unix" {with-test}
52]
53build: [
54 ["dune" "build" "-p" name "-j" jobs]
55 ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test & !(os-distribution = "centos" & os-version < "8") & !(os-distribution = "ol" & os-version < "8")}
56]
57dev-repo: "git+https://github.com/mirage/ocaml-git.git"
58x-commit-hash: "a7e8cb6dd90229ac07ff09f47492c137025a39ef"
59url {
60 src:
61 "https://github.com/mirage/ocaml-git/releases/download/3.6.0/git-3.6.0.tbz"
62 checksum: [
63 "sha256=b148810ea65aef76503a0fd5deb351fa7307fd29f06ce93fdf43cc7add5c1b45"
64 "sha512=73e0a7ab2bf00102653ac14d47ac62f3dddcdb0e24f7c5e33226801331cf608bcbfba2f058b5cb612ba9313d6ab12b2d01556169239e5fb18ef1c14a9b1c1eaf"
65 ]
66}