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 "-j" jobs] {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.8.tar.gz" checksum: [ "md5=4d34a4d99816effb06954ea283be0e5b" "sha512=b9ec29bc0fc40774075b528524bd191b4dde013465805499b6f49b9dd070b404b34364c77ef994f0bc01c9213f1f7c0a4aa749f84f8de55de810088499b29cfc" ] }