forked from zapashcanon/drame
47 lines
788 B
Plaintext
47 lines
788 B
Plaintext
(lang dune 3.0)
|
|
|
|
(implicit_transitive_deps false)
|
|
|
|
(name drame)
|
|
|
|
(license ISC)
|
|
|
|
(authors "Léo Andrès <contact@ndrs.fr>")
|
|
|
|
(maintainers "Léo Andrès <contact@ndrs.fr>")
|
|
|
|
(source
|
|
(uri git+https://git.zapashcanon.fr/zapashcanon/drame.git))
|
|
|
|
(homepage https://git.zapashcanon.fr/zapashcanon/drame)
|
|
|
|
(bug_reports https://git.zapashcanon.fr/zapashcanon/drame/issues)
|
|
|
|
(documentation https://doc.zapashcanon.fr/drame)
|
|
|
|
(generate_opam_files true)
|
|
|
|
(package
|
|
(name drame)
|
|
(synopsis "OCaml library/executable to TODO")
|
|
(description
|
|
"drame is an OCaml library/executable to TODO.")
|
|
(tags
|
|
(drame TODO TODO TODO TODO))
|
|
(depends
|
|
css
|
|
directories
|
|
h2
|
|
htmlit
|
|
httpcats
|
|
js_of_ocaml-compiler
|
|
miou
|
|
prelude
|
|
ptime
|
|
scfg
|
|
tyxml
|
|
uri
|
|
uuidm
|
|
(ocaml
|
|
(>= 5.0.0))))
|