don't generate opam file with dune
This commit is contained in:
parent
96b4f963a6
commit
e15c700d4b
2 changed files with 3 additions and 20 deletions
20
dune-project
20
dune-project
|
|
@ -5,28 +5,10 @@
|
||||||
|
|
||||||
(name leaflet)
|
(name leaflet)
|
||||||
|
|
||||||
(generate_opam_files true)
|
(generate_opam_files false)
|
||||||
|
|
||||||
(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)
|
|
||||||
|
|
||||||
(package
|
(package
|
||||||
(name leaflet)
|
(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
|
(depends
|
||||||
(ocaml
|
(ocaml
|
||||||
(>= 4.08))
|
(>= 4.08))
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
# This file is generated by dune, edit dune-project instead
|
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
|
name: "leaflet"
|
||||||
|
version: "0.2"
|
||||||
synopsis: "Bindings for the Leaflet JavaScript library"
|
synopsis: "Bindings for the Leaflet JavaScript library"
|
||||||
description:
|
description:
|
||||||
"leaflet is an OCaml bindings library for the Leaflet JavaScript library."
|
"leaflet is an OCaml bindings library for the Leaflet JavaScript library."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue