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 "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] 23build: [ 24 ["dune" "build" "-p" name "-j" jobs] 25 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 26] 27conflicts: [ 28 "result" {< "1.5"} 29] 30dev-repo: "git+https://github.com/dinosaure/mimic.git" 31url { 32 src: 33 "https://github.com/dinosaure/mimic/releases/download/0.0.5/mimic-0.0.5.tbz" 34 checksum: [ 35 "sha256=dea163b6d54b8172873acafbd79e74cfb69505c1cf633c1d15e329c078163dad" 36 "sha512=154ae5d3a1ff6561dc6f5562ad96be1ba34f54ed5fc1428fda57bd839b78ee39ebf978c6d2d31338f85882a11fa14d056d8636e7b5142c664b75d43077d6699b" 37 ] 38} 39x-commit-hash: "35829c70b4baac5b1b17cfa2339cb7f1ab962abe"