32 lines
456 B
Plaintext
32 lines
456 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
|
|
leaflet ; TODO pin me
|
|
lambdasoup
|
|
omd
|
|
drame
|
|
(ocaml
|
|
(>= 5.0))
|
|
(ocamlformat :with-dev-setup)
|
|
(odoc :with-dev-setup)))
|