opam-version: "2.0"
maintainer: "rudi.grinberg@gmail.com"
authors: ["Oleg Kiselyov"]
homepage: "http://okmij.org/ftp/continuations/implementations.html#caml-shift"
license: "MIT"
build: [
  [make "all"]
  [make "opt"]
]
remove: [["ocamlfind" "remove" "delimcc"]]
depends: [
  "ocaml" {>= "4.04.0" & < "4.10.0"}
  "ocamlfind"
]
install: [make "findlib-install"]
synopsis:
  "Oleg's delimited continuations library for byte-code and native OCaml"
flags: light-uninstall
url {
  src: "https://github.com/zinid/delimcc/archive/2017.03.02.zip"
  checksum: "md5=8b8f25b8ae136ad63f076518ac9c00f8"
}
