erlang 1:20.2.2+dfsg-1ubuntu2 source package in Ubuntu
Changelog
erlang (1:20.2.2+dfsg-1ubuntu2) bionic; urgency=high * No change rebuild against openssl1.1. -- Dimitri John Ledkov <email address hidden> Mon, 05 Feb 2018 16:49:44 +0000
Upload details
- Uploaded by:
- Dimitri John Ledkov
- Uploaded to:
- Bionic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- interpreters
- Urgency:
- Very Urgent
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | main | interpreters |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
erlang_20.2.2+dfsg.orig.tar.xz | 40.0 MiB | f4c08f8249b22ea467aaf9cd68c397c5c43effecd042d49a813f4547467c4ff5 |
erlang_20.2.2+dfsg-1ubuntu2.debian.tar.xz | 61.6 KiB | ddd03456c148745d35af164d3ffd02fda43b662153a84053d4b4f8af2c6c344b |
erlang_20.2.2+dfsg-1ubuntu2.dsc | 4.8 KiB | ff8b24358bdd304cf57c7d5a073fe4c77d673e99e4e118286de55e968cbbfec6 |
Available diffs
Binary packages built by this source
- 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-asn1: Erlang/OTP modules for ASN.1 support
The Asn1 application contains modules with compile-time and run-time
support for ASN.1 in Erlang/OTP.
- erlang-asn1-dbgsym: debug symbols for erlang-asn1
- 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-dbgsym: No summary available for erlang-base-dbgsym in ubuntu cosmic.
No description available for erlang-base-dbgsym in ubuntu cosmic.
- 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-base-hipe-dbgsym: debug symbols for erlang-base-hipe
- erlang-common-test: No summary available for erlang-common-test in ubuntu cosmic.
No description available for erlang-common-test in ubuntu cosmic.
- erlang-common-test-dbgsym: debug symbols for erlang-common-test
- erlang-corba: No summary available for erlang-corba in ubuntu cosmic.
No description available for erlang-corba in ubuntu cosmic.
- erlang-crypto: Erlang/OTP cryptographic modules
The Crypto Application provides functions for computation of message
digests, encryption and decryption functions. It uses OpenSSL for
actual calculations.
- erlang-crypto-dbgsym: debug symbols for erlang-crypto
- erlang-debugger: No summary available for erlang-debugger in ubuntu cosmic.
No description available for erlang-debugger in ubuntu cosmic.
- erlang-dev: Erlang/OTP development libraries and headers
The files for application development in Erlang. They include headers for
all applications included into Erlang/OTP distribution and C interface
libraries.
- erlang-dialyzer: No summary available for erlang-dialyzer in ubuntu cosmic.
No description available for erlang-dialyzer in ubuntu cosmic.
- erlang-dialyzer-dbgsym: debug symbols for erlang-dialyzer
- erlang-diameter: Erlang/OTP implementation of RFC 6733 protocol
Interface with which a user creates a service that sends and receives
messages using the Diameter protocol as defined in RFC 6733.
- erlang-doc: No summary available for erlang-doc in ubuntu cosmic.
No description available for erlang-doc in ubuntu cosmic.
- erlang-edoc: Erlang/OTP module for generating documentation
EDoc is the Erlang program documentation generator. Inspired by the
Javadoc tool for the Java programming language, EDoc is adapted to
the conventions of the Erlang world.
- erlang-eldap: Erlang/OTP LDAP library
Eldap is a module which provides a client API to the Lightweight
Directory Access Protocol (LDAP).
- erlang-erl-docgen: No summary available for erlang-erl-docgen in ubuntu cosmic.
No description available for erlang-erl-docgen in ubuntu cosmic.
- erlang-et: Erlang/OTP event tracer application
The Event Tracer (ET) uses the built-in trace mechanism in Erlang
and provides tools for collecting and examining trace data using GUI.
- erlang-eunit: Erlang/OTP module for unit testing
The EUnit application contains modules with support for unit testing.
- erlang-examples: No summary available for erlang-examples in ubuntu cosmic.
No description available for erlang-examples in ubuntu cosmic.
- erlang-ic: Erlang/OTP IDL compiler
The IC application is an Erlang implementation of an IDL (CORBA Interface
Definition Language) compiler. Depending on the choice of back-end the
code will map to Erlang, C, or Java. The compiler generates client stubs
and server skeletons.
- erlang-ic-java: Erlang/OTP IDL compiler (Java classes)
The IC application is an Erlang implementation of an IDL (CORBA Interface
Definition Language) compiler. Depending on the choice of back-end the
code will map to Erlang, C, or Java. The compiler generates client stubs
and server skeletons.
.
This package includes classes for Java-Erlang communication.
- erlang-inets: Erlang/OTP Internet clients and servers
Inets is a container for Internet clients and servers. Currently
a HTTP client and server are provided in Inets.
- erlang-jinterface: Java communication tool to Erlang
Jinterface Java package contains java classes, which help you
integrate programs written in Java with Erlang.
- erlang-manpages: Erlang/OTP manual pages
Documentation for the Erlang programming language in `man' format. This
documentation can be read using the command `erl -man mod', where `mod'
is the name of the module you want documentation on.
.
This package contains all Erlang/OTP manual pages from sections other
than 1. They document Erlang/OTP modules, config files and applications.
- erlang-megaco: Erlang/OTP implementation of Megaco/H.248 protocol
The Megaco application is a framework for building applications on
top of the Megaco/H.248 protocol.
- erlang-megaco-dbgsym: debug symbols for erlang-megaco
- erlang-mnesia: Erlang/OTP distributed relational/object hybrid database
Mnesia is a distributed Database Management System (DBMS), appropriate
for telecommunications applications and other Erlang applications
which require continuous operation and exhibit soft real-time properties.
- erlang-mode: No summary available for erlang-mode in ubuntu cosmic.
No description available for erlang-mode in ubuntu cosmic.
- 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.
- erlang-observer: No summary available for erlang-observer in ubuntu cosmic.
No description available for erlang-observer in ubuntu cosmic.
- erlang-odbc: No summary available for erlang-odbc in ubuntu cosmic.
No description available for erlang-odbc in ubuntu cosmic.
- erlang-odbc-dbgsym: debug symbols for erlang-odbc
- erlang-os-mon: Erlang/OTP operating system monitor
The operating system monitor, OS_Mon, provides services for
monitoring CPU load, disk usage, memory usage and OS messages.
- erlang-os-mon-dbgsym: debug symbols for erlang-os-mon
- erlang-parsetools: Erlang/OTP parsing tools
The Parsetools application contains utilities for parsing. Currently,
it includes yecc module. Yecc is an LALR-1 parser generator for Erlang,
similar to yacc. Yecc takes a BNF grammar definition as input, and
produces Erlang code for a parser as output.
- erlang-public-key: Erlang/OTP public key infrastructure
Provides functions to handle public key infrastructure from RFC 3280
(X.509 certificates) and some parts of the PKCS-standard.
- erlang-reltool: Erlang/OTP release management tool
Reltool is a release management tool. It analyses a given Erlang/OTP
installation and determines dependencies between applications. The
graphical frontend depicts the dependencies and enables interactive
customization of a target system. The backend provides a batch
interface for generation of customized target systems.
- erlang-runtime-tools: Erlang/OTP runtime tracing/debugging tools
Runtime_Tools provides low-footprint tracing/debugging tools suitable
for inclusion in a production system.
- erlang-runtime-tools-dbgsym: No summary available for erlang-runtime-tools-dbgsym in ubuntu cosmic.
No description available for erlang-
runtime- tools-dbgsym in ubuntu cosmic.
- erlang-snmp: Erlang/OTP SNMP applications
A multilingual Simple Network Management Protocol application features
an Extensible Agent, simple manager, a MIB compiler and facilities for
implementing SNMP MIBs etc.
.
The OTP_Mibs application provides an SNMP management information base
for Erlang nodes.
- erlang-src: No summary available for erlang-src in ubuntu cosmic.
No description available for erlang-src in ubuntu cosmic.
- erlang-ssh: No summary available for erlang-ssh in ubuntu cosmic.
No description available for erlang-ssh in ubuntu cosmic.
- erlang-ssl: Erlang/OTP implementation of SSL
The SSL application provides secure communication over sockets.
- erlang-syntax-tools: No summary available for erlang-syntax-tools in ubuntu cosmic.
No description available for erlang-syntax-tools in ubuntu cosmic.
- 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-tools-dbgsym: debug symbols for erlang-tools
- erlang-wx: No summary available for erlang-wx in ubuntu cosmic.
No description available for erlang-wx in ubuntu cosmic.
- erlang-wx-dbgsym: debug symbols for erlang-wx
- erlang-x11: No summary available for erlang-x11 in ubuntu cosmic.
No description available for erlang-x11 in ubuntu cosmic.
- erlang-xmerl: No summary available for erlang-xmerl in ubuntu cosmic.
No description available for erlang-xmerl in ubuntu cosmic.