You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
345 B
25 lines
345 B
(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))))
|
|
|