this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Package leaflet.0.2

Swrup cd596d49 278df338

+47
+47
packages/leaflet/leaflet.0.2/opam
··· 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 <swrup@protonmail.com>"] 6 + authors: [ 7 + "pukkamustard <pukkamustard@posteo.net>" 8 + "swrup <swrup@protonmail.com>" 9 + "Léo Andrès <contact@ndrs.fr>" 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 + }