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.0.4" & < "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" & < "1.0.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.8.0/git-3.8.0.tbz"
63 checksum: [
64 "sha256=f6c628e3628d25686cec4cdff8132f9433e95938bdcb43975778d28d33a0b077"
65 "sha512=779bdd7a1657e859ed47b46ef9da007b5f43f4446f8cea831f29fae662efdd33a39aa2ee90b9f8d8b6360f2abb78038a7592633efa26e8adc5d2ae20d86d8015"
66 ]
67}
68x-commit-hash: "e69f649443b4997eef4ceef77c73f9ea6d67f84a"