www.zapashcanon.fr/dune-project
zapashcanon e2fefd3b0f
Some checks failed
build / build (push) Failing after 50s
add dev-setup deps
2025-01-20 03:48:33 +01:00

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)))