this repo has no description

Merge pull request #21543 from Swrup/opam-publish-leaflet.0.1

Package leaflet.0.1

Changed files
+48
packages
leaflet
leaflet.0.1
+48
packages/leaflet/leaflet.0.1/opam
···
+
# 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"
+
"js_of_ocaml-ppx"
+
"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"
+
url {
+
src: "https://git.zapashcanon.fr/swrup/leaflet/archive/0.1.tar.gz"
+
checksum: [
+
"md5=b58ad586c7afc3b008f454ff66541b16"
+
"sha512=bf0f46329e64a7c20019ffccc8acde998becb79310edf920e062f4f4f268e3b7860138d049921fefbc9195e27c1060562cac6c6d716f7051ef97c818acffcd63"
+
]
+
}