Package: erlang-asn1 Description-md5: ee4d0b49672ea14e8a224f00c393a8c6 Description-en: 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. Package: erlang-base Description-md5: 05592e757f082a6d0a61fb86c3fb8cac Description-en: Erlang/OTP virtual machine and base applications This package contains the Erlang/OTP runtime implementation, 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. Package: erlang-crypto Description-md5: 6d6a5e48deb89695b61d6380e84e7e95 Description-en: Erlang/OTP cryptographic modules The Crypto Application provides functions for computation of message digests, encryption and decryption functions. It uses OpenSSL for actual calculations. Package: erlang-dev Description-md5: 023eca40c938a81e31cb3d07fa28976e Description-en: 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. Package: erlang-eldap Description-md5: 84192ee472dc7261422d95bd91233523 Description-en: Erlang/OTP LDAP library Eldap is a module which provides a client API to the Lightweight Directory Access Protocol (LDAP). Package: erlang-examples Description-md5: 7fd4d1d18889e4d971a860ea2e41b36b Description-en: Erlang/OTP application examples The examples, included in the Erlang/OTP system distribution. Package: erlang-inets Description-md5: 8d70a0f49c4439fde59135fbc5bed418 Description-en: 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. Package: erlang-megaco Description-md5: 690fb9316fd0c68e524cdd808aa967b2 Description-en: 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. Package: erlang-mnesia Description-md5: 48d2214e21e1f80fbec2f00309f8406f Description-en: 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. Package: erlang-os-mon Description-md5: f8627add1b4145778041a638d379dc3d Description-en: Erlang/OTP operating system monitor The operating system monitor, OS_Mon, provides services for monitoring CPU load, disk usage, memory usage and OS messages. Package: erlang-parsetools Description-md5: 3e51e2f8676cdc2b45f2ac3d74b79580 Description-en: 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. Package: erlang-public-key Description-md5: e10bb8263805ad3875bec38b249b88db Description-en: 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. Package: erlang-runtime-tools Description-md5: a0448be753203ae3013367e215bb963c Description-en: Erlang/OTP runtime tracing/debugging tools Runtime_Tools provides low-footprint tracing/debugging tools suitable for inclusion in a production system. Package: erlang-snmp Description-md5: dfb924f9e0e51a8acfd28878335946b5 Description-en: 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. Package: erlang-ssh Description-md5: 2ab50c8973bb765ccc1c37f7e496762f Description-en: Erlang/OTP implementation of SSH protocol The SSH application is an erlang implementation of the secure shell protocol. Package: erlang-ssl Description-md5: 15c091acf332c7d47a15da19885fdc6b Description-en: Erlang/OTP implementation of SSL The SSL application provides secure communication over sockets. Package: erlang-syntax-tools Description-md5: 734d87e62fdb69e61b39974407f3d15f Description-en: 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. Package: erlang-tools Description-md5: 4285755cbac612fc7f4013b85cae332f Description-en: 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. Package: erlang-xmerl Description-md5: 222136c221feb614758c204affd11214 Description-en: Erlang/OTP XML tools The xmerl application contains modules for processing XML. Package: haproxy Description-md5: 29390feb7563fd9f1e74f245bf31a64c Description-en: fast and reliable load balancing reverse proxy HAProxy is a TCP/HTTP reverse proxy which is particularly suited for high availability environments. It features connection persistence through HTTP cookies, load balancing, header addition, modification, deletion both ways. It has request blocking capabilities and provides interface to display server status. Package: libperl-dev Description-md5: 493158c7ca91f27f024cd9c2d9d421aa Description-en: Perl library: development files Files for developing applications which embed a Perl interpreter. Package: libperl5.40 Description-md5: 8c14b89b13d2c91d9c1b54920feef55b Description-en: shared Perl library This package contains the shared Perl library, used by applications which embed a Perl interpreter. . It also contains the architecture-dependent parts of the standard library (and depends on perl-modules-5.40 which contains the architecture-independent parts). Package: perl Description-md5: 603cb1e5fe66da8106c364f4e9b84082 Description-en: Larry Wall's Practical Extraction and Report Language Perl is a highly capable, feature-rich programming language with over 20 years of development. Perl 5 runs on over 100 platforms from portables to mainframes. Perl is suitable for both rapid prototyping and large scale development projects. . Perl 5 supports many programming styles, including procedural, functional, and object-oriented. In addition to this, it is supported by an ever-growing collection of reusable modules which accelerate development. Some of these modules include Web frameworks, database integration, networking protocols, and encryption. Perl provides interfaces to C and C++ for custom extension development. Package: perl-base Description-md5: 71551f199284cd26b0352827389f8b4b Description-en: minimal Perl system Perl is a scripting language used in many system scripts and utilities. . This package provides a Perl interpreter and the small subset of the standard run-time library required to perform basic tasks. For a full Perl installation, install "perl" (and its dependencies, "perl-modules-5.40" and "perl-doc"). Package: perl-debug Description-md5: 11b937dac8b92a329c540e8c5e5e1546 Description-en: debug-enabled Perl interpreter debugperl provides a debug-enabled version of Perl which can produce extensive information about the interpreter as it compiles and executes a program (see the -D switch in perlrun(1)). . Note that this package is primarily of use in debugging *Perl* rather than perl programs, which may be traced/debugged using the standard perl binary using the -d switch (see perldebug(1)). . In addition, this package also includes debugging information for the normal Perl interpreter. Package: perl-doc Description-md5: 6cd25412f32c953589ef8fcaf1f5f46d Description-en: Perl documentation Perl manual pages, POD documentation and the `perldoc' program. If you are writing Perl programs, you almost certainly need this. Package: perl-modules-5.40 Description-md5: d835f9fa9300bbe64c4c22ac439d0809 Description-en: Core Perl modules Architecture independent Perl modules. These modules are part of Perl and required if the `perl' package is installed. . Note that this package only exists to save archive space and should be considered an internal implementation detail of the `perl' package. Other packages should not depend on `perl-modules-5.40' directly, they should use `perl' (which depends on `perl-modules-5.40') instead.