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.6.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" {>= "3.0.0"}
31 "mirage-clock-unix" {>= "3.0.0"}
32 "astring" {>= "0.8.5"}
33 "awa"
34 "cmdliner" {>= "1.0.4" & < "1.1.0"}
35 "cohttp-lwt-unix" {>= "2.5.4"}
36 "decompress" {>= "1.2.0" & < "1.3.0"}
37 "domain-name" {>= "0.3.0"}
38 "ipaddr" {>= "5.0.1"}
39 "mtime" {>= "1.2.0"}
40 "ocamlfind" {>= "1.8.1"}
41 "tcpip" {>= "6.0.0"}
42 "cstruct" {>= "6.0.0" & with-test}
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.8.8" & < "1.0.0"}
47 "ocurl" {>= "0.9.1" & with-test}
48]
49build: [
50 ["dune" "build" "-p" name "-j" jobs]
51 ["dune" "runtest" "-p" name "-j1" "--no-buffer"] {with-test}
52]
53dev-repo: "git+https://github.com/mirage/ocaml-git.git"
54x-commit-hash: "606fb98c6420eac9d7753abc38ed31c726c98838"
55url {
56 src:
57 "https://github.com/mirage/ocaml-git/releases/download/3.2.0/git-3.2.0.tbz"
58 checksum: [
59 "sha256=2648d6a45263164936aeb4f61c1ffcb6078135626a317f400156ec62033c3893"
60 "sha512=fa19fe952331a50ad75b1a16193c46e3de2950c537e54b9e9d167b03502616bee10e36d8a114365645a8e4032b78a58d0567692106e9d6fb69f17b9964ebc3cb"
61 ]
62}