this repo has no description
1opam-version: "2.0"
2synopsis: "A package to use ocaml-git with MirageOS 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 "mimic"
13 "mirage-stack" {< "4.0.0"}
14 "git" {= version}
15 "awa"
16 "awa-mirage" {< "0.1.0"}
17 "dns" {>= "6.0.0"}
18 "dns-client" {>= "6.0.0"}
19 "tls" {< "1.0.0"}
20 "domain-name" {>= "0.3.0"}
21 "fmt" {>= "0.8.9"}
22 "ipaddr" {>= "5.0.1"}
23 "lwt" {>= "5.3.0"}
24 "mirage-clock" {>= "4.0.0"}
25 "mirage-flow" {>= "2.0.1"}
26 "mirage-protocols" {>= "5.0.0"}
27 "mirage-random" {>= "2.0.0" & < "4.0.0"}
28 "mirage-time" {>= "2.0.1"}
29 "result" {>= "1.5"}
30 "rresult" {>= "0.6.0"}
31 "alcotest" {>= "1.2.3" & with-test}
32 "alcotest-lwt" {>= "1.2.3" & with-test}
33 "bigstringaf" {>= "0.7.0" & with-test}
34 "cstruct" {>= "6.0.0" & with-test}
35 "logs" {>= "0.7.0" & with-test}
36 "ke" {>= "0.4" & with-test}
37]
38build: [
39 ["dune" "build" "-p" name "-j" jobs]
40 ["dune" "runtest" "-p" name "-j" jobs "--no-buffer"] {with-test}
41]
42dev-repo: "git+https://github.com/mirage/ocaml-git.git"
43x-commit-hash: "a7e8cb6dd90229ac07ff09f47492c137025a39ef"
44url {
45 src:
46 "https://github.com/mirage/ocaml-git/releases/download/3.6.0/git-3.6.0.tbz"
47 checksum: [
48 "sha256=b148810ea65aef76503a0fd5deb351fa7307fd29f06ce93fdf43cc7add5c1b45"
49 "sha512=73e0a7ab2bf00102653ac14d47ac62f3dddcdb0e24f7c5e33226801331cf608bcbfba2f058b5cb612ba9313d6ab12b2d01556169239e5fb18ef1c14a9b1c1eaf"
50 ]
51}