How to Install and Uninstall ocaml-cppo Package on openSUSE Leap

Last updated: November 23,2024

1. Install "ocaml-cppo" package

Learn how to install ocaml-cppo on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ocaml-cppo

2. Uninstall "ocaml-cppo" package

This is a short guide on how to uninstall ocaml-cppo on openSUSE Leap:

$ sudo zypper remove ocaml-cppo

3. Information about the ocaml-cppo package on openSUSE Leap

Information for package ocaml-cppo:
-----------------------------------
Repository : Main Repository
Name : ocaml-cppo
Version : 1.5.0-bp153.1.15
Arch : x86_64
Vendor : openSUSE
Installed Size : 1,5 MiB
Installed : No
Status : not installed
Source package : ocaml-cppo-1.5.0-bp153.1.15.src
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