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 "git" {= version}
13 "git-mirage" {= version}
14 "happy-eyeballs-lwt" {>= "0.1.2"}
15 "rresult"
16 "result"
17 "bigstringaf" {>= "0.9.0"}
18 "fmt" {>= "0.8.7"}
19 "bos"
20 "fpath"
21 "uri" {with-test}
22 "digestif" {>= "1.1.2"}
23 "logs"
24 "lwt" {>= "5.6.0"}
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 "mirage-clock" {>= "4.1.0"}
30 "mirage-clock-unix" {>= "4.1.0"}
31 "astring" {>= "0.8.5"}
32 "awa" {>= "0.1.0"}
33 "mirage-time" {>= "2.0.0"}
34 "mirage-unix" {>= "5.0.0"}
35 "cmdliner" {>= "1.1.0"}
36 "decompress" {>= "1.4.0"}
37 "domain-name" {>= "0.3.0"}
38 "ipaddr" {>= "5.0.1"}
39 "mtime" {>= "1.2.0"}
40 "ocamlfind" {>= "1.8.1"}
41 "tcpip" {>= "7.0.0"}
42 "cstruct" {>= "6.0.0"}
43 "awa-mirage" {>= "0.1.0"}
44 "mirage-flow" {>= "2.0.1"}
45 "ke" {>= "0.4" & with-test}
46 "mirage-crypto-rng" {with-test & >= "0.11.0" & < "1.0.0"}
47 "ptime"
48 "mimic"
49 "ca-certs-nss" {>= "3.60"}
50 "tls" {>= "0.14.0" & < "1.0.0"}
51 "tls-mirage" {>= "0.14.0" & < "1.0.0"}
52]
53build: [
54 ["dune" "build" "-p" name "-j" jobs]
55 ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test & os != "macos"}
56]
57dev-repo: "git+https://github.com/mirage/ocaml-git.git"
58url {
59 src:
60 "https://github.com/mirage/ocaml-git/releases/download/3.14.0/git-3.14.0.tbz"
61 checksum: [
62 "sha256=bb536af33a3661f02745789bf88a98574b16386adaab1ac90b7dcd74341a62c1"
63 "sha512=4c58388a72a603f3302a667b2dc6f3eea4ba90a988d873f6b2a13110bc19a4c697e4180d7bbc0a3e5a1e18fcfbc36a883542b4ffd0ffa15dbe2070ad35494d79"
64 ]
65}
66x-commit-hash: "4d90029a4145a738ca69d83baa02bb9eb615aa0c"