1OCAML-XGETTEXT(1) OCAML-XGETTEXT(1)
2
3
4
6 ocaml-xgettext - program to extract translatable strings from OCaml
7 source file.
8
10 ocaml-xgettext [ppx arguments] [filename]
11
13 This manual page documents briefly the ocaml-xgettext
14
15 ocaml-xgettext is a ppx filter. It outputs an OCaml marshalled data
16 structure that can only be understood by ocaml-gettext. The purpose of
17 this program is to be a backend for OCaml source code string extrac‐
18 tion. You should not use it directly.
19
21 ocaml-gettext(1)
22
24 Sylvain Le Gall.
25
26
27
28 2008-04-29 OCAML-XGETTEXT(1)