this repo has no description
1opam-version: "2.0" 2synopsis: "A partial OCaml standard library replacement written with continuation passing style in mind" 3maintainer: "Soren Norbaek <sorennorbaek@gmail.com>" 4authors: "Soren Norbaek <sorennorbaek@gmail.com>" 5license: "MIT" 6homepage: "https://github.com/soren-n/cps-toolbox" 7bug-reports: "https://github.com/soren-n/cps-toolbox/issues" 8dev-repo: "git+https://github.com/soren-n/cps-toolbox.git" 9build: [ 10 "dune" "build" "-p" name "-j" jobs "@install" 11 "@runtest" {with-test} 12] 13depends: [ 14 "dune" {>= "2.8"} 15 "qcheck" {with-test & >= "0.17"} 16] 17url { 18 src: "https://github.com/soren-n/cps-toolbox/archive/0.2.tar.gz" 19 checksum: [ 20 "md5=7b822f75e2e8412647fc666798d710d4" 21 "sha512=48d306dbbbda359c60a6f09f9254114aa0736961216089dba19ae607bf917db41e9a1fdff54fa50b558b6349911ef5359c7d83a7db64f442a3d277a395888745" 22 ] 23}