don't generate opam file with dune

This commit is contained in:
Swrup 2025-02-06 02:39:11 +01:00
parent 0756aef64b
commit 25be80020b
2 changed files with 3 additions and 20 deletions

View file

@ -5,28 +5,10 @@
(name leaflet)
(generate_opam_files true)
(license BSD-2-Clause)
(authors "pukkamustard <pukkamustard@posteo.net>" "swrup <swrup@protonmail.com>" "Léo Andrès <contact@ndrs.fr>")
(maintainers "swrup <swrup@protonmail.com>")
(source
(uri git+https://git.zapashcanon.fr/swrup/leaflet.git))
(homepage https://git.zapashcanon.fr/swrup/leaflet)
(bug_reports https://git.zapashcanon.fr/swrup/leaflet/issues)
(generate_opam_files false)
(package
(name leaflet)
(synopsis "Bindings for the Leaflet JavaScript library")
(description
"leaflet is an OCaml bindings library for the Leaflet JavaScript library.")
(tags
(leaflet javascript bindings interactive map openstreetmap))
(depends
(ocaml
(>= 4.08))