From 25be80020b0ff6450e927c11c58c2ad7a0b98b20 Mon Sep 17 00:00:00 2001 From: Swrup Date: Thu, 6 Feb 2025 02:39:11 +0100 Subject: [PATCH] don't generate opam file with dune --- dune-project | 20 +------------------- leaflet.opam | 3 ++- 2 files changed, 3 insertions(+), 20 deletions(-) diff --git a/dune-project b/dune-project index 90cc610..3227a39 100644 --- a/dune-project +++ b/dune-project @@ -5,28 +5,10 @@ (name leaflet) -(generate_opam_files true) - -(license BSD-2-Clause) - -(authors "pukkamustard " "swrup " "Léo Andrès ") - -(maintainers "swrup ") - -(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)) diff --git a/leaflet.opam b/leaflet.opam index ac98590..25c8f4d 100644 --- a/leaflet.opam +++ b/leaflet.opam @@ -1,5 +1,6 @@ -# This file is generated by dune, edit dune-project instead opam-version: "2.0" +name: "leaflet" +version: "0.2" synopsis: "Bindings for the Leaflet JavaScript library" description: "leaflet is an OCaml bindings library for the Leaflet JavaScript library."