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

Last updated: May 14,2024

1. Install "liboasis-ocaml-dev" package

This tutorial shows how to install liboasis-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "liboasis-ocaml-dev" package

Here is a brief guide to show you how to uninstall liboasis-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: liboasis-ocaml-dev
Priority: optional
Section: universe/ocaml
Installed-Size: 4301
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: oasis
Version: 0.4.5-1build3
Provides: liboasis-ocaml-dev-8ut47
Depends: libfindlib-ocaml-dev-q3hl3, liboasis-ocaml-8ut47, libodn-ocaml-dev-uf394, ocaml-nox-4.02.3
Recommends: ocaml-findlib
Suggests: liboasis-ocaml-doc
Filename: pool/universe/o/oasis/liboasis-ocaml-dev_0.4.5-1build3_amd64.deb
Size: 528728
MD5sum: d382047dc7c68ed8cdbc957d51ed14dc
SHA1: 2805b899157f5999baa96fa1da8d1b2cff1da5fa
SHA256: c907c6c5f201229fe09cafc033dcabca087e4ff7c07b68510223bddcf54de055
Description-en: Build-system generation for OCaml projects -- development files
OASIS generates a full configure, build and install system for your
application. It starts with a simple `_oasis` file at the toplevel of your
project and creates everything required.
.
It uses external tools like OCamlbuild and it can be considered as the glue
between various subsystems that do the job. It should support the following
tools:
.
- OCamlbuild
- OMake (todo)
- OCamlMakefile (todo),
- ocaml-autoconf (todo)
.
It also features a do-it-yourself command line invocation and an internal
configure/install scheme. Libraries are managed through findlib. It has been
tested on GNU Linux and Windows.
.
OASIS supports standard entry points and descriptions. It helps to
integrates your libraries and software with third parties tools like GODI.
.
This package contains the development files needed for using OASIS as
a library.
Description-md5: 471a4dba708dd56b9ae240659b5ca6fb
Homepage: http://oasis.forge.ocamlcore.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu