This commit is contained in:
2026-03-14 07:05:56 +01:00
parent c8bb7585ee
commit 9c57ea69f2
8 changed files with 149 additions and 0 deletions

5
ocaml/dune Normal file
View File

@@ -0,0 +1,5 @@
(executable
(name main)
(modes js)
(libraries js_of_ocaml)
(preprocess (pps js_of_ocaml-ppx)))