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