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