How to Install and Uninstall ocaml-ctypes Package on openSuSE Tumbleweed
Last updated: November 07,2024
1. Install "ocaml-ctypes" package
Please follow the steps below to install ocaml-ctypes on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
ocaml-ctypes
Copied
2. Uninstall "ocaml-ctypes" package
Learn how to uninstall ocaml-ctypes on openSuSE Tumbleweed:
$
sudo zypper remove
ocaml-ctypes
Copied
3. Information about the ocaml-ctypes package on openSuSE Tumbleweed
Information for package ocaml-ctypes:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ocaml-ctypes
Version : 0.22.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : ocaml-ctypes-0.22.0-1.1.src
Upstream URL : https://opam.ocaml.org/packages/ctypes
Summary : Combinators for binding to C libraries without writing any C
Description :
ctypes is a library for binding to C libraries using pure OCaml. The primary aim is to make writing C extensions as straightforward as possible.
The core of ctypes is a set of combinators for describing the structure of C types -- numeric types, arrays, pointers, structs, unions and functions. You can use these combinators to describe the types of the functions that you want to call, then bind directly to those functions -- all without writing or generating any C!
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ocaml-ctypes
Version : 0.22.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : ocaml-ctypes-0.22.0-1.1.src
Upstream URL : https://opam.ocaml.org/packages/ctypes
Summary : Combinators for binding to C libraries without writing any C
Description :
ctypes is a library for binding to C libraries using pure OCaml. The primary aim is to make writing C extensions as straightforward as possible.
The core of ctypes is a set of combinators for describing the structure of C types -- numeric types, arrays, pointers, structs, unions and functions. You can use these combinators to describe the types of the functions that you want to call, then bind directly to those functions -- all without writing or generating any C!