this repo has no description

Merge pull request #20982 from dhil/opam-publish-multicont.1.0.0-rc.2

Package multicont.1.0.0~rc.2

Kate 6618d3f7 c3507813

Changed files
+28
packages
multicont
multicont.1.0.0~rc.2
+28
packages/multicont/multicont.1.0.0~rc.2/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 "VERSION=1.0.0~rc.2" "install" ]
+
]
+
url {
+
src: "https://github.com/dhil/ocaml-multicont/archive/v1.0.0-rc.2.tar.gz"
+
checksum: [
+
"md5=1b1c31fdbba0c3fd45a7959bdaeda772"
+
"sha512=75d89542a9f197e9b9416fab9fece2ea39a7b200d2e9dd17fd8b98048c491972243d1b8537d10a6b3d8e7be05a69998589423bb6ffe58ef6c123c7a6da1f84e9"
+
]
+
}