forked from swrup/leaflet
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.
33 lines
477 B
33 lines
477 B
(lang dune 2.9)
|
|
|
|
(implicit_transitive_deps false)
|
|
|
|
(name leaflet)
|
|
|
|
(license ISC)
|
|
|
|
(authors "TODO")
|
|
|
|
(maintainers "TODO")
|
|
|
|
(source
|
|
(uri TODO/leaflet))
|
|
|
|
(homepage TODO/leaflet)
|
|
|
|
(bug_reports TODO/leaflet)
|
|
|
|
(documentation TODO/leaflet)
|
|
|
|
(generate_opam_files true)
|
|
|
|
(package
|
|
(name leaflet)
|
|
(synopsis "OCaml library/executable to TODO")
|
|
(description
|
|
"leaflet is an OCaml library/executable to TODO.")
|
|
(tags
|
|
(leaflet TODO TODO TODO TODO))
|
|
(depends
|
|
(ocaml
|
|
(>= 4.08))))
|
|
|