logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dh_ocamlinit - Substitutes ocaml variables in debian/*.in files with their corresponding value.

Author

       Mehdi Dogguy <mehdi@debian.org>

perl v5.38.2                                       2024-09-26                                    DH_OCAMLINIT(1)

Description

       dh_ocamlinit looks for debian/*.in files and replaces all present variables (like @OCAML_ABI@,
       @OCamlStdlibDir@ and @OCamlDllDir@) with the corresponding value.

       Lines in files debian/*.in prefixed with OPT are only kept when ocaml compilation to native code is
       supported, lines prefixed with BYTE are only kept when compilation to native code is not supported, and
       lines prefixed with DYN are kept when dynamic linking is supported.  dh_ocamlinit handles additional
       substitutions by specifying them in the OCAMLINIT_SED environment variable.

Name

       dh_ocamlinit - Substitutes ocaml variables in debian/*.in files with their corresponding value.

Options

-d  Clean  files  generated  from  present  debian/*.in  ones  and  exit.  This option is deprecated, use
           dh_ocamlclean instead.

See Also

debhelper(7), dh(1), dh_ocaml(1), dh_ocamlclean(1)

       This program is meant to be used together with debhelper.

Synopsis

dh_ocamlinit [debhelperoptions]

See Also