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

Last updated: May 14,2024

1. Install "libocamlviz-ocaml-doc" package

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

$ sudo apt update $ sudo apt install libocamlviz-ocaml-doc

2. Uninstall "libocamlviz-ocaml-doc" package

In this section, we are going to explain the necessary steps to uninstall libocamlviz-ocaml-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libocamlviz-ocaml-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: libocamlviz-ocaml-doc
Priority: optional
Section: universe/doc
Installed-Size: 484
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: all
Source: ocamlviz
Version: 1.01-2build5
Filename: pool/universe/o/ocamlviz/libocamlviz-ocaml-doc_1.01-2build5_all.deb
Size: 271290
MD5sum: a49e620cd086d8960917848511c47d59
SHA1: 135bb00795592bd9d11d90ea7c34ce7ac998d9bf
SHA256: 7dbcc412b8e84e4ef7fb91ec2a13164de7754af6d66551af62e1d5a730ec1091
Description-en: real-time profiling tools for Objective Caml (documentation)
Ocamlviz gives the ability to instrument an existing code, in real
time, with lightweight monitoring annotations. Ocamlviz can also be
used as a debugging tool.
.
Here are a few possibilities provided by Ocamlviz:
* observe details about the garbage collector
* observe how many times the program goes through a point
* make a set of values (any) and count its cardinal number and its
size in the heap
* observe how much time passed between two points of the program
* observe the value of integers, floating-point numbers, booleans
and strings
* observe details about hash tables, like the number of empty
buckets, or the filling rate
* etc
.
This package provides the API documentation of the Ocamlviz library
generated by ocamldoc out the source code.
Description-md5: 790651af037f2926db304ab6bc1162e9
Homepage: http://ocamlviz.forge.ocamlcore.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu