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.6/mimic-0.0.6.tbz" 34 checksum: [ 35 "sha256=815bc18f836aa8a4769a7f78e20f45d1b159f0c7be582f3bb24b62d1d056dc28" 36 "sha512=3cb382f733e03e095156e05c4a363d36d48bf63130e76b971c73ed7b96b285b4736f7a9de8d6df9da640b6c97aaff210d926d1cbb71f04bc18676ced8630c419" 37 ] 38} 39x-commit-hash: "ca3f59c6845b8d0dd2055de234ecc2629942cfae"