How To Install Ocaml-gettext In Debian, Ubuntu, Kali, CentOS, Fedora And Raspbian?
Install ocaml-gettext
-
Debian
apt-get install libgettext-ocaml-devClick to copy -
Ubuntu
apt-get install libgettext-ocaml-devClick to copy -
Kali Linux
apt-get install libgettext-ocaml-devClick to copy -
CentOS
yum install ocaml-gettext-develClick to copy -
Fedora
dnf install ocaml-gettext-develClick to copy -
Raspbian
apt-get install libgettext-ocaml-devClick to copy
libgettext-ocaml-dev
OCaml internationalization libraryThis 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.
ocaml-gettext-devel
Development files for ocaml-gettext
Install the latest version of ocaml-gettext in Debian, Ubuntu, Kali, CentOS, Fedora and Raspbian from terminal. To install the ocaml-gettext just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of ocaml-gettext from the respository and install it in your computer/server.




