this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #19242 from soren-n/opam-publish-cps_toolbox.0.2

Package cps_toolbox.0.2

authored by

Kate and committed by
GitHub
bf82ee2b 2e0cc063

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