Initial comit - Clone

This commit is contained in:
2024-03-05 22:01:20 +01:00
commit 385cf8e5aa
727 changed files with 164567 additions and 0 deletions

12
plugins/jingoo/dune Normal file
View File

@@ -0,0 +1,12 @@
(alias
(name plugin)
(deps plugin_jingoo.cmxs))
(executable
(name plugin_jingoo)
(libraries geneweb.gwd_lib)
(embed_in_plugin_libraries jingoo)
(flags -linkall)
(modes
(native plugin))
(modules plugin_jingoo))

View File