How to Install and Uninstall libparsexp-ocaml-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 16,2024

1. Install "libparsexp-ocaml-dev" package

This tutorial shows how to install libparsexp-ocaml-dev on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libparsexp-ocaml-dev" package

Please follow the steps below to uninstall libparsexp-ocaml-dev on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libparsexp-ocaml-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: libparsexp-ocaml-dev
Architecture: amd64
Version: 0.14.0-1build1
Priority: optional
Section: universe/ocaml
Source: ocaml-parsexp
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 3249
Provides: libparsexp-ocaml-dev-ly2s4
Depends: libbase-ocaml-dev-cz6f0, libparsexp-ocaml-ly2s4, libsexplib0-ocaml-dev-drlz0, ocaml-nox-4.11.1
Recommends: ocaml-findlib
Filename: pool/universe/o/ocaml-parsexp/libparsexp-ocaml-dev_0.14.0-1build1_amd64.deb
Size: 539128
MD5sum: b1ae545a045d63e3032e0d2f369601d1
SHA1: dcd4498549f8ad49b99390b3a0f350f7e2255ffd
SHA256: 0be6f6809561320a66a1734b6cc5ccdfcd0220e8bdd3eca9e415b10eca1cdab2
SHA512: f2062b11a0ada0de6c453aaf75703b6f9fb9cea330fa6ff5a5ec479073b6a33a640e1c2fc8c4bca3ee0b9c2af47eb2bd4fc3c973c916dad09c80450b2ce5c7a6
Homepage: https://github.com/janestreet/ocaml-parsexp
Description-en: 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: 9631efb231c6ce739dc96e15e811e910