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"}
13 "dune" {>= "3.14"}
14 "dune-configurator" {>= "3.14"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
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.3/multicont-1.0.3.tbz"
35 checksum: [
36 "sha256=12eaa68f681d6484eb53c72fabe2b880664435b1f94c09ff0c2b48e9d0084103"
37 "sha512=0fabeced43326ce09b6d010fc477caf9b593b00c40e22826caa1c7ddc956d8a505591bb683c31539f02d29208792c015ad5a2d3806a40ae47d2ec46f0122018d"
38 ]
39}
40x-commit-hash: "40826d1aa661ddc8177f6acac1d8b5f440c1feab"