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 "result" {>= "1.5"} 17 "rresult" {>= "0.6.0"} 18 "alcotest" {>= "1.2.3" & with-test} 19 "alcotest-lwt" {>= "1.2.3" & with-test} 20 "bigstringaf" {>= "0.7.0" & with-test} 21 "bigarray-compat" {with-test} 22 "cstruct" {>= "6.0.0" & < "6.1.0" & with-test} 23 "logs" {>= "0.7.0"} 24 "ke" {>= "0.4" & with-test} 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" 31x-commit-hash: "40d67317a108af764874be5d0b1c1d4126a8ee6e" 32url { 33 src: 34 "https://github.com/dinosaure/mimic/releases/download/0.0.3/mimic-0.0.3.tbz" 35 checksum: [ 36 "sha256=e4743cd2e4f8242eb1ce9d8086fd2affba0eb6a62131309ffa279108bd3dbbcb" 37 "sha512=8c3c0508c09af4694f16738039965f36909952a694a8203356aa002810c9cec589510544f053377e9e43fa902c59d8cd00aa02dda57e8cdba02ee0e20b4f2bbb" 38 ] 39}