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 [ make "all" ] 13] 14 15depends: [ 16 "ocaml" {>= "5.0" & < "5.2"} 17] 18 19conflicts: [ "ocaml-option-bytecode-only" ] 20 21install: [ 22 [ make "VERSION=1.0.0~rc.2" "install" ] 23] 24url { 25 src: "https://github.com/dhil/ocaml-multicont/archive/v1.0.0-rc.2.tar.gz" 26 checksum: [ 27 "md5=1b1c31fdbba0c3fd45a7959bdaeda772" 28 "sha512=75d89542a9f197e9b9416fab9fece2ea39a7b200d2e9dd17fd8b98048c491972243d1b8537d10a6b3d8e7be05a69998589423bb6ffe58ef6c123c7a6da1f84e9" 29 ] 30}