opam-version: "2.0"
maintainer: "c-cube"
authors: ["Armael" "Enjolras" "c-cube"]
homepage: "https://github.com/c-cube/calculon"
bug-reports: "https://github.com/c-cube/calculon/issues"
tags: ["irc" "bot" "factoids"]
dev-repo: "git+https://github.com/c-cube/calculon.git"
build: [
  ["jbuilder" "build" "-p" name]
  ["jbuilder" "runtest" "-p" name] {with-test}
  ["jbuilder" "build" "@doc" "-p" name] {with-doc}
]
depends: [
  "ocaml" {>= "4.02.0"}
  "jbuilder"
  "base-bytes"
  "base-unix"
  "result"
  "lwt"
  "irc-client" {>= "0.4.0" & < "0.6.0"}
  "tls"
  "yojson"
  "containers" {>= "1.0" & < "2.1"}
  "ISO8601"
  "stringext"
  "re"
]
depopts: [
  "uri"
  "cohttp"
  "cohttp-lwt"
  "cohttp-lwt-unix"
  "atdgen"
  "lambdasoup"
  "sequence"
]
synopsis:
  "Library for writing IRC bots in OCaml, a collection of plugins, and a dramatic robotic actor."
description: """
The core library is called `calculon` and revolves around
the concept of commands that react to user messages. See the README for a small
tutorial on how to write your own plugins."""
url {
  src: "https://github.com/c-cube/calculon/archive/0.2.tar.gz"
  checksum: "md5=df6692d28d27ae6f87c773739b758fb8"
}
