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.8/mimic-0.0.8.tbz"
33 checksum: [
34 "sha256=d0ab2932120e2e2f71621595a7ccacc79e453828fb1587877ee96ee5794008e8"
35 "sha512=3afef487e52ebce3e4ed524e109bbc1e35dd4a69e2b1be165ecf88c1cdec54f5eb11a71ab1ac74d988011f0f2ca634cafb0cee2c8f251d697039c8e4c5dc91d6"
36 ]
37}
38x-commit-hash: "6124db671783cfcee9e2f58caaaf08fa242f05b6"