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

Last updated: May 15,2024

1. Install "libparsexp-ocaml" package

This guide covers the steps necessary to install libparsexp-ocaml on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libparsexp-ocaml

2. Uninstall "libparsexp-ocaml" package

This is a short guide on how to uninstall libparsexp-ocaml on Ubuntu 21.04 (Hirsute Hippo):

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

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

Package: libparsexp-ocaml
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: 1033
Provides: libparsexp-ocaml-ly2s4
Depends: libbase-ocaml-cz6f0, libsexplib0-ocaml-drlz0, ocaml-base-nox-4.11.1
Filename: pool/universe/o/ocaml-parsexp/libparsexp-ocaml_0.14.0-1build1_amd64.deb
Size: 210156
MD5sum: 2ac63f58f5c23b0244ad66898f99bb5d
SHA1: 6b1c1535aa675ceb74e1c826f95e24e2511f1117
SHA256: 922d08d62ce811d3c1e5ee7ad74449ea6a45b855cf8535d70095ec6ed7aa56be
SHA512: 66b1a23010b703f63c736fcf08351766a6d5456053ca5ffe4283af0983b807cb31bdd2cce1296c7bf6e401ac0192823c248eeddded072c1e1aed491e7880e633
Homepage: https://github.com/janestreet/ocaml-parsexp
Description-en: 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: b2e450c6d9eb683030fbbe0643134a84