this repo has no description

Merge pull request #20842 from dhil/release-multicont-1.0.0-rc.1

Multicont version 1.0.0-rc.1

Changed files
+34
packages
multicont
multicont.1.0.0~rc.1
+34
packages/multicont/multicont.1.0.0~rc.1/opam
···
+
opam-version: "2.0"
+
maintainer: "Daniel Hillerström <daniel.hillerstrom@ed.ac.uk>"
+
authors: "Daniel Hillerström <daniel.hillerstrom@ed.ac.uk>"
+
synopsis: "Multi-shot continuations in OCaml"
+
description: "This library provides facilities for programming with multi-shot continuations in OCaml"
+
homepage: "https://github.com/dhil/ocaml-multicont"
+
dev-repo: "git+https://github.com/dhil/ocaml-multicont.git"
+
bug-reports: "https://github.com/dhil/ocaml-multicont"
+
license: "MIT"
+
+
build: [
+
[ make "all" ]
+
]
+
+
install: [
+
[ make "install" ]
+
[ make "VERSION=%{version}%" "META" ]
+
]
+
+
depends: [
+
"ocaml" {>= "5.0"}
+
]
+
+
available: arch = "x86_64" | arch = "arm64"
+
+
url {
+
src:
+
"https://github.com/dhil/ocaml-multicont/archive/refs/tags/v1.0.0-rc.1.tar.gz"
+
checksum: [
+
"sha256=2849b1f2511a02de3ccd97538d9f40098f1df6fe18b61debab2c89c9d2adbaa2"
+
"sha512=096bb09fb551de36ea8526967efb3dbe2b02cd9604ff4dd409ae342d67daccb51b9ce6b7a24e82345a5eb6fbdd16fd4f739b5fab147fc36a475a97373fb65c9e"
+
]
+
}
+
x-commit-hash: "c45ddd09a109d6009cf83dacd46854418ea64bc5"