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 "cohttp-lwt-unix" {>= "2.5.4"}
36 "decompress" {>= "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 "ptime" {with-test}
49]
50build: [
51 ["dune" "build" "-p" name "-j" jobs]
52 ["dune" "runtest" "-p" name "-j1" "--no-buffer"] {with-test}
53]
54dev-repo: "git+https://github.com/mirage/ocaml-git.git"
55x-commit-hash: "01b21561c70056f449e7a8a2960b1f2a8ddb9604"
56url {
57 src:
58 "https://github.com/mirage/ocaml-git/releases/download/3.3.2/git-3.3.2.tbz"
59 checksum: [
60 "sha256=3bc37f374c41b5310334223c86d3a08ebe6b1c60d15c8a02307684a5df93ac07"
61 "sha512=2f59ddd2add60c8d37637e3cad1871e88307aabcaf5b5dd0a9387da99abcd55c0da58137e39e23b77362e3f91923ba83e70007f65ed0f9f6384a15fe922e1b85"
62 ]
63}