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

Last updated: May 15,2024

1. Install "libhttp-ocaml-dev" package

This guide let you learn how to install libhttp-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libhttp-ocaml-dev" package

Please follow the guidance below to uninstall libhttp-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libhttp-ocaml-dev
Priority: optional
Section: universe/devel
Installed-Size: 890
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocaml-http
Version: 0.1.5-1build6
Depends: libocamlnet-ocaml-dev-ttmo7, libpcre-ocaml-dev-ljf26, ocaml-nox-4.02.3
Suggests: ocaml-findlib
Filename: pool/universe/o/ocaml-http/libhttp-ocaml-dev_0.1.5-1build6_amd64.deb
Size: 87186
MD5sum: ac147788418f9d7c43c0ec69f4945704
SHA1: 690d1c42db065f8599e8d4ab0f798258ed57b652
SHA256: 70f2cb316826075a13fdef66087110994bb2429ce67f524d237a5f558dbe2f36
Description-en: OCaml library for writing HTTP servers
OCaml HTTP is a library for the Objective Caml programming language,
used to build simple HTTP servers, largely inspired to Perl's
HTTP::Daemon module.
.
In order to implement an HTTP servers the programmer has to provide a
daemon specification which contains, among other parameters, a callback
function invoked by OCaml HTTP on well formed HTTP requests received.
HTTP responses could be sent over an out_channel connected with client
socket, accessible from the callback.
.
The library contains also facility functions that helps in creating
well formed HTTP responses and a tiny HTTP client.
Description-md5: 335d43f7d6f38b27406d80f1523eed6f
Homepage: http://ocaml-http.forge.ocamlcore.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu