You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zapashcanon fbfb403734
use gadts for layer, clean code
2 years ago
doc make geopub/leaflet a separate library 2 years ago
example make geopub/leaflet a separate library 2 years ago
src use gadts for layer, clean code 2 years ago
test make geopub/leaflet a separate library 2 years ago
.gitignore make geopub/leaflet a separate library 2 years ago
.ocamlformat make geopub/leaflet a separate library 2 years ago
CHANGES.md make geopub/leaflet a separate library 2 years ago
LICENSE.md make geopub/leaflet a separate library 2 years ago
README.md make geopub/leaflet a separate library 2 years ago
dune-project make geopub/leaflet a separate library 2 years ago
leaflet.opam make geopub/leaflet a separate library 2 years ago

README.md

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