How to Install and Uninstall libreins-ocaml-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "libreins-ocaml-dev" package

Please follow the steps below to install libreins-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libreins-ocaml-dev" package

Learn how to uninstall libreins-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libreins-ocaml-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libreins-ocaml-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 3434
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocaml-reins
Version: 0.1a-6build1
Provides: libreins-ocaml-dev-rpyg9
Depends: ocaml-nox-4.02.3
Suggests: ocaml-findlib
Filename: pool/universe/o/ocaml-reins/libreins-ocaml-dev_0.1a-6build1_amd64.deb
Size: 750238
MD5sum: 9103eded1e5f2c307e720b686ae4ab1d
SHA1: a084e470f86379d69c4603b8b8117ed3eca2a576
SHA256: 097d70699703d517a2012637f42570c5a2657b8cc2581b4c05f1e1d7975363f8
Description-en: 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: d43e920bf4e5640d6dfaedecc1cfcd31
Homepage: http://ocaml-reins.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu