package leaflet
Bindings for the Leaflet JavaScript library
Install
Dune Dependency
Authors
Maintainers
Sources
0.1.tar.gz
md5=b00b81623836a5a71e570959ec02a30d
sha512=98f5ae081b413ee3950aa08ab95007df51b6d9e2a2449a505ed48f59775d0a637dc0ddc9139125e34e5130884fba7e5044da8bdbf506a495bed03cb0a146d97c
Description
leaflet is an OCaml bindings library for the Leaflet JavaScript library.
README
leaflet
leaflet
is an OCaml bindings library for the Leaflet JavaScript library.
Installation
leaflet
can be installed with opam:
opam install leaflet
If you don't have opam
, you can install it following the how to install opam guide.
If you can't or don't want to use opam
, consult the opam file for build instructions.
Usage
Have a look at the example folder. The documentation can be consulted via odig doc leaflet
.
You will also need leaflet's files (CSS and images).
About
leaflet's original code was taken from a NGI0 funded project
Dependencies (5)
-
ocaml
>= "4.08"
- js_of_ocaml-ppx
- js_of_ocaml
- brr
-
dune
>= "2.9"
Dev Dependencies (1)
-
odoc
with-doc
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page