How to Install and Uninstall libparsexp-ocaml Package on Kali Linux

Last updated: May 16,2024

1. Install "libparsexp-ocaml" package

This tutorial shows how to install libparsexp-ocaml on Kali Linux

$ sudo apt update $ sudo apt install libparsexp-ocaml

2. Uninstall "libparsexp-ocaml" package

Please follow the guidance below to uninstall libparsexp-ocaml on Kali Linux:

$ sudo apt remove libparsexp-ocaml $ sudo apt autoclean && sudo apt autoremove

3. Information about the libparsexp-ocaml package on Kali Linux

Package: libparsexp-ocaml
Source: ocaml-parsexp (0.16.0-3)
Version: 0.16.0-3+b1
Installed-Size: 977
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Provides: libparsexp-ocaml-mat12
Depends: libsexplib0-ocaml-3nli0, libstdlib-ocaml-ep7y0, ocaml-base-4.14.1
Size: 211760
SHA256: b1ee4bb874d88f8e4660dedc7cf521c239e0b7319c0d2b9f201cdcb556c94b18
SHA1: b53a5c99703b1737e26ef8aca11efd1a8e5c1d51
MD5sum: c2f9e3e4025f2b8bda30266a1a67733e
Description: S-expression parsing library (runtime)
This library provides generic parsers for parsing S-expressions from
strings or other medium.
.
The library is focused on performances but still provide full generic
parsers that can be used with strings, bigstrings, lexing buffers,
character streams or any other sources effortlessly.
.
It provides three different class of parsers:
* the normal parsers, producing [Sexp.t] or [Sexp.t list] values;
* the parsers with positions, building compact position sequences so
that one can recover original positions in order to report
properly located errors at little cost;
* the Concrete Syntax Tree parsers, produce values of type
[Parsexp.Cst.t] which record the concrete layout of the
s-expression syntax, including comments.
.
This library is portable and doesn't provide IO functions. To read
s-expressions from files or other external sources, you should use
parsexp_io.
.
This package contains runtime files.
Description-md5:
Homepage: https://github.com/janestreet/ocaml-parsexp
Section: ocaml
Priority: optional
Filename: pool/main/o/ocaml-parsexp/libparsexp-ocaml_0.16.0-3+b1_amd64.deb