opam-version: "2.0" synopsis: "A partial OCaml standard library replacement written with continuation passing style in mind" maintainer: "Soren Norbaek " authors: "Soren Norbaek " license: "MIT" homepage: "https://github.com/soren-n/cps-toolbox" bug-reports: "https://github.com/soren-n/cps-toolbox/issues" dev-repo: "git+https://github.com/soren-n/cps-toolbox.git" build: [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} ] depends: [ "dune" {>= "2.8"} "qcheck" {>= "0.17"} ] url { src: "https://github.com/soren-n/cps-toolbox/archive/0.1.tar.gz" checksum: [ "md5=fe950590e2382cfcb0c628902a0614ad" "sha512=cf0c75d21abec26d5847a0a83588dbcc88e149a868379fe05c060ee2fb22eee7b756d28225201b2ceb6e389420a6aedceeca828508272595ff8218aad3d66b0a" ] }