Files
Geneweb/lib/core/dune.in
2024-03-05 22:01:20 +01:00

13 lines
327 B
Plaintext

(library
(name geneweb_core)
(public_name geneweb.core)
(wrapped false)
(synopsis "GeneWeb Core library")
(preprocess (action (run %{bin:cppo} %%%CPPO_D%%% -V OCAML:%{ocaml_version} %{input-file})))
(libraries unix
geneweb_def
geneweb_gwdb
geneweb_sosa_mli
geneweb_util)
)