this repo has no description

Merge pull request #21449 from dhil/opam-publish-multicont.1.0.0-rc.3

Package multicont.1.0.0~rc.3

Changed files
+28
packages
multicont
multicont.1.0.0~rc.3
+28
packages/multicont/multicont.1.0.0~rc.3/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" ]
+
]
+
+
depends: [
+
"ocaml" {>= "5.0"}
+
]
+
+
install: [
+
[ make "install" ]
+
]
+
url {
+
src: "https://github.com/dhil/ocaml-multicont/archive/v1.0.0-rc.3.tar.gz"
+
checksum: [
+
"md5=f1187268f254b7c32784107a5b0e30dd"
+
"sha512=edd906ab89071f516169158e49c3c45d43f9ce716d876c1361519b531ca348ac0ddcf4f271d35f014f0f663a711ff66129dae1b780dbf5d94e3c54e715f1832b"
+
]
+
}