How to Install and Uninstall libreins-ocaml-dev Package on Kali Linux

Last updated: May 18,2024

1. Install "libreins-ocaml-dev" package

This is a short guide on how to install libreins-ocaml-dev on Kali Linux

$ sudo apt update $ sudo apt install libreins-ocaml-dev

2. Uninstall "libreins-ocaml-dev" package

Please follow the step by step instructions below to uninstall libreins-ocaml-dev on Kali Linux:

$ sudo apt remove libreins-ocaml-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libreins-ocaml-dev package on Kali Linux

Package: libreins-ocaml-dev
Source: ocaml-reins (0.1a-11)
Version: 0.1a-11+b2
Installed-Size: 4115
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Provides: libreins-ocaml-dev-ieqa9
Depends: libnum-ocaml-dev-gltn3, libstdlib-ocaml-dev-ep7y0, ocaml-4.14.1
Suggests: ocaml-findlib
Size: 929396
SHA256: 06dda0938f6f9f7f5b01eabcfb907e078c11e6b1a0c2cdb8a178d2764292e3c4
SHA1: 31871f568ab8cafa43c4528572bc81ac4fa71079
MD5sum: 86ad6be8f91e4a46ffb82a881d32ac93
Description: data structure library for OCaml
The OCaml Reins data structure library consists of the following
persistent implementations:
* Lists (singly, O(1) catenable, Acyclic doubly linked,
random access)
* Sets/Maps (AVL, Red/Black, Patricia, Splay)
* Heaps (Binomial, Skew-Binomial)
.
All of the implementations conform to a unified signature for each
data type. Also, each data types include zipper style cursor
interfaces and persistent, bi-directional cursor based iterators.
The library also includes a set of standard modules to hoist the base
typs into the module level (Int, Bool, etc...) as well as a
collection of functor combinators to minimize boilerplate (e.g., for
constructing compare or to_string functions). Finally, a
quickcheck-like random testing framework is included and each data
type supports the necessary "gen" function to generate a random
instance of the type.
Description-md5:
Homepage: http://ocaml-reins.sourceforge.net/
Tag: devel::library, role::devel-lib
Section: ocaml
Priority: optional
Filename: pool/main/o/ocaml-reins/libreins-ocaml-dev_0.1a-11+b2_amd64.deb