package calculon

  1. Overview
  2. Docs
Library for writing IRC bots in OCaml and a collection of plugins

Install

Dune Dependency

Authors

Maintainers

Sources

v0.6.tar.gz
md5=16ad257c16f82a2acfab5e10c7c8ef8a
sha512=c460994c0ffabf0d756cdbb0cdd77b99d3b4844f597c894bb2c8ed22d1038b44f1be4d76721a956a76cc953d915fb76324f0fdb385e6a2e531da7fd4cc832836

CHANGELOG.md.html

0.5

  • refactor: use curly for the web plugin

  • refactor: use irc-client-lwt-ssl instead of tls

  • chore: make examples/tools native only

  • fix prefix1-full

  • feat: redis interface

  • make calculon-extra non-optional

0.4

  • refactor: pass prefix during matching, not at command creation

  • test: use mdx, update readme to compile again

  • chore: bump minimal OCaml version to 4.03

  • refactor and fix help command

  • chore: move to dune, including for demo bot

  • update documentation

  • add travis-ci

  • migrate opam file to opam 2.0

  • update doc of cmd_help, of_cmd, of_cmds

  • add custom prefix for commands

  • add command prefix in the description

  • TLS client cert support