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

21
bin/gwu/gwuLib.mli Normal file
View File

@@ -0,0 +1,21 @@
val out_dir : string ref
val old_gw : bool ref
val raw_output : bool ref
val separate_list : string list ref
val only_file : string ref
val sep_limit : int ref
val prepare_free_occ : ?select:(Gwdb.iper -> bool) -> Gwdb.base -> unit
(** Initializes the internal hashtables. Person whose identifier is
not selected (`select p = false`) are ignored. *)
val gwu :
Gwexport.gwexport_opts ->
bool ->
Gwdb.base ->
string ->
string ->
(string, (string -> unit) * bool ref * (unit -> unit)) Hashtbl.t ->
(Gwdb.iper -> bool) * (Gwdb.ifam -> bool) ->
unit
(** Prints the `.gw` file. *)