opam-version: "2.0" license: "MIT" synopsis: "A collection of web plugins for Calculon" authors: ["Armael" "Enjolras" "c-cube"] maintainer: "c-cube" build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "build" "@doc" "-p" name ] {with-doc} ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "dune" { >= "1.1" } "calculon" { = version } "re" { >= "1.7.2" } "uri" "curly" "atdgen" {< "2.16.0"} "lambdasoup" "odoc" {with-doc} "ocaml" { >= "4.03.0" } ] tags: [ "irc" "bot" "factoids" ] homepage: "https://github.com/c-cube/calculon" bug-reports: "https://github.com/c-cube/calculon/issues" dev-repo: "git+https://github.com/c-cube/calculon.git" url { src: "https://github.com/c-cube/calculon/archive/v0.7.tar.gz" checksum: [ "md5=6bb91cdc5cd1b5958144faf9b4ae27c3" "sha512=40fe8bdf5389fdb85869e41c24dbbbaafb8f07d026fcb7db2c2a94c1072a6d47a00708b0b0909e509b40325481198e6e45a4a205c92e090bf47eeccd4fbf99ab" ] }