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" & < "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 "alcotest" {>= "1.2.3" & with-test}
17 "alcotest-lwt" {>= "1.2.3" & with-test}
18 "bigstringaf" {>= "0.7.0" & with-test}
19 "cstruct" {>= "6.0.0" & with-test}
20 "logs" {>= "0.7.0"}
21 "ke" {>= "0.4" & with-test}
22]
23conflicts: [
24 "result" {< "1.5"}
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/dinosaure/mimic.git"
31url {
32 src:
33 "https://github.com/dinosaure/mimic/releases/download/0.0.4/mimic-0.0.4.tbz"
34 checksum: [
35 "sha256=d566f6c6e7e018aa77149f856232b8e62f41e7e1e885d3d7fb0f52c34a61e496"
36 "sha512=649ed77c920216bb9cefc0e595b417f1677ce49be154fe3aae0b0da31fbc40d0ed1d80b9113257ab9515f2a623a44ba2ab1a1f47c62a144a370ad03409a45556"
37 ]
38}
39x-commit-hash: "7f2805b74f5e0db51f51b4e7764c8cbefed97f0c"