this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Delimited control primitives on top of effect handlers"
4description: "Delimited control primitives on top of effect handlers"
5maintainer: ["KC Sivaramakrishnan"]
6authors: ["KC Sivaramakrishnan"]
7license: "ISC"
8tags: ["effect handlers" "delimited control"]
9homepage: "https://github.com/kayceesrk/delimcc_of_fxhandler"
10bug-reports: "https://github.com/kayceesrk/delimcc_of_fxhandler/issues"
11depends: [
12 "ocaml" {>= "5.0.0"}
13 "multicont"
14 "dune" {>= "3.7"}
15 "odoc" {with-doc}
16]
17conflicts: ["ocaml-option-bytecode-only"]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/kayceesrk/delimcc_of_fixhandler.git"
33url {
34 src:
35 "https://github.com/kayceesrk/delimcc_of_fxhandler/archive/refs/tags/0.1.tar.gz"
36 checksum: [
37 "md5=5482673d1019d3fa2d72c85d7b8cebcc"
38 "sha512=537414e59f0acc318efa5dc2b94215a5d9df65ea016fed4b66f9b1e9e6ac60c69af859d9adc2f7c8360f3f13eb432b64a3217b7630d4d229b0923ac666f9504a"
39 ]
40}