license
This commit is contained in:
parent
fbfb403734
commit
a0dc553c7d
15 changed files with 56 additions and 25 deletions
18
dune-project
18
dune-project
|
|
@ -4,18 +4,18 @@
|
|||
|
||||
(name leaflet)
|
||||
|
||||
(license ISC)
|
||||
(license BSD-2-Clause)
|
||||
|
||||
(authors "TODO")
|
||||
(authors "pukkamustard <pukkamustard@posteo.net>" "swrup <swrup@protonmail.com>" "Léo Andrès <contact@ndrs.fr>")
|
||||
|
||||
(maintainers "TODO")
|
||||
(maintainers "swrup <swrup@protonmail.com>")
|
||||
|
||||
(source
|
||||
(uri TODO/leaflet))
|
||||
(uri git+https://git.zapashcanon.fr/swrup/leaflet.git))
|
||||
|
||||
(homepage TODO/leaflet)
|
||||
(homepage https://git.zapashcanon.fr/swrup/leaflet)
|
||||
|
||||
(bug_reports TODO/leaflet)
|
||||
(bug_reports https://git.zapashcanon.fr/swrup/leaflet/issues)
|
||||
|
||||
(documentation TODO/leaflet)
|
||||
|
||||
|
|
@ -23,11 +23,11 @@
|
|||
|
||||
(package
|
||||
(name leaflet)
|
||||
(synopsis "OCaml library/executable to TODO")
|
||||
(synopsis "Bindings for the Leaflet JavaScript library")
|
||||
(description
|
||||
"leaflet is an OCaml library/executable to TODO.")
|
||||
"leaflet is an OCaml bindings library for the Leaflet JavaScript library.")
|
||||
(tags
|
||||
(leaflet TODO TODO TODO TODO))
|
||||
(leaflet javascript bindings interactive map openstreetmap))
|
||||
(depends
|
||||
(ocaml
|
||||
(>= 4.08))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue