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.12.8" & < "0.14.0"}
50 "tls-mirage" {>= "0.12.8" & < "0.14.0"}
51 "cohttp-lwt-unix" {with-test}
52]
53x-ci-accept-failures: [
54 "centos-7" # git is too old and fails during tests
55 "oraclelinux-7" # git is too old and fails during tests
56]
57build: [
58 ["dune" "build" "-p" name "-j" jobs]
59 ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test}
60]
61dev-repo: "git+https://github.com/mirage/ocaml-git.git"
62x-commit-hash: "5eb3ef686b101102b40967ef45e76f44cd55e149"
63url {
64 src:
65 "https://github.com/mirage/ocaml-git/releases/download/3.4.0/git-3.4.0.tbz"
66 checksum: [
67 "sha256=6eef1240c7c85a8e495b82ef863c509ad41d75e0c45cf73c34ed1bdafd03413f"
68 "sha512=5fc02e4ea5fccf2386ddfcf5a15f1c11f49c982ffce0296bd5c00ba3f6510de3515e1ac80add7fe20cc8e3dc6516bbf233156ab9dd70eab7a12f7097ae49da27"
69 ]
70}