No description
Find a file
2026-03-08 16:04:24 +01:00
example first commit 2026-03-08 16:04:24 +01:00
src first commit 2026-03-08 16:04:24 +01:00
.gitignore first commit 2026-03-08 16:04:24 +01:00
.ocamlformat first commit 2026-03-08 16:04:24 +01:00
CHANGES.md first commit 2026-03-08 16:04:24 +01:00
drame.opam first commit 2026-03-08 16:04:24 +01:00
dune-project first commit 2026-03-08 16:04:24 +01:00
LICENSE.md first commit 2026-03-08 16:04:24 +01:00
README.md first commit 2026-03-08 16:04:24 +01:00
shell.nix first commit 2026-03-08 16:04:24 +01:00

Drame

Drame is an OCaml web framework.

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.

About