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

Last updated: May 15,2024

1. Install "liboptcomp-camlp4-dev" package

This guide covers the steps necessary to install liboptcomp-camlp4-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liboptcomp-camlp4-dev

2. Uninstall "liboptcomp-camlp4-dev" package

Learn how to uninstall liboptcomp-camlp4-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove liboptcomp-camlp4-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: liboptcomp-camlp4-dev
Priority: optional
Section: universe/ocaml
Installed-Size: 342
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: optcomp
Version: 1.6-1build1
Provides: liboptcomp-camlp4-dev-q8rk3
Depends: libcamlp4-ocaml-dev-p9wj7, ocaml-nox-4.02.3, libc6 (>= 2.2.5)
Recommends: ocaml-findlib
Filename: pool/universe/o/optcomp/liboptcomp-camlp4-dev_1.6-1build1_amd64.deb
Size: 74280
MD5sum: 539815bce8ca620bc7ed38035ba41ba7
SHA1: 285db186c081b2f6d53f01513cd3c09734277dbf
SHA256: 95da672e1a64e3582bda8995d8c4cfbfff40a75165fa727a035ec7e64eba1f9a
Description-en: syntax extension for optional compilation with cpp-like directives (library)
Optcomp is a syntax extension which handles #if, #else, ... directives
in OCaml source files. Compared to cpp:
* it does not interpret //, /*, and */ as comment delimiters
* it does not complains about missing '
* it is easier to integrate in the build process when using other
camlp4 syntax extensions
* it does not do macro expansion while cpp does
Compared to pa_macro, it does not require code that will be dropped to
be valid OCaml code. This can be useful for code that optionnally uses
GADTs, but can be compiled with older versions of OCaml.
.
This package contains the syntax extension as a camlp4 module.
Description-md5: bf1869287c9cb46672791c771230d690
Homepage: https://github.com/diml/optcomp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu