this repo has no description
at main 1.5 kB view raw
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.08.0"} 17 "dune" {>= "2.0"} 18 "fmt" {>= "0.8.7"} 19 "alcotest" {with-test} 20 "bigstringaf" {with-test} 21 "bechamel" {with-test} 22 "bechamel-notty" {with-test} 23 "bechamel-perf" {with-test} 24 "ocplib-json-typed" {with-test} 25 "core_bench" {with-test & >= "v0.15"} 26 "lwt" {with-test} 27 "crowbar" {with-test} 28 "rresult" {with-test} 29 "jsonm" {with-test} 30 "psq" {with-test} 31 "cmdliner" {>= "1.1.0" & with-test} 32] 33url { 34 src: "https://github.com/mirage/ke/releases/download/v0.6/ke-0.6.tbz" 35 checksum: [ 36 "sha256=61217207e2200b04b17759736610ff9208269a647f854cb5ae72cdac0d672305" 37 "sha512=be277780a7a6c9109068b6c8d54fa88c35180802ff86951516a32a6b7c0335fd6584753d1c670e02632b3956c09ae31bfec70e3dd5ea94697e9e032ba3b9248b" 38 ] 39} 40x-commit-hash: "7678aee5921580378f543a11101b2b0118f2cf6c"