How to Install and Uninstall libppx-tools-ocaml-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "libppx-tools-ocaml-dev" package

Here is a brief guide to show you how to install libppx-tools-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libppx-tools-ocaml-dev

2. Uninstall "libppx-tools-ocaml-dev" package

This tutorial shows how to uninstall libppx-tools-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libppx-tools-ocaml-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libppx-tools-ocaml-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libppx-tools-ocaml-dev
Priority: optional
Section: universe/ocaml
Installed-Size: 6940
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ppx-tools
Version: 0.99.2-4
Provides: libppx-tools-ocaml-dev-1uh28
Depends: libc6 (>= 2.2.5), ocaml-nox-4.02.3
Recommends: ocaml-findlib
Filename: pool/universe/p/ppx-tools/libppx-tools-ocaml-dev_0.99.2-4_amd64.deb
Size: 303010
MD5sum: 87bb6cc878e55f185384aa05eb571962
SHA1: 965bfd0687d2ac1433b7d4975c49add17492a601
SHA256: 448ee66d7bd30878ec59dc181a2b5d61018e1409f5f17a2dde5274d3c9aa2541
Description-en: tools for authors of OCaml syntactic tools
This package includes tools for authors of syntactic tools (such as
ppx rewriters):
* ppx_metaquot: a ppx filter to help writing programs which
manipulate the Parsetree, by allowing the programmer to use
concrete syntax for expressions creating Parsetree fragments and
patterns deconstructing Parsetree fragments;
* rewriter: a utility to help testing ppx rewriters that runs the
rewriter on user-provided code and returns the result;
* Ast_mapper_class: a generic mapper from Parsetree to Parsetree
implemeting a deep identity copy, which can be customized with a
custom behavior for each syntactic category;
* dumpast: parses fragments of OCaml code (or entire source files)
and dump the resulting internal Parsetree representation;
* genlifter: generates a virtual "lifter" class for one or several
OCaml type constructors.
Description-md5: fc0a1cb74b5d49b2779f871648e51919
Homepage: https://github.com/alainfrisch/ppx_tools
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu