How to Install and Uninstall ghc-bindings-DSL Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "ghc-bindings-DSL" package

This tutorial shows how to install ghc-bindings-DSL on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-bindings-DSL

2. Uninstall "ghc-bindings-DSL" package

Here is a brief guide to show you how to uninstall ghc-bindings-DSL on openSuSE Tumbleweed:

$ sudo zypper remove ghc-bindings-DSL

3. Information about the ghc-bindings-DSL package on openSuSE Tumbleweed

Information for package ghc-bindings-DSL:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-bindings-DSL
Version : 1.0.25-1.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 20,0 KiB
Installed : No
Status : not installed
Source package : ghc-bindings-DSL-1.0.25-1.11.src
Summary : FFI domain specific language, on top of hsc2hs
Description :
This is a set of macros to be used when writing Haskell FFI. They were designed
to be able to fully describe C interfaces, so that hsc2hs can extract from them
all Haskell code needed to mimic such interfaces. All Haskell names used are
automatically derived from C names, structures are mapped to Haskell instances
of Storable, and there are also macros you can use with C code to help write
bindings to inline functions or macro functions. Documentation is available at
package homepage:

The extra module Bindings.Utilities will contain tools that may be convenient
when working with FFI.