How to Install and Uninstall libhttp-ocaml-dev Package on Kali Linux

Last updated: October 04,2024

1. Install "libhttp-ocaml-dev" package

This is a short guide on how to install libhttp-ocaml-dev on Kali Linux

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

2. Uninstall "libhttp-ocaml-dev" package

Please follow the guidelines below to uninstall libhttp-ocaml-dev on Kali Linux:

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

3. Information about the libhttp-ocaml-dev package on Kali Linux

Package: libhttp-ocaml-dev
Source: ocaml-http (0.1.6-1)
Version: 0.1.6-1+b4
Installed-Size: 933
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Depends: libocamlnet-ocaml-dev-6v5t5, libpcre-ocaml-dev-hmlu8, ocaml-4.13.1
Suggests: ocaml-findlib
Size: 97228
SHA256: 9f5813a287f83ecf660c71c9e4c5d178e89caeec5e004d2602bcb1df919790a3
SHA1: f8f68088c55d178814a37219264fb75436ce15e2
MD5sum: f4dc9c55440b6b997be704847e940d60
Description: 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: https://github.com/sacerdot/ocaml-http
Tag: devel::lang:ocaml, devel::library, implemented-in::ocaml,
protocol::http, role::devel-lib, role::program
Section: ocaml
Priority: optional
Filename: pool/main/o/ocaml-http/libhttp-ocaml-dev_0.1.6-1+b4_amd64.deb