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" {>= "0.7.0"}
16 "bigstringaf" {>= "0.9.0"}
17 "fmt" {>= "0.8.7"}
18 "bos"
19 "fpath"
20 "uri" {with-test}
21 "digestif" {>= "1.1.2"}
22 "logs"
23 "lwt" {>= "5.6.0"}
24 "base-unix"
25 "alcotest" {with-test & >= "1.1.0"}
26 "alcotest-lwt" {with-test & >= "1.1.0"}
27 "base64" {with-test & >= "3.0.0"}
28 "mirage-clock" {>= "4.1.0"}
29 "mirage-clock-unix" {>= "4.1.0"}
30 "astring" {>= "0.8.5"}
31 "mirage-time" {>= "2.0.0"}
32 "mirage-unix" {>= "5.0.0"}
33 "cmdliner" {>= "1.1.0"}
34 "decompress" {>= "1.4.0"}
35 "domain-name" {>= "0.3.0"}
36 "ipaddr" {>= "5.0.1"}
37 "mtime" {>= "1.2.0"}
38 "tcpip" {>= "7.0.0"}
39 "cstruct" {>= "6.0.0"}
40 "mirage-flow" {>= "4.0.0"}
41 "ke" {>= "0.4" & with-test}
42 "mirage-crypto-rng" {with-test & >= "0.11.0" & < "1.0.0"}
43 "mimic"
44 "tls" {>= "0.14.0" & < "1.0.0"}
45]
46conflicts: [ "result" {< "1.5"} ]
47build: [
48 ["dune" "build" "-p" name "-j" jobs]
49 ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test & os != "macos"}
50]
51dev-repo: "git+https://github.com/mirage/ocaml-git.git"
52url {
53 src:
54 "https://github.com/mirage/ocaml-git/releases/download/3.16.0/git-3.16.0.tbz"
55 checksum: [
56 "sha256=29415dd6eb78cd01810ecf2f8e565f8033cf98373b902e48918b777d8d80e492"
57 "sha512=762f0ec2dda6a20de92c87c1b06459247eb70f0230bf1cb6c8a68641e59eda997166522f5a4f16fd159db87afe5ef3a33e7ada6da2c05fe5902c1372bc9455ee"
58 ]
59}
60x-commit-hash: "d7171f86454b927dab93bd85e15ffc5fb0ed00b5"