opam-version: "2.0" synopsis: "Reusable Effects-Based Components" description: """ This OCaml library collects reusable effects-based components we have identified while developing our proof assistants based on algebraic effects. """ maintainer: "favonia " authors: "The RedPRL Development Team" license: "Apache-2.0" homepage: "https://github.com/RedPRL/algaeff" bug-reports: "https://github.com/RedPRL/algaeff/issues" dev-repo: "git+https://github.com/RedPRL/algaeff.git" depends: [ "dune" {>= "2.0"} "ocaml" {>= "5.0"} "alcotest" {>= "1.5" & with-test} "qcheck-core" {>= "0.18" & with-test} "odoc" {with-doc} ] build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "build" "-p" name "-j" jobs "@runtest"] {with-test} ["dune" "build" "-p" name "-j" jobs "@doc"] {with-doc} ] url { src: "https://github.com/RedPRL/algaeff/archive/refs/tags/2.0.0.tar.gz" checksum: [ "md5=70f2a933368a5174d21abd84a0a52c04" "sha512=71414cc028437d2c1b997257994d9d3345585373b7216ced23521c061cbca76ac7f82a204e4ef71a8617b7d8bf03dddd72e2519f088c2953ed5d716855d4cc6f" ] }