this repo has no description
1opam-version: "2.0"
2synopsis: "Multi-shot continuations in OCaml"
3description:
4 "This library provides facilities for programming with multi-shot continuations in OCaml"
5maintainer: ["Daniel Hillerström"]
6authors: ["Daniel Hillerström"]
7license: "MIT"
8tags: ["multi-shot continuations" "effect handlers"]
9homepage: "https://github.com/dhil/ocaml-multicont"
10bug-reports: "https://github.com/dhil/ocaml-multicont/issues"
11depends: [
12 "ocaml" {>= "5.0.0" & < "5.2"}
13 "dune" {>= "3.8"}
14 "dune-configurator" { >= "3.8"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 "1"
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/dhil/ocaml-multicont.git"
32url {
33 src:
34 "https://github.com/dhil/ocaml-multicont/releases/download/v1.0.1/multicont-1.0.1.tbz"
35 checksum: [
36 "sha256=27382f4139f741ff3e4a71e4d46c60c9b04a4d6c3b20f3de6214ba7b41c922fc"
37 "sha512=d050e1a3da5440b2ab5c839c9ffb5ab9a13788f2d84351937cb381d5b3291a92a7c329f7e9dca192c8a40ebb16504b359f3e6585f3721447b1460ff418210d45"
38 ]
39}
40x-commit-hash: "65fc6cbc435640c1b5ddcc5e8615b3fa66dcd1a5"