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" "subst" ] {dev} [ "dune" "build" "-p" name "-j" jobs ] [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} ] depends: [ "ocaml" {>= "4.03.0"} "dune" {>= "1.5"} "fmt" {>= "0.8.5"} "alcotest" {with-test} "bigstringaf" ] url { src: "https://github.com/mirage/ke/releases/download/v0.2/ke-v0.2.tbz" checksum: [ "sha256=e30a31f55c81f2daec50fc3dc0e11a3bb1bf37141f086862947d8ba07c787db7" "md5=52fe2b8cf16b420425447203dd336d04" ] }