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.2/multicont-1.0.2.tbz"
35 checksum: [
36 "sha256=a083532a53e0200312b6a1de968dd8b6e3e2167c81208f51dd60eaeb30d11a4d"
37 "sha512=a7d317f15ec78f046cc3351e2b701a880ac71f6c6f41f207c1ab5825b2918c02490b522b19f6ecb95baaa096f6f7e1ccea87c8c0ffe61bc46685b2fe336f5b39"
38 ]
39}
40x-commit-hash: "e38a5f33a527de785dbfbbc451bb6f36b6b5eaee"