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

Last updated: November 07,2024

1. Install "ocaml-ppx_variants_conv" package

In this section, we are going to explain the necessary steps to install ocaml-ppx_variants_conv on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ocaml-ppx_variants_conv

2. Uninstall "ocaml-ppx_variants_conv" package

Please follow the steps below to uninstall ocaml-ppx_variants_conv on openSuSE Tumbleweed:

$ sudo zypper remove ocaml-ppx_variants_conv

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

Information for package ocaml-ppx_variants_conv:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ocaml-ppx_variants_conv
Version : 0.14.2-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 2,2 KiB
Installed : No
Status : not installed
Source package : ocaml-ppx_variants_conv-0.14.2-1.1.src
Summary : Generation of accessor and iteration functions for ocaml variant types
Description :
Generation of accessor and iteration functions for ocaml variant types.
ppx_variants_conv is a ppx rewriter that can be used to define first
class values representing variant constructors, and additional
routines to fold, iterate and map over all constructors of a variant
type.
It provides corresponding functionality for variant types as
ppx_fields_conv provides for record types.