this repo has no description

Merge pull request #23993 from yallop/delimcc-20230617

Add delimcc.2023.06.17

Changed files
+23
packages
delimcc
delimcc.2023.06.17
+23
packages/delimcc/delimcc.2023.06.17/opam
···
+
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.12.0" & < "5.0.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-20230617.tar.gz"
+
checksum: "md5=6dd3a5c278e475ad2061813f40215a84"
+
}