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.
40 lines
1.0 KiB
40 lines
1.0 KiB
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
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: "https://git.zapashcanon.fr/swrup/leaflet/issues"
|
|
depends: [
|
|
"dune" {>= "2.9"}
|
|
"brr"
|
|
"js_of_ocaml"
|
|
"ocaml" {>= "4.08"}
|
|
"odoc" {with-doc}
|
|
]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"--promote-install-files=false"
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
["dune" "install" "-p" name "--create-install-files" name]
|
|
]
|
|
dev-repo: "git+https://git.zapashcanon.fr/swrup/leaflet.git"
|
|
|