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

10
plugins/lib_show/dune Normal file
View File

@@ -0,0 +1,10 @@
(alias
(name plugin)
(deps plugin_lib_show.cmxs))
(executable
(name plugin_lib_show)
(embed_in_plugin_libraries geneweb.def_show)
(flags -linkall)
(modes
(native plugin)))

View File