opam-version: "2.0" synopsis: "Multi-shot continuations in OCaml" description: "This library provides facilities for programming with multi-shot continuations in OCaml" maintainer: ["Daniel Hillerström"] authors: ["Daniel Hillerström"] license: "MIT" tags: ["multi-shot continuations" "effect handlers"] homepage: "https://github.com/dhil/ocaml-multicont" bug-reports: "https://github.com/dhil/ocaml-multicont/issues" depends: [ "ocaml" {>= "5.0.0"} "dune" {>= "3.14"} "dune-configurator" {>= "3.14"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/dhil/ocaml-multicont.git" url { src: "https://github.com/dhil/ocaml-multicont/releases/download/v1.0.3/multicont-1.0.3.tbz" checksum: [ "sha256=12eaa68f681d6484eb53c72fabe2b880664435b1f94c09ff0c2b48e9d0084103" "sha512=0fabeced43326ce09b6d010fc477caf9b593b00c40e22826caa1c7ddc956d8a505591bb683c31539f02d29208792c015ad5a2d3806a40ae47d2ec46f0122018d" ] } x-commit-hash: "40826d1aa661ddc8177f6acac1d8b5f440c1feab"