You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage erlang-os_mon-24.3.4.10-1.fc36.x86_64
A monitor which allows inspection of the underlying operating system.
RPMPackage erlang-orber-5.1-1.fc36.x86_64
A CORBA Object Request Broker.
RPMPackage erlang-odbc-24.3.4.10-1.fc36.x86_64
An interface to relational SQL-databases built on ODBC (Open Database Connectivity).
RPMPackage erlang-observer-24.3.4.10-1.fc36.x86_64
A set of tools for tracing and investigation of distributed systems.
RPMPackage erlang-oauth2-0.7.0-7.fc36.noarch
This library is designed to simplify the implementation of the server side of OAuth2.
RPMPackage erlang-oauth-2.1.0-2.fc36.noarch
An Erlang OAuth 1.0 implementation. Includes functions for generating signatures (client side), verifying signatures (server side), and some convenience functions for making OAuth HTTP requests (client side).
RPMPackage erlang-neotoma-1.7.4-15.fc36.noarch
Erlang library and packrat parser-generator for parsing expression grammars.
RPMPackage erlang-mustache-0.1.1-18.fc36.noarch
An Erlang port of Mustache for Ruby. Mustache is a framework-agnostic template system that enforces separation of view logic from the template file. Indeed, it is not even possible to embed logic in the template. This allows templates to be reused across language boundaries and for other language independent uses.
RPMPackage erlang-mqtree-1.0.10-4.fc36.x86_64
mqtree is an Erlang NIF implementation of N-ary tree to keep MQTT topic filters for efficient matching.
RPMPackage erlang-mochiweb-3.1.1-1.fc36.noarch
An Erlang library for building lightweight HTTP servers.
RPMPackage erlang-mnesia-24.3.4.10-1.fc36.x86_64
A heavy duty real-time distributed database.
RPMPackage erlang-merge_index-2.1-16.fc36.noarch
MergeIndex is an Erlang library for storing ordered sets on disk. It is very similar to an SSTable (in Google's Bigtable) or an HFile (in Hadoop).
RPMPackage erlang-megaco-24.3.4.10-1.fc36.x86_64
Megaco/H.248 is a protocol for control of elements in a physically decomposed multimedia gateway, enabling separation of call control from media conversion.
RPMPackage erlang-meck-0.9.2-4.fc36.noarch
With meck you can easily mock modules in Erlang. Since meck is intended to be used in testing, you can also perform some basic validations on the mocked modules, such as making sure no function is called in a way it should not.
RPMPackage erlang-luerl-1.0-1.fc36.noarch
An experimental implementation of Lua 5.2 written solely in pure Erlang.
RPMPackage erlang-lucene_parser-1-15.fc36.noarch
A library for Lucene-like query syntax parsing.
RPMPackage erlang-log4erl-0.9.0-26.fc36.noarch
A logger for erlang in the spirit of Log4J.
RPMPackage erlang-lfe-2.0.1-2.fc36.x86_64
Lisp Flavoured Erlang, is a lisp syntax front-end to the Erlang compiler. Code produced with it is compatible with "normal" Erlang code. An LFE evaluator and shell is also included.
RPMPackage erlang-lager-3.9.2-4.fc36.noarch
Lager (as in the beer) is a logging framework for Erlang. Its purpose is to provide a more traditional way to perform logging in an erlang application that plays nicely with traditional UNIX logging tools like logrotate and syslog.
RPMPackage erlang-kvc-1.7.0-14.fc36.noarch
kvc supports Key Value Coding-like queries on common Erlang data structures. A common use case for kvc is to quickly access one or more deep values in decoded JSON, or some other nested data structure. It can also help with some aggregate operations. It solves similar problems that you might want to use a tool like XPath or jQuery for, but it is far simpler and strictly less powerful. It's inspired by Apple's NSKeyValueCoding protocol from Objective-C.