mte/unikernel/duniverse/ke/ke.opam

34 lines
1.2 KiB
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
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}
]