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

View file

@ -1,14 +1,19 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "OCaml library/executable to TODO"
description: "leaflet is an OCaml library/executable to TODO."
maintainer: ["TODO"]
authors: ["TODO"]
license: "ISC"
tags: ["leaflet" "TODO" "TODO" "TODO" "TODO"]
homepage: "TODO/leaflet"
synopsis: "Bindings for the Leaflet JavaScript library"
description:
"leaflet is an OCaml bindings library for the Leaflet JavaScript library."
maintainer: ["swrup <swrup@protonmail.com>"]
authors: [
"pukkamustard <pukkamustard@posteo.net>"
"swrup <swrup@protonmail.com>"
"Léo Andrès <contact@ndrs.fr>"
]
license: "BSD-2-Clause"
tags: ["leaflet" "javascript" "bindings" "interactive" "map" "openstreetmap"]
homepage: "https://git.zapashcanon.fr/swrup/leaflet"
doc: "TODO/leaflet"
bug-reports: "TODO/leaflet"
bug-reports: "https://git.zapashcanon.fr/swrup/leaflet/issues"
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.08"}
@ -30,4 +35,4 @@ build: [
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "TODO/leaflet"
dev-repo: "git+https://git.zapashcanon.fr/swrup/leaflet.git"