erlang 1:14.b.2-dfsg-3ubuntu2 source package in Ubuntu
Changelog
erlang (1:14.b.2-dfsg-3ubuntu2) oneiric; urgency=low * debian/patches/fix-pointer-conversion.patch: Remove implicit integer to pointer conversion (LP: #778474) -- Clint Byrum <email address hidden> Fri, 06 May 2011 06:10:07 -0700
Upload details
- Uploaded by:
- Clint Byrum
- Uploaded to:
- Oneiric
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- interpreters
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
erlang_14.b.2-dfsg.orig.tar.gz | 29.3 MiB | 8b1ccee91eb33b8b951b6de621c14aac2ac4e7957b858cb072141a2283507cb3 |
erlang_14.b.2-dfsg-3ubuntu2.diff.gz | 72.7 KiB | aa6e93af664545c7f90b435bcdba85c37f270a441752d9b2b885a1515b95bba5 |
erlang_14.b.2-dfsg-3ubuntu2.dsc | 2.8 KiB | 13a2cf9b4026a823a4bafa21c0759e30f92683c44f7b7f7ac835d3d56497316c |
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-appmon: Erlang/OTP application monitor
The Application Monitor, Appmon, is a graphical utility used to supervise
Erlang applications executing either locally or on remote Erlang nodes.
The process tree of an application can furthermore be monitored.
- 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-base: No summary available for erlang-base in ubuntu oneiric.
No description available for erlang-base in ubuntu oneiric.
- 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;
sasl - the system architecture support libraries application;
stdlib - modules for manipulating lists, strings, files etc.
- erlang-common-test: Erlang/OTP application for automated testing
Common Test is a portable application for automated testing. It is
suitable for black-box testing of target systems of any type (i.e.
not necessarily implemented in Erlang), as well as for white-box
testing of Erlang/OTP programs. Black-box testing is performed via
standard interfaces (such as SNMP, HTTP, Corba, Telnet, etc) and,
if required, via user specific interfaces (often called test ports).
White-box testing of Erlang/OTP programs is easily accomplished by
calling the target API functions directly from the test case functions.
Common Test also integrates usage of the OTP cover tool for code
coverage analysis of Erlang/OTP programs.
- erlang-corba: No summary available for erlang-corba in ubuntu oneiric.
No description available for erlang-corba in ubuntu oneiric.
- erlang-crypto: No summary available for erlang-crypto in ubuntu oneiric.
No description available for erlang-crypto in ubuntu oneiric.
- erlang-debugger: Erlang/OTP application for debugging and testing
Debugger is a graphical tool which can be used for debugging and
testing of Erlang programs. For example, breakpoints can be set,
code can be single stepped and variable values can be inspected
and modified.
- erlang-dev: No summary available for erlang-dev in ubuntu oneiric.
No description available for erlang-dev in ubuntu oneiric.
- erlang-dialyzer: Erlang/OTP discrepancy analyzer application
Dialyzer is a static analysis tool that identifies software
discrepancies such as type errors, unreachable code, unnecessary
tests etc. in single Erlang modules or entire (sets of) applications.
- erlang-doc: Erlang/OTP HTML/PDF documentation
Documentation for the Erlang programming language and OTP
library in HTML and PDF formats.
- erlang-docbuilder: Erlang/OTP application for building HTML documentation
DocBuilder provides functionality for generating HTML documentation
for Erlang modules and Erlang/OTP applications from XML source code
and/or EDoc comments in Erlang source code.
- 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-erl-docgen: Erlang/OTP documentation stylesheets
The erl_docgen package includes XSLT stylesheets and document type
definitions used for Erlang/OTP documentation. They allow to
transform documentation to manpage, HTML, and PDF formats.
- 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: Erlang/OTP application examples
The examples, included in the Erlang/OTP system distribution.
- erlang-gs: Erlang/OTP graphics system
The Graphics System application, GS, is a library of routines for
writing graphical user interfaces. Programs written using GS work
on all Erlang platforms and do not depend upon the underlying
windowing system. It uses Tk widgets for visualization.
- 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: No summary available for erlang-ic-java in ubuntu oneiric.
No description available for erlang-ic-java in ubuntu oneiric.
- erlang-inets: No summary available for erlang-inets in ubuntu oneiric.
No description available for erlang-inets in ubuntu oneiric.
- erlang-inviso: Erlang/OTP trace tool
Inviso, an Erlang trace tool. With the inviso API, runtime components
can be started and tracing managed across a network of distributed
Erlang nodes, using a control component also started with inviso API
functions.
- 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-mnesia: No summary available for erlang-mnesia in ubuntu oneiric.
No description available for erlang-mnesia in ubuntu oneiric.
- erlang-mode: Erlang major editing mode for Emacs
This package includes the mode for editing Erlang programs in GNU Emacs.
It is provided with the default Erlang/OTP distribution. It supports
sophisticated indentation, syntax highlighting, electric commands,
module name verification, comments, skeletons, tags etc.
- erlang-nox: No summary available for erlang-nox in ubuntu oneiric.
No description available for erlang-nox in ubuntu oneiric.
- erlang-observer: Erlang/OTP application for investigating distributed systems
The OBSERVER application contains tools for tracing and investigation of
distributed systems. They include etop - a tool for presenting information
about Erlang processes, and crashdump_viewer - a HTML based tool for
browsing Erlang crashdumps.
- erlang-odbc: No summary available for erlang-odbc in ubuntu oneiric.
No description available for erlang-odbc in ubuntu oneiric.
- 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-parsetools: No summary available for erlang-parsetools in ubuntu oneiric.
No description available for erlang-parsetools in ubuntu oneiric.
- erlang-percept: Erlang/OTP concurrency profiling tool
Percept is a tool which visualizes application level concurrency and
helps to identify concurrency bottlenecks.
- erlang-pman: No summary available for erlang-pman in ubuntu oneiric.
No description available for erlang-pman in ubuntu oneiric.
- erlang-public-key: No summary available for erlang-public-key in ubuntu oneiric.
No description available for erlang-public-key in ubuntu oneiric.
- erlang-reltool: No summary available for erlang-reltool in ubuntu oneiric.
No description available for erlang-reltool in ubuntu oneiric.
- 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-snmp: No summary available for erlang-snmp in ubuntu oneiric.
No description available for erlang-snmp in ubuntu oneiric.
- erlang-src: Erlang/OTP applications sources
Erlang sources for all the applications in the Erlang/OTP system.
They are useful for educational purpose and as a base for creating
embedded systems.
- erlang-ssh: Erlang/OTP implementation of SSH protocol
The SSH application is an erlang implementation of the secure
shell protocol.
- erlang-ssl: No summary available for erlang-ssl in ubuntu oneiric.
No description available for erlang-ssl in ubuntu oneiric.
- erlang-syntax-tools: Erlang/OTP modules for handling abstract Erlang syntax trees
Syntax_Tools contains modules for handling abstract Erlang syntax
trees in a way that is compatible with the "parse trees" of the
STDLIB module erl_parse, together with utilities for reading source
files in unusual ways and pretty-printing syntax trees. Also it
includes a module merger and renamer called Igor, as well as an
automatic code-cleaner.
- erlang-test-server: Erlang/OTP server for automated application testing
Test Server is a portable test server for automated application testing.
The server can run test suites on local or remote targets and log
progress and results to HTML pages. The main purpose of Test Server
is to act as engine inside customized test tools. A callback interface
for such framework applications is provided.
- erlang-toolbar: Erlang/OTP graphical toolbar
The Toolbar application simplifies access to the Erlang/OTP tools.
It consists of a number of buttons, one for each available tool.
- erlang-tools: No summary available for erlang-tools in ubuntu oneiric.
No description available for erlang-tools in ubuntu oneiric.
- erlang-tv: Erlang/OTP table viewer
The TV application allows the user to examine ETS and Mnesia tables.
Once a certain table has been opened in the tool, its content may be
viewed in various levels of detail.
- erlang-typer: No summary available for erlang-typer in ubuntu oneiric.
No description available for erlang-typer in ubuntu oneiric.
- erlang-webtool: No summary available for erlang-webtool in ubuntu oneiric.
No description available for erlang-webtool in ubuntu oneiric.
- erlang-x11: No summary available for erlang-x11 in ubuntu oneiric.
No description available for erlang-x11 in ubuntu oneiric.
- erlang-xmerl: No summary available for erlang-xmerl in ubuntu oneiric.
No description available for erlang-xmerl in ubuntu oneiric.