How to Install and Uninstall ocaml-ctypes.i686 Package on Fedora 34

Last updated: October 05,2024

1. Install "ocaml-ctypes.i686" package

Please follow the guidelines below to install ocaml-ctypes.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install ocaml-ctypes.i686

2. Uninstall "ocaml-ctypes.i686" package

Please follow the guidance below to uninstall ocaml-ctypes.i686 on Fedora 34:

$ sudo dnf remove ocaml-ctypes.i686 $ sudo dnf autoremove

3. Information about the ocaml-ctypes.i686 package on Fedora 34

Last metadata expiration check: 0:01:58 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-ctypes
Version : 0.18.0
Release : 1.fc34
Architecture : i686
Size : 716 k
Source : ocaml-ctypes-0.18.0-1.fc34.src.rpm
Repository : fedora
Summary : Combinators for binding to C libraries without writing any C
URL : https://github.com/ocamllabs/ocaml-ctypes
License : MIT
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!