emem
Erlang/OTP various tools
Install
- All systems
-
curl cmd.cat/emem.sh
- Debian
-
apt-get install erlang-tools
- Ubuntu
-
apt-get install erlang-tools
- Alpine
-
apk add erlang-tools
- Arch Linux
-
pacman -S erlang-nox
- Kali Linux
-
apt-get install erlang-tools
- Fedora
-
dnf install erlang-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install erlang-tools
- Raspbian
-
apt-get install erlang-tools
- Dockerfile
- dockerfile.run/emem
- Docker
-
docker run cmd.cat/emem emem
powered by Commando
erlang-tools
Erlang/OTP various tools
The Tools application contains a number of stand-alone tools, which are useful when developing Erlang programs. cover - A coverage analysis tool for Erlang. cprof - A profiling tool that shows how many times each function is called. Uses a kind of local call trace breakpoints containing counters to achieve very low runtime performance degradation. eprof - A time profiling tool; measures how time is used in Erlang programs. Predecessor of fprof (see below). fprof - Another Erlang profiler; measures how time is used in Erlang programs. Uses trace to file to minimize runtime performance impact, and displays time for calling and called functions. instrument - Utility functions for obtaining and analyzing resource usage in an instrumented Erlang runtime system. make - A make utility for Erlang similar to UNIX make. tags - A tool for generating Emacs TAGS files from Erlang source files. xref - A cross reference tool. Can be used to check dependencies between functions, modules, applications and releases.
erlang-dbg
Erlang/OTP symbol files
The files containing debug symbols for binaries and libraries in Erlang to help in debugging applications build with them. You will not normally need to install this package.
erlang
Concurrent, real-time, distributed functional language
Open Source Erlang is a functional programming language designed at the Ericsson Computer Science Laboratory. Some of Erlang main features are: * Clear declarative syntax and is largely free from side-effects; * Built-in support for real-time, concurrent and distributed programming; * Designed for development of robust and continuously operated programs; * Dynamic code replacement at runtime. The Erlang distribution also includes OTP (Open Telecom Platform) which provides a rich set of libraries and applications. This package is a dummy package which will install Erlang/OTP runtime, applications, sources, code examples and the Erlang editing mode for Emacs.
erlang-nox
Erlang/OTP applications that don't require X Window System
This package is a dummy package which will install all Erlang/OTP applications which do not require X Window System to run.
erlang17-dbg
Erlang/OTP symbol files
The files containing debug symbols for binaries and libraries in Erlang to help in debugging applications build with them. You will not normally need to install this package. This package is the version 17 to fix couchdb in Kali-rolling. This is a temporay package. It should be removed once python-faraday doesn't need couchdb anymore.
erlang17-tools
Erlang/OTP various tools
The Tools application contains a number of stand-alone tools, which are useful when developing Erlang programs. cover - A coverage analysis tool for Erlang. cprof - A profiling tool that shows how many times each function is called. Uses a kind of local call trace breakpoints containing counters to achieve very low runtime performance degradation. eprof - A time profiling tool; measures how time is used in Erlang programs. Predecessor of fprof (see below). fprof - Another Erlang profiler; measures how time is used in Erlang programs. Uses trace to file to minimize runtime performance impact, and displays time for calling and called functions. instrument - Utility functions for obtaining and analyzing resource usage in an instrumented Erlang runtime system. make - A make utility for Erlang similar to UNIX make. tags - A tool for generating Emacs TAGS files from Erlang source files. xref - A cross reference tool. Can be used to check dependencies between functions, modules, applications and releases. This package is the version 17 to fix couchdb in Kali-rolling. This is a temporay package. It should be removed once python-faraday doesn't need couchdb anymore.