this repo has no description
1opam-version: "2.0"
2license: "MIT"
3synopsis: "A collection of web plugins for Calculon"
4authors: ["Armael" "Enjolras" "c-cube"]
5maintainer: "c-cube"
6build: [
7 ["dune" "build" "-p" name "-j" jobs]
8 ["dune" "build" "@doc" "-p" name ] {with-doc}
9 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
10]
11depends: [
12 "dune" { >= "1.1" }
13 "calculon" { = version }
14 "re" { >= "1.7.2" }
15 "uri"
16 "curly"
17 "atdgen" {< "2.16.0"}
18 "lambdasoup"
19 "odoc" {with-doc}
20 "ocaml" { >= "4.03.0" }
21]
22tags: [ "irc" "bot" "factoids" ]
23homepage: "https://github.com/c-cube/calculon"
24bug-reports: "https://github.com/c-cube/calculon/issues"
25dev-repo: "git+https://github.com/c-cube/calculon.git"
26url {
27 src: "https://github.com/c-cube/calculon/archive/v0.7.tar.gz"
28 checksum: [
29 "md5=6bb91cdc5cd1b5958144faf9b4ae27c3"
30 "sha512=40fe8bdf5389fdb85869e41c24dbbbaafb8f07d026fcb7db2c2a94c1072a6d47a00708b0b0909e509b40325481198e6e45a4a205c92e090bf47eeccd4fbf99ab"
31 ]
32}