this repo has no description
1opam-version: "2.0" 2maintainer: "Daniel Hillerström <daniel.hillerstrom@ed.ac.uk>" 3authors: "Daniel Hillerström <daniel.hillerstrom@ed.ac.uk>" 4synopsis: "Multi-shot continuations in OCaml" 5description: "This library provides facilities for programming with multi-shot continuations in OCaml" 6homepage: "https://github.com/dhil/ocaml-multicont" 7dev-repo: "git+https://github.com/dhil/ocaml-multicont.git" 8bug-reports: "https://github.com/dhil/ocaml-multicont" 9license: "MIT" 10 11build: [ 12 [ 13 make 14 "byte" {!ocaml:native} 15 "all" {ocaml:native} 16 ] 17] 18 19depends: [ 20 "ocaml" {>= "5.0.0" & < "5.2"} 21] 22 23install: [ 24 [ make "install" ] 25] 26url { 27 src: 28 "https://github.com/dhil/ocaml-multicont/archive/refs/tags/v1.0.0.tar.gz" 29 checksum: [ 30 "md5=08406f0a0dc8bf3770408b4866e1452d" 31 "sha512=bfd2f98614a6bd936c3a47ff12469d6c110c7b8eea21e82d7bb50ed35bdb5e77003c5d14b9553c7b7392b80b46e3b008c5ba2be469555b4e429ee61723b77dd2" 32 ] 33}