How to Install and Uninstall optcomp Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "optcomp" package

Please follow the guidelines below to install optcomp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install optcomp

2. Uninstall "optcomp" package

This tutorial shows how to uninstall optcomp on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove optcomp $ sudo apt autoclean && sudo apt autoremove

3. Information about the optcomp package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: optcomp
Priority: optional
Section: universe/ocaml
Installed-Size: 5764
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Version: 1.6-1build1
Depends: liboptcomp-camlp4-dev, libc6 (>= 2.14)
Recommends: ocaml-findlib
Filename: pool/universe/o/optcomp/optcomp_1.6-1build1_amd64.deb
Size: 821914
MD5sum: d42579e0e793b63dd1cdd05ae4876db9
SHA1: e4e827b76c5e09381f013c5a4ab90d4930099e9a
SHA256: 2b7adb85536a7ff3603941bdb7ea2944e0d8c6cb6bc0c57ab851e9cc7d74bee0
Description-en: syntax extension for optional compilation with cpp-like directives (tools)
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 command-line tools.
Description-md5: 111e370f48844286f7955382438da84f
Homepage: https://github.com/diml/optcomp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu