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

Last updated: November 23,2024

1. Install "libmikmatch-ocaml-dev" package

In this section, we are going to explain the necessary steps to install libmikmatch-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libmikmatch-ocaml-dev" package

This guide covers the steps necessary to uninstall libmikmatch-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libmikmatch-ocaml-dev
Priority: optional
Section: universe/ocaml
Installed-Size: 7083
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: mikmatch
Version: 1.0.7-1build1
Provides: libmikmatch-ocaml-dev-61as0
Depends: libcamlp4-ocaml-dev-p9wj7, libmikmatch-ocaml-61as0, libpcre-ocaml-dev-ljf26, ocaml-nox-4.02.3
Recommends: ocaml-findlib
Filename: pool/universe/m/mikmatch/libmikmatch-ocaml-dev_1.0.7-1build1_amd64.deb
Size: 464242
MD5sum: abeb0e8c625f1f29347b0c05b62fd4e4
SHA1: 87817790b7182a65f63bbc7418c20f1bff1bf4ec
SHA256: 332e32f99ce7fc2ef38336fd828bd6a84ef02f5a1a6f6a211ceb74103903aa08
Description-en: camlp4 extension for pattern matching with regexps - development
Mikmatch provides enhanced pattern matching with regexps for OCaml.
.
The goal of Mikmatch is to make text-oriented programs even easier to write,
read and run without losing the unique and powerful features of OCaml.
Mikmatch provides a concise and highly readable syntax for regular
expressions, and integrates it into the syntax of OCaml thanks to Camlp4.
.
The implementation of Mikmatch consists essentially of:
* a library which is loaded by the OCaml preprocessor (Camlp4) and
defines sophisticated "macros", i.e. the modified syntax;
* a traditional library (runtime) which is required by the programs that
use the Mikmatch syntax;
* a dedicated 'mikmatch' command which can be used as a replacement for
'ocaml' in scripts or as an interactive toplevel. It performs automatically
these steps: preprocessing, compilation and execution.
.
This package contains the development files needed for programming
with the library.
Description-md5: 9385f36ec0057582f7ba08af2698d244
Homepage: http://mjambon.com/micmatch.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu