this repo has no description
1opam-version: "2.0"
2maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
3authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
4homepage: "https://github.com/mirage/ke"
5bug-reports: "https://github.com/mirage/ke/issues"
6dev-repo: "git+https://github.com/mirage/ke.git"
7doc: "https://mirage.github.io/ke/"
8license: "MIT"
9synopsis: "Queue implementation"
10description: """Queue implementation in OCaml (functional and imperative queue)"""
11
12build: [ "dune" "build" "-p" name "-j" jobs ]
13run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
14
15depends: [
16 "ocaml" {>= "4.03.0"}
17 "dune" {>= "2.0"}
18 "fmt" {>= "0.8.7"}
19 "bigarray-compat"
20 "alcotest" {with-test}
21 "bigstringaf" {with-test}
22 "bechamel" {with-test}
23 "bechamel-notty" {with-test}
24 "bechamel-perf" {with-test}
25 "ocplib-json-typed" {with-test}
26 "core_bench" {with-test}
27 "lwt" {with-test}
28 "crowbar" {with-test}
29 "rresult" {with-test}
30 "jsonm" {with-test}
31 "psq" {with-test}
32 "cmdliner" {>= "1.1.0" & with-test}
33]
34url {
35 src: "https://github.com/mirage/ke/releases/download/v0.5/ke-0.5.tbz"
36 checksum: [
37 "sha256=504386757350feb9eb5f5000f9d5dd3ca1b41a91e1b91ec6c63972b09bb88229"
38 "sha512=fce23bbda005119020c4c6d38f2d95bc677e012026a1c65cc5fbaec6ded62b87ae6db756fa7822933e33e0cbb3b583a9cdc16771f1f590a3dec79933de7e5359"
39 ]
40}
41x-commit-hash: "415e79ea06497bf6bab97c9452f77d55c4182ca0"