How to Install and Uninstall ocaml-dune-configurator Package on openSuSE Tumbleweed

Last updated: May 14,2024

1. Install "ocaml-dune-configurator" package

This guide covers the steps necessary to install ocaml-dune-configurator on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ocaml-dune-configurator

2. Uninstall "ocaml-dune-configurator" package

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

$ sudo zypper remove ocaml-dune-configurator

3. Information about the ocaml-dune-configurator package on openSuSE Tumbleweed

Information for package ocaml-dune-configurator:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ocaml-dune-configurator
Version : 2.9.1-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 100,2 KiB
Installed : No
Status : not installed
Source package : ocaml-dune-configurator-2.9.1-1.2.src
Summary : A composable build system for OCaml
Description :
dune-configurator is a small library that helps writing OCaml scripts that
test features available on the system, in order to generate config.h
files for instance.
Among other things, dune-configurator allows one to:
- test if a C program compiles
- query pkg-config
- import #define from OCaml header files
- generate config.h file