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
bin/gwrepl/data.mli Normal file
View File

@@ -0,0 +1,12 @@
(* the array of etc/lib/XXX where XXX are either dependencies of geneweb or
geneweb/COMPONENT *)
val directories : string array
(* associations between file names and their (generated) contents: *)
val cmas : (string * string) array (* .cma *)
val cmis : (string * string) array (* .cmi *)
val shared : (string * string) array (* .so *)
(* An md5 of all the names of the files in [cmis] and [cmas] (not
their contents). *)
val md5 : string