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

18 lines
281 B
Plaintext

(library
(name geneweb_util)
(public_name geneweb.util)
(wrapped false)
(preprocess (action (run %{bin:cppo} %%%CPPO_D%%% -V OCAML:%{ocaml_version} %{input-file})))
(libraries
calendars
stdlib-shims
unidecode
geneweb.def
re
unix
uucp
uunf
uutf
)
)