This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
34
unikernel/duniverse/ke/ke.opam
Normal file
34
unikernel/duniverse/ke/ke.opam
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
version: "0.6"
|
||||
opam-version: "2.0"
|
||||
name: "ke"
|
||||
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
|
||||
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
|
||||
homepage: "https://github.com/mirage/ke"
|
||||
bug-reports: "https://github.com/mirage/ke/issues"
|
||||
dev-repo: "git+https://github.com/mirage/ke.git"
|
||||
doc: "https://mirage.github.io/ke/"
|
||||
license: "MIT"
|
||||
synopsis: "Queue implementation"
|
||||
description: """Queue implementation in OCaml (functional and imperative queue)"""
|
||||
|
||||
build: [ "dune" "build" "-p" name "-j" jobs ]
|
||||
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
|
||||
|
||||
depends: [
|
||||
"ocaml" {>= "4.08.0"}
|
||||
"dune" {>= "2.0"}
|
||||
"fmt" {>= "0.8.7"}
|
||||
"alcotest" {with-test}
|
||||
"bigstringaf" {with-test}
|
||||
"bechamel" {with-test}
|
||||
"bechamel-notty" {with-test}
|
||||
"bechamel-perf" {with-test}
|
||||
"ocplib-json-typed" {with-test}
|
||||
"core_bench" {with-test & >= "v0.15"}
|
||||
"lwt" {with-test}
|
||||
"crowbar" {with-test}
|
||||
"rresult" {with-test}
|
||||
"jsonm" {with-test}
|
||||
"psq" {with-test}
|
||||
"cmdliner" {>= "1.1.0" & with-test}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue