this repo has no description
1opam-version: "2.0"
2synopsis: "A collection of web plugins for Calculon"
3license: "MIT"
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 "yojson" {>= "1.7.0"}
19 "lambdasoup"
20 "odoc" {with-doc}
21 "ocaml" { >= "4.03.0" }
22]
23tags: [ "irc" "bot" "factoids" ]
24homepage: "https://github.com/c-cube/calculon"
25bug-reports: "https://github.com/c-cube/calculon/issues"
26dev-repo: "git+https://github.com/c-cube/calculon.git"
27url {
28 src: "https://github.com/c-cube/calculon/archive/v0.6.tar.gz"
29 checksum: [
30 "md5=16ad257c16f82a2acfab5e10c7c8ef8a"
31 "sha512=c460994c0ffabf0d756cdbb0cdd77b99d3b4844f597c894bb2c8ed22d1038b44f1be4d76721a956a76cc953d915fb76324f0fdb385e6a2e531da7fd4cc832836"
32 ]
33}