start

Erlang/OTP virtual machine and base applications

Install

All systems
curl cmd.cat/start.sh
Debian Debian
apt-get install boinc-server-maker
Ubuntu
apt-get install singularity-container
Arch Arch Linux
pacman -S upstart
image/svg+xml Kali Linux
apt-get install erlang17-base-hipe
CentOS
yum install upstart
Fedora
dnf install singularity-runtime
Windows (WSL2)
sudo apt-get update sudo apt-get install singularity-container
Raspbian
apt-get install upstart

erlang-base

Erlang/OTP virtual machine and base applications

This package contains the Erlang/OTP runtime implementation, which is configured and built without HiPE support (compiles to byte-code only), and minimal set of Erlang applications: compiler - compiles Erlang code to byte-code; erts - the Erlang runtime system application; kernel - code necessary to run the Erlang runtime system itself; ose - code for Enea OSE operating system; sasl - the system architecture support libraries application; stdlib - modules for manipulating lists, strings, files etc.

erlang-base-hipe

Erlang/OTP HiPE enabled virtual machine and base applications

This package contains the Erlang/OTP runtime implementation, which is configured and built with HiPE support (allows compiling to native code), and minimal set of Erlang applications: compiler - compiles Erlang code to byte-code; erts - the Erlang runtime system application; kernel - code necessary to run the Erlang runtime system itself; ose - code for Enea OSE operating system; sasl - the system architecture support libraries application; stdlib - modules for manipulating lists, strings, files etc.

erlang-erts

General-purpose programming language and runtime environment

bro-devel

build bro packages

singularity-runtime

containers

upstart

event-based init daemon

upstart is a replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running.

singularity-container

container platform focused on supporting "Mobility of Compute"

Mobility of Compute encapsulates the development to compute model where developers can work in an environment of their choosing and creation and when the developer needs additional compute resources, this environment can easily be copied and executed on other platforms. Additionally as the primary use case for Singularity is targeted towards computational portability, many of the barriers to entry of other container solutions do not apply to Singularity making it an ideal solution for users (both computational and non-computational) and HPC centers.

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.

boinc-server-maker

BOINC server applications and data files

erlang17-base

Erlang/OTP virtual machine and base applications

This package contains the Erlang/OTP runtime implementation 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-base-hipe

Erlang/OTP HiPE enabled virtual machine and base applications

This package contains the Erlang/OTP runtime implementation 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.

couchdb

RESTful document oriented database

Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP/JSON API. Among other features, it provides robust, incremental replication with bi-directional conflict detection and resolution, and is queryable and indexable using a table-oriented view engine with JavaScript acting as the default view definition language. CouchDB is written in Erlang, but can be easily accessed from any environment that provides means to make HTTP requests. There are a multitude of third-party client libraries that make this even easier for a variety of programming languages and environments.

kibana

Browser based analytics and search dashboard for Elasticsearch

plan9port

Ports of applications from Plan 9