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"} "bigstringaf" ] url { src: "https://github.com/mirage/ke/releases/download/v0.1/ke-v0.1.tbz" checksum: [ "sha256=fdc420a153a45bde14c0906c2cf05cbfb16cf42325597a298a811f013424846b" "md5=868a790888e1bfcc4f93e4e332d49bf7" ] }