How to Install and Uninstall ocamlify Package on openSUSE Leap

Last updated: April 28,2024

1. Install "ocamlify" package

Please follow the guidelines below to install ocamlify on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ocamlify

2. Uninstall "ocamlify" package

Learn how to uninstall ocamlify on openSUSE Leap:

$ sudo zypper remove ocamlify

3. Information about the ocamlify package on openSUSE Leap

Information for package ocamlify:
---------------------------------
Repository : Main Repository
Name : ocamlify
Version : 0.0.2-2.37
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.4 MiB
Installed : No
Status : not installed
Source package : ocamlify-0.0.2-2.37.src
Upstream URL : http://forge.ocamlcore.org/projects/ocamlify/
Summary : Verbatim file inclusion as OCaml code
Description :
OCamlify allows to create OCaml source code by including whole files
into OCaml string or string list. The code generated can be compiled as
a standard OCaml file. It allows embedding external resources as OCaml
code.