42 lines
684 B
Text
42 lines
684 B
Text
(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))))
|