Skip to content

Commit

Permalink
Merge pull request #27393 from Swrup/opam-publish-leaflet.0.2
Browse files Browse the repository at this point in the history
Package leaflet.0.2
  • Loading branch information
mseri authored Feb 6, 2025
2 parents 3d51499 + cd596d4 commit 3f463cb
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions packages/leaflet/leaflet.0.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
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 <[email protected]>"]
authors: [
"pukkamustard <[email protected]>"
"swrup <[email protected]>"
"Léo Andrès <[email protected]>"
]
license: "BSD-2-Clause"
tags: ["leaflet" "javascript" "bindings" "interactive" "map" "openstreetmap"]
homepage: "https://git.zapashcanon.fr/swrup/leaflet"
bug-reports: "https://git.zapashcanon.fr/swrup/leaflet/issues"
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.08"}
"brr"
"js_of_ocaml"
"dune-site"
"tiny_httpd" {with-test}
"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.2.tar.gz"
checksum: [
"md5=d386b6700d5a282bc60290d85fe2491b"
"sha512=19125c0e180603b15357b9a631d6377c6f07ba34e5936e4a5a2a713f461edb7bdaeb22f816a6e49fdfb9b61e5c8b2e25843e0ce97debdc1a400cc32628c243fd"
]
}

0 comments on commit 3f463cb

Please sign in to comment.