No description
Find a file
2022-04-07 17:58:01 +02:00
doc make geopub/leaflet a separate library 2022-04-06 18:52:52 +02:00
example make geopub/leaflet a separate library 2022-04-06 18:52:52 +02:00
src add tile_url option 2022-04-07 17:58:01 +02:00
test make geopub/leaflet a separate library 2022-04-06 18:52:52 +02:00
.gitignore make geopub/leaflet a separate library 2022-04-06 18:52:52 +02:00
.ocamlformat make geopub/leaflet a separate library 2022-04-06 18:52:52 +02:00
CHANGES.md make geopub/leaflet a separate library 2022-04-06 18:52:52 +02:00
dune-project make geopub/leaflet a separate library 2022-04-06 18:52:52 +02:00
leaflet.opam make geopub/leaflet a separate library 2022-04-06 18:52:52 +02:00
LICENSE.md make geopub/leaflet a separate library 2022-04-06 18:52:52 +02:00
README.md make geopub/leaflet a separate library 2022-04-06 18:52:52 +02:00

leaflet

leaflet is an OCaml executable/library to TODO.

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.

Quickstart

let () = Format.printf "TODO@."

For more, have a look at the example folder, at the documentation or at the test suite.

About