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

Last updated: May 15,2024

1. Install "ocaml-csexp" package

Please follow the guidance below to install ocaml-csexp on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ocaml-csexp

2. Uninstall "ocaml-csexp" package

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

$ sudo zypper remove ocaml-csexp

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

Information for package ocaml-csexp:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ocaml-csexp
Version : 1.5.2-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 66.6 KiB
Installed : No
Status : not installed
Source package : ocaml-csexp-1.5.2-1.3.src
Upstream URL : https://opam.ocaml.org/packages/csexp
Summary : Parsing and printing of S-expressions in Canonical form
Description :
This library provides minimal support for Canonical S-expressions. Canonical S-expressions are a binary encoding of S-expressions that is super simple and well suited for communication between programs.
This library only provides a few helpers for simple applications. If you need more advanced support, such as parsing from more fancy input sources, you should consider copying the code of this library given how simple parsing S-expressions in canonical form is.
To avoid a dependency on a particular S-expression library, the only module of this library is parameterised by the type of S-expressions.

5. The same packages on other Linux Distributions