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

Last updated: November 22,2024

1. Install "libparsexp-ocaml-dev" package

Please follow the guidance below to install libparsexp-ocaml-dev on Kali Linux

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

2. Uninstall "libparsexp-ocaml-dev" package

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

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

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

Package: libparsexp-ocaml-dev
Source: ocaml-parsexp (0.16.0-3)
Version: 0.16.0-3+b1
Installed-Size: 3375
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Provides: libparsexp-ocaml-dev-mat12
Depends: libparsexp-ocaml-mat12, libsexplib0-ocaml-dev-3nli0, libstdlib-ocaml-dev-ep7y0, ocaml-4.14.1
Recommends: ocaml-findlib
Size: 554684
SHA256: afcc2200a0cb66e6330c033a4ae6f128eab4c8947d8ee0d97132ddd8de2ea4d3
SHA1: b39f00b8f96773383a4383281fa1ea07cd310862
MD5sum: 0378fd261fb58901e5822de5d1a33592
Description: S-expression parsing library (development)
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 development files.
Description-md5:
Homepage: https://github.com/janestreet/ocaml-parsexp
Section: ocaml
Priority: optional
Filename: pool/main/o/ocaml-parsexp/libparsexp-ocaml-dev_0.16.0-3+b1_amd64.deb