first commit

This commit is contained in:
pena 2024-01-04 16:59:51 +01:00 committed by rpena
commit b06a92c7de
38 changed files with 1824 additions and 0 deletions

30
README.md Normal file
View file

@ -0,0 +1,30 @@
# Drame
[Drame] is an [OCaml] web framework.
## Installation
`drame` can be installed with [opam]:
```sh
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
- [LICENSE]
- [CHANGELOG]
[CHANGELOG]: ./CHANGES.md
[example]: ./example
[LICENSE]: ./LICENSE.md
[opam file]: ./drame.opam
[how to install opam]: https://opam.ocaml.org/doc/Install.html
[OCaml]: https://ocaml.org
[opam]: https://opam.ocaml.org
[drame]: https://forge.kumikode.org/kumikode/drame