File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
packages/leaflet/leaflet.0.2 Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "Bindings for the Leaflet JavaScript library"
3
+ description:
4
+ "leaflet is an OCaml bindings library for the Leaflet JavaScript library."
5
+ maintainer: ["swrup <
[email protected] >"]
6
+ authors: [
7
+ "pukkamustard <
[email protected] >"
8
+
9
+
10
+ ]
11
+ license: "BSD-2-Clause"
12
+ tags: ["leaflet" "javascript" "bindings" "interactive" "map" "openstreetmap"]
13
+ homepage: "https://git.zapashcanon.fr/swrup/leaflet"
14
+ bug-reports: "https://git.zapashcanon.fr/swrup/leaflet/issues"
15
+ depends: [
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
+ ]
24
+ build: [
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
+ ]
40
+ dev-repo: "git+https://git.zapashcanon.fr/swrup/leaflet.git"
41
+ url {
42
+ src: "https://git.zapashcanon.fr/swrup/leaflet/archive/0.2.tar.gz"
43
+ checksum: [
44
+ "md5=d386b6700d5a282bc60290d85fe2491b"
45
+ "sha512=19125c0e180603b15357b9a631d6377c6f07ba34e5936e4a5a2a713f461edb7bdaeb22f816a6e49fdfb9b61e5c8b2e25843e0ce97debdc1a400cc32628c243fd"
46
+ ]
47
+ }
You can’t perform that action at this time.
0 commit comments