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

42
dune-project Normal file
View file

@ -0,0 +1,42 @@
(lang dune 3.0)
(implicit_transitive_deps false)
(name drame)
(license AGPL-3.0-or-later)
(authors "pena <pena@kumikode.org>")
(maintainers "pena <pena@kumikode.org>")
(source
(uri git+https://forge.kumikode.org/kumikode/drame.git))
(homepage https://forge.kumikode.org/kumikode/drame)
(bug_reports https://forge.kumikode.org/kumikode/drame/issues)
(generate_opam_files true)
(package
(name drame)
(synopsis "OCaml web framework")
(description "Drame is an OCaml web framework.")
(tags
(drame TODO TODO TODO TODO))
(depends
directories
h2
htmlit
httpcats
js_of_ocaml-compiler
miou
prelude
ptime
scfg
tyxml
uri
uuidm
(ocaml
(>= 5.0.0))))