this repo has no description
1opam-version: "2.0"
2maintainer: "c-cube"
3authors: ["Armael" "Enjolras" "c-cube"]
4homepage: "https://github.com/c-cube/calculon"
5bug-reports: "https://github.com/c-cube/calculon/issues"
6tags: ["irc" "bot" "factoids"]
7dev-repo: "git+https://github.com/c-cube/calculon.git"
8build: [
9 ["jbuilder" "build" "-p" name]
10 ["jbuilder" "runtest" "-p" name] {with-test}
11 ["jbuilder" "build" "@doc" "-p" name] {with-doc}
12]
13depends: [
14 "ocaml" {>= "4.02.0"}
15 "jbuilder" {>= "1.0+beta17"}
16 "base-bytes"
17 "base-unix"
18 "result"
19 "lwt"
20 "irc-client" {>= "0.6.0" & < "0.7.0"}
21 "irc-client-lwt"
22 "irc-client-tls"
23 "tls" {< "1.0.0"}
24 "yojson" {>= "1.4.1"}
25 "containers" {>= "1.2" & < "3.0"}
26 "ISO8601"
27 "stringext"
28 "re" {>= "1.7.2"}
29 "odoc" {with-doc}
30]
31synopsis:
32 "Library for writing IRC bots in OCaml, a collection of plugins, and a dramatic robotic actor."
33description: """
34The core library is called `calculon` and revolves around
35the concept of commands that react to user messages. See the README for a small
36tutorial on how to write your own plugins."""
37url {
38 src: "https://github.com/c-cube/calculon/archive/0.3.tar.gz"
39 checksum: [
40 "sha256=1ea7d05a1707845a06c9e2c082855608a6cef64e0c2019e68ef3b3d36132b502"
41 "md5=635a554938d42319beeb6d70a85800ff"
42 ]
43}