This commit is contained in:
Swrup 2022-04-12 13:46:37 +02:00
parent dbfbaeda60
commit d6195f00e9
15 changed files with 56 additions and 25 deletions

View file

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