this repo has no description
1opam-version: "2.0"
2synopsis: "Library for writing IRC bots in OCaml and a collection of plugins"
3authors: ["Armael" "Enjolras" "c-cube"]
4maintainer: "c-cube"
5build: [
6 ["dune" "build" "-p" name "-j" jobs]
7 ["dune" "build" "@doc" "-p" name] {with-doc}
8 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
9]
10depends: [
11 "dune" { >= "1.1" }
12 "base-unix"
13 "lwt"
14 "irc-client" { >= "0.6.0" & < "0.7.0" }
15 "irc-client-lwt"
16 "irc-client-lwt-ssl"
17 "logs" {>= "0.5.0"}
18 "yojson" { >= "1.6" }
19 "containers" { >= "1.2" & < "3.0" }
20 "ISO8601"
21 "stringext"
22 "re" { >= "1.7.2" }
23 "odoc" {with-doc}
24 "ocaml" { >= "4.03.0" }
25]
26depopts: [
27 "iter"
28]
29tags: [ "irc" "bot" "factoids" ]
30homepage: "https://github.com/c-cube/calculon"
31bug-reports: "https://github.com/c-cube/calculon/issues"
32dev-repo: "git+https://github.com/c-cube/calculon.git"
33url {
34 src: "https://github.com/c-cube/calculon/archive/v0.6.tar.gz"
35 checksum: [
36 "md5=16ad257c16f82a2acfab5e10c7c8ef8a"
37 "sha512=c460994c0ffabf0d756cdbb0cdd77b99d3b4844f597c894bb2c8ed22d1038b44f1be4d76721a956a76cc953d915fb76324f0fdb385e6a2e531da7fd4cc832836"
38 ]
39}