opam-version: "2.0"
maintainer: "yallop@gmail.com"
authors: ["Oleg Kiselyov"]
homepage: "http://okmij.org/ftp/continuations/implementations.html#caml-shift"
license: "MIT"
build: [
  [make "all"]
  [make "opt"]
]
depends: [
  "ocaml" {>= "4.07.0" & < "4.12.0"}
  "ocamlfind" {build}
  "conf-which" {build}
]
available: arch != "ppc64"
install: [make "findlib-install"]
synopsis:
  "Oleg's delimited continuations library for byte-code and native OCaml"
conflicts: ["ocaml-system"]
url {
  src: "http://okmij.org/ftp/continuations/caml-shift-20201008.tar.gz"
  checksum: "md5=db0b649b012490d54f90a541f6b4e58e"
}
