How to Install libres-ocaml-dev in Ubuntu 18.04



Install libres-ocaml-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libres-ocaml-dev

Description:

OCaml library for automatically resizing contiguous data structure

This OCaml library consists of a set of modules which implement automatically resizing (i.e. reallocating) data structures that consume a contiguous part of memory. . This allows appending and removing of elements to/from arrays (both boxed and unboxed), strings (i.e. buffers), bit strings and weak arrays while still maintaining fast constant-time access to elements. . There are also functors that allow the generation of similar modules which use different reallocation strategies.

Homepage: https://bitbucket.org/mmottl/res

Version: 4.0.3-4build1

Section: universe/devel