This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
30
unikernel/duniverse/mimic/mimic.opam
Normal file
30
unikernel/duniverse/mimic/mimic.opam
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
version: "0.0.9"
|
||||
opam-version: "2.0"
|
||||
synopsis: "A simple protocol dispatcher"
|
||||
description: "A middleware to dispatch protocols"
|
||||
maintainer: ["romain.calascibetta@gmail.com"]
|
||||
authors: "Romain Calascibetta"
|
||||
license: "ISC"
|
||||
homepage: "https://github.com/dinosaure/mimic"
|
||||
doc: "https://dinosaure.github.io/mimic/"
|
||||
bug-reports: "https://github.com/dinosaure/mimic/issues"
|
||||
depends: [
|
||||
"ocaml" {>= "4.08.0"}
|
||||
"dune" {>= "2.8"}
|
||||
"lwt" {>= "5.3.0"}
|
||||
"mirage-flow" {>= "4.0.0"}
|
||||
"alcotest" {>= "1.2.3" & with-test}
|
||||
"alcotest-lwt" {>= "1.2.3" & with-test}
|
||||
"bigstringaf" {>= "0.7.0" & with-test}
|
||||
"cstruct" {>= "6.0.0" & with-test}
|
||||
"logs" {>= "0.7.0"}
|
||||
"ke" {>= "0.4" & with-test}
|
||||
]
|
||||
build: [
|
||||
["dune" "build" "-p" name "-j" jobs]
|
||||
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
||||
]
|
||||
conflicts: [
|
||||
"result" {< "1.5"}
|
||||
]
|
||||
dev-repo: "git+https://github.com/dinosaure/mimic.git"
|
||||
Loading…
Add table
Add a link
Reference in a new issue