make geopub/leaflet a separate library

This commit is contained in:
Swrup 2022-04-05 16:33:14 +02:00
commit 2fe7c1450d
18 changed files with 352 additions and 0 deletions

3
test/dune Normal file
View file

@ -0,0 +1,3 @@
(test
(name test)
(modules test))

1
test/test.ml Normal file
View file

@ -0,0 +1 @@
let () = assert true (* TODO *)