license
This commit is contained in:
parent
dbfbaeda60
commit
d6195f00e9
15 changed files with 56 additions and 25 deletions
23
leaflet.opam
23
leaflet.opam
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue