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

Last updated: May 17,2024

1. Install "ocaml-obuild" package

In this section, we are going to explain the necessary steps to install ocaml-obuild on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ocaml-obuild

2. Uninstall "ocaml-obuild" package

Please follow the step by step instructions below to uninstall ocaml-obuild on openSUSE Leap:

$ sudo zypper remove ocaml-obuild

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

Information for package ocaml-obuild:
-------------------------------------
Repository : Main Repository
Name : ocaml-obuild
Version : 0.1.9-bp155.2.38
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.9 MiB
Installed : No
Status : not installed
Source package : ocaml-obuild-0.1.9-bp155.2.38.src
Upstream URL : https://github.com/ocaml-obuild/obuild
Summary : Simple package build system for OCaml
Description :
A parallel, incremental and declarative build system for OCaml.
The goal is to make a very simple build system for users and developers of
OCaml libraries and programs.
Obuild acts as a building black box: users only declare what they want to
build and with which sources; the build system will consistently build it.
The design is based on Haskell's Cabal and borrows most of the layout and
way of working, adapting parts where necessary to fully support OCaml.