this repo has no description
1opam-version: "2.0"
2synopsis: "A simple protocol dispatcher"
3description: "A middleware to dispatch protocols used by Git"
4maintainer: ["thomas@gazagnaire.org" "romain.calascibetta@gmail.com"]
5authors: "Thomas Gazagnaire"
6license: "ISC"
7homepage: "https://github.com/mirage/ocaml-git"
8doc: "https://mirage.github.io/ocaml-git/"
9bug-reports: "https://github.com/mirage/ocaml-git/issues"
10depends: [
11 "ocaml" {>= "4.08.0" & < "5.0"}
12 "dune" {>= "2.8"}
13 "fmt" {>= "0.8.9"}
14 "lwt" {>= "5.3.0"}
15 "mirage-flow" {>= "2.0.1" & < "4.0.0"}
16 "result" {>= "1.5"}
17 "rresult" {>= "0.6.0"}
18 "alcotest" {>= "1.2.3" & with-test}
19 "alcotest-lwt" {>= "1.2.3" & with-test}
20 "bigstringaf" {>= "0.7.0" & with-test}
21 "bigarray-compat" {with-test}
22 "cstruct" {>= "6.0.0" & < "6.1.0" & with-test}
23 "logs" {>= "0.7.0"}
24 "ke" {>= "0.4" & with-test}
25]
26build: [
27 ["dune" "build" "-p" name "-j" jobs]
28 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
29]
30dev-repo: "git+https://github.com/mirage/ocaml-git.git"
31x-commit-hash: "300e98add8ae3f2c5214e57feb742cc76be6d0b9"
32url {
33 src:
34 "https://github.com/mirage/ocaml-git/releases/download/mimic-v0.0.2/mimic-mimic-v0.0.2.tbz"
35 checksum: [
36 "sha256=3ad5af3caa1120ecfdf022de41ba5be8edfbf50270fc99238b82d3d2d6e7c317"
37 "sha512=59142e488116117d5d10fc368e436c39a036dfffcdfb96c3b30a61ad494982d693ac9251a1f6b84b81ff594935984b236ebd79a4984f19a5784246546303ce6f"
38 ]
39}