libghc-tagshare-prof
explicit sharing with tags; profiling libraries
TagShare supplies a monad for sharing values based on tags
and types. Each tag and type is bound to at most one value
in a dynamic map.
postgresql-15-debversion
Debian version number type for PostgreSQL
Debian version numbers, used to version Debian binary and source
packages, have a defined format, including specifications for how
versions should be compared in order to sort them. This package
implements a "debversion" type to represent Debian version numbers
within the PostgreSQL database. This also includes operators for
version comparison and index operator classes for creating indexes on
the debversion type.
libprelude-lua
Security Information and Events Management system [ Lua bindings ]
The Prelude Library is a collection of generic functions providing
communication between the Prelude SIEM suite components. It provides a
convenient interface for sending alerts to Prelude Manager with transparent
SSL, failover and replication support, asynchronous events and timer
interfaces, an abstracted configuration API (hooking at the commandline, the
configuration line, or wide configuration, available from the Manager), and a
generic plugin API. It allows you to easily turn your favorite security
program into a Prelude sensor.
libprelude23
Security Information and Events Management system [ Base library ]
python3-prelude
Security Information and Events Management system [ Python3 bindings ]
The Prelude Library is a collection of generic functions providing
communication between the Prelude SIEM suite components. It provides a
convenient interface for sending alerts to Prelude Manager with transparent
SSL, failover and replication support, asynchronous events and timer
interfaces, an abstracted configuration API (hooking at the commandline, the
configuration line, or wide configuration, available from the Manager), and a
generic plugin API. It allows you to easily turn your favorite security
program into a Prelude sensor.
postgresql-15-hll
HyperLogLog extension for PostgreSQL
This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
data structure. HyperLogLog is a fixed-size, set-like structure used for
distinct value counting with tunable precision. For example, in 1280 bytes
`hll` can estimate the count of tens of billions of distinct values with only
a few percent error.