this repo has no description
1opam-version: "2.0"
2synopsis: "A simple protocol dispatcher"
3description: "A middleware to dispatch protocols"
4maintainer: ["romain.calascibetta@gmail.com"]
5authors: "Romain Calascibetta"
6license: "ISC"
7homepage: "https://github.com/dinosaure/mimic"
8doc: "https://dinosaure.github.io/mimic/"
9bug-reports: "https://github.com/dinosaure/mimic/issues"
10depends: [
11 "ocaml" {>= "4.08.0"}
12 "dune" {>= "2.8"}
13 "lwt" {>= "5.3.0"}
14 "mirage-flow" {>= "4.0.0"}
15 "alcotest" {>= "1.2.3" & with-test}
16 "alcotest-lwt" {>= "1.2.3" & with-test}
17 "bigstringaf" {>= "0.7.0" & with-test}
18 "cstruct" {>= "6.0.0" & with-test}
19 "logs" {>= "0.7.0"}
20 "ke" {>= "0.4" & with-test}
21]
22build: [
23 ["dune" "build" "-p" name "-j" jobs]
24 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
25]
26conflicts: [
27 "result" {< "1.5"}
28]
29dev-repo: "git+https://github.com/dinosaure/mimic.git"
30url {
31 src:
32 "https://github.com/dinosaure/mimic/releases/download/0.0.9/mimic-0.0.9.tbz"
33 checksum: [
34 "sha256=954df1ceb548a922a785440885a5d16a6af7f735d6c370ed35d339114b69e29f"
35 "sha512=dcfa1c2e13d18af3beb0ff3b080b50675ea390ba6d4d22ccb4ec5dc50ca1bc8f562e76b3a140ce155eb4862a08f94f3ac88cb650def7b2d6632db09a327c4cd2"
36 ]
37}
38x-commit-hash: "6dcb17bc52cf67a64fcab42d593cc42ddb3d9d1c"