How to Install and Uninstall ocaml-cppo Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "ocaml-cppo" package

Please follow the guidelines below to install ocaml-cppo on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ocaml-cppo

2. Uninstall "ocaml-cppo" package

Please follow the guidelines below to uninstall ocaml-cppo on openSuSE Tumbleweed:

$ sudo zypper remove ocaml-cppo

3. Information about the ocaml-cppo package on openSuSE Tumbleweed

Information for package ocaml-cppo:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ocaml-cppo
Version : 1.6.9-1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.5 MiB
Installed : No
Status : not installed
Source package : ocaml-cppo-1.6.9-1.6.src
Upstream URL : https://opam.ocaml.org/packages/cppo
Summary : The C preprocessor written in OCaml
Description :
Cppo is an equivalent of the C preprocessor targeted at the OCaml language and
its variants.
The main purpose of cppo is to provide a lightweight tool for simple macro
substitution (#define) and file inclusion (#include) for the occasional case
when this is useful in OCaml. Processing specific sections of files by calling
external programs is also possible via #ext directives.
The implementation of cppo relies on the standard library of OCaml and on the
standard parsing tools Ocamllex and Ocamlyacc, which contribute to the
robustness of cppo across OCaml versions.

5. The same packages on other Linux Distributions