You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zapashcanon 1aed5720fd
first commit
1 year ago
doc first commit 1 year ago
example first commit 1 year ago
src first commit 1 year ago
test first commit 1 year ago
.gitignore first commit 1 year ago
.ocamlformat first commit 1 year ago
CHANGES.md first commit 1 year ago
LICENSE.md first commit 1 year ago
README.md first commit 1 year ago
dune-project first commit 1 year ago
zobi.opam first commit 1 year ago

README.md

zobi

zobi is an OCaml executable/library to TODO.

Installation

zobi can be installed with opam:

opam install zobi

If you don't have opam, you can install it following the how to install opam guide.

If you can't or don't want to use opam, consult the opam file for build instructions.

Quickstart

Create a configuration file:

name my-amazing-bot
domain zulip.yourcompany.com
key aAAAaaaaAAAAAAAaaaaaaAAAAAA
let () = Format.printf "TODO@."

For more, have a look at the example folder, at the documentation or at the test suite.

About