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" {>= "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.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 "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: "363613ebab82a2730216816def653547c8a9e848"
56url {
57 src:
58 "https://github.com/mirage/ocaml-git/releases/download/3.3.0/git-3.3.0.tbz"
59 checksum: [
60 "sha256=090b67e8f8a02fb52b4d0c7aa445b5ff7353fdb2da00fb37b908f089c6776cd0"
61 "sha512=b3beedffc9ec7f85d0c503f9d5f4115ce84bb75a6d1df8ed0fae214acec6922959be603e9ae869fb5ce6bd9da266973911889e2a4cd10b4c254d83a0f21bbaf4"
62 ]
63}