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" {>= "0.17"} 16] 17url { 18 src: "https://github.com/soren-n/cps-toolbox/archive/0.1.tar.gz" 19 checksum: [ 20 "md5=fe950590e2382cfcb0c628902a0614ad" 21 "sha512=cf0c75d21abec26d5847a0a83588dbcc88e149a868379fe05c060ee2fb22eee7b756d28225201b2ceb6e389420a6aedceeca828508272595ff8218aad3d66b0a" 22 ] 23}