.\" Automatically generated by Pandoc 1.17.2 .\" .TH "OCAML\-XGETTEXT" "1" "2008\-04\-29" "" "" .hy .SH NAME .PP ocaml\-xgettext \- program to extract translatable strings from OCaml source file. .SH SYNOPSIS .PP ocaml\-xgettext [ppx arguments] [filename] .SH DESCRIPTION .PP This manual page documents briefly the ocaml\-xgettext .PP ocaml\-xgettext is a ppx filter. It outputs an OCaml marshalled data structure that can only be understood by ocaml\-gettext. The purpose of this program is to be a backend for OCaml source code string extraction. You should not use it directly. .SH SEE ALSO .PP \f[C]ocaml\-gettext\f[](1) .SH AUTHORS Sylvain Le Gall.