This commit is contained in:
Swrup 2024-04-11 15:46:46 +02:00
commit e068e34254
10 changed files with 282 additions and 0 deletions

5
examples/dune Normal file
View file

@ -0,0 +1,5 @@
(executable
(name slider)
(modules slider)
(libraries js_of_ocaml brr slippery_slidy)
(modes js))