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

22
bin/gwb2ged/dune.in Normal file
View File

@@ -0,0 +1,22 @@
(library
(name gwb2ged_lib)
(public_name geneweb.gwb2ged_lib)
(wrapped false)
(libraries geneweb geneweb.gwexport_lib)
(modules gwb2gedLib)
)
(executable
(name gwb2ged)
(public_name geneweb.gwb2ged)
(modules gwb2ged)
(libraries
geneweb
gwb2ged_lib
gwu_lib
str
unix
%%%GWDB_PKG%%%
%%%SOSA_PKG%%%
)
)