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 "install" ] 23] 24url { 25 src: "https://github.com/dhil/ocaml-multicont/archive/v1.0.0-rc.3.tar.gz" 26 checksum: [ 27 "md5=f1187268f254b7c32784107a5b0e30dd" 28 "sha512=edd906ab89071f516169158e49c3c45d43f9ce716d876c1361519b531ca348ac0ddcf4f271d35f014f0f663a711ff66129dae1b780dbf5d94e3c54e715f1832b" 29 ] 30}