How to Install and Uninstall erlang-neotoma Package on Kali Linux

Last updated: May 20,2024

1. Install "erlang-neotoma" package

Please follow the instructions below to install erlang-neotoma on Kali Linux

$ sudo apt update $ sudo apt install erlang-neotoma

2. Uninstall "erlang-neotoma" package

Please follow the instructions below to uninstall erlang-neotoma on Kali Linux:

$ sudo apt remove erlang-neotoma $ sudo apt autoclean && sudo apt autoremove

3. Information about the erlang-neotoma package on Kali Linux

Package: erlang-neotoma
Source: neotoma
Version: 1.7.4+dfsg-4
Installed-Size: 132
Maintainer: Debian Erlang Packagers
Architecture: all
Depends: erlang-base (>= 1:25.3.2.8+dfsg)
Size: 47328
SHA256: 95416e57081fe27f0e1025fb8d30e2548e4b41834525e75b5f46d53095408824
SHA1: e70f6a427267f5a165cd6c784df38101b48c4ce0
MD5sum: 20dcdc6d10e2c8c24ccc864a8fa9d530
Description: parser generator for Erlang
Neotoma is a packrat parser-generator for Erlang for Parsing
Expression Grammars (PEGs). It consists of a parsing-combinator
library with memoization routines, a parser for PEGs, and a utility
to generate parsers from PEGs. It is inspired by treetop, a Ruby
library with similar aims, and parsec, the parser-combinator library
for Haskell.
.
Features include:
- Simple, declarative parsers generated from even simpler grammars.
- Fully integrated, single-pass lexical and syntactic analysis (a
feature of PEGs).
- Packrat-style memoization, boasting parse-time bound linearly to
the input size (at the expense of memory usage).
- In-place semantic analysis/transformation, supporting single-pass
end-to-end in some applications.
- Erlang code-generation for the lexical/syntactic analysis piece,
with the option of semantic analysis/transformation inline, or in
a separate module.
- Line/column number tracking for easy resolution of parsing
errors.
Description-md5:
Homepage: https://github.com/seancribbs/neotoma
Section: devel
Priority: optional
Filename: pool/main/n/neotoma/erlang-neotoma_1.7.4+dfsg-4_all.deb