www.zapashcanon.fr/dune-project
2021-11-23 22:48:46 +01:00

26 lines
345 B
Plaintext

(lang dune 2.8)
(name www)
(license ISC)
(authors "TODO")
(maintainers "TODO")
;(source
; (github TODO/www))
(generate_opam_files true)
(package
(name www)
(synopsis "OCaml library/executable to TODO")
(description
"www is an OCaml library/executable to TODO.")
(tags
(www TODO TODO TODO TODO))
(depends
(ocaml
(>= 4.08))))