ocaml-xgettext
OCaml internationalization library
Install
- All systems
-
curl cmd.cat/ocaml-xgettext.sh
- Debian
-
apt-get install libgettext-ocaml-dev
- Ubuntu
-
apt-get install libgettext-ocaml-dev
- Kali Linux
-
apt-get install libgettext-ocaml-dev
- CentOS
-
yum install ocaml-gettext-devel
- Fedora
-
dnf install ocaml-gettext-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libgettext-ocaml-dev
- Raspbian
-
apt-get install libgettext-ocaml-dev
- Dockerfile
- dockerfile.run/ocaml-xgettext
libgettext-ocaml-dev
OCaml internationalization library
This library provides utilities and libraries to enable localization in OCaml programs. It is based on the same principle of GNU gettext. The package provides two libraries to do effectively translation : - gettext-camomile : pure OCaml implementation of gettext - gettext-stub : implementation using the gettext library. This package contains header, OCaml library and devel tools.