this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Bindings for the Leaflet JavaScript library"
4description:
5 "leaflet is an OCaml bindings library for the Leaflet JavaScript library."
6maintainer: ["swrup <swrup@protonmail.com>"]
7authors: [
8 "pukkamustard <pukkamustard@posteo.net>"
9 "swrup <swrup@protonmail.com>"
10 "Léo Andrès <contact@ndrs.fr>"
11]
12license: "BSD-2-Clause"
13tags: ["leaflet" "javascript" "bindings" "interactive" "map" "openstreetmap"]
14homepage: "https://git.zapashcanon.fr/swrup/leaflet"
15doc: "TODO/leaflet"
16bug-reports: "https://git.zapashcanon.fr/swrup/leaflet/issues"
17depends: [
18 "dune" {>= "2.9"}
19 "brr"
20 "js_of_ocaml"
21 "js_of_ocaml-ppx"
22 "ocaml" {>= "4.08"}
23 "odoc" {with-doc}
24]
25build: [
26 ["dune" "subst"] {dev}
27 [
28 "dune"
29 "build"
30 "-p"
31 name
32 "-j"
33 jobs
34 "--promote-install-files=false"
35 "@install"
36 "@runtest" {with-test}
37 "@doc" {with-doc}
38 ]
39 ["dune" "install" "-p" name "--create-install-files" name]
40]
41dev-repo: "git+https://git.zapashcanon.fr/swrup/leaflet.git"
42url {
43 src: "https://git.zapashcanon.fr/swrup/leaflet/archive/0.1.tar.gz"
44 checksum: [
45 "md5=b00b81623836a5a71e570959ec02a30d"
46 "sha512=98f5ae081b413ee3950aa08ab95007df51b6d9e2a2449a505ed48f59775d0a637dc0ddc9139125e34e5130884fba7e5044da8bdbf506a495bed03cb0a146d97c"
47 ]
48}