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 3a29ef1a3a
upgrade to latest httpcats and miou
2 weeks ago
doc first commit 9 months ago
example add session 9 months ago
src upgrade to latest httpcats and miou 2 weeks ago
test first commit 9 months ago
.gitignore first commit 9 months ago
.ocamlformat upgrade to latest httpcats and miou 2 weeks ago
CHANGES.md first commit 9 months ago
LICENSE.md first commit 9 months ago
README.md first commit 9 months ago
drame.opam add dependencies 9 months ago
dune-project add dependencies 9 months ago

README.md

drame

drame is an OCaml executable/library to TODO.

Installation

drame can be installed with opam:

opam install drame

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

let () = Format.printf "TODO@."

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

About