opam-version: "2.0" maintainer: "Romain Calascibetta " authors: "Romain Calascibetta " 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.03.0"} "dune" {>= "1.5"} "fmt" {>= "0.8.5"} "bigarray-compat" "alcotest" {with-test} "bigstringaf" {with-test} ] url { src: "https://github.com/mirage/ke/releases/download/v0.4/ke-v0.4.tbz" checksum: [ "sha256=ddf60f66569b77c35c664087beb8934b3e43df1f70bccb6d4d02d70d8cef898d" "sha512=3e4b9a30d2eb8af842b7953ba04ba64aadeafad807e098c203234924301e1b020b0fdf5f4f46e688c23058dacf5de86deae2c29e6874f4672cf990564cb9b8d3" ] }