Package: criterion Version: 2.3.3-2-ubuntu1~trusty1 Architecture: amd64 Maintainer: Franklin "Snaipe" Mathieu Installed-Size: 1897 Filename: ./amd64/criterion_2.3.3-2-ubuntu1~trusty1_amd64.deb Size: 603918 MD5sum: f1185a139c284c4b06d668c1c7693ba7 SHA1: 76b9cb8fb03d015bf647fab1b5d6ed4d0e876fe7 SHA256: e55d373ae621431f2c5bdd5afa12152795e0d8633d486835ff08a840f7233e79 Section: libs Priority: optional Homepage: Franklin "Snaipe" Mathieu Description: A KISS, modern unit testing framework for C and C++. Criterion is a dead-simple, yet extensible, C and C++ unit testing framework. Most test frameworks for C require a lot of boilerplate code to set up tests and test suites -- you need to create a main, then register new test suites, then register the tests within these suits, and finally call the right functions. This gives the user great control, at the unfortunate cost of simplicity. Criterion follows the KISS principle, while keeping the control the user would have with other frameworks: * C99 and C++11 compatible. * Tests are automatically registered when declared. * Implements a xUnit framework structure. * A default entry point is provided, no need to declare a main unless you want to do special handling. * Test are isolated in their own process, crashes and signals can be reported and tested. * Unified interface between C and C++: include the criterion header and it *just* works. * Supports parameterized tests and theories. * Progress and statistics can be followed in real time with report hooks. * TAP output format can be enabled with an option. Package: criterion Version: 2.3.3-2-ubuntu1~trusty1 Architecture: i386 Maintainer: Franklin "Snaipe" Mathieu Installed-Size: 1508 Filename: ./i386/criterion_2.3.3-2-ubuntu1~trusty1_i386.deb Size: 558802 MD5sum: fdee8f1352731a633f1f998f4e6c08bc SHA1: 03b6afa87960720263f9e8857186c4403e4d82f3 SHA256: 85d6bd2cfa30e80f8bc48f913acba88d7e16813ab53d92be04d80a1543665155 Section: libs Priority: optional Homepage: Franklin "Snaipe" Mathieu Description: A KISS, modern unit testing framework for C and C++. Criterion is a dead-simple, yet extensible, C and C++ unit testing framework. Most test frameworks for C require a lot of boilerplate code to set up tests and test suites -- you need to create a main, then register new test suites, then register the tests within these suits, and finally call the right functions. This gives the user great control, at the unfortunate cost of simplicity. Criterion follows the KISS principle, while keeping the control the user would have with other frameworks: * C99 and C++11 compatible. * Tests are automatically registered when declared. * Implements a xUnit framework structure. * A default entry point is provided, no need to declare a main unless you want to do special handling. * Test are isolated in their own process, crashes and signals can be reported and tested. * Unified interface between C and C++: include the criterion header and it *just* works. * Supports parameterized tests and theories. * Progress and statistics can be followed in real time with report hooks. * TAP output format can be enabled with an option. Package: criterion-dev Source: criterion Version: 2.3.3-2-ubuntu1~trusty1 Architecture: amd64 Maintainer: Franklin "Snaipe" Mathieu Installed-Size: 267 Depends: criterion Filename: ./amd64/criterion-dev_2.3.3-2-ubuntu1~trusty1_amd64.deb Size: 30526 MD5sum: dc185af87b85c3f290548f72a4e27cb5 SHA1: 4e73ea308529f43a32d1d7b47ceef1de27044eaf SHA256: ba3b389134fb464c542d11e5531a37b6c1d511b09d2552a442906c3588733864 Section: libs Priority: optional Homepage: Franklin "Snaipe" Mathieu Description: Criterion library development files Criterion is a dead-simple, yet extensible, C and C++ unit testing framework. Most test frameworks for C require a lot of boilerplate code to set up tests and test suites -- you need to create a main, then register new test suites, then register the tests within these suits, and finally call the right functions. This gives the user great control, at the unfortunate cost of simplicity. Criterion follows the KISS principle, while keeping the control the user would have with other frameworks: * C99 and C++11 compatible. * Tests are automatically registered when declared. * Implements a xUnit framework structure. * A default entry point is provided, no need to declare a main unless you want to do special handling. * Test are isolated in their own process, crashes and signals can be reported and tested. * Unified interface between C and C++: include the criterion header and it *just* works. * Supports parameterized tests and theories. * Progress and statistics can be followed in real time with report hooks. * TAP output format can be enabled with an option. . These are the development files. Package: criterion-dev Source: criterion Version: 2.3.3-2-ubuntu1~trusty1 Architecture: i386 Maintainer: Franklin "Snaipe" Mathieu Installed-Size: 267 Depends: criterion Filename: ./i386/criterion-dev_2.3.3-2-ubuntu1~trusty1_i386.deb Size: 30150 MD5sum: 30a278ea55dfa4ab5fbb099e74667ee5 SHA1: abb110eefa687498b5711627b12b305c9f3fe5ed SHA256: de91b6c0a78e0ae731f11a2aa1aa06aa4290375024693eb3744a0efe378567b8 Section: libs Priority: optional Homepage: Franklin "Snaipe" Mathieu Description: Criterion library development files Criterion is a dead-simple, yet extensible, C and C++ unit testing framework. Most test frameworks for C require a lot of boilerplate code to set up tests and test suites -- you need to create a main, then register new test suites, then register the tests within these suits, and finally call the right functions. This gives the user great control, at the unfortunate cost of simplicity. Criterion follows the KISS principle, while keeping the control the user would have with other frameworks: * C99 and C++11 compatible. * Tests are automatically registered when declared. * Implements a xUnit framework structure. * A default entry point is provided, no need to declare a main unless you want to do special handling. * Test are isolated in their own process, crashes and signals can be reported and tested. * Unified interface between C and C++: include the criterion header and it *just* works. * Supports parameterized tests and theories. * Progress and statistics can be followed in real time with report hooks. * TAP output format can be enabled with an option. . These are the development files. Package: gradle Version: 4.0.1-obs Architecture: all Maintainer: Cheng-Wei Chien Installed-Size: 74820 Replaces: gradle Filename: ./all/gradle_4.0.1-obs_all.deb Size: 67485016 MD5sum: 9db03fb43e027747db8d8c810cc1ecb8 SHA1: ed42f61c88a2c91833a6044ad868fb90fd2469e9 SHA256: 20652513dd6a80f207a25e138a8f18fd6b7b57ee70a793e56230d11cdfc416d5 Section: universe/java Priority: optional Homepage: http://gradle.org Description: Gradle is a Groovy based build system Gradle is build automation evolved. Gradle can automate the building, testing, publishing, deployment and more of software packages or other types of projects such as generated static websites, generated documentation or indeed anything else. . Gradle combines the power and flexibility of Ant with the dependency management and conventions of Maven into a more effective way to build. Powered by a Groovy DSL and packed with innovation, Gradle provides a declarative way to describe all kinds of builds through sensible defaults. Gradle is quickly becoming the build system of choice for many open source projects, leading edge enterprises and legacy automation challenges. . This package is exactly the same as https://services.gradle.org/distributions/gradle-4.0.1-bin.zip . Package: gradle-2.2.1 Version: 1.0-0ubuntu1 Architecture: all Maintainer: Cheng-Wei Chien Installed-Size: 45822 Replaces: gradle Filename: ./all/gradle-2.2.1_1.0-0ubuntu1_all.deb Size: 41620784 MD5sum: a948b7edba58b3446f6ae4211a2baf6e SHA1: caf9fd6938d028815378216c8fa7ca024014b5f4 SHA256: d266949233102b15fd8eeaeaf720d86c79b5885571f06fb23f61aaddf4e49527 Section: universe/java Priority: optional Homepage: http://gradle.org Description: Gradle is a Groovy based build system Gradle is build automation evolved. Gradle can automate the building, testing, publishing, deployment and more of software packages or other types of projects such as generated static websites, generated documentation or indeed anything else. . Gradle combines the power and flexibility of Ant with the dependency management and conventions of Maven into a more effective way to build. Powered by a Groovy DSL and packed with innovation, Gradle provides a declarative way to describe all kinds of builds through sensible defaults. Gradle is quickly becoming the build system of choice for many open source projects, leading edge enterprises and legacy automation challenges. . This package is exactly the same as http://services.gradle.org/distributions/gradle-2.2.1-bin.zip . Package: icedtea-7-jre-cacao Source: openjdk-7 Version: 7u79-2.5.5-0ubuntu0.12.04.1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 218 Depends: openjdk-7-jre-headless (= 7u79-2.5.5-0ubuntu0.12.04.1) Filename: ./amd64/icedtea-7-jre-cacao_7u79-2.5.5-0ubuntu0.12.04.1_amd64.deb Size: 80956 MD5sum: a86d13a35fbcc38d46ab3dc69ca912ce SHA1: d61ec08edae9b9af4d63bfbc7962664a765ff43b SHA256: e3e792c75d5263174773baaf56684823f2a9105ba2d505734093ed5f2472304f Section: java Priority: extra Multi-Arch: same Homepage: http://openjdk.java.net/ Description: Transitional package for obsolete Cacao JVM for OpenJDK Cacao support was removed for recent versions of OpenJDK 7. . This is a transitional package which can be safely removed. Original-Maintainer: OpenJDK Team Package: icedtea-7-jre-cacao Source: openjdk-7 Version: 7u79-2.5.5-0ubuntu0.12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 218 Depends: openjdk-7-jre-headless (= 7u79-2.5.5-0ubuntu0.12.04.1) Filename: ./i386/icedtea-7-jre-cacao_7u79-2.5.5-0ubuntu0.12.04.1_i386.deb Size: 80956 MD5sum: 92ce04b9640f45a6b41c4d3da6fd9ee0 SHA1: 52b3b2bd5ed1fb7b9bb2e553010ed9cebe6df199 SHA256: 7734b1fe8f90c09587fbfe278880c26e1bf938043fc603734a4803ba23f82ed4 Section: java Priority: extra Multi-Arch: same Homepage: http://openjdk.java.net/ Description: Transitional package for obsolete Cacao JVM for OpenJDK Cacao support was removed for recent versions of OpenJDK 7. . This is a transitional package which can be safely removed. Original-Maintainer: OpenJDK Team Package: icedtea-7-jre-jamvm Source: openjdk-7 Version: 7u79-2.5.5-0ubuntu0.12.04.1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 1766 Depends: openjdk-7-jre-headless (= 7u79-2.5.5-0ubuntu0.12.04.1), libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Filename: ./amd64/icedtea-7-jre-jamvm_7u79-2.5.5-0ubuntu0.12.04.1_amd64.deb Size: 608438 MD5sum: 610530e3beaac8c1f2738e474a41c580 SHA1: e2c975e7fa42691d95d72dcb9308aa5dd7fa80fc SHA256: 0411c3bb885e976a98852bc93cf14c1ef6e0ad46bf763d57a48aec3967c7a50d Section: java Priority: extra Multi-Arch: same Homepage: http://openjdk.java.net/ Description: Alternative JVM for OpenJDK, using JamVM The package provides an alternative runtime using the JamVM. This is a somewhat faster alternative than the Zero port on architectures like armel, mips, mipsel, powerpc. . The VM is started with the option `-jamvm'. See the README.Debian for details. Original-Maintainer: OpenJDK Team Package: icedtea-7-jre-jamvm Source: openjdk-7 Version: 7u79-2.5.5-0ubuntu0.12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 1617 Depends: openjdk-7-jre-headless (= 7u79-2.5.5-0ubuntu0.12.04.1), libc6 (>= 2.4), zlib1g (>= 1:1.1.4) Filename: ./i386/icedtea-7-jre-jamvm_7u79-2.5.5-0ubuntu0.12.04.1_i386.deb Size: 629594 MD5sum: e5e6cc6a7157d8a545902345ad0eb7c6 SHA1: cc8c35d440cf82f98e434122fec483eb0dbe4941 SHA256: f8d3b4a13e28e60ac6eebfaabb02996df32f31d8f6b59c8546fb58548c1c316a Section: java Priority: extra Multi-Arch: same Homepage: http://openjdk.java.net/ Description: Alternative JVM for OpenJDK, using JamVM The package provides an alternative runtime using the JamVM. This is a somewhat faster alternative than the Zero port on architectures like armel, mips, mipsel, powerpc. . The VM is started with the option `-jamvm'. See the README.Debian for details. Original-Maintainer: OpenJDK Team Package: lbudai-python-astroid Source: astroid Version: 1.4.1-6 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 1141 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-six, python-lazy-object-proxy, python-wrapt, python-logilab-common (>= 0.60.0-1) Filename: ./all/lbudai-python-astroid_1.4.1-6_all.deb Size: 161114 MD5sum: c666806884f9b402ec66d59d36c60729 SHA1: 2bb8f6ea8532a927a82d66219d5a5d5d9f2e03a4 SHA256: e316fcbd82340a96ed68bd33b4d13417ea0d30478b84c2013932c0fc0b22f395 Section: python Priority: optional Homepage: http://bitbucket/logilab/astroid Description: rebuild a new abstract syntax tree from Python's ast The aim of this module is to provide a common base representation of Python source code for projects such as pyreverse or pylint. . It rebuilds the tree generated by the _ast module by recursively walking down the AST and building an extended ast. The new node classes have additional methods and attributes for different usages. Furthermore, astroid builds partial trees by inspecting living objects. Package: libdbd-freetds Source: libdbi-drivers Version: 0.9.0-4 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 76 Pre-Depends: multiarch-support Depends: libc6 (>= 2.8), libct4 (>= 0.64), libdbi1 (>= 0.8.4) Filename: ./amd64/libdbd-freetds_0.9.0-4_amd64.deb Size: 20536 MD5sum: 0eb32b986f841039837b7fb585eeaad6 SHA1: d3318f0447c5f066841de0e766c02a08406f7572 SHA256: c4f03632cb2f22f1da120d1d7dd46552eb72225f97ee614027370036192905a9 Section: libs Priority: optional Multi-Arch: same Homepage: http://libdbi.sourceforge.net/ Description: Freetds database server driver for libdbi This driver provides connectivity to MS SQL Server or Sybase database servers through the libdbi Database Independent Abstraction Layer using Freetds. Switching a program's driver does not require recompilation or rewriting source code. Package: libdbd-freetds Source: libdbi-drivers Version: 0.9.0-4 Architecture: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 71 Pre-Depends: multiarch-support Depends: libc6 (>= 2.8), libct4 (>= 0.64), libdbi1 (>= 0.8.4) Filename: ./i386/libdbd-freetds_0.9.0-4_i386.deb Size: 20048 MD5sum: 74b67d633e4601e5d7b7eeb58affd297 SHA1: 2f0a5b88f4c885b838a8edfe3832271130fa7fda SHA256: 7f73008408ff88dfc19193d97f0138240f9b0b8a7d8e46be16bbe5513934f54a Section: libs Priority: optional Multi-Arch: same Homepage: http://libdbi.sourceforge.net/ Description: Freetds database server driver for libdbi This driver provides connectivity to MS SQL Server or Sybase database servers through the libdbi Database Independent Abstraction Layer using Freetds. Switching a program's driver does not require recompilation or rewriting source code. Package: libdbd-mysql Source: libdbi-drivers Version: 0.9.0-4 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 330 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14), libdbi1 (>= 0.8.4), libmysqlclient18 (>= 5.5.13-1) Filename: ./amd64/libdbd-mysql_0.9.0-4_amd64.deb Size: 163604 MD5sum: 8032ccf883acc624cb2e5f839422a967 SHA1: b2d342fe0280b4781219d2f80d3d4e29c2b22b22 SHA256: 748acdca77fc7f19c3e0910886859a5e31405aa006b180fa3e403d746a97fc8b Section: libs Priority: optional Multi-Arch: same Homepage: http://libdbi.sourceforge.net/ Description: MySQL database server driver for libdbi This driver provides connectivity to MySQL database servers through the libdbi Database Independent Abstraction Layer. Switching a program's driver does not require recompilation or rewriting source code. Package: libdbd-mysql Source: libdbi-drivers Version: 0.9.0-4 Architecture: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 324 Pre-Depends: multiarch-support Depends: libc6 (>= 2.8), libdbi1 (>= 0.8.4), libmysqlclient18 (>= 5.5.13-1) Filename: ./i386/libdbd-mysql_0.9.0-4_i386.deb Size: 161940 MD5sum: 94d9e0e0774fcae2f8a564f70f078ca2 SHA1: 4c05368a94ae8e7bccbcaea14b9b794302877e60 SHA256: fe91066a7bb1408dafc8d1897d91523cd4f9865b6b0443640a1531999c5f4036 Section: libs Priority: optional Multi-Arch: same Homepage: http://libdbi.sourceforge.net/ Description: MySQL database server driver for libdbi This driver provides connectivity to MySQL database servers through the libdbi Database Independent Abstraction Layer. Switching a program's driver does not require recompilation or rewriting source code. Package: libdbd-pgsql Source: libdbi-drivers Version: 0.9.0-4 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 308 Pre-Depends: multiarch-support Depends: libc6 (>= 2.8), libdbi1 (>= 0.8.4), libpq5 Filename: ./amd64/libdbd-pgsql_0.9.0-4_amd64.deb Size: 161298 MD5sum: a74e7d898682c7b5db3d44b3a5969afc SHA1: 5eb9efef426ca16d534e5e260dbec47c10fdb487 SHA256: 3b1fac348d0162e656890e7582372d0f60187b88ecdd2ad03e55db28a67b770c Section: libs Priority: optional Multi-Arch: same Homepage: http://libdbi.sourceforge.net/ Description: PostgreSQL database server driver for libdbi This driver provides connectivity to PostgreSQL database servers through the libdbi Database Independent Abstraction Layer. Switching a program's driver does not require recompilation or rewriting source code. Package: libdbd-pgsql Source: libdbi-drivers Version: 0.9.0-4 Architecture: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 293 Pre-Depends: multiarch-support Depends: libc6 (>= 2.8), libdbi1 (>= 0.8.4), libpq5 Filename: ./i386/libdbd-pgsql_0.9.0-4_i386.deb Size: 159666 MD5sum: 159b7a363ac853ac92451c8afde49209 SHA1: 179c31808c75ec13cbbd4ba9af0b62aeb0f2f569 SHA256: 4a0299ee41d4b41ba46877888e5162fc0ae90cf487123d8d35f4c39b6163a55b Section: libs Priority: optional Multi-Arch: same Homepage: http://libdbi.sourceforge.net/ Description: PostgreSQL database server driver for libdbi This driver provides connectivity to PostgreSQL database servers through the libdbi Database Independent Abstraction Layer. Switching a program's driver does not require recompilation or rewriting source code. Package: libdbd-sqlite Source: libdbi-drivers Version: 0.9.0-4 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 344 Pre-Depends: multiarch-support Depends: libc6 (>= 2.8), libdbi1 (>= 0.9.0), libsqlite0 (>= 2.8.17) Filename: ./amd64/libdbd-sqlite_0.9.0-4_amd64.deb Size: 189062 MD5sum: 4181852421e41cb7108d56d6d9205379 SHA1: 254b984cb7161a86dc6398aa11d50f219e61e27f SHA256: e8e948fffb375c82e3987e84c7e8982338c424698f92be281c44bcc569a07010 Section: libs Priority: optional Multi-Arch: same Homepage: http://libdbi.sourceforge.net/ Description: SQLite database driver for libdbi This driver provides support for serverless SQLite databases through the libdbi Database Independent Abstraction Layer. Switching a program's driver does not require recompilation or rewriting source code. Package: libdbd-sqlite Source: libdbi-drivers Version: 0.9.0-4 Architecture: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 335 Pre-Depends: multiarch-support Depends: libc6 (>= 2.8), libdbi1 (>= 0.9.0), libsqlite0 (>= 2.8.17) Filename: ./i386/libdbd-sqlite_0.9.0-4_i386.deb Size: 188502 MD5sum: 1f3a6ff10f31d03b75257f95ed84f04c SHA1: b9c0d06acbd5e36315d352fc5c539bd2999dad0d SHA256: 00718e6b901217e3098924ec7f1caa7e5bc2d37129abe1d239766d8a900272b5 Section: libs Priority: optional Multi-Arch: same Homepage: http://libdbi.sourceforge.net/ Description: SQLite database driver for libdbi This driver provides support for serverless SQLite databases through the libdbi Database Independent Abstraction Layer. Switching a program's driver does not require recompilation or rewriting source code. Package: libdbd-sqlite3 Source: libdbi-drivers Version: 0.9.0-4 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 349 Pre-Depends: multiarch-support Depends: libc6 (>= 2.8), libdbi1 (>= 0.9.0), libsqlite3-0 (>= 3.5.9) Filename: ./amd64/libdbd-sqlite3_0.9.0-4_amd64.deb Size: 191540 MD5sum: f9d23bfb9d4d2155f233f5f3fa970602 SHA1: ea201b0b5b8bd75fba59e68ecd2ea5a8cbbbdba5 SHA256: dcdc7c7ce9005427bcfe9a4340336ce8e7ae4d2c6c90d74c5ed8cad0b3da3201 Section: libs Priority: optional Multi-Arch: same Homepage: http://libdbi.sourceforge.net/ Description: SQLite3 database driver for libdbi This driver provides support for serverless SQLite3 databases through the libdbi Database Independent Abstraction Layer. Switching a program's driver does not require recompilation or rewriting source code. Package: libdbd-sqlite3 Source: libdbi-drivers Version: 0.9.0-4 Architecture: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 343 Pre-Depends: multiarch-support Depends: libc6 (>= 2.8), libdbi1 (>= 0.9.0), libsqlite3-0 (>= 3.5.9) Filename: ./i386/libdbd-sqlite3_0.9.0-4_i386.deb Size: 190988 MD5sum: 65f1c98fb99f74d59e4a75250d48d72c SHA1: 75864236749384914e781778a5a122966fcc915c SHA256: 207e1e5f79defd045a896c1e0294822ac0c31f36b06905d3a90eb63605e4b70f Section: libs Priority: optional Multi-Arch: same Homepage: http://libdbi.sourceforge.net/ Description: SQLite3 database driver for libdbi This driver provides support for serverless SQLite3 databases through the libdbi Database Independent Abstraction Layer. Switching a program's driver does not require recompilation or rewriting source code. Package: libdbi-dev Source: libdbi Version: 0.9.0-4 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 173 Depends: libdbi1 (= 0.9.0-4) Conflicts: libdbi0-dev Replaces: libdbi0, libdbi0-dev, libdbi1 (<< 0.8.4-2) Provides: libdbi0-dev Filename: ./amd64/libdbi-dev_0.9.0-4_amd64.deb Size: 40142 MD5sum: e10f605baaa3687a8c2566c202b14a0b SHA1: 5b0a97834a3c30c0318988fa3b58d8d32da984bf SHA256: 63bc54c9d9fdb8def7f0b797c477fdfa730e02dbe80dbc1f6d50f3f4369c66e8 Section: libdevel Priority: optional Homepage: http://libdbi.sourceforge.net/ Description: DB Independent Abstraction Layer for C -- development files libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. . This package contains development files so you can compile using libdbi. Package: libdbi-dev Source: libdbi Version: 0.9.0-4 Architecture: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 149 Depends: libdbi1 (= 0.9.0-4) Conflicts: libdbi0-dev Replaces: libdbi0, libdbi0-dev, libdbi1 (<< 0.8.4-2) Provides: libdbi0-dev Filename: ./i386/libdbi-dev_0.9.0-4_i386.deb Size: 37992 MD5sum: fd1b7d3ff59d0f05e10336a1c2db0c4c SHA1: 1781873faaba7eaaf1076c0f92d3e4024557b6b0 SHA256: 4c031e5d5399cffe7791f7349a4b2b943aa2f995c739fc19257d636b31ee7cb6 Section: libdevel Priority: optional Homepage: http://libdbi.sourceforge.net/ Description: DB Independent Abstraction Layer for C -- development files libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. . This package contains development files so you can compile using libdbi. Package: libdbi-doc Source: libdbi Version: 0.9.0-4 Architecture: all Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 1166 Filename: ./all/libdbi-doc_0.9.0-4_all.deb Size: 779478 MD5sum: 20e141614a2d3682c72a22ee72ed9a4d SHA1: 8f15f3e4d0f4455f536bc90fca63a64a4411ba38 SHA256: 1e450861314d0a8bb17de2113e7ee90b20d9be96f057141373b50b53f3f7373a Section: doc Priority: optional Homepage: http://libdbi.sourceforge.net/ Description: DB Independent Abstraction Layer for C -- documentation libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. . This package contains the documentation of libdbi. Package: libdbi1 Source: libdbi Version: 0.9.0-4 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 105 Depends: libc6 (>= 2.14) Breaks: libapache2-mod-log-sql-dbi (<= 1.100-11), libdbd-freetds (<< 0.9.0-2), libdbd-mysql (<< 0.9.0-2), libdbd-pgsql (<< 0.9.0-2), libdbd-sqlite (<< 0.9.0-2), libdbd-sqlite3 (<< 0.9.0-2) Filename: ./amd64/libdbi1_0.9.0-4_amd64.deb Size: 33566 MD5sum: 7d70e122a1ac5e4d27cedd246882079b SHA1: ca9e7ce43cb54f3a81a69328fce29aaaf377ce3a SHA256: ace2d38515d85c9d51ffbdc8ce7e861a2415201ba53129d0f79a2c53a1830f38 Section: libs Priority: optional Multi-Arch: same Homepage: http://libdbi.sourceforge.net/ Description: DB Independent Abstraction Layer for C -- shared library libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. . This package is the shared library. Package: libdbi1 Source: libdbi Version: 0.9.0-4 Architecture: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 105 Depends: libc6 (>= 2.8) Breaks: libapache2-mod-log-sql-dbi (<= 1.100-11), libdbd-freetds (<< 0.9.0-2), libdbd-mysql (<< 0.9.0-2), libdbd-pgsql (<< 0.9.0-2), libdbd-sqlite (<< 0.9.0-2), libdbd-sqlite3 (<< 0.9.0-2) Filename: ./i386/libdbi1_0.9.0-4_i386.deb Size: 34592 MD5sum: 2450d80633abeba9849b2cb93c3e75b4 SHA1: 6baeceb0398bc500e9265783a44b19047b5ebe5c SHA256: 1a9116fc558d45359841cb01d3feb4b0b91e9a8d2da104b404a6a8c337b9e06f Section: libs Priority: optional Multi-Arch: same Homepage: http://libdbi.sourceforge.net/ Description: DB Independent Abstraction Layer for C -- shared library libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. . This package is the shared library. Package: libdbi1-dbg Source: libdbi Version: 0.9.0-4 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 103 Depends: libdbi1 (= 0.9.0-4) Filename: ./amd64/libdbi1-dbg_0.9.0-4_amd64.deb Size: 51692 MD5sum: c116d6539a8e2553d181def67794aa68 SHA1: b7a99c201af894ce6f187814a3aededee83ac052 SHA256: 31133339d43fecb374aa41acdeff85178d84f327d386d3cce5141dc13d4930d9 Section: debug Priority: extra Multi-Arch: same Homepage: http://libdbi.sourceforge.net/ Description: DB Independent Abstraction Layer for C -- debugging symbols libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. . This package contains the debugging symbols associated with libdbi. Package: libdbi1-dbg Source: libdbi Version: 0.9.0-4 Architecture: i386 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 96 Depends: libdbi1 (= 0.9.0-4) Filename: ./i386/libdbi1-dbg_0.9.0-4_i386.deb Size: 47340 MD5sum: 59693c6700e0e8bb54d76f9fb9a97f25 SHA1: 194d7b17c48efef01eade649919c12695a67bc43 SHA256: 6e2253d2202feefdd0b95d481215549b81b6a0563bedb1a3ff34d5f827d2ea71 Section: debug Priority: extra Multi-Arch: same Homepage: http://libdbi.sourceforge.net/ Description: DB Independent Abstraction Layer for C -- debugging symbols libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. . This package contains the debugging symbols associated with libdbi. Package: libevtlog-dev Source: eventlog Version: 0.2.12-6 Architecture: amd64 Maintainer: SZALAY Attila Installed-Size: 81 Depends: libevtlog0 (= 0.2.12-6) Filename: ./amd64/libevtlog-dev_0.2.12-6_amd64.deb Size: 14422 MD5sum: f64cfd50ab8893460bbbeaf6a9bff9c5 SHA1: c2c5a13714276e53fb5d48716be02f8de6553dcb SHA256: c41f2c65143c83b0b2267dcd8f6c0b92fc3a1ba073fb72666be255eca442a2f3 Section: libdevel Priority: extra Description: Syslog event logger library development files The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages. . EventLog provides an interface to build, format and output an event record. The exact format and output method can be customized by the administrator via a configuration file. . This package contains the development files. Package: libevtlog-dev Source: eventlog Version: 0.2.12-6 Architecture: i386 Maintainer: SZALAY Attila Installed-Size: 73 Depends: libevtlog0 (= 0.2.12-6) Filename: ./i386/libevtlog-dev_0.2.12-6_i386.deb Size: 12874 MD5sum: 04e611f432f24785b6c9fdae2e4bf854 SHA1: c5b069ed6834b7bc03b5b772e7f27eb5a05604e2 SHA256: 922be837e7cecaab2d719c1e955485c1cf87efdd5a4fe8fd013143c8cbedb1c1 Section: libdevel Priority: extra Description: Syslog event logger library development files The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages. . EventLog provides an interface to build, format and output an event record. The exact format and output method can be customized by the administrator via a configuration file. . This package contains the development files. Package: libevtlog0 Source: eventlog Version: 0.2.12-6 Architecture: amd64 Maintainer: SZALAY Attila Installed-Size: 50 Depends: libc6 (>= 2.14) Filename: ./amd64/libevtlog0_0.2.12-6_amd64.deb Size: 10702 MD5sum: 95587740c60abea7e2b4c5caf74d5524 SHA1: 5c190120856485b2d8996ee21c4a6cc4f9cf9cb9 SHA256: 733ba40cc000b4acb2321978e510379787e4ab3611671e7d1b6532a30b0f3693 Section: libs Priority: extra Description: Syslog event logger library The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages. . EventLog provides an interface to build, format and output an event record. The exact format and output method can be customized by the administrator via a configuration file. . This package is the runtime part of the library. Package: libevtlog0 Source: eventlog Version: 0.2.12-6 Architecture: i386 Maintainer: SZALAY Attila Installed-Size: 49 Depends: libc6 (>= 2.4) Filename: ./i386/libevtlog0_0.2.12-6_i386.deb Size: 10762 MD5sum: 7508fceaf84ac97791b2a8f5be314a9f SHA1: 770a9aac1407df6a04f6578d2f38eedbb111b645 SHA256: 508a056a638c18db5a0ffdaf44d65a4dc68a0391f9b28ed8b7d8dd5ee8548139 Section: libs Priority: extra Description: Syslog event logger library The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages. . EventLog provides an interface to build, format and output an event record. The exact format and output method can be customized by the administrator via a configuration file. . This package is the runtime part of the library. Package: libevtlog0-dbg Source: eventlog Version: 0.2.12-6 Architecture: amd64 Maintainer: SZALAY Attila Installed-Size: 85 Depends: libevtlog0 (= 0.2.12-6) Filename: ./amd64/libevtlog0-dbg_0.2.12-6_amd64.deb Size: 17882 MD5sum: c5e95143eb68d6ce2125f37840ffc741 SHA1: e6404ba6a44a544477c3486a260b639947727644 SHA256: 1e95411d1f4498fa42eb8d90b55ab9f53122c3032a67f03ba5d4474f45de51f3 Section: debug Priority: extra Description: Syslog event logger library debug symbols The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages. . EventLog provides an interface to build, format and output an event record. The exact format and output method can be customized by the administrator via a configuration file. . This package contains the debug symbols. Package: libevtlog0-dbg Source: eventlog Version: 0.2.12-6 Architecture: i386 Maintainer: SZALAY Attila Installed-Size: 74 Depends: libevtlog0 (= 0.2.12-6) Filename: ./i386/libevtlog0-dbg_0.2.12-6_i386.deb Size: 16508 MD5sum: b8a7fc8dd0b188f2ccf0f8193029b3a0 SHA1: 7f560b48d129d8d721e7f379dabd7f5fd788d687 SHA256: 0015493a7bddeeca702c1364998634ae0ccf3d6f49e27b398a37dbb57defe454 Section: debug Priority: extra Description: Syslog event logger library debug symbols The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages. . EventLog provides an interface to build, format and output an event record. The exact format and output method can be customized by the administrator via a configuration file. . This package contains the debug symbols. Package: libhiredis-dbg Source: hiredis Version: 0.11.0-3~talien2 Architecture: amd64 Maintainer: Tom Lee Installed-Size: 89 Depends: libhiredis0.10 (= 0.11.0-3~talien2) Filename: ./amd64/libhiredis-dbg_0.11.0-3~talien2_amd64.deb Size: 42434 MD5sum: 1eb1c4336cede7bcfc862ab15d957f35 SHA1: ea32f477fde8dd3241f50894bb2ea1f88193e861 SHA256: a8cc50b7880dfc9b4c1b42cfd240794b012fbea82dface5c2415bfd0e4a5a194 Section: debug Priority: extra Multi-Arch: same Homepage: https://github.com/redis/hiredis Description: minimalistic C client library for Redis (debug) Hiredis is a minimalistic C client library for the Redis database. It is minimalistic because it just adds minimal support for the protocol, but at the same time it uses an high level printf-alike API in order to make it much higher level than otherwise suggested by its minimal code base and the lack of explicit bindings for every Redis command. . Apart from supporting sending commands and receiving replies, it comes with a reply parser that is decoupled from the I/O layer. It is a stream parser designed for easy reusability, which can for instance be used in higher level language bindings for efficient reply parsing. . Hiredis only supports the binary-safe Redis protocol, so you can use it with any Redis version >= 1.2.0. . The library comes with multiple APIs. There is the synchronous API, the asynchronous API and the reply parsing API. . This package provides the debugging symbols for hiredis. Package: libhiredis-dbg Source: hiredis Version: 0.11.0-3~talien2 Architecture: i386 Maintainer: Tom Lee Installed-Size: 84 Depends: libhiredis0.10 (= 0.11.0-3~talien2) Filename: ./i386/libhiredis-dbg_0.11.0-3~talien2_i386.deb Size: 39426 MD5sum: 63f9ec34b3c6c7ac7388774cb1b07c2c SHA1: 21b9a11ea29579f5ee27e639fa0c7cf11cde4452 SHA256: 57e40bce614380f6aa2100a7b0f8fb066e4ca4bdb7523c4ac93f058acad98d93 Section: debug Priority: extra Multi-Arch: same Homepage: https://github.com/redis/hiredis Description: minimalistic C client library for Redis (debug) Hiredis is a minimalistic C client library for the Redis database. It is minimalistic because it just adds minimal support for the protocol, but at the same time it uses an high level printf-alike API in order to make it much higher level than otherwise suggested by its minimal code base and the lack of explicit bindings for every Redis command. . Apart from supporting sending commands and receiving replies, it comes with a reply parser that is decoupled from the I/O layer. It is a stream parser designed for easy reusability, which can for instance be used in higher level language bindings for efficient reply parsing. . Hiredis only supports the binary-safe Redis protocol, so you can use it with any Redis version >= 1.2.0. . The library comes with multiple APIs. There is the synchronous API, the asynchronous API and the reply parsing API. . This package provides the debugging symbols for hiredis. Package: libhiredis-dev Source: hiredis Version: 0.11.0-3~talien2 Architecture: amd64 Maintainer: Tom Lee Installed-Size: 156 Depends: libhiredis0.10 (= 0.11.0-3~talien2) Filename: ./amd64/libhiredis-dev_0.11.0-3~talien2_amd64.deb Size: 39494 MD5sum: 8c7494144547aabd44fe350ed40416e7 SHA1: d6c9defa6b3717e0aa014c1cd75f7f8ec1ead589 SHA256: a0c4d70fb1d0c04831072538a6875cfd1646da67472ecadef3c67aca6d798e0f Section: libdevel Priority: optional Multi-Arch: same Homepage: https://github.com/redis/hiredis Description: minimalistic C client library for Redis (development files) Hiredis is a minimalistic C client library for the Redis database. It is minimalistic because it just adds minimal support for the protocol, but at the same time it uses an high level printf-alike API in order to make it much higher level than otherwise suggested by its minimal code base and the lack of explicit bindings for every Redis command. . Apart from supporting sending commands and receiving replies, it comes with a reply parser that is decoupled from the I/O layer. It is a stream parser designed for easy reusability, which can for instance be used in higher level language bindings for efficient reply parsing. . Hiredis only supports the binary-safe Redis protocol, so you can use it with any Redis version >= 1.2.0. . The library comes with multiple APIs. There is the synchronous API, the asynchronous API and the reply parsing API. . This package provides the development files for hiredis. Package: libhiredis-dev Source: hiredis Version: 0.11.0-3~talien2 Architecture: i386 Maintainer: Tom Lee Installed-Size: 148 Depends: libhiredis0.10 (= 0.11.0-3~talien2) Filename: ./i386/libhiredis-dev_0.11.0-3~talien2_i386.deb Size: 38712 MD5sum: b82278849a8f264097b45ae858cff776 SHA1: 046d4052897abc547f751caeda26ab863689e380 SHA256: 6acb69102fcae882414c7689b81b245c996707c85c89b6dcdb2aeca39793fd6e Section: libdevel Priority: optional Multi-Arch: same Homepage: https://github.com/redis/hiredis Description: minimalistic C client library for Redis (development files) Hiredis is a minimalistic C client library for the Redis database. It is minimalistic because it just adds minimal support for the protocol, but at the same time it uses an high level printf-alike API in order to make it much higher level than otherwise suggested by its minimal code base and the lack of explicit bindings for every Redis command. . Apart from supporting sending commands and receiving replies, it comes with a reply parser that is decoupled from the I/O layer. It is a stream parser designed for easy reusability, which can for instance be used in higher level language bindings for efficient reply parsing. . Hiredis only supports the binary-safe Redis protocol, so you can use it with any Redis version >= 1.2.0. . The library comes with multiple APIs. There is the synchronous API, the asynchronous API and the reply parsing API. . This package provides the development files for hiredis. Package: libhiredis0.10 Source: hiredis Version: 0.11.0-3~talien2 Architecture: amd64 Maintainer: Tom Lee Installed-Size: 77 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) Filename: ./amd64/libhiredis0.10_0.11.0-3~talien2_amd64.deb Size: 24174 MD5sum: 2734cf18f5d8f555eaf28fd102ec1e06 SHA1: 8f970e589fcbc209c150c28c35342bdfd948d2e4 SHA256: 4dfb948e47bb36a43802ff5b94ad5d604970b398e9d49ce1de01a077f7a9d88a Section: libs Priority: optional Multi-Arch: same Homepage: https://github.com/redis/hiredis Description: minimalistic C client library for Redis Hiredis is a minimalistic C client library for the Redis database. It is minimalistic because it just adds minimal support for the protocol, but at the same time it uses an high level printf-alike API in order to make it much higher level than otherwise suggested by its minimal code base and the lack of explicit bindings for every Redis command. . Apart from supporting sending commands and receiving replies, it comes with a reply parser that is decoupled from the I/O layer. It is a stream parser designed for easy reusability, which can for instance be used in higher level language bindings for efficient reply parsing. . Hiredis only supports the binary-safe Redis protocol, so you can use it with any Redis version >= 1.2.0. . The library comes with multiple APIs. There is the synchronous API, the asynchronous API and the reply parsing API. Package: libhiredis0.10 Source: hiredis Version: 0.11.0-3~talien2 Architecture: i386 Maintainer: Tom Lee Installed-Size: 77 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4) Filename: ./i386/libhiredis0.10_0.11.0-3~talien2_i386.deb Size: 24756 MD5sum: d3f61a5a72cf48fbf3cef9a3f30a0c9f SHA1: 118d87bb286f94a83b028e59ab2c195a328268f7 SHA256: 0717e4cebf92cb574b0b9a2fa10d6d7aee5c782c64907ef4b5e561d848ebdc0f Section: libs Priority: optional Multi-Arch: same Homepage: https://github.com/redis/hiredis Description: minimalistic C client library for Redis Hiredis is a minimalistic C client library for the Redis database. It is minimalistic because it just adds minimal support for the protocol, but at the same time it uses an high level printf-alike API in order to make it much higher level than otherwise suggested by its minimal code base and the lack of explicit bindings for every Redis command. . Apart from supporting sending commands and receiving replies, it comes with a reply parser that is decoupled from the I/O layer. It is a stream parser designed for easy reusability, which can for instance be used in higher level language bindings for efficient reply parsing. . Hiredis only supports the binary-safe Redis protocol, so you can use it with any Redis version >= 1.2.0. . The library comes with multiple APIs. There is the synchronous API, the asynchronous API and the reply parsing API. Package: libipc-system-simple-perl Version: 1.25-2 Architecture: all Maintainer: Debian Perl Group Installed-Size: 92 Depends: perl Filename: ./all/libipc-system-simple-perl_1.25-2_all.deb Size: 24464 MD5sum: 0b15da5e7c28e6bf018b9ed8bc4c7f49 SHA1: 8e34bd1a413ba47d2fc47a81ea8ff69d92b1fda3 SHA256: 791c7214f2b4aa19951c46db6f8f59b96b330bdb87bf3f3761d103fb1238023c Section: perl Priority: optional Homepage: https://metacpan.org/release/IPC-System-Simple/ Description: Perl module to run commands simply, with detailed diagnostics IPC::System::Simple takes the hard work out of calling external commands; it provides replacements for system() and the backtick operator that will either succeed, or die with rich diagnostic messages on errors. . The module also includes the ability to specify acceptable exit values, trap errors, or process diagnostics. Package: libivykis-dev Source: ivykis Version: 0.42.4-1 Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 207 Depends: libivykis0 (= 0.42.4-1) Filename: ./amd64/libivykis-dev_0.42.4-1_amd64.deb Size: 63780 MD5sum: 05dd9846caf67600c50eed151cd39723 SHA1: ea139b09bed5436c0c7b512147586ebaa9cbeaa7 SHA256: f9939baf61d7605bba49e6f10b645629cb72ff1147ed90fecdff94b99fd314a9 Section: libdevel Priority: extra Homepage: http://libivykis.sourceforge.net/ Description: Development libraries, header files and docs for libivykis Contains the header files, documentation, examples and static libraries for use in developing applications that use the libivykis library. . The ivykis library is a thin, portable wrapper around OS-provided mechanisms such as epoll(4), kqueue(2) and poll(2). It was mainly designed for building high-performance network applications, but can be used in any event-driver application that uses pollable file descriptors as its event sources. Package: libivykis-dev Source: ivykis Version: 0.42.4-1 Architecture: i386 Maintainer: Gergely Nagy Installed-Size: 174 Depends: libivykis0 (= 0.42.4-1) Filename: ./i386/libivykis-dev_0.42.4-1_i386.deb Size: 61196 MD5sum: a8146f384b195609238bcea74af9e39c SHA1: 9987a39a46aa312f8759f00bda9c33f27859c85f SHA256: 9487f7fe7c4e38a5f0d7ea57420b3e5ad5a1aff98ff1eac6307cfdaafda5ed63 Section: libdevel Priority: extra Homepage: http://libivykis.sourceforge.net/ Description: Development libraries, header files and docs for libivykis Contains the header files, documentation, examples and static libraries for use in developing applications that use the libivykis library. . The ivykis library is a thin, portable wrapper around OS-provided mechanisms such as epoll(4), kqueue(2) and poll(2). It was mainly designed for building high-performance network applications, but can be used in any event-driver application that uses pollable file descriptors as its event sources. Package: libivykis0 Source: ivykis Version: 0.42.4-1 Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 88 Pre-Depends: multiarch-support Depends: libc6 (>= 2.8) Filename: ./amd64/libivykis0_0.42.4-1_amd64.deb Size: 27604 MD5sum: 1cbde5bd18cc5796b19ffec8d525afa8 SHA1: 87739a6da45002898ad9966b551e7bd94815de60 SHA256: d279981f421f1f9e70779ccf4ec0c098070dd950671a4c94893dcae277ce132e Section: libs Priority: extra Homepage: http://libivykis.sourceforge.net/ Description: Asynchronous I/O readiness notification library The ivykis library is a thin, portable wrapper around OS-provided mechanisms such as epoll(4), kqueue(2) and poll(2). It was mainly designed for building high-performance network applications, but can be used in any event-driver application that uses pollable file descriptors as its event sources. . Programs written to the ivykis API are generally single-threaded (or use only a small number of threads), and never block on I/O. All input and output is done in a nonblocking fashion, with I/O readiness notification delivered via callback functions. Package: libivykis0 Source: ivykis Version: 0.42.4-1 Architecture: i386 Maintainer: Gergely Nagy Installed-Size: 87 Pre-Depends: multiarch-support Depends: libc6 (>= 2.8) Filename: ./i386/libivykis0_0.42.4-1_i386.deb Size: 27674 MD5sum: cb0fe21daa117f18303519f77326e735 SHA1: 3a4c364025125ebbd470395d9f6fa62b34aaffce SHA256: db7c85e8b558f5b4cc9bf33d18c71566173e8f9c085ab6d789b05ddb1a5860e2 Section: libs Priority: extra Homepage: http://libivykis.sourceforge.net/ Description: Asynchronous I/O readiness notification library The ivykis library is a thin, portable wrapper around OS-provided mechanisms such as epoll(4), kqueue(2) and poll(2). It was mainly designed for building high-performance network applications, but can be used in any event-driver application that uses pollable file descriptors as its event sources. . Programs written to the ivykis API are generally single-threaded (or use only a small number of threads), and never block on I/O. All input and output is done in a nonblocking fashion, with I/O readiness notification delivered via callback functions. Package: libivykis0-dbg Source: ivykis Version: 0.42.4-1 Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 117 Depends: libivykis0 (= 0.42.4-1) Filename: ./amd64/libivykis0-dbg_0.42.4-1_amd64.deb Size: 69892 MD5sum: b4908ee9bd6a71d262766f8aec221929 SHA1: bcf9ba321b47b548b9b0496132bb2756baff99bc SHA256: 7379657978f9e3689cf023b44270275bed04d59215dc292c565b07286e2a17f3 Section: debug Priority: extra Homepage: http://libivykis.sourceforge.net/ Description: Asynchronous I/O readiness notification library (debug symbols) Contains the debug symbols for the libivykis library. Most people will not need this package. . The ivykis library is a thin, portable wrapper around OS-provided mechanisms such as epoll(4), kqueue(2) and poll(2). It was mainly designed for building high-performance network applications, but can be used in any event-driver application that uses pollable file descriptors as its event sources. Package: libivykis0-dbg Source: ivykis Version: 0.42.4-1 Architecture: i386 Maintainer: Gergely Nagy Installed-Size: 109 Depends: libivykis0 (= 0.42.4-1) Filename: ./i386/libivykis0-dbg_0.42.4-1_i386.deb Size: 65814 MD5sum: 04d128801e995f744c179f353597a724 SHA1: 09ce7bb69dd1e145ffa973521b497177771e2c7a SHA256: b86ae9230582b03eb0b0879a0e3db57a5e8a11ff6a4d354960591d741eec4d6c Section: debug Priority: extra Homepage: http://libivykis.sourceforge.net/ Description: Asynchronous I/O readiness notification library (debug symbols) Contains the debug symbols for the libivykis library. Most people will not need this package. . The ivykis library is a thin, portable wrapper around OS-provided mechanisms such as epoll(4), kqueue(2) and poll(2). It was mainly designed for building high-performance network applications, but can be used in any event-driver application that uses pollable file descriptors as its event sources. Package: liblua5.2-0 Source: lua5.2 Version: 5.2.0-2ubuntu0.1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 230 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) Filename: ./amd64/liblua5.2-0_5.2.0-2ubuntu0.1_amd64.deb Size: 94042 MD5sum: 6e2a0abd1015262cbbd93dba8262ad68 SHA1: a26a82546189b99455703b950ad89eca96f725ee SHA256: ec51ac745cd65aadcbbca5561100a73f17f0b32317bc0b38dd12335fcb1f2de7 Section: libs Priority: optional Multi-Arch: same Homepage: http://www.lua.org Description: Shared library for the Lua interpreter version 5.2 Lua is a powerful, light-weight programming language designed for extending applications. The language engine is accessible as a library, having a C API which allows the application to exchange data with Lua programs and also to extend Lua with C functions. Lua is also used as a general-purpose, stand-alone language through the simple command line interpreter provided. . This package contains runtime libraries. You shouldn't need to install it explicitly. Original-Maintainer: Enrico Tassi Package: liblua5.2-0 Source: lua5.2 Version: 5.2.0-2ubuntu0.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 229 Pre-Depends: multiarch-support Depends: libc6 (>= 2.11) Filename: ./i386/liblua5.2-0_5.2.0-2ubuntu0.1_i386.deb Size: 97186 MD5sum: f5790dcdb6d7c7f59a738eb6944bd2ad SHA1: 9d7e4bf99bf47b52e605e8d8154839b89cb8cfa9 SHA256: fa7a256dbb68488cba40cbe77cb35ec9d5ab97e9d9f64f5cb9c6952636092501 Section: libs Priority: optional Multi-Arch: same Homepage: http://www.lua.org Description: Shared library for the Lua interpreter version 5.2 Lua is a powerful, light-weight programming language designed for extending applications. The language engine is accessible as a library, having a C API which allows the application to exchange data with Lua programs and also to extend Lua with C functions. Lua is also used as a general-purpose, stand-alone language through the simple command line interpreter provided. . This package contains runtime libraries. You shouldn't need to install it explicitly. Original-Maintainer: Enrico Tassi Package: liblua5.2-0-dbg Source: lua5.2 Version: 5.2.0-2ubuntu0.1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 654 Depends: liblua5.2-0 (= 5.2.0-2ubuntu0.1) Filename: ./amd64/liblua5.2-0-dbg_5.2.0-2ubuntu0.1_amd64.deb Size: 554234 MD5sum: 76d67207af61de344a5c9b0a8290efcf SHA1: e5e3522f15f6ba0986a3e95f574b2d4e74b6fe2f SHA256: f134bc1526701cc50c96ffbcaafc5263c136864c90955f18d098180c3a090f41 Section: debug Priority: extra Multi-Arch: same Homepage: http://www.lua.org Description: Debug symbols for the Lua shared library interpreter This package contains the debugging symbols for liblua5.2 and lua5.2 Original-Maintainer: Enrico Tassi Package: liblua5.2-0-dbg Source: lua5.2 Version: 5.2.0-2ubuntu0.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 599 Depends: liblua5.2-0 (= 5.2.0-2ubuntu0.1) Filename: ./i386/liblua5.2-0-dbg_5.2.0-2ubuntu0.1_i386.deb Size: 516822 MD5sum: b5c1cb33848115bc7ef71d1bb134959e SHA1: b1145900d30ac1e9bda8a8cba397b21556d767d2 SHA256: 32c15344c26071853a0ac4ce1fdfc76803e1b598dec45208605f6fcb4cac1e73 Section: debug Priority: extra Multi-Arch: same Homepage: http://www.lua.org Description: Debug symbols for the Lua shared library interpreter This package contains the debugging symbols for liblua5.2 and lua5.2 Original-Maintainer: Enrico Tassi Package: liblua5.2-dev Source: lua5.2 Version: 5.2.0-2ubuntu0.1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 453 Depends: liblua5.2-0 (= 5.2.0-2ubuntu0.1), libc6-dev | libc-dev, libreadline-dev Recommends: pkg-config, libtool Filename: ./amd64/liblua5.2-dev_5.2.0-2ubuntu0.1_amd64.deb Size: 130344 MD5sum: 0036753c26f9833c0aff2fc67c1f32d9 SHA1: 302d40d3ea993d7c15d3b99b40c6475487739cac SHA256: 140b695ed7f199afa9365b5930ae6b55df4d2a4a667e80c72103808ecb890c1f Section: libdevel Priority: optional Multi-Arch: same Homepage: http://www.lua.org Description: Development files for the Lua language version 5.2 Lua is a powerful, light-weight programming language designed for extending applications. The language engine is accessible as a library, having a C API which allows the application to exchange data with Lua programs and also to extend Lua with C functions. Lua is also used as a general-purpose, stand-alone language through the simple command line interpreter provided. . This package contains developer resources for using the Lua library. Install it if you are developing programs which use the Lua C API. Original-Maintainer: Enrico Tassi Package: liblua5.2-dev Source: lua5.2 Version: 5.2.0-2ubuntu0.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 356 Depends: liblua5.2-0 (= 5.2.0-2ubuntu0.1), libc6-dev | libc-dev, libreadline-dev Recommends: pkg-config, libtool Filename: ./i386/liblua5.2-dev_5.2.0-2ubuntu0.1_i386.deb Size: 121970 MD5sum: 914be2616b6552f6fb5b73aedc2fb2fd SHA1: 103bbf44d18c82e0c8b4e3fae23b899e4504106f SHA256: 9715a1bef070116544db71458b10eedb4cebf759ef325bf7ccd817b0fc129450 Section: libdevel Priority: optional Multi-Arch: same Homepage: http://www.lua.org Description: Development files for the Lua language version 5.2 Lua is a powerful, light-weight programming language designed for extending applications. The language engine is accessible as a library, having a C API which allows the application to exchange data with Lua programs and also to extend Lua with C functions. Lua is also used as a general-purpose, stand-alone language through the simple command line interpreter provided. . This package contains developer resources for using the Lua library. Install it if you are developing programs which use the Lua C API. Original-Maintainer: Enrico Tassi Package: libmaxminddb-dev Source: libmaxminddb Version: 1.2.0-1 Architecture: amd64 Maintainer: Faidon Liambotis Installed-Size: 85 Depends: libmaxminddb0 (= 1.2.0-1) Filename: ./amd64/libmaxminddb-dev_1.2.0-1_amd64.deb Size: 21032 MD5sum: b91a74e97f117edd731efdcc519f106d SHA1: 5dc0f580a68ce67348cafba26f714b5b08db0169 SHA256: 68c21df725b5043e4c208913e8b77bd045681c4d11ef8ae74e4b45b0cd8529d9 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://maxmind.github.io/libmaxminddb/ Description: IP geolocation database library (development headers) The libmaxminddb library provides a C library for reading MaxMind DB files, including the GeoIP2 databases from MaxMind. This is a custom binary format designed to facilitate fast lookups of IP addresses while allowing for great flexibility in the type of data associated with an address. . The MaxMind DB format is an open format. The spec is available at http://maxmind.github.io/MaxMind-DB/. This spec is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. . This package contains the development files for the libmaxminddb library. Package: libmaxminddb-dev Source: libmaxminddb Version: 1.2.0-1 Architecture: i386 Maintainer: Faidon Liambotis Installed-Size: 82 Depends: libmaxminddb0 (= 1.2.0-1) Filename: ./i386/libmaxminddb-dev_1.2.0-1_i386.deb Size: 20652 MD5sum: 0fb6fdbf00c26ec3e63b9acfdc4cc66c SHA1: ea35b09a5127565a0dbb9f8e0fcb35569c7d2163 SHA256: b12c5d04dd656663f7c7f8ece9f4b77c203a8d8900b35b46b42557b9ebbad002 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://maxmind.github.io/libmaxminddb/ Description: IP geolocation database library (development headers) The libmaxminddb library provides a C library for reading MaxMind DB files, including the GeoIP2 databases from MaxMind. This is a custom binary format designed to facilitate fast lookups of IP addresses while allowing for great flexibility in the type of data associated with an address. . The MaxMind DB format is an open format. The spec is available at http://maxmind.github.io/MaxMind-DB/. This spec is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. . This package contains the development files for the libmaxminddb library. Package: libmaxminddb0 Source: libmaxminddb Version: 1.2.0-1 Architecture: amd64 Maintainer: Faidon Liambotis Installed-Size: 69 Depends: libc6 (>= 2.14) Suggests: mmdb-bin Filename: ./amd64/libmaxminddb0_1.2.0-1_amd64.deb Size: 21644 MD5sum: 260e030b361b82a53e1b9c727181e24a SHA1: 5902a17e7d033a7fe5d44c9d054135728c7065bc SHA256: ce51e4e6c28124e705da85ae77bb45dfd43328ebedfeaac1a6919f259eb0f6c3 Section: libs Priority: optional Multi-Arch: same Homepage: https://maxmind.github.io/libmaxminddb/ Description: IP geolocation database library The libmaxminddb library provides a C library for reading MaxMind DB files, including the GeoIP2 databases from MaxMind. This is a custom binary format designed to facilitate fast lookups of IP addresses while allowing for great flexibility in the type of data associated with an address. . The MaxMind DB format is an open format. The spec is available at http://maxmind.github.io/MaxMind-DB/. This spec is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. Package: libmaxminddb0 Source: libmaxminddb Version: 1.2.0-1 Architecture: i386 Maintainer: Faidon Liambotis Installed-Size: 68 Depends: libc6 (>= 2.4) Suggests: mmdb-bin Filename: ./i386/libmaxminddb0_1.2.0-1_i386.deb Size: 21980 MD5sum: b917f4ae8d924c640cf418d592892ff7 SHA1: f22feaa1d9d4b11742e8c8aba806a59e36e77f1d SHA256: 10816c64aab0b4bb66ac9494a4bdc76ed1a4625d43aac618b0b86bac389a1452 Section: libs Priority: optional Multi-Arch: same Homepage: https://maxmind.github.io/libmaxminddb/ Description: IP geolocation database library The libmaxminddb library provides a C library for reading MaxMind DB files, including the GeoIP2 databases from MaxMind. This is a custom binary format designed to facilitate fast lookups of IP addresses while allowing for great flexibility in the type of data associated with an address. . The MaxMind DB format is an open format. The spec is available at http://maxmind.github.io/MaxMind-DB/. This spec is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. Package: libmongo-client-dev Source: libmongo-client Version: 0.1.8-1~nma Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 263 Depends: libmongo-client0 (= 0.1.8-1~nma), pkg-config, libglib2.0-dev Filename: ./amd64/libmongo-client-dev_0.1.8-1~nma_amd64.deb Size: 57792 MD5sum: e78528263f02e37a1458ca773e41862c SHA1: 13908b33d0158166d3d6316cab04e071243851e0 SHA256: 2a57dfab5739abd699dfb6782fba0c870d063fb3355962a9f7cd70767c56075d Section: libdevel Priority: extra Homepage: https://github.com/algernon/libmongo-client Description: Development files for the alternate C driver for MongoDB libmongo-client is an alternative C language driver to the MongoDB document-oriented datastore. . This package is needed to compile programs against libmongo-client0, as only it includes the header files and static libraries needed for compiling. Package: libmongo-client-dev Source: libmongo-client Version: 0.1.8-1~nma Architecture: i386 Maintainer: Gergely Nagy Installed-Size: 227 Depends: libmongo-client0 (= 0.1.8-1~nma), pkg-config, libglib2.0-dev Filename: ./i386/libmongo-client-dev_0.1.8-1~nma_i386.deb Size: 54062 MD5sum: 715da3882c02005754e96043d15fb4a4 SHA1: e625da0dcdfb0a0ee0464cc536a74bbec241c66f SHA256: 6d7237a3a4a5b3d7a751341986612e0a9569e8ee3887ad11c347d625f3d1f380 Section: libdevel Priority: extra Homepage: https://github.com/algernon/libmongo-client Description: Development files for the alternate C driver for MongoDB libmongo-client is an alternative C language driver to the MongoDB document-oriented datastore. . This package is needed to compile programs against libmongo-client0, as only it includes the header files and static libraries needed for compiling. Package: libmongo-client-dev Source: libmongo-client Version: 0.1.9-1~nma Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 263 Depends: libmongo-client0 (= 0.1.9-1~nma), pkg-config, libglib2.0-dev Filename: ./amd64/libmongo-client-dev_0.1.9-1~nma_amd64.deb Size: 58324 MD5sum: c7f949505254971bdd715adbea43150e SHA1: 27a0f41059b73c92edaf56146a842636de27701f SHA256: e9d3cecc6a77e3916039746fd29c118ce07f7da689d1194b9d1f05711aa50962 Section: libdevel Priority: extra Homepage: https://github.com/algernon/libmongo-client Description: Development files for the alternate C driver for MongoDB libmongo-client is an alternative C language driver to the MongoDB document-oriented datastore. . This package is needed to compile programs against libmongo-client0, as only it includes the header files and static libraries needed for compiling. Package: libmongo-client-dev Source: libmongo-client Version: 0.1.9-1~nma Architecture: i386 Maintainer: Gergely Nagy Installed-Size: 227 Depends: libmongo-client0 (= 0.1.9-1~nma), pkg-config, libglib2.0-dev Filename: ./i386/libmongo-client-dev_0.1.9-1~nma_i386.deb Size: 54288 MD5sum: 4080c4622eb96a985e2dda6433e2ab63 SHA1: 65e7ba4c11d43c7596cd0223ba400e569e356bd8 SHA256: 425da471ace4e71bf4c2b277dceedb8eb46a76b6b035815b5fc1b92d8e7434b4 Section: libdevel Priority: extra Homepage: https://github.com/algernon/libmongo-client Description: Development files for the alternate C driver for MongoDB libmongo-client is an alternative C language driver to the MongoDB document-oriented datastore. . This package is needed to compile programs against libmongo-client0, as only it includes the header files and static libraries needed for compiling. Package: libmongo-client-doc Source: libmongo-client Version: 0.1.8-1~nma Architecture: all Maintainer: Gergely Nagy Installed-Size: 1171 Depends: libmongo-client0 Recommends: libjs-jquery Filename: ./all/libmongo-client-doc_0.1.8-1~nma_all.deb Size: 269426 MD5sum: bdf7e76fb2ea76ce341a4304b64bd927 SHA1: 0c451d4ca173d4a46fb2e630a84c6a0fae3d170b SHA256: 41d6c79b1ae332e1662c23117ec53f712e9e1fa414a89f336c971c3de4e9c2c0 Section: doc Priority: extra Homepage: https://github.com/algernon/libmongo-client Description: Documentation for the alternate C driver for MongoDB libmongo-client is an alternative C language driver to the MongoDB document-oriented datastore. . This package contains the API documentation, tutorials and examples. Package: libmongo-client-doc Source: libmongo-client Version: 0.1.9-1~nma Architecture: all Maintainer: Gergely Nagy Installed-Size: 1171 Depends: libmongo-client0 Recommends: libjs-jquery Filename: ./all/libmongo-client-doc_0.1.9-1~nma_all.deb Size: 277526 MD5sum: fdd8ea2822cde01d7342046abd1eb3cc SHA1: b41db26af8b07000a780b69a00dc067fcf1a92ee SHA256: 28fb5710df42bed26bdf14c3b3df27fdb8f8dfe88ae6576504ded7645e610bab Section: doc Priority: extra Homepage: https://github.com/algernon/libmongo-client Description: Documentation for the alternate C driver for MongoDB libmongo-client is an alternative C language driver to the MongoDB document-oriented datastore. . This package contains the API documentation, tutorials and examples. Package: libmongo-client0 Source: libmongo-client Version: 0.1.8-1~nma Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 111 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.24.0) Filename: ./amd64/libmongo-client0_0.1.8-1~nma_amd64.deb Size: 41734 MD5sum: 93c0487d9c4480ae44a673d9d1e8a0eb SHA1: 807a96bac5d04bb20eb9df3aceba882268a1a8e8 SHA256: 274c262405076e3283ec8a711b1229184d9b5f5544865fd3859c236a56ee6409 Section: libs Priority: extra Homepage: https://github.com/algernon/libmongo-client Description: Alternate C driver for the MongoDB document-oriented datastore MongoDB is a high-performance, open source, schema-free document-oriented data store. . This library provides an alternative C language driver, focusing on stability, ease of use, striving to make the most common use cases as convenient as possible. . Among its features are: . * Well documented, easy, clean and stable API. * Support for asynchronous operation. * ReplicaSet support, with support for automatic reconnecting and discovery. * Safe-mode support, to optionally enable extra safety checks on writes. Package: libmongo-client0 Source: libmongo-client Version: 0.1.8-1~nma Architecture: i386 Maintainer: Gergely Nagy Installed-Size: 110 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.24.0) Filename: ./i386/libmongo-client0_0.1.8-1~nma_i386.deb Size: 42790 MD5sum: e24c821e544911d146f10329f73543fa SHA1: e701a6969e30db02f0d23e870a8614c708f7cdfa SHA256: a929759752ad88855d15d70713a29761aa138ab56c316d839f530d8b7b85d637 Section: libs Priority: extra Homepage: https://github.com/algernon/libmongo-client Description: Alternate C driver for the MongoDB document-oriented datastore MongoDB is a high-performance, open source, schema-free document-oriented data store. . This library provides an alternative C language driver, focusing on stability, ease of use, striving to make the most common use cases as convenient as possible. . Among its features are: . * Well documented, easy, clean and stable API. * Support for asynchronous operation. * ReplicaSet support, with support for automatic reconnecting and discovery. * Safe-mode support, to optionally enable extra safety checks on writes. Package: libmongo-client0 Source: libmongo-client Version: 0.1.9-1~nma Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 111 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.24.0) Filename: ./amd64/libmongo-client0_0.1.9-1~nma_amd64.deb Size: 41782 MD5sum: 7d89c4275784f835d1506f498d68b69a SHA1: a421e1d0beb8887ab38325a8166598c8b143aeaa SHA256: f22e698e5c263c7fee3cd6bc1cd94604d3e33972259991d2552e4950889032cc Section: libs Priority: extra Homepage: https://github.com/algernon/libmongo-client Description: Alternate C driver for the MongoDB document-oriented datastore MongoDB is a high-performance, open source, schema-free document-oriented data store. . This library provides an alternative C language driver, focusing on stability, ease of use, striving to make the most common use cases as convenient as possible. . Among its features are: . * Well documented, easy, clean and stable API. * Support for asynchronous operation. * ReplicaSet support, with support for automatic reconnecting and discovery. * Safe-mode support, to optionally enable extra safety checks on writes. Package: libmongo-client0 Source: libmongo-client Version: 0.1.9-1~nma Architecture: i386 Maintainer: Gergely Nagy Installed-Size: 110 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.24.0) Filename: ./i386/libmongo-client0_0.1.9-1~nma_i386.deb Size: 42782 MD5sum: 053e1a3b5648c2bc68ed9f32403d3afb SHA1: 2862b786ed0844976e2bb918e70e1597419c51d2 SHA256: 684b5a3d56082aae9d76178b12c2f1271a5876780bfd3f5569c6d36b5f533b92 Section: libs Priority: extra Homepage: https://github.com/algernon/libmongo-client Description: Alternate C driver for the MongoDB document-oriented datastore MongoDB is a high-performance, open source, schema-free document-oriented data store. . This library provides an alternative C language driver, focusing on stability, ease of use, striving to make the most common use cases as convenient as possible. . Among its features are: . * Well documented, easy, clean and stable API. * Support for asynchronous operation. * ReplicaSet support, with support for automatic reconnecting and discovery. * Safe-mode support, to optionally enable extra safety checks on writes. Package: libmongo-client0-dbg Source: libmongo-client Version: 0.1.8-1~nma Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 110 Depends: libmongo-client0 (= 0.1.8-1~nma) Filename: ./amd64/libmongo-client0-dbg_0.1.8-1~nma_amd64.deb Size: 63940 MD5sum: fc0c633b48c660934fa29d8b3cd32c1e SHA1: 30c23956fd145b19c9650930b4b57be0fa32c7fa SHA256: 936ed3b52e44f1e1c3568732dd2e2385af91d5e52de637ae68a2d35b9e1d16fe Section: debug Priority: extra Homepage: https://github.com/algernon/libmongo-client Description: Alternate C driver for MongoDB (debugging symbols) libmongo-client is an alternative C language driver to the MongoDB document-oriented datastore. . This package contains detached debugging symbols. . Most people will not need this package. Package: libmongo-client0-dbg Source: libmongo-client Version: 0.1.8-1~nma Architecture: i386 Maintainer: Gergely Nagy Installed-Size: 100 Depends: libmongo-client0 (= 0.1.8-1~nma) Filename: ./i386/libmongo-client0-dbg_0.1.8-1~nma_i386.deb Size: 56428 MD5sum: 46041be3bd7f71f17cce9e7fd62086db SHA1: fadbca6355fa838a00e204a58174dfcad6f55ae3 SHA256: 86bd3d709f31770794ec51c352c3364860729c19053fb14283fe45745ad81b53 Section: debug Priority: extra Homepage: https://github.com/algernon/libmongo-client Description: Alternate C driver for MongoDB (debugging symbols) libmongo-client is an alternative C language driver to the MongoDB document-oriented datastore. . This package contains detached debugging symbols. . Most people will not need this package. Package: libmongo-client0-dbg Source: libmongo-client Version: 0.1.9-1~nma Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 110 Depends: libmongo-client0 (= 0.1.9-1~nma) Filename: ./amd64/libmongo-client0-dbg_0.1.9-1~nma_amd64.deb Size: 64014 MD5sum: ae8c5041458d05b08c40e4049ea077dc SHA1: c96d8a2add168c71aaae010987b0a72775be7178 SHA256: bff77fa0d5568daaef7e645afda280be92cd0891372303ce99c8f3a5f0915fa4 Section: debug Priority: extra Homepage: https://github.com/algernon/libmongo-client Description: Alternate C driver for MongoDB (debugging symbols) libmongo-client is an alternative C language driver to the MongoDB document-oriented datastore. . This package contains detached debugging symbols. . Most people will not need this package. Package: libmongo-client0-dbg Source: libmongo-client Version: 0.1.9-1~nma Architecture: i386 Maintainer: Gergely Nagy Installed-Size: 100 Depends: libmongo-client0 (= 0.1.9-1~nma) Filename: ./i386/libmongo-client0-dbg_0.1.9-1~nma_i386.deb Size: 56484 MD5sum: a1090d29504a28d8804e278656547633 SHA1: 3f5499029f38ca830feff26de5988796d5d13888 SHA256: 99d47926a4ba63d8ee08a1cddc6c7654ff6c0cb50edd80831a1e3aa7ef3831f2 Section: debug Priority: extra Homepage: https://github.com/algernon/libmongo-client Description: Alternate C driver for MongoDB (debugging symbols) libmongo-client is an alternative C language driver to the MongoDB document-oriented datastore. . This package contains detached debugging symbols. . Most people will not need this package. Package: libprotobuf-c0 Source: protobuf-c Version: 0.14-1build2 Architecture: amd64 Maintainer: Robert S. Edmonds Installed-Size: 96 Depends: libc6 (>= 2.14) Filename: ./amd64/libprotobuf-c0_0.14-1build2_amd64.deb Size: 34970 MD5sum: 49fce5006cbcce51ff0c507674883c8f SHA1: 4404494398a9f113325518a629b852031a09c5ce SHA256: a538b550df86e3feeedbef1c62b40cda014b5faf45bb4d0c33807091643e139a Section: libs Priority: optional Homepage: http://protobuf-c.googlecode.com/ Description: Protocol Buffers C library Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . This is the C implementation of protocol buffers. . This package contains the shared library. Package: libprotobuf-c0 Source: protobuf-c Version: 0.14-1build2 Architecture: i386 Maintainer: Robert S. Edmonds Installed-Size: 96 Depends: libc6 (>= 2.4) Filename: ./i386/libprotobuf-c0_0.14-1build2_i386.deb Size: 35062 MD5sum: 04de4bbd31a76621d7ea83c58efebb6a SHA1: 063add6126d1178268741229dcb9b9f0d7c32fdb SHA256: 1b6c335c46e064df54911d17ebb91a756525f7981c5976e5682ad565e993d35d Section: libs Priority: optional Homepage: http://protobuf-c.googlecode.com/ Description: Protocol Buffers C library Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . This is the C implementation of protocol buffers. . This package contains the shared library. Package: libprotobuf-c0-dev Source: protobuf-c Version: 0.14-1build2 Architecture: amd64 Maintainer: Robert S. Edmonds Installed-Size: 157 Depends: libprotobuf-c0 (= 0.14-1build2) Filename: ./amd64/libprotobuf-c0-dev_0.14-1build2_amd64.deb Size: 43812 MD5sum: d115f26e4f21d375e3854bf1ee0b7a11 SHA1: 5e5d36181a8ddfe631ca7904bc3ac8595862f10a SHA256: 879972f13ab49c972d3f14d6357dfc0fe0e6b6080aebe60290966f6b9a82313d Section: libdevel Priority: optional Homepage: http://protobuf-c.googlecode.com/ Description: Protocol Buffers C static library and headers Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . This is the C implementation of protocol buffers. . This package contains the static library and development headers. Package: libprotobuf-c0-dev Source: protobuf-c Version: 0.14-1build2 Architecture: i386 Maintainer: Robert S. Edmonds Installed-Size: 139 Depends: libprotobuf-c0 (= 0.14-1build2) Filename: ./i386/libprotobuf-c0-dev_0.14-1build2_i386.deb Size: 41104 MD5sum: 5b5af28341fffe8cd70615c55ee99740 SHA1: 4e96aa745041798b86ee5b603b92f46275280aa3 SHA256: df7a812329580c0242e499a784f22ad7791547ece374d6afb2d481d6fb0538fc Section: libdevel Priority: optional Homepage: http://protobuf-c.googlecode.com/ Description: Protocol Buffers C static library and headers Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . This is the C implementation of protocol buffers. . This package contains the static library and development headers. Package: librdkafka-dev Source: librdkafka Version: 0.8.5-2 Architecture: amd64 Maintainer: Faidon Liambotis Installed-Size: 411 Depends: librdkafka1 (= 0.8.5-2) Filename: ./amd64/librdkafka-dev_0.8.5-2_amd64.deb Size: 129346 MD5sum: 916e9021ec4f59453cc4c245df8ee109 SHA1: 59e25b2e7664b4a5c2f9a6222692a46073388723 SHA256: 138d7567019eeb3398c94097f93d84daa3f9df4b41ed7713d76c04f7fd5684eb Section: libdevel Priority: optional Multi-Arch: same Homepage: https://github.com/edenhill/librdkafka Description: library implementing the Apache Kafka protocol (development headers) librdkafka is a C implementation of the Apache Kafka protocol. It currently implements the 0.8 version of the protocol and can be used to develop both Producers and Consumers. . More information about Apache Kafka can be found at http://kafka.apache.org/ . This package contains the development headers. Package: librdkafka-dev Source: librdkafka Version: 0.8.5-2 Architecture: i386 Maintainer: Faidon Liambotis Installed-Size: 364 Depends: librdkafka1 (= 0.8.5-2) Filename: ./i386/librdkafka-dev_0.8.5-2_i386.deb Size: 132848 MD5sum: 12bf4e8f61d1f8a687a9e26b041a70f7 SHA1: 82bfa6f2e7235f4dd0ab02085b2cfd29fa4dc45c SHA256: dec1a29f26d31a05bc1f3e3e2888100b989b936aeb76c88e409247ea4fa0d6a2 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://github.com/edenhill/librdkafka Description: library implementing the Apache Kafka protocol (development headers) librdkafka is a C implementation of the Apache Kafka protocol. It currently implements the 0.8 version of the protocol and can be used to develop both Producers and Consumers. . More information about Apache Kafka can be found at http://kafka.apache.org/ . This package contains the development headers. Package: librdkafka1 Source: librdkafka Version: 0.8.5-2 Architecture: amd64 Maintainer: Faidon Liambotis Installed-Size: 230 Depends: libc6 (>= 2.14), zlib1g (>= 1:1.2.2) Filename: ./amd64/librdkafka1_0.8.5-2_amd64.deb Size: 96038 MD5sum: 2032e3142981778311d26f768c54c198 SHA1: 8a19a4b61ac5b0625e3c58b79b48355d400e153b SHA256: 6051630623aa6a3125537462955621fdba80761b035d6b495b7dd9c735a6adf1 Section: libs Priority: optional Multi-Arch: same Homepage: https://github.com/edenhill/librdkafka Description: library implementing the Apache Kafka protocol librdkafka is a C implementation of the Apache Kafka protocol. It currently implements the 0.8 version of the protocol and can be used to develop both Producers and Consumers. . More information about Apache Kafka can be found at http://kafka.apache.org/ Package: librdkafka1 Source: librdkafka Version: 0.8.5-2 Architecture: i386 Maintainer: Faidon Liambotis Installed-Size: 241 Depends: libc6 (>= 2.4), zlib1g (>= 1:1.2.2) Filename: ./i386/librdkafka1_0.8.5-2_i386.deb Size: 101752 MD5sum: b62e8dccf5e2c22dcf1fc76ddc0e74b8 SHA1: b263797637d47b03d5fe2a216353787d01c91201 SHA256: 2d48d15607e8557b5a7b5220be75d228bfa969fbea2a6b5cf788dfe7bf790a2d Section: libs Priority: optional Multi-Arch: same Homepage: https://github.com/edenhill/librdkafka Description: library implementing the Apache Kafka protocol librdkafka is a C implementation of the Apache Kafka protocol. It currently implements the 0.8 version of the protocol and can be used to develop both Producers and Consumers. . More information about Apache Kafka can be found at http://kafka.apache.org/ Package: librdkafka1-dbg Source: librdkafka Version: 0.8.5-2 Architecture: amd64 Maintainer: Faidon Liambotis Installed-Size: 234 Depends: librdkafka1 (= 0.8.5-2) Filename: ./amd64/librdkafka1-dbg_0.8.5-2_amd64.deb Size: 176282 MD5sum: 0deb1d316da0f0b050d66cb147cb8bd4 SHA1: 33b063eb5f8ee7fd6466e14116c1cbf08a438f10 SHA256: 318897032282ed2d9483e9e09b8ee61718d7b00bc6059be763da3bdb12ce2b44 Section: debug Priority: extra Multi-Arch: same Homepage: https://github.com/edenhill/librdkafka Description: library implementing the Apache Kafka protocol (debugging symbols) librdkafka is a C implementation of the Apache Kafka protocol. It currently implements the 0.8 version of the protocol and can be used to develop both Producers and Consumers. . More information about Apache Kafka can be found at http://kafka.apache.org/ . This package contains the debugging symbols. Package: librdkafka1-dbg Source: librdkafka Version: 0.8.5-2 Architecture: i386 Maintainer: Faidon Liambotis Installed-Size: 223 Depends: librdkafka1 (= 0.8.5-2) Filename: ./i386/librdkafka1-dbg_0.8.5-2_i386.deb Size: 170446 MD5sum: b0176a581b0146f875bda59a50c0f2ba SHA1: 6cf3efb3307cc15e8642cbb3dbc3480bffc8bc86 SHA256: 7e9e0b5c73898444e2dae31a168d0bcd62e17663f46705bc52844dc39ed624a3 Section: debug Priority: extra Multi-Arch: same Homepage: https://github.com/edenhill/librdkafka Description: library implementing the Apache Kafka protocol (debugging symbols) librdkafka is a C implementation of the Apache Kafka protocol. It currently implements the 0.8 version of the protocol and can be used to develop both Producers and Consumers. . More information about Apache Kafka can be found at http://kafka.apache.org/ . This package contains the debugging symbols. Package: libriemann-client-dev Source: riemann-c-client Version: 1.8.0-1 Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 154 Depends: libriemann-client0 (= 1.8.0-1), libprotobuf-c0-dev Filename: ./amd64/libriemann-client-dev_1.8.0-1_amd64.deb Size: 25244 MD5sum: 78433d1743ca073177d52fba3de35e52 SHA1: e7fbae95e668b8a433d66edec835e8afb7555500 SHA256: c7ce146a18f643ab66791ee3085f28c1e8f674c17bfa33ca87c7d9a83c516140 Section: libdevel Priority: extra Homepage: https://github.com/algernon/riemann-c-client Description: Development files for the Riemann C client library The riemann-c-client library provides a C language client, with a simple but convenient API, to connect to Riemann, send events and run queries against it . This package is needed to compile programs linked against librliemann-client0, as only this includes the header files and static libraries needed for compiling. Package: libriemann-client-dev Source: riemann-c-client Version: 1.8.0-1 Architecture: i386 Maintainer: Gergely Nagy Installed-Size: 136 Depends: libriemann-client0 (= 1.8.0-1), libprotobuf-c0-dev Filename: ./i386/libriemann-client-dev_1.8.0-1_i386.deb Size: 23760 MD5sum: 80827f01b7bfcb051765bbd0c21d18de SHA1: 52084ac718080cbd412c400f87879b38b4615ab8 SHA256: aa9a671c6a455252d95dbe11f21cbfafc208f508f968f4683b4eae4dca1d0e92 Section: libdevel Priority: extra Homepage: https://github.com/algernon/riemann-c-client Description: Development files for the Riemann C client library The riemann-c-client library provides a C language client, with a simple but convenient API, to connect to Riemann, send events and run queries against it . This package is needed to compile programs linked against librliemann-client0, as only this includes the header files and static libraries needed for compiling. Package: libriemann-client0 Source: riemann-c-client Version: 1.8.0-1 Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 82 Pre-Depends: multiarch-support Depends: libc6 (>= 2.2.5), libgnutls26 (>= 2.12.6.1-0), libprotobuf-c0 (>= 0.10) Filename: ./amd64/libriemann-client0_1.8.0-1_amd64.deb Size: 22648 MD5sum: 73f4de2dafd1125fbad2ebd323499d33 SHA1: bd674430990d5104970f954681234008ae31e1ce SHA256: 22732667af6b974c592e4f979ac01daee4c7e7927d24be731d63e73c8bba951b Section: libs Priority: extra Multi-Arch: same Homepage: https://github.com/algernon/riemann-c-client Description: C language client library for the Riemann event stream processor Riemann is a network event stream processor, intended for analyitics, metrics and alerting; and to glue various monitoring systems together. . This library provides a C language client, with a simple but convenient API, to connect to Riemann, send events and run queries against it. Package: libriemann-client0 Source: riemann-c-client Version: 1.8.0-1 Architecture: i386 Maintainer: Gergely Nagy Installed-Size: 73 Pre-Depends: multiarch-support Depends: libc6 (>= 2.1.3), libgnutls26 (>= 2.12.6.1-0), libprotobuf-c0 (>= 0.10) Filename: ./i386/libriemann-client0_1.8.0-1_i386.deb Size: 22424 MD5sum: fe41c84e54a72fd9867d124749617458 SHA1: fa25b789e4e3dca1ee49c0dc506b0d90612b0c1e SHA256: 1760f6287d18f89275db221f009ffe1c1337a073645ddb96701dc6403ad71f75 Section: libs Priority: extra Multi-Arch: same Homepage: https://github.com/algernon/riemann-c-client Description: C language client library for the Riemann event stream processor Riemann is a network event stream processor, intended for analyitics, metrics and alerting; and to glue various monitoring systems together. . This library provides a C language client, with a simple but convenient API, to connect to Riemann, send events and run queries against it. Package: libsqlite-tcl Source: sqlite Version: 2.8.17-7fakesync1build1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 57 Depends: libc6 (>= 2.4), libsqlite0 (>= 2.8.17) Suggests: sqlite-doc Conflicts: libsqlite0-tcl Replaces: libsqlite0-tcl Filename: ./amd64/libsqlite-tcl_2.8.17-7fakesync1build1_amd64.deb Size: 14754 MD5sum: 403c9eec32992bb7aed250631f6ed1d6 SHA1: 13e272d956bd639339ccf6a851f268e319f9750f SHA256: fcce1e35456ebb9db0b2e7f97cae96ad4b2495a7813b1f829c5358c173eebcf1 Section: interpreters Priority: optional Description: SQLite Tcl bindings SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the Tcl bindings. Original-Maintainer: Laszlo Boszormenyi (GCS) Package: libsqlite-tcl Source: sqlite Version: 2.8.17-7fakesync1build1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 56 Depends: libc6 (>= 2.4), libsqlite0 (>= 2.8.17) Suggests: sqlite-doc Conflicts: libsqlite0-tcl Replaces: libsqlite0-tcl Filename: ./i386/libsqlite-tcl_2.8.17-7fakesync1build1_i386.deb Size: 14904 MD5sum: 96bb38387c40a1b0f81bd2417f8becee SHA1: 050910101b510ceafc4a1e23c8c1d7e60bec9b25 SHA256: 132b879c05ebf1bc9c803818666fec327948487476bf5ef0a39b5caee58cd619 Section: interpreters Priority: optional Description: SQLite Tcl bindings SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the Tcl bindings. Original-Maintainer: Laszlo Boszormenyi (GCS) Package: libsqlite0 Source: sqlite Version: 2.8.17-7fakesync1build1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 418 Depends: libc6 (>= 2.14) Filename: ./amd64/libsqlite0_2.8.17-7fakesync1build1_amd64.deb Size: 192094 MD5sum: 75275be1ada3a146c7d3e9abde5af3d1 SHA1: 6363313256f4a535f509cb7c6b917cfd272855dd SHA256: caf4dfbac02aade0e80ac0b94b6a2cd22d0bd7f7de289f150614a90682226577 Section: libs Priority: optional Description: SQLite shared library SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Original-Maintainer: Laszlo Boszormenyi (GCS) Package: libsqlite0 Source: sqlite Version: 2.8.17-7fakesync1build1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 410 Depends: libc6 (>= 2.4) Filename: ./i386/libsqlite0_2.8.17-7fakesync1build1_i386.deb Size: 187726 MD5sum: f8a0faf09fd9921ef2d4cb6c842363dc SHA1: f2e22cc6dd569b4d6f4d0f5a660a8d58c3ac859f SHA256: 853303698db03a712ef988768a9d20776e8295f283999ff1686328b978883449 Section: libs Priority: optional Description: SQLite shared library SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Original-Maintainer: Laszlo Boszormenyi (GCS) Package: libsqlite0-dev Source: sqlite Version: 2.8.17-7fakesync1build1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 729 Depends: libsqlite0 (= 2.8.17-7fakesync1build1), libc6-dev Suggests: sqlite-doc Conflicts: libsqlite-dev Replaces: libsqlite-dev (<< 2.7.0) Provides: libsqlite-dev Filename: ./amd64/libsqlite0-dev_2.8.17-7fakesync1build1_amd64.deb Size: 240278 MD5sum: 6c0c2100dd24c8188036610f5769a5b1 SHA1: 5f01d5586b5d0aa25110dfee9eb2233b0dacb688 SHA256: 2e1d2733c787e78b895bd732f6fe02f4fd3242bc99cea06aace21ebf028129b3 Section: libdevel Priority: optional Description: SQLite development files SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the development files (headers, static libraries) Original-Maintainer: Laszlo Boszormenyi (GCS) Package: libsqlite0-dev Source: sqlite Version: 2.8.17-7fakesync1build1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 562 Depends: libsqlite0 (= 2.8.17-7fakesync1build1), libc6-dev Suggests: sqlite-doc Conflicts: libsqlite-dev Replaces: libsqlite-dev (<< 2.7.0) Provides: libsqlite-dev Filename: ./i386/libsqlite0-dev_2.8.17-7fakesync1build1_i386.deb Size: 224206 MD5sum: 4eb273b6f4567f5d0f86047504511ca1 SHA1: 5d77404092e2a606faf8fecd2520f85d2735b42a SHA256: b4474ad5268bde8677fbb1cb15083d44b99b57d6bdde639db89a174cee9f3ee7 Section: libdevel Priority: optional Description: SQLite development files SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the development files (headers, static libraries) Original-Maintainer: Laszlo Boszormenyi (GCS) Package: libtest-perl-critic-perl Version: 1.02-1 Architecture: all Maintainer: Debian Perl Group Installed-Size: 67 Depends: perl, libperl-critic-perl (>= 1.105) Filename: ./all/libtest-perl-critic-perl_1.02-1_all.deb Size: 15032 MD5sum: e47ea48e4b72bb3f2fc24579cac36b7b SHA1: a2548e1de8d23627cc4087a45eab1397a95b7d21 SHA256: 4440754079c513209c45b7c4a1ac081f4b906f0438af394936545cab2f541aa5 Section: perl Priority: optional Homepage: http://search.cpan.org/dist/Test-Perl-Critic/ Description: module to use Perl::Critic in test scripts Test::Perl::Critic wraps the Perl::Critic engine in a convenient subroutine suitable for test programs written using the Test::More framework. This makes it easy to integrate coding-standards enforcement into the build process. For ultimate convenience (at the expense of some flexibility), see the criticism pragma. . If you'd like to try Perl::Critic without installing anything, there is a web service available at http://perlcritic.com. The web service does not support all the configuration features that are available in the native Perl::Critic API, but it should give you a good idea of what it does. Package: lua5.2 Version: 5.2.0-2ubuntu0.1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 351 Depends: libc6 (>= 2.14), libreadline6 (>= 6.0) Provides: lua Filename: ./amd64/lua5.2_5.2.0-2ubuntu0.1_amd64.deb Size: 155582 MD5sum: 4aa2497f538c9f980e1dca1634e2f7fc SHA1: 335ee1893f13be146dbbcdac1ca890ef558d2f70 SHA256: cb82535df9de2371420d0133425ad6a47578e8a4b6340b628801554464c97d66 Section: interpreters Priority: optional Multi-Arch: foreign Homepage: http://www.lua.org Description: Simple, extensible, embeddable programming language Lua is a powerful, light-weight programming language designed for extending applications. The language engine is accessible as a library, having a C API which allows the application to exchange data with Lua programs and also to extend Lua with C functions. Lua is also used as a general-purpose, stand-alone language through the simple command line interpreter provided. . This package contains the Lua command line interpreter and bytecode compiler. Install it if you are developing or using Lua scripts. Original-Maintainer: Enrico Tassi Package: lua5.2 Version: 5.2.0-2ubuntu0.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 341 Depends: libc6 (>= 2.11), libreadline6 (>= 6.0) Provides: lua Filename: ./i386/lua5.2_5.2.0-2ubuntu0.1_i386.deb Size: 155816 MD5sum: 56485e21f318c6e7539a44b82163f9c5 SHA1: f63bc0a2617f3f561c5ea59efab372f5a10d2869 SHA256: 7270dd5ec2bc8e08417a8b608144783b612cae4f2eef327f7b22a4512095fe0a Section: interpreters Priority: optional Multi-Arch: foreign Homepage: http://www.lua.org Description: Simple, extensible, embeddable programming language Lua is a powerful, light-weight programming language designed for extending applications. The language engine is accessible as a library, having a C API which allows the application to exchange data with Lua programs and also to extend Lua with C functions. Lua is also used as a general-purpose, stand-alone language through the simple command line interpreter provided. . This package contains the Lua command line interpreter and bytecode compiler. Install it if you are developing or using Lua scripts. Original-Maintainer: Enrico Tassi Package: lua5.2-doc Source: lua5.2 Version: 5.2.0-2ubuntu0.1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 369 Filename: ./all/lua5.2-doc_5.2.0-2ubuntu0.1_all.deb Size: 95418 MD5sum: 8a05aa848c6089e8f09ec23b862e5931 SHA1: c882b376fd65d198437fb5af434b3783b6fa032a SHA256: 4430adc6e7a54a3d0cbe17c54966a0cf266ecb6a4b082aa6cdd726b088d6370c Section: doc Priority: optional Homepage: http://www.lua.org Description: Documentation for the Lua language version 5.2 Lua is a powerful, light-weight programming language designed for extending applications. The language engine is accessible as a library, having a C API which allows the application to exchange data with Lua programs and also to extend Lua with C functions. Lua is also used as a general-purpose, stand-alone language through the simple command line interpreter provided. . This package contains the official manual covering the Lua language and C API, examples, etc. Original-Maintainer: Enrico Tassi Package: mmdb-bin Source: libmaxminddb Version: 1.2.0-1 Architecture: amd64 Maintainer: Faidon Liambotis Installed-Size: 54 Depends: libc6 (>= 2.4), libmaxminddb0 (>= 1.0.2) Filename: ./amd64/mmdb-bin_1.2.0-1_amd64.deb Size: 14218 MD5sum: 51e5353546c3493c64bf62b6dba06aee SHA1: 655f7ba04cc33a32e6686f34a7d1c5b5af21afc0 SHA256: 9bdf443a17a74ebd98f9b89a9e55c83442f2cbdc10ad2780ba4aeea6fd6edcc9 Section: net Priority: optional Multi-Arch: foreign Homepage: https://maxmind.github.io/libmaxminddb/ Description: IP geolocation lookup command-line tool The libmaxminddb library provides a C library for reading MaxMind DB files, including the GeoIP2 databases from MaxMind. This is a custom binary format designed to facilitate fast lookups of IP addresses while allowing for great flexibility in the type of data associated with an address. . The MaxMind DB format is an open format. The spec is available at http://maxmind.github.io/MaxMind-DB/. This spec is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. . This package contains the command line utilities to resolve IPs using the libmaxminddb library. Package: mmdb-bin Source: libmaxminddb Version: 1.2.0-1 Architecture: i386 Maintainer: Faidon Liambotis Installed-Size: 54 Depends: libc6 (>= 2.4), libmaxminddb0 (>= 1.0.2) Filename: ./i386/mmdb-bin_1.2.0-1_i386.deb Size: 13980 MD5sum: 6c6f9acd8ae9c3af946c4feb073c91d5 SHA1: be4371904c67cea6bddfbdc244203d99b4574c8a SHA256: d2d49574a42e16ac88f06ee84549b2da2d5dadabe519e6b3c543dba201f4e23b Section: net Priority: optional Multi-Arch: foreign Homepage: https://maxmind.github.io/libmaxminddb/ Description: IP geolocation lookup command-line tool The libmaxminddb library provides a C library for reading MaxMind DB files, including the GeoIP2 databases from MaxMind. This is a custom binary format designed to facilitate fast lookups of IP addresses while allowing for great flexibility in the type of data associated with an address. . The MaxMind DB format is an open format. The spec is available at http://maxmind.github.io/MaxMind-DB/. This spec is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. . This package contains the command line utilities to resolve IPs using the libmaxminddb library. Package: openjdk-7-dbg Source: openjdk-7 Version: 7u79-2.5.5-0ubuntu0.12.04.1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 379374 Depends: openjdk-7-jre-headless (= 7u79-2.5.5-0ubuntu0.12.04.1) Recommends: openjdk-7-jre (= 7u79-2.5.5-0ubuntu0.12.04.1) Suggests: openjdk-7-jdk (= 7u79-2.5.5-0ubuntu0.12.04.1) Filename: ./amd64/openjdk-7-dbg_7u79-2.5.5-0ubuntu0.12.04.1_amd64.deb Size: 165253216 MD5sum: b6d7161f9be5745d96f87554f6e2d38b SHA1: 8e1175a4794433bca16e0932cef893ecfffdac71 SHA256: c15b92e095f2c03b9f722a60a4d40a6043f39395effea1b9935acb4a03d2f12c Section: debug Priority: extra Multi-Arch: same Homepage: http://openjdk.java.net/ Description: Java runtime based on OpenJDK (debugging symbols) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the debugging symbols. . The packages are built using the IcedTea build support and patches from the IcedTea project. Original-Maintainer: OpenJDK Team Package: openjdk-7-dbg Source: openjdk-7 Version: 7u79-2.5.5-0ubuntu0.12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 479175 Depends: openjdk-7-jre-headless (= 7u79-2.5.5-0ubuntu0.12.04.1) Recommends: openjdk-7-jre (= 7u79-2.5.5-0ubuntu0.12.04.1) Suggests: openjdk-7-jdk (= 7u79-2.5.5-0ubuntu0.12.04.1) Filename: ./i386/openjdk-7-dbg_7u79-2.5.5-0ubuntu0.12.04.1_i386.deb Size: 227658414 MD5sum: aebbc8caeadfd5cbbaaf1437003b2ac1 SHA1: 56d8e5a1be7a940092e6c0477c3424a2fd49394d SHA256: 187ad9991fe74f5fc54b4c62a6e8607ddf0c0a1d1f831c399c7323ccc0ecf686 Section: debug Priority: extra Multi-Arch: same Homepage: http://openjdk.java.net/ Description: Java runtime based on OpenJDK (debugging symbols) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the debugging symbols. . The packages are built using the IcedTea build support and patches from the IcedTea project. Original-Maintainer: OpenJDK Team Package: openjdk-7-demo Source: openjdk-7 Version: 7u79-2.5.5-0ubuntu0.12.04.1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 4277 Depends: openjdk-7-jre (= 7u79-2.5.5-0ubuntu0.12.04.1), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: ./amd64/openjdk-7-demo_7u79-2.5.5-0ubuntu0.12.04.1_amd64.deb Size: 2485906 MD5sum: 2692d40bcb5193d08888687124d9cd75 SHA1: 1307f3a1753436e40280f56aabf661c1a7e99422 SHA256: 4dc4eb8211240d2a18395fed72f496f6af72bec6b02d130d74f28c92584f799f Section: java Priority: extra Homepage: http://openjdk.java.net/ Description: Java runtime based on OpenJDK (demos and examples) OpenJDK Java runtime . The packages are built using the IcedTea build support and patches from the IcedTea project. Original-Maintainer: OpenJDK Team Package: openjdk-7-demo Source: openjdk-7 Version: 7u79-2.5.5-0ubuntu0.12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 4278 Depends: openjdk-7-jre (= 7u79-2.5.5-0ubuntu0.12.04.1), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Filename: ./i386/openjdk-7-demo_7u79-2.5.5-0ubuntu0.12.04.1_i386.deb Size: 2482906 MD5sum: 51ac8c9033388834aab15bfbd3386dc7 SHA1: c98e1ce4c31fd2bea82da0107d9e84bb756e5d21 SHA256: 237f6579f7ae14bfb39afc7392ab679742270422c75b132e6670db92805b35dd Section: java Priority: extra Homepage: http://openjdk.java.net/ Description: Java runtime based on OpenJDK (demos and examples) OpenJDK Java runtime . The packages are built using the IcedTea build support and patches from the IcedTea project. Original-Maintainer: OpenJDK Team Package: openjdk-7-doc Source: openjdk-7 Version: 7u79-2.5.5-0ubuntu0.12.04.1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 240552 Suggests: openjdk-7-jdk Filename: ./all/openjdk-7-doc_7u79-2.5.5-0ubuntu0.12.04.1_all.deb Size: 22107178 MD5sum: e019e060fc65c60768d381578db5e8d6 SHA1: 413f3a994c38888727ac33c8c181ac3a757f3bd1 SHA256: 751642256f84f21c589ddc1c6dd1cb93b4458bc59b13e9958514089bf917698f Section: doc Priority: extra Homepage: http://openjdk.java.net/ Description: OpenJDK Development Kit (JDK) documentation OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the API documentation. . The packages are built using the IcedTea build support and patches from the IcedTea project. Original-Maintainer: OpenJDK Team Package: openjdk-7-jdk Source: openjdk-7 Version: 7u79-2.5.5-0ubuntu0.12.04.1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 20188 Depends: openjdk-7-jre (= 7u79-2.5.5-0ubuntu0.12.04.1), libc6 (>= 2.2.5) Recommends: libxt-dev Suggests: openjdk-7-demo, openjdk-7-source, visualvm Provides: java-compiler, java-sdk, java2-sdk, java5-sdk, java6-sdk, java7-jdk Filename: ./amd64/openjdk-7-jdk_7u79-2.5.5-0ubuntu0.12.04.1_amd64.deb Size: 16549774 MD5sum: 7841285ec7d25710903ee5562b683b2b SHA1: 7126f21c349483d809fd479d655d3878e74dfe48 SHA256: e1eaaf48036730006737c762a3a051020b9b2a5bc19579379caf0ed52882dd1d Section: java Priority: optional Multi-Arch: same Homepage: http://openjdk.java.net/ Description: OpenJDK Development Kit (JDK) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . The packages are built using the IcedTea build support and patches from the IcedTea project. Original-Maintainer: OpenJDK Team Package: openjdk-7-jdk Source: openjdk-7 Version: 7u79-2.5.5-0ubuntu0.12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 20172 Depends: openjdk-7-jre (= 7u79-2.5.5-0ubuntu0.12.04.1), libc6 (>= 2.0) Recommends: libxt-dev Suggests: openjdk-7-demo, openjdk-7-source, visualvm Provides: java-compiler, java-sdk, java2-sdk, java5-sdk, java6-sdk, java7-jdk Filename: ./i386/openjdk-7-jdk_7u79-2.5.5-0ubuntu0.12.04.1_i386.deb Size: 16547652 MD5sum: 9b34385ab715a832675f10b4ac2c42de SHA1: 33c2498b073b9745989210ca814b14481822be00 SHA256: 2032e90852216412a6b17732d49617bfaa569ffd905039eb8d9f8112675c9c27 Section: java Priority: optional Multi-Arch: same Homepage: http://openjdk.java.net/ Description: OpenJDK Development Kit (JDK) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . The packages are built using the IcedTea build support and patches from the IcedTea project. Original-Maintainer: OpenJDK Team Package: openjdk-7-jre Source: openjdk-7 Version: 7u79-2.5.5-0ubuntu0.12.04.1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 650 Depends: openjdk-7-jre-headless (= 7u79-2.5.5-0ubuntu0.12.04.1), libasound2 (>= 1.0.23), libc6 (>= 2.14), libcups2 (>= 1.4.0), libfontconfig1 (>= 2.8.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libgif4 (>= 4.1.4), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), libjpeg8 (>= 8c), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libx11-6, libxext6, libxi6, libxrender1, libxtst6, libxrandr2, libxinerama1, libgl1-mesa-glx | libgl1, libatk-wrapper-java-jni (>= 0.30.4-0ubuntu2) Recommends: libgnome2-0, libgnomevfs2-0, libgconf2-4, ttf-dejavu-extra Suggests: icedtea-7-plugin Conflicts: icedtea-gcjwebplugin (<< 1.0-1ubuntu4) Replaces: openjdk-7-jre-headless (<< 7u65-2.5.1-0~) Provides: java-runtime, java2-runtime, java5-runtime, java6-runtime, java7-runtime Filename: ./amd64/openjdk-7-jre_7u79-2.5.5-0ubuntu0.12.04.1_amd64.deb Size: 214716 MD5sum: 9edc8d6bf69bf63721003e95e18d1fcc SHA1: 84cfc5410fdfdca47ee7a6597bca503797188ca9 SHA256: cf274399a49fe237e18113178e295d671f1e64f8fc5883f6b875f2d08cf78a88 Section: java Priority: optional Multi-Arch: same Homepage: http://openjdk.java.net/ Description: OpenJDK Java runtime, using Hotspot JIT Full Java runtime environment - needed for executing Java GUI and Webstart programs, using Hotspot JIT. The packages are built using the IcedTea build support and patches from the IcedTea project. Original-Maintainer: OpenJDK Team Package: openjdk-7-jre Source: openjdk-7 Version: 7u79-2.5.5-0ubuntu0.12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 645 Depends: openjdk-7-jre-headless (= 7u79-2.5.5-0ubuntu0.12.04.1), libasound2 (>= 1.0.23), libc6 (>= 2.11), libcups2 (>= 1.4.0), libfontconfig1 (>= 2.8.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libgif4 (>= 4.1.4), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), libjpeg8 (>= 8c), libpango1.0-0 (>= 1.14.0), libpng12-0 (>= 1.2.13-4), libx11-6, libxext6, libxi6, libxrender1, libxtst6, libxrandr2, libxinerama1, libgl1-mesa-glx | libgl1, libatk-wrapper-java-jni (>= 0.30.4-0ubuntu2) Recommends: libgnome2-0, libgnomevfs2-0, libgconf2-4, ttf-dejavu-extra Suggests: icedtea-7-plugin Conflicts: icedtea-gcjwebplugin (<< 1.0-1ubuntu4) Replaces: openjdk-7-jre-headless (<< 7u65-2.5.1-0~) Provides: java-runtime, java2-runtime, java5-runtime, java6-runtime, java7-runtime Filename: ./i386/openjdk-7-jre_7u79-2.5.5-0ubuntu0.12.04.1_i386.deb Size: 214114 MD5sum: 94d30db33377da9be9e2ac0425b02c4d SHA1: 30fc84b37d540a8fef20cb04a8619df4ef5df455 SHA256: 520654c98ae02761bfbea47d86ae5d605d94eeeaadf5acde915b723da092006c Section: java Priority: optional Multi-Arch: same Homepage: http://openjdk.java.net/ Description: OpenJDK Java runtime, using Hotspot JIT Full Java runtime environment - needed for executing Java GUI and Webstart programs, using Hotspot JIT. The packages are built using the IcedTea build support and patches from the IcedTea project. Original-Maintainer: OpenJDK Team Package: openjdk-7-jre-headless Source: openjdk-7 Version: 7u79-2.5.5-0ubuntu0.12.04.1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 56177 Pre-Depends: multiarch-support Depends: ca-certificates-java, tzdata-java (>= 2012e-0ubuntu0.12.04.1), java-common (>= 0.28), libcups2 (>= 1.4.0), liblcms2-2 (>= 2.2+git20110628-2), libjpeg8 (>= 8c), libnss3-1d (>= 3.12.3), libc6 (>= 2.14), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.26.0), libkrb5-3 (>= 1.6.dfsg.2), libpcsclite1, libpulse0 (>= 1:0.99.1), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Suggests: icedtea-7-jre-jamvm (= 7u79-2.5.5-0ubuntu0.12.04.1), libnss-mdns, sun-java6-fonts, ttf-dejavu-extra, fonts-ipafont-gothic, fonts-ipafont-mincho, ttf-wqy-microhei | ttf-wqy-zenhei, ttf-indic-fonts-core, ttf-telugu-fonts, ttf-oriya-fonts, ttf-kannada-fonts, ttf-bengali-fonts Conflicts: icedtea-netx (<< 1.1.1-2~) Breaks: icedtea-netx (<< 1.2.3-0ubuntu0.12.04.3) Replaces: openjdk-7-jre-lib (<< 7u45-2.4.3-1) Provides: java-runtime-headless, java2-runtime-headless, java5-runtime-headless, java6-runtime-headless, java7-runtime-headless Filename: ./amd64/openjdk-7-jre-headless_7u79-2.5.5-0ubuntu0.12.04.1_amd64.deb Size: 41719916 MD5sum: cb2d46f603152324d1cb36f53b414b2b SHA1: 329f940ba82dc0a05dc20dfc65835acf83d436f2 SHA256: f8eaf3fd61ae8d4ebc5511bb55698102fdf6dcd23e358af4ef94acb41b291863 Section: java Priority: optional Multi-Arch: same Homepage: http://openjdk.java.net/ Description: OpenJDK Java runtime, using Hotspot JIT (headless) Minimal Java runtime - needed for executing non GUI Java programs, using Hotspot JIT. The packages are built using the IcedTea build support and patches from the IcedTea project. Original-Maintainer: OpenJDK Team Package: openjdk-7-jre-headless Source: openjdk-7 Version: 7u79-2.5.5-0ubuntu0.12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 61918 Pre-Depends: multiarch-support Depends: ca-certificates-java, tzdata-java (>= 2012e-0ubuntu0.12.04.1), java-common (>= 0.28), libcups2 (>= 1.4.0), liblcms2-2 (>= 2.2+git20110628-2), libjpeg8 (>= 8c), libnss3-1d (>= 3.12.3), libc6 (>= 2.11), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.26.0), libkrb5-3 (>= 1.6.dfsg.2), libpcsclite1, libpulse0 (>= 1:0.99.1), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Suggests: icedtea-7-jre-jamvm (= 7u79-2.5.5-0ubuntu0.12.04.1), libnss-mdns, sun-java6-fonts, ttf-dejavu-extra, fonts-ipafont-gothic, fonts-ipafont-mincho, ttf-wqy-microhei | ttf-wqy-zenhei, ttf-indic-fonts-core, ttf-telugu-fonts, ttf-oriya-fonts, ttf-kannada-fonts, ttf-bengali-fonts Conflicts: icedtea-netx (<< 1.1.1-2~) Breaks: icedtea-netx (<< 1.2.3-0ubuntu0.12.04.3) Replaces: openjdk-7-jre-lib (<< 7u45-2.4.3-1) Provides: java-runtime-headless, java2-runtime-headless, java5-runtime-headless, java6-runtime-headless, java7-runtime-headless Filename: ./i386/openjdk-7-jre-headless_7u79-2.5.5-0ubuntu0.12.04.1_i386.deb Size: 44332480 MD5sum: 78397bc015509cb8925a87603c570e74 SHA1: 2675e3742fc7d9e17c31a020814cf83a733b0f7a SHA256: e2f42b885599fd86cfe9be5b49df32104a0296eeb7d71551d1734e30ce66187f Section: java Priority: optional Multi-Arch: same Homepage: http://openjdk.java.net/ Description: OpenJDK Java runtime, using Hotspot JIT (headless) Minimal Java runtime - needed for executing non GUI Java programs, using Hotspot JIT. The packages are built using the IcedTea build support and patches from the IcedTea project. Original-Maintainer: OpenJDK Team Package: openjdk-7-jre-lib Source: openjdk-7 Version: 7u79-2.5.5-0ubuntu0.12.04.1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 227 Breaks: openjdk-7-jre-headless (<< 7u45-2.4.3-1) Filename: ./all/openjdk-7-jre-lib_7u79-2.5.5-0ubuntu0.12.04.1_all.deb Size: 81444 MD5sum: bf69dd8e8638a2827c73ad5f5322d553 SHA1: ba50709318618709da5dfee5c1dd24e4fd25ec82 SHA256: 1ca51f950a3fd94216004a1e473179ecbfa564f6a3202e5b294300a1e4f592d3 Section: oldlibs Priority: extra Multi-Arch: foreign Homepage: http://openjdk.java.net/ Description: OpenJDK Java runtime (architecture independent libraries) OpenJDK Java runtime, using Hotspot JIT. The packages are built using the IcedTea build support and patches from the IcedTea project. . This is a transitional package. You can safely remove it. Original-Maintainer: OpenJDK Team Package: openjdk-7-jre-zero Source: openjdk-7 Version: 7u79-2.5.5-0ubuntu0.12.04.1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 6457 Depends: openjdk-7-jre-headless (= 7u79-2.5.5-0ubuntu0.12.04.1), libc6 (>= 2.14), libstdc++6 (>= 4.1.1) Filename: ./amd64/openjdk-7-jre-zero_7u79-2.5.5-0ubuntu0.12.04.1_amd64.deb Size: 2458868 MD5sum: 80879d2904b2196ba9e7372341dd1621 SHA1: 7aa7b9a420a784c01ca9c88b3700efe3f5d86115 SHA256: 3e3a4b4052260e106b7ca81c2f35fe37e4f2cf3f5d87fd79d3a7537ae0fc5443 Section: java Priority: extra Multi-Arch: same Homepage: http://openjdk.java.net/ Description: Alternative JVM for OpenJDK, using Zero/Shark The package provides an alternative runtime using the Zero VM and the Shark Just In Time Compiler (JIT). Built on architectures in addition to the Hotspot VM as a debugging aid for those architectures which don't have a Hotspot VM. . The VM is started with the option `-zero'. See the README.Debian for details. Original-Maintainer: OpenJDK Team Package: openjdk-7-jre-zero Source: openjdk-7 Version: 7u79-2.5.5-0ubuntu0.12.04.1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 5965 Depends: openjdk-7-jre-headless (= 7u79-2.5.5-0ubuntu0.12.04.1), libc6 (>= 2.11), libstdc++6 (>= 4.1.1) Filename: ./i386/openjdk-7-jre-zero_7u79-2.5.5-0ubuntu0.12.04.1_i386.deb Size: 2325720 MD5sum: a10e509289dc7d7f1d9a740ca1b8435f SHA1: 6189fb786e69dac36e8b7dab4f1dd0e3f62a0bf9 SHA256: 13f97b2b9211f25f9d672af3f8531d38c26892c5661ed54ab1e60d623a4624c3 Section: java Priority: extra Multi-Arch: same Homepage: http://openjdk.java.net/ Description: Alternative JVM for OpenJDK, using Zero/Shark The package provides an alternative runtime using the Zero VM and the Shark Just In Time Compiler (JIT). Built on architectures in addition to the Hotspot VM as a debugging aid for those architectures which don't have a Hotspot VM. . The VM is started with the option `-zero'. See the README.Debian for details. Original-Maintainer: OpenJDK Team Package: openjdk-7-source Source: openjdk-7 Version: 7u79-2.5.5-0ubuntu0.12.04.1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 43754 Depends: openjdk-7-jre (>= 7u79-2.5.5-0ubuntu0.12.04.1), openjdk-7-jdk (>= 7u79-2.5.5-0ubuntu0.12.04.1) Replaces: openjdk-7-jdk (<< 7u65-2.5.1-4) Filename: ./all/openjdk-7-source_7u79-2.5.5-0ubuntu0.12.04.1_all.deb Size: 41529000 MD5sum: 08d348941476a48ae4a546539ac9ae9f SHA1: 8b96de5fbb8e13e76066ff5ff13d0a85bd0406ee SHA256: ac52db642b005deeb38e5adc76735f05bb015b57347e64f3b3f371cf6f348f2f Section: java Priority: extra Homepage: http://openjdk.java.net/ Description: OpenJDK Development Kit (JDK) source files OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the Java programming language source files (src.zip) for all classes that make up the Java core API. . The packages are built using the IcedTea build support and patches from the IcedTea project. Original-Maintainer: OpenJDK Team Package: protobuf-c-compiler Source: protobuf-c Version: 0.14-1build2 Architecture: amd64 Maintainer: Robert S. Edmonds Installed-Size: 230 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libprotobuf7, libprotoc7, libstdc++6 (>= 4.1.1) Filename: ./amd64/protobuf-c-compiler_0.14-1build2_amd64.deb Size: 75780 MD5sum: 697b599a09fad5fa534781ccab919876 SHA1: 79e9812d19edc44f8ffa07909ef839686dd4f6b2 SHA256: 6cbd7760cfca5a6c7871fc5425712fd6a8605f0e797b0d6fe929b99af03357f4 Section: devel Priority: optional Homepage: http://protobuf-c.googlecode.com/ Description: protocol buffers C compiler Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . This is the C implementation of protocol buffers. . This package contains a compiler that generates C stubs from protocol buffer schemas. These stubs must be compiled and linked against libprotobuf-c. Package: protobuf-c-compiler Source: protobuf-c Version: 0.14-1build2 Architecture: i386 Maintainer: Robert S. Edmonds Installed-Size: 225 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libprotobuf7, libprotoc7, libstdc++6 (>= 4.1.1) Filename: ./i386/protobuf-c-compiler_0.14-1build2_i386.deb Size: 76326 MD5sum: 38e3c9e3256a9d4242c125ae548391c7 SHA1: 8ac571f2e17ea47066cbd783ca24859d62ce1825 SHA256: cbc0f76bc39b2eafafceaeda21a35fdcc97778f19531b6f7d7eac8bad9e0cf4b Section: devel Priority: optional Homepage: http://protobuf-c.googlecode.com/ Description: protocol buffers C compiler Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . This is the C implementation of protocol buffers. . This package contains a compiler that generates C stubs from protocol buffer schemas. These stubs must be compiled and linked against libprotobuf-c. Package: pylint Version: 1.5.0-2 Architecture: all Maintainer: Logilab S.A. Installed-Size: 1014 Depends: lbudai-python-astroid (>= 1.4.1) Suggests: python-tk, python-enchant Filename: ./all/pylint_1.5.0-2_all.deb Size: 306212 MD5sum: 9873547e6ac5c1f49c3fcdec71f896f3 SHA1: a9905740eddfe4f94f2ed8e19c7cbbd7c08a8cf9 SHA256: 0e0316c7a892fb93e4e2622ec8ac9b00f83321361d63de868569f624c00f452b Section: python Priority: optional Homepage: http://www.pylint.org Description: python code static checker and UML diagram generator Pylint is a Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells (as defined in Martin Fowler's Refactoring book) . Pylint can be seen as another PyChecker since nearly all tests you can do with PyChecker can also be done with Pylint. However, Pylint offers some more features, like checking length of lines of code, checking if variable names are well-formed according to your coding standard, or checking if declared interfaces are truly implemented, and much more. . Additionally, it is possible to write plugins to add your own checks. . The included command pyreverse generates UML class and package diagrams. The included symilar command is a separated similarities checker. . The recommended python-tk package is only for using the pylint-gui script. Package: python-astroid Source: astroid Version: 1.3.6-1 Architecture: all Maintainer: Logilab Installed-Size: 823 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-logilab-common, python-six Filename: ./all/python-astroid_1.3.6-1_all.deb Size: 128366 MD5sum: eca84e7e8bace3746781c49fe4e063b6 SHA1: c3dc520df72d93145304eccd497925da7389514f SHA256: dad5c970a1c0e2bfbdbc0b41c803b173615c78309be540022276c602f39c9b44 Section: python Priority: optional Description: A abstract syntax tree for Python with inference support. .. image:: https://drone.io/bitbucket.org/logilab/astroid/status.png :alt: drone.io Build Status :target: https://drone.io/bitbucket.org/logilab/astroid . Astroid ======= . What's this? ------------ . The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentially governed by pylint's needs. It used to be called logilab-astng. . It provides a compatible representation which comes from the `_ast` module. It rebuilds the tree generated by the builtin _ast module by recursively walking down the AST and building an extended ast. The new node classes have additional methods and attributes for different usages. They include some support for static inference and local name Package: python-astroid Source: astroid Version: 1.4.1-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 1021 Depends: python-logilab-common (>= 0.60.0-1) Filename: ./all/python-astroid_1.4.1-1_all.deb Size: 175000 MD5sum: d2b2333b51ef596148ef830a99bce5c8 SHA1: 1dcfdf91d48202c61d691e9fdda44c2d76dc239a SHA256: e17de64de8ce1e9e01f5a31809ef0c5e409800a0e0735ae3b6f6c61f8963a2bc Section: python Priority: optional Homepage: http://bitbucket/logilab/astroid Description: rebuild a new abstract syntax tree from Python's ast The aim of this module is to provide a common base representation of Python source code for projects such as pyreverse or pylint. . It rebuilds the tree generated by the _ast module by recursively walking down the AST and building an extended ast. The new node classes have additional methods and attributes for different usages. Furthermore, astroid builds partial trees by inspecting living objects. Package: python-lazy-object-proxy Source: lazy-object-proxy Version: 1.2.1-1 Architecture: amd64 Maintainer: Ionel Cristian Mărieș Installed-Size: 163 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.2.5) Filename: ./amd64/python-lazy-object-proxy_1.2.1-1_amd64.deb Size: 22174 MD5sum: 38f916931a4ffd4d8644d50eee6cd83e SHA1: 3b12a8c44023e8c715b5cb12ecc47acfb6777589 SHA256: 8f96879d782d447aba88824d5a4e2f7807f54fffe9f51adaea742603f783c44c Section: python Priority: optional Description: A fast and thorough lazy object proxy. =============================== lazy-object-proxy =============================== . .. list-table:: :stub-columns: 1 . * - docs - |docs| * - tests - | |travis| |appveyor| | |coveralls| |codecov| |landscape| |scrutinizer| * - package - |version| |downloads| . .. |wheel| |supported-versions| |supported-implementations| . .. |docs| image:: https://readthedocs.org/projects/python-lazy-object-proxy/badge/?style=flat :target: https://readthedocs.org/projects/python-lazy-object-proxy Package: python-lazy-object-proxy Source: lazy-object-proxy Version: 1.2.1-1 Architecture: i386 Maintainer: Ionel Cristian Mărieș Installed-Size: 161 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.3.6-6~) Filename: ./i386/python-lazy-object-proxy_1.2.1-1_i386.deb Size: 22178 MD5sum: 9ca5b6d6ce13a4081534e59db7b2dfba SHA1: c4510694321063ebf6b6cfdb6b0e4546f44700c2 SHA256: 03ac0a265698700ddff04217235aa67f6210f44d1f4050ef0b3cf99e73155d74 Section: python Priority: optional Description: A fast and thorough lazy object proxy. =============================== lazy-object-proxy =============================== . .. list-table:: :stub-columns: 1 . * - docs - |docs| * - tests - | |travis| |appveyor| | |coveralls| |codecov| |landscape| |scrutinizer| * - package - |version| |downloads| . .. |wheel| |supported-versions| |supported-implementations| . .. |docs| image:: https://readthedocs.org/projects/python-lazy-object-proxy/badge/?style=flat :target: https://readthedocs.org/projects/python-lazy-object-proxy Package: python-logilab-common Source: logilab-common Version: 0.63.2-1 Architecture: all Maintainer: Logilab Installed-Size: 917 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-six Filename: ./all/python-logilab-common_0.63.2-1_all.deb Size: 170044 MD5sum: a9ef3fac6c579516e6cc191bc1429d78 SHA1: 06b7298596587b50b23c1918303101430ca64c99 SHA256: b9732d336d0135ff48419da2d01f36485fddeb5e6997562d87840664a688c8e4 Section: python Priority: optional Description: collection of low-level Python packages and modules used by Logilab's common library ======================== . What's this ? ------------- . This package contains some modules used by differents Logilab's projects. . It is released under the GNU Lesser General Public License. . There is no documentation available yet but the source code should be clean and well documented. . Designed to ease: . * handling command line options and configuration files * writing interactive command line tools * manipulation of files and character strings * manipulation of common structures such as graph, tree, and pattern such as visitor * generating text and HTML reports Package: python-nose Source: nose Version: 1.3.6-1 Architecture: all Maintainer: Jason Pellerin Installed-Size: 598 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: ./all/python-nose_1.3.6-1_all.deb Size: 139310 MD5sum: 15167078fc59e26efe7d7d2ca0dc46f6 SHA1: b226df3168b324214658878aa3b328eb9ea3d73a SHA256: fd4cac29658816b2319752ba8e30b18c7879088eac29394131f6538ae733fd4d Section: python Priority: optional Description: nose extends unittest to make testing easier nose extends the test loading and running features of unittest, making it easier to write, find and run tests. . By default, nose will run tests in files or directories under the current working directory whose names include "test" or "Test" at a word boundary (like "test_this" or "functional_test" or "TestClass" but not "libtest"). Test output is similar to that of unittest, but also includes captured stdout output from failing tests, for easy print-style debugging. . These features, and many more, are customizable through the use of plugins. Plugins included with nose provide support for doctest, code coverage and profiling, flexible attribute-based test selection, output capture and more. More information about writing plugins may be found on in the nose API documentation, here: http://readthedocs.org/docs/nose/ . If you have recently reported a bug marked as fixed, or have a craving for the very latest, you may want the development version instead: https://github.com/nose-devs/nose/tarball/master#egg=nose-dev Package: python-obs-astroid Source: obs-astroid Version: 1.3.6-1 Architecture: all Maintainer: Logilab Installed-Size: 823 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-logilab-common, python-six Filename: ./all/python-obs-astroid_1.3.6-1_all.deb Size: 129578 MD5sum: 1570edf60b84a7cd2133d8a21884ef7f SHA1: d44f3ab49d976da79ea5138e9e35bb0ce8d54ac2 SHA256: 62f944a9c4d5bb613c472e0d045d568f7ec97e8d1205e74ff03fc7dfd2219d7a Section: python Priority: optional Description: A abstract syntax tree for Python with inference support. .. image:: https://drone.io/bitbucket.org/logilab/astroid/status.png :alt: drone.io Build Status :target: https://drone.io/bitbucket.org/logilab/astroid . Astroid ======= . What's this? ------------ . The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentially governed by pylint's needs. It used to be called logilab-astng. . It provides a compatible representation which comes from the `_ast` module. It rebuilds the tree generated by the builtin _ast module by recursively walking down the AST and building an extended ast. The new node classes have additional methods and attributes for different usages. They include some support for static inference and local name Package: python-pep8 Source: pep8 Version: 1.6.2-1 Architecture: all Maintainer: Johann C. Rocholl Installed-Size: 170 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: ./all/python-pep8_1.6.2-1_all.deb Size: 33418 MD5sum: 2db620707922c898a4fd750a3dfed72d SHA1: 8a5278eb38fd84214efc0da544ed534f57fa1380 SHA256: 3e5a1c72180275939bdd82178a31a0afda950c644c3771b06d9516dbf4bbd502 Section: python Priority: optional Description: Python style guide checker pep8 - Python style guide checker ================================= . pep8 is a tool to check your Python code against some of the style conventions in `PEP 8`_. . .. _PEP 8: http://www.python.org/dev/peps/pep-0008/ . . Features -------- . * Plugin architecture: Adding new checks is easy. . * Parseable output: Jump to error location in your editor. . * Small: Just one Python file, requires only stdlib. You can use just the pep8.py file for this purpose. . * Comes with a comprehensive test suite. Package: python-ply Source: ply Version: 3.6-1 Architecture: all Maintainer: David Beazley Installed-Size: 274 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: ./all/python-ply_3.6-1_all.deb Size: 48572 MD5sum: b6d6d2be7b50ba521ce0a0540c261b71 SHA1: 62afb3cc4c647070ed0e54ba56e6564540c72b30 SHA256: c13494d7739bb6abf5894ab128582f2add9cf0683604d1267e1dc558be16ce06 Section: python Priority: optional Description: Python Lex & Yacc . PLY is yet another implementation of lex and yacc for Python. Some notable features include the fact that its implemented entirely in Python and it uses LALR(1) parsing which is efficient and well suited for larger grammars. . PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars. . PLY is extremely easy to use and provides very extensive error checking. It is compatible with both Python 2 and Python 3. Package: python-pylint Source: pylint Version: 1.4.3-1 Architecture: all Maintainer: Logilab Installed-Size: 673 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-logilab-common, python-astroid, python-six Filename: ./all/python-pylint_1.4.3-1_all.deb Size: 145112 MD5sum: 99a9f669b43c3e90617255128e1f32d7 SHA1: 9437c4b8da0e97d863ac9243804ab3435f8b3a47 SHA256: dfbbe68a75862a1f85dcdb3da1d728f5794b7c849c58c3545cf52d1edae1cb2e Section: python Priority: optional Description: python code static checker . .. image:: https://drone.io/bitbucket.org/logilab/pylint/status.png :alt: drone.io Build Status :target: https://drone.io/bitbucket.org/logilab/pylint . README for Pylint - http://www.pylint.org/ ========================================== . Pylint is a Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells (as defined in Martin Fowler's Refactoring book). . Pylint has many rules enabled by default, way too much to silence them all on a minimally sized program. It's highly configurable and handle pragmas to control it from within your code. Additionally, it is possible to write plugins to add your own checks. . It's a free software distributed under the GNU Public Licence. . Development is hosted on bitbucket: https://bitbucket.org/logilab/pylint/ Package: python-six Source: six Version: 1.9.0-1 Architecture: all Maintainer: Benjamin Peterson Installed-Size: 80 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: ./all/python-six_1.9.0-1_all.deb Size: 10494 MD5sum: 375438dde4cd79fe9f1af1d63bb0858f SHA1: c224b5aff9d51f27c54a805e13016f79c2b816ec SHA256: 4dcf97d91d65df9da25c31a3db4f0dd7b0e5ab500e6d8bfbefe2aabd5801ce3f Section: python Priority: optional Description: Python 2 and 3 compatibility utilities Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided. . Six supports every Python version since 2.5. It is contained in only one Python file, so it can be easily copied into your project. (The copyright and license notice must be retained.) . Online documentation is at http://pythonhosted.org/six/. . Bugs can be reported to https://bitbucket.org/gutworth/six. The code can also be found there. . For questions about six or porting in general, email the python-porting mailing list: http://mail.python.org/mailman/listinfo/python-porting Package: python-wrapt Source: wrapt Version: 1.10.6-1 Architecture: amd64 Maintainer: Graham Dumpleton Installed-Size: 168 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.2.5) Filename: ./amd64/python-wrapt_1.10.6-1_amd64.deb Size: 30652 MD5sum: b8ec86df9f2aba64a26f8c7e9e2507e8 SHA1: 5c7302906e1ce1a98bbffbec4e849d3a3b2df7bf SHA256: 9bd91b5190f6061f5bedd48921744692f244b1dafa9f6c6d1905cf6493a5d889 Section: python Priority: optional Description: Module for decorators, wrappers and monkey patching. wrapt ===== . |Travis| |Coveralls| |PyPI| . A Python module for decorators, wrappers and monkey patching. . For full documentation see: . http://wrapt.readthedocs.org . .. |Travis| image:: https://img.shields.io/travis/GrahamDumpleton/wrapt/develop.svg?style=plastic :target: https://travis-ci.org/GrahamDumpleton/wrapt?branch=develop .. |Coveralls| image:: https://img.shields.io/coveralls/GrahamDumpleton/wrapt/develop.svg?style=plastic :target: https://coveralls.io/github/GrahamDumpleton/wrapt?branch=develop .. |PyPI| image:: https://img.shields.io/pypi/v/wrapt.svg?style=plastic :target: https://pypi.python.org/pypi/wrapt Package: python-wrapt Source: wrapt Version: 1.10.6-1 Architecture: i386 Maintainer: Graham Dumpleton Installed-Size: 161 Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.3.6-6~) Filename: ./i386/python-wrapt_1.10.6-1_i386.deb Size: 30108 MD5sum: 7f33039a3fd7cb696dfef01e1f0733fe SHA1: 9351e56831b4a496c1df454251d1978e086c39d0 SHA256: 2a49ddd2e18b9fbf585df464ef41320f49ad5561af0d70cd448636f6238ccbce Section: python Priority: optional Description: Module for decorators, wrappers and monkey patching. wrapt ===== . |Travis| |Coveralls| |PyPI| . A Python module for decorators, wrappers and monkey patching. . For full documentation see: . http://wrapt.readthedocs.org . .. |Travis| image:: https://img.shields.io/travis/GrahamDumpleton/wrapt/develop.svg?style=plastic :target: https://travis-ci.org/GrahamDumpleton/wrapt?branch=develop .. |Coveralls| image:: https://img.shields.io/coveralls/GrahamDumpleton/wrapt/develop.svg?style=plastic :target: https://coveralls.io/github/GrahamDumpleton/wrapt?branch=develop .. |PyPI| image:: https://img.shields.io/pypi/v/wrapt.svg?style=plastic :target: https://pypi.python.org/pypi/wrapt Package: riemann-c-client Version: 1.8.0-1 Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 53 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.5.0) Filename: ./amd64/riemann-c-client_1.8.0-1_amd64.deb Size: 10074 MD5sum: 73c64c265071a257589cc5b96b6c68ce SHA1: 0421a941da1d17713d2e4f1e6f3692286218b5b7 SHA256: 769daf17701c0ab51e44e788ef50039ff355ee399a55f1df3e654cd36201833c Section: net Priority: extra Multi-Arch: foreign Homepage: https://github.com/algernon/riemann-c-client Description: Client utility for the Riemann event stream processor Riemann is a network event stream processor, intended for analyitics, metrics and alerting; and to glue various monitoring systems together. . This package provides a simple utility to send events to, or query a Riemann server. Package: riemann-c-client Version: 1.8.0-1 Architecture: i386 Maintainer: Gergely Nagy Installed-Size: 52 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.5.0) Filename: ./i386/riemann-c-client_1.8.0-1_i386.deb Size: 9750 MD5sum: 56fa3f61222930745c8beff8d4f2053d SHA1: 0dfe6d317b3ec36772044783bd4ff5ed037386c0 SHA256: c31a496a17eda4f477fa6d3242698bcca90b7dc83c275e9be097775c5c3a3493 Section: net Priority: extra Multi-Arch: foreign Homepage: https://github.com/algernon/riemann-c-client Description: Client utility for the Riemann event stream processor Riemann is a network event stream processor, intended for analyitics, metrics and alerting; and to glue various monitoring systems together. . This package provides a simple utility to send events to, or query a Riemann server. Package: sqlite Version: 2.8.17-7fakesync1build1 Architecture: amd64 Maintainer: Ubuntu Developers Installed-Size: 74 Depends: libc6 (>= 2.4), libreadline6 (>= 6.0), libsqlite0 (>= 2.8.17) Suggests: sqlite-doc Filename: ./amd64/sqlite_2.8.17-7fakesync1build1_amd64.deb Size: 23028 MD5sum: b45cd93db7790b012d3e4e67ae5004f0 SHA1: 3abea4e6106f4c6ff6dfaadafaa4502f99a170f2 SHA256: 6513191daf6a44a6b499ae7a1115ed943c5b82a3036baa38fba2c0e32a974eaf Section: database Priority: optional Description: command line interface for SQLite SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Original-Maintainer: Laszlo Boszormenyi (GCS) Package: sqlite Version: 2.8.17-7fakesync1build1 Architecture: i386 Maintainer: Ubuntu Developers Installed-Size: 73 Depends: libc6 (>= 2.4), libreadline6 (>= 6.0), libsqlite0 (>= 2.8.17) Suggests: sqlite-doc Filename: ./i386/sqlite_2.8.17-7fakesync1build1_i386.deb Size: 22458 MD5sum: 462c324224a974fe9d6cf1fbfd8956f5 SHA1: 6833d84007ef03efe39bacc80893e521e0ce56ec SHA256: 210ca8724b38700951ad24aabd220f148efa4225e3278f65027953e1812f1124 Section: database Priority: optional Description: command line interface for SQLite SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Original-Maintainer: Laszlo Boszormenyi (GCS) Package: sqlite-doc Source: sqlite Version: 2.8.17-7fakesync1build1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 708 Recommends: sqlite Filename: ./all/sqlite-doc_2.8.17-7fakesync1build1_all.deb Size: 169714 MD5sum: 4f867315c74997344c1055a27bb034a1 SHA1: dc7772333f1aeed2e58b9ca5620826fedf652c73 SHA256: 75df0d520d9cfca6a2d56c7ef70c09d1206d089573fb2707e2c1f5c2f614cfa9 Section: doc Priority: optional Description: SQLite documentation SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the documentation that is also available on the SQLite homepage. Original-Maintainer: Laszlo Boszormenyi (GCS) Package: syslog-ng Version: 3.11.1-6 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 58 Depends: syslog-ng-core (>= 3.11.1), syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-json Recommends: syslog-ng-mod-smtp, syslog-ng-mod-geoip, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-add-contextual-data, syslog-ng-mod-getent, syslog-ng-mod-stardate, syslog-ng-mod-map-value-pairs, syslog-ng-mod-snmptrapd-parser, syslog-ng-mod-geoip2, syslog-ng-mod-pacctformat, syslog-ng-mod-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, syslog-ng-mod-http Filename: ./all/syslog-ng_3.11.1-6_all.deb Size: 23614 MD5sum: 335b9584d46e1032a9bb67f523d925ff SHA1: a1a08b7806c094c99d43a0087e7fc0d2e1941bf6 SHA256: e9708187f8de19fc3bc3e0fe6adfd4bcea4a660a618eeadb2f62a6e9794d1501 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (metapackage) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package is a metapackage, depending on the rest of syslog-ng, including all available plugins. It can be safely removed, if only parts of syslog-ng need to be installed. Package: syslog-ng Version: 3.7.2-1 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 45 Depends: syslog-ng-core (>= 3.7.2), syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-json Recommends: syslog-ng-mod-smtp, syslog-ng-mod-amqp, syslog-ng-mod-geoip, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-http Filename: ./all/syslog-ng_3.7.2-1_all.deb Size: 11786 MD5sum: 8d80b5d1b6f439ce5a4cd4592a7da79f SHA1: bfe507181f219666d588cd5652c8e103d2cb64ba SHA256: 82be216547eaf0020a5e83b7516d9a20e7bd01385a78d41b80c40947c5457925 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (metapackage) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package is a metapackage, depending on the rest of syslog-ng, including all available plugins. It can be safely removed, if only parts of syslog-ng need to be installed. Package: syslog-ng Version: 3.7.3-4 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 47 Depends: syslog-ng-core (>= 3.7.3), syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-json Recommends: syslog-ng-mod-smtp, syslog-ng-mod-amqp, syslog-ng-mod-geoip, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-http, syslog-ng-mod-kvformat Filename: ./all/syslog-ng_3.7.3-4_all.deb Size: 14128 MD5sum: 73bcd6613a437ea5f2c525fb899a22eb SHA1: c2c20c259bda773da268c07ce509b32df678dba4 SHA256: 23589fbc7718a9dad7b7750c5dc656d88c3e5b6fb9e4eb22de2445f705ffdc71 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (metapackage) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package is a metapackage, depending on the rest of syslog-ng, including all available plugins. It can be safely removed, if only parts of syslog-ng need to be installed. Package: syslog-ng Version: 3.8.1-3 Architecture: all Maintainer: Laszlo Budai Installed-Size: 30 Depends: syslog-ng-core (>= 3.8.1), syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-json Recommends: syslog-ng-mod-smtp, syslog-ng-mod-amqp, syslog-ng-mod-geoip, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-http, syslog-ng-mod-curl, syslog-ng-mod-kvformat, syslog-ng-mod-add-contextual-data Filename: ./all/syslog-ng_3.8.1-3_all.deb Size: 7572 MD5sum: 0f79e2b5e449359e67879b716628e33c SHA1: 1551286378aa23d6da38143868f802132f1a1baa SHA256: 8b779d2174f028f0771d431cb549636f019742c43a43044cbd96cb891a30c533 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (metapackage) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package is a metapackage, depending on the rest of syslog-ng, including all available plugins. It can be safely removed, if only parts of syslog-ng need to be installed. Package: syslog-ng Version: 3.9.1-1 Architecture: all Maintainer: Laszlo Budai Installed-Size: 28 Depends: syslog-ng-core (>= 3.9.1), syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-json Recommends: syslog-ng-mod-smtp, syslog-ng-mod-amqp, syslog-ng-mod-geoip, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-http, syslog-ng-mod-curl, syslog-ng-mod-kvformat, syslog-ng-mod-add-contextual-data Filename: ./all/syslog-ng_3.9.1-1_all.deb Size: 5126 MD5sum: 2ff03e1d967d7949ce835f2eb322182f SHA1: 523418853d90fd12f09fa8f770ef4285358c99c6 SHA256: 73e2aa20b3cc5127b8a63cef20374f833d267a24421c9c0944d75fab9cd52c86 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (metapackage) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package is a metapackage, depending on the rest of syslog-ng, including all available plugins. It can be safely removed, if only parts of syslog-ng need to be installed. Package: syslog-ng-core Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2071 Depends: libc6 (>= 2.14), libcap2 (>= 2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libnet1 (>= 1.1.2.1), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libwrap0 (>= 7.6-4~), upstart-job, util-linux (>= 2.12-10), lsb-base (>= 3.0-6) Recommends: logrotate Suggests: syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-json, syslog-ng-mod-smtp, syslog-ng-mod-geoip, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-add-contextual-data, syslog-ng-mod-getent, syslog-ng-mod-stardate, syslog-ng-mod-map-value-pairs, syslog-ng-mod-snmptrapd-parser, syslog-ng-mod-geoip2, syslog-ng-mod-pacctformat, syslog-ng-mod-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, syslog-ng-mod-http Conflicts: linux-kernel-log-daemon, system-log-daemon Breaks: libsyslog-ng-dev, syslog-ng (<< 3.3.0~) Replaces: libsyslog-ng-dev, syslog-ng (<< 3.3.0~) Provides: libsyslog-ng-dev, linux-kernel-log-daemon, syslog-ng-abi-3.11-0, system-log-daemon Filename: ./amd64/syslog-ng-core_3.11.1-6_amd64.deb Size: 696548 MD5sum: 03f207137e896243e5a69788a1b97967 SHA1: 87aeb07185aa77af7afa87f09e3094ffd330c17e SHA256: daa4aee1464f9905ed79b5618f71e8119c4f80b6ce2e396c2392243049524068 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 1964 Depends: libc6 (>= 2.11), libcap2 (>= 2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libnet1 (>= 1.1.2.1), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libwrap0 (>= 7.6-4~), upstart-job, util-linux (>= 2.12-10), lsb-base (>= 3.0-6) Recommends: logrotate Suggests: syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-json, syslog-ng-mod-smtp, syslog-ng-mod-geoip, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-add-contextual-data, syslog-ng-mod-getent, syslog-ng-mod-stardate, syslog-ng-mod-map-value-pairs, syslog-ng-mod-snmptrapd-parser, syslog-ng-mod-geoip2, syslog-ng-mod-pacctformat, syslog-ng-mod-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, syslog-ng-mod-http Conflicts: linux-kernel-log-daemon, system-log-daemon Breaks: libsyslog-ng-dev, syslog-ng (<< 3.3.0~) Replaces: libsyslog-ng-dev, syslog-ng (<< 3.3.0~) Provides: libsyslog-ng-dev, linux-kernel-log-daemon, syslog-ng-abi-3.11-0, system-log-daemon Filename: ./i386/syslog-ng-core_3.11.1-6_i386.deb Size: 700582 MD5sum: ccad641e5a9bae7af72b4ec60eede84b SHA1: e21db4445ffc3f85daf37261290a97814c226cf8 SHA256: e3ab1545e2f7f3d4014978fcf99fedbae8d9987fae474d261315f4ae70940e28 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.7.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 1509 Depends: libc6 (>= 2.14), libevtlog0 (>= 0.2.12), libglib2.0-0 (>= 2.31.8), libivykis0, libnet1 (>= 1.1.2.1), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libwrap0 (>= 7.6-4~), upstart-job, util-linux (>= 2.12-10) Recommends: logrotate Suggests: syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-json, syslog-ng-mod-smtp, syslog-ng-mod-amqp, syslog-ng-mod-geoip, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-http Conflicts: linux-kernel-log-daemon, system-log-daemon Breaks: libsyslog-ng-dev, syslog-ng (<< 3.3.0~) Replaces: libsyslog-ng-dev, syslog-ng (<< 3.3.0~) Provides: libsyslog-ng-dev, linux-kernel-log-daemon, syslog-ng-abi-3.6-0, system-log-daemon Filename: ./amd64/syslog-ng-core_3.7.2-1_amd64.deb Size: 498738 MD5sum: 7052d382c8a67faaee11df4627a1fea7 SHA1: c7c2a0e0d10315a4847c44aa50235ab3f08f2575 SHA256: 0066987a4f4b33239eaa05e3c722b96384ed10896b8eb54bd37c1b350c22eef1 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.7.2-1 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 1401 Depends: libc6 (>= 2.11), libevtlog0 (>= 0.2.12), libglib2.0-0 (>= 2.31.8), libivykis0, libnet1 (>= 1.1.2.1), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libwrap0 (>= 7.6-4~), upstart-job, util-linux (>= 2.12-10) Recommends: logrotate Suggests: syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-json, syslog-ng-mod-smtp, syslog-ng-mod-amqp, syslog-ng-mod-geoip, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-http Conflicts: linux-kernel-log-daemon, system-log-daemon Breaks: libsyslog-ng-dev, syslog-ng (<< 3.3.0~) Replaces: libsyslog-ng-dev, syslog-ng (<< 3.3.0~) Provides: libsyslog-ng-dev, linux-kernel-log-daemon, syslog-ng-abi-3.6-0, system-log-daemon Filename: ./i386/syslog-ng-core_3.7.2-1_i386.deb Size: 495446 MD5sum: 4bcfc92fd4771d491c68fcbcb84570b1 SHA1: 422070650980ffd114a0ce83429757e953480884 SHA256: 96a7681f47b58a7728924883c17f931081d6aa6c8b5ddfda85097811a9f15977 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.7.3-4 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 1570 Depends: libc6 (>= 2.14), libevtlog0 (>= 0.2.12), libglib2.0-0 (>= 2.31.8), libivykis0, libnet1 (>= 1.1.2.1), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libwrap0 (>= 7.6-4~), upstart-job, util-linux (>= 2.12-10) Recommends: logrotate Suggests: syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-json, syslog-ng-mod-smtp, syslog-ng-mod-amqp, syslog-ng-mod-geoip, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-http, syslog-ng-mod-kvformat Conflicts: linux-kernel-log-daemon, system-log-daemon Breaks: libsyslog-ng-dev, syslog-ng (<< 3.3.0~) Replaces: libsyslog-ng-dev, syslog-ng (<< 3.3.0~) Provides: libsyslog-ng-dev, linux-kernel-log-daemon, syslog-ng-abi-3.7-0, system-log-daemon Filename: ./amd64/syslog-ng-core_3.7.3-4_amd64.deb Size: 506322 MD5sum: 32e56675d35101cb91e791e214ef9b51 SHA1: 3bf304a4c3e873c35079bec332fed6c66eced794 SHA256: 02b83b1ce5314c632b91ade928f1e1cad7e7f75c4abc2001cf0e2b9cfae512f1 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.7.3-4 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 1462 Depends: libc6 (>= 2.11), libevtlog0 (>= 0.2.12), libglib2.0-0 (>= 2.31.8), libivykis0, libnet1 (>= 1.1.2.1), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libwrap0 (>= 7.6-4~), upstart-job, util-linux (>= 2.12-10) Recommends: logrotate Suggests: syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-json, syslog-ng-mod-smtp, syslog-ng-mod-amqp, syslog-ng-mod-geoip, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-http, syslog-ng-mod-kvformat Conflicts: linux-kernel-log-daemon, system-log-daemon Breaks: libsyslog-ng-dev, syslog-ng (<< 3.3.0~) Replaces: libsyslog-ng-dev, syslog-ng (<< 3.3.0~) Provides: libsyslog-ng-dev, linux-kernel-log-daemon, syslog-ng-abi-3.7-0, system-log-daemon Filename: ./i386/syslog-ng-core_3.7.3-4_i386.deb Size: 501842 MD5sum: 2a22739eb7b368b0287a0e78804cb2ad SHA1: 310c27a57fc2c1e7ac9ec7fe0d2936528e1c2909 SHA256: 7b47009565bc28f78a8edec6721ff3f8ba215b2ef03725c564d4cb918aeea577 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.8.1-3 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 1790 Depends: libc6 (>= 2.14), libevtlog0 (>= 0.2.12), libglib2.0-0 (>= 2.31.8), libivykis0, libnet1 (>= 1.1.2.1), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libwrap0 (>= 7.6-4~), upstart-job, util-linux (>= 2.12-10) Recommends: logrotate Suggests: syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-json, syslog-ng-mod-smtp, syslog-ng-mod-amqp, syslog-ng-mod-geoip, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-http, syslog-ng-mod-curl, syslog-ng-mod-kvformat, syslog-ng-mod-add-contextual-data Conflicts: linux-kernel-log-daemon, system-log-daemon Breaks: libsyslog-ng-dev, syslog-ng (<< 3.3.0~) Replaces: libsyslog-ng-dev, syslog-ng (<< 3.3.0~) Provides: libsyslog-ng-dev, linux-kernel-log-daemon, syslog-ng-abi-3.8-0, system-log-daemon Filename: ./amd64/syslog-ng-core_3.8.1-3_amd64.deb Size: 584746 MD5sum: b21a6494ed1eec69f79f97939c079742 SHA1: c133e0c44f71c390b96937ecd12357d24a19af42 SHA256: c844ba14bdd77ac352f80d2466a0ae334d5146852ac1c3fc3388857565a9073b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.8.1-3 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 1675 Depends: libc6 (>= 2.11), libevtlog0 (>= 0.2.12), libglib2.0-0 (>= 2.31.8), libivykis0, libnet1 (>= 1.1.2.1), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libwrap0 (>= 7.6-4~), upstart-job, util-linux (>= 2.12-10) Recommends: logrotate Suggests: syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-json, syslog-ng-mod-smtp, syslog-ng-mod-amqp, syslog-ng-mod-geoip, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-http, syslog-ng-mod-curl, syslog-ng-mod-kvformat, syslog-ng-mod-add-contextual-data Conflicts: linux-kernel-log-daemon, system-log-daemon Breaks: libsyslog-ng-dev, syslog-ng (<< 3.3.0~) Replaces: libsyslog-ng-dev, syslog-ng (<< 3.3.0~) Provides: libsyslog-ng-dev, linux-kernel-log-daemon, syslog-ng-abi-3.8-0, system-log-daemon Filename: ./i386/syslog-ng-core_3.8.1-3_i386.deb Size: 581760 MD5sum: 0b5997b632661805c2561bef58537413 SHA1: 026c38a690c4de6675d1aa298b467fd1617cadfe SHA256: 23a6a53ce6aa02ca0ab5aa58df271c5b3b9ff99c6eb6ff57b00fc4b41e2bb73b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.9.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 1796 Depends: libc6 (>= 2.14), libcap2 (>= 2.10), libevtlog0 (>= 0.2.12), libglib2.0-0 (>= 2.31.8), libivykis0, libnet1 (>= 1.1.2.1), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libwrap0 (>= 7.6-4~), upstart-job, util-linux (>= 2.12-10) Recommends: logrotate Suggests: syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-json, syslog-ng-mod-smtp, syslog-ng-mod-amqp, syslog-ng-mod-geoip, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-http, syslog-ng-mod-curl, syslog-ng-mod-kvformat, syslog-ng-mod-add-contextual-data Conflicts: linux-kernel-log-daemon, system-log-daemon Breaks: libsyslog-ng-dev, syslog-ng (<< 3.3.0~) Replaces: libsyslog-ng-dev, syslog-ng (<< 3.3.0~) Provides: libsyslog-ng-dev, linux-kernel-log-daemon, syslog-ng-abi-3.9-0, system-log-daemon Filename: ./amd64/syslog-ng-core_3.9.1-1_amd64.deb Size: 587154 MD5sum: 9d3728a69d5921b7f605b73f7fcf4ff2 SHA1: 883be5e1ead8d46b82868291ca5de22ec7814236 SHA256: 155acb020d597e1f8b07190f038be1058ee90eb202563276c17405b6f7b42650 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.9.1-1 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 1689 Depends: libc6 (>= 2.11), libcap2 (>= 2.10), libevtlog0 (>= 0.2.12), libglib2.0-0 (>= 2.31.8), libivykis0, libnet1 (>= 1.1.2.1), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), libwrap0 (>= 7.6-4~), upstart-job, util-linux (>= 2.12-10) Recommends: logrotate Suggests: syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-json, syslog-ng-mod-smtp, syslog-ng-mod-amqp, syslog-ng-mod-geoip, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-http, syslog-ng-mod-curl, syslog-ng-mod-kvformat, syslog-ng-mod-add-contextual-data Conflicts: linux-kernel-log-daemon, system-log-daemon Breaks: libsyslog-ng-dev, syslog-ng (<< 3.3.0~) Replaces: libsyslog-ng-dev, syslog-ng (<< 3.3.0~) Provides: libsyslog-ng-dev, linux-kernel-log-daemon, syslog-ng-abi-3.9-0, system-log-daemon Filename: ./i386/syslog-ng-core_3.9.1-1_i386.deb Size: 588190 MD5sum: 19bf7dac25520668347e5b1f9d4995ec SHA1: 2a3068a3ea17948dc601df31a24e94cc0854ff88 SHA256: 56dde58fdc245614a65c7aaa8150700d987f1eb98ae7fb0fb043049fd788a9a9 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-dbg Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 3109 Depends: syslog-ng-core (= 3.11.1-6) Filename: ./amd64/syslog-ng-dbg_3.11.1-6_amd64.deb Size: 2524310 MD5sum: f256f109844f91905975fd984fe179fa SHA1: ff0ce804d96d0254fee3c2c406843f1b73b6c91e SHA256: 19fcfbba6d00e5ce13c13160560f80cd02202ef3d6c9f955f2fe8c20e0689b65 Section: debug Priority: extra Multi-Arch: same Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (debug symbols) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains debug symbols for the whole of syslog-ng, including the modules. Package: syslog-ng-dbg Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 2925 Depends: syslog-ng-core (= 3.11.1-6) Filename: ./i386/syslog-ng-dbg_3.11.1-6_i386.deb Size: 2426924 MD5sum: c3f54412a9aaf459db7cfd9e83394bf7 SHA1: 0bb18643d21db8aa7db6794993389787541c2715 SHA256: 1bace3fd3aad3cf360754c0e3204cdbe5550913d39fb6714e6d3c2c7ad082017 Section: debug Priority: extra Multi-Arch: same Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (debug symbols) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains debug symbols for the whole of syslog-ng, including the modules. Package: syslog-ng-dbg Source: syslog-ng Version: 3.7.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2437 Depends: syslog-ng-core (= 3.7.2-1) Filename: ./amd64/syslog-ng-dbg_3.7.2-1_amd64.deb Size: 1978164 MD5sum: 3f9d4767513ec9786b894a5c07221d9c SHA1: de0cc0231ac861b01c8a13beac153230a5d718c1 SHA256: 0f92aa46a8881a39c2469cae962de38c43edf315cca55a94df6a030f439390d7 Section: debug Priority: extra Multi-Arch: same Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (debug symbols) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains debug symbols for the whole of syslog-ng, including the modules. Package: syslog-ng-dbg Source: syslog-ng Version: 3.7.2-1 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 2277 Depends: syslog-ng-core (= 3.7.2-1) Filename: ./i386/syslog-ng-dbg_3.7.2-1_i386.deb Size: 1890230 MD5sum: a59bf35a6c21f39c91c80e670d1ff3ca SHA1: f09d1f76abb94e7a8c39f0fbffe000e9e712bb20 SHA256: 436a42adda986c2c6522098d0e6dd85f10c3e0e7fdf75e75f7bebbb61eb05d84 Section: debug Priority: extra Multi-Arch: same Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (debug symbols) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains debug symbols for the whole of syslog-ng, including the modules. Package: syslog-ng-dbg Source: syslog-ng Version: 3.7.3-4 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2482 Depends: syslog-ng-core (= 3.7.3-4) Filename: ./amd64/syslog-ng-dbg_3.7.3-4_amd64.deb Size: 2016766 MD5sum: f1aa31e51a23135ef3dd7e3f01414575 SHA1: 71557876520a24e929355bd1793c77680874fd11 SHA256: f506fd2847a08b319c8cb86b62bbd50964d5614a139542a2491b47ea3cad1447 Section: debug Priority: extra Multi-Arch: same Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (debug symbols) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains debug symbols for the whole of syslog-ng, including the modules. Package: syslog-ng-dbg Source: syslog-ng Version: 3.7.3-4 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 2322 Depends: syslog-ng-core (= 3.7.3-4) Filename: ./i386/syslog-ng-dbg_3.7.3-4_i386.deb Size: 1928996 MD5sum: f2a061a91a29c7f59b588a3e6db9dc93 SHA1: 8df22fd7cdc2601e5ce748ef137a2e0f01003ec7 SHA256: 14cf70fa34e33856f604e894b603eb7b5bc20a927c587d68f4d57007c66aa91f Section: debug Priority: extra Multi-Arch: same Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (debug symbols) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains debug symbols for the whole of syslog-ng, including the modules. Package: syslog-ng-dbg Source: syslog-ng Version: 3.8.1-3 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 3297 Depends: syslog-ng-core (= 3.8.1-3) Filename: ./amd64/syslog-ng-dbg_3.8.1-3_amd64.deb Size: 2726252 MD5sum: 4088118a8d23502dbf9c8dcd27dc10ff SHA1: 70edb286d54f95ebf5f57efb6c91bdbd558dc1fc SHA256: 8b59d6fcd572250ceab323db1c98db9acc643844e726d000eabd0dccfa63b319 Section: debug Priority: extra Multi-Arch: same Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (debug symbols) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains debug symbols for the whole of syslog-ng, including the modules. Package: syslog-ng-dbg Source: syslog-ng Version: 3.8.1-3 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 3083 Depends: syslog-ng-core (= 3.8.1-3) Filename: ./i386/syslog-ng-dbg_3.8.1-3_i386.deb Size: 2607202 MD5sum: 27fc72bb639c0e2ce9356c8815def211 SHA1: 57aae9da065c22faa868eb8ed16355b8eba6179e SHA256: d464d8f6bdce1944aa010a7e9ecc05083e9dc252e10a3af32f65d52389f752bb Section: debug Priority: extra Multi-Arch: same Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (debug symbols) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains debug symbols for the whole of syslog-ng, including the modules. Package: syslog-ng-dbg Source: syslog-ng Version: 3.9.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 3341 Depends: syslog-ng-core (= 3.9.1-1) Filename: ./amd64/syslog-ng-dbg_3.9.1-1_amd64.deb Size: 2756484 MD5sum: b14c930153b4189327eb5b5437836a61 SHA1: 369ca1e9fe14fa1d390958a8fcac1cd027596ec2 SHA256: 6c10ce4ca21b1a4bf23ac95173f322937b9651c97562cee03aad0f3c9257ffdf Section: debug Priority: extra Multi-Arch: same Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (debug symbols) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains debug symbols for the whole of syslog-ng, including the modules. Package: syslog-ng-dbg Source: syslog-ng Version: 3.9.1-1 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 3110 Depends: syslog-ng-core (= 3.9.1-1) Filename: ./i386/syslog-ng-dbg_3.9.1-1_i386.deb Size: 2637326 MD5sum: cd56181e9a2d4e42ad593556cf754947 SHA1: fb36f353889bd362ae537e8a6734d523c081cc58 SHA256: 1bb4111415f96cbc3b62fda781087932f52788c869bf9576665fca1c1d8f21b2 Section: debug Priority: extra Multi-Arch: same Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (debug symbols) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains debug symbols for the whole of syslog-ng, including the modules. Package: syslog-ng-dev Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 797 Depends: syslog-ng-core (= 3.11.1-6), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.11.1-6_amd64.deb Size: 148700 MD5sum: 405272518a3cdc610565380133d09989 SHA1: d75886423815067087111d6f32e97629b1d7555b SHA256: 158427d2ef63fc259d25b46466270a2e3b9d113e3609f543d1fe561618a0dd7a Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 773 Depends: syslog-ng-core (= 3.11.1-6), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./i386/syslog-ng-dev_3.11.1-6_i386.deb Size: 146812 MD5sum: d43efa76c58ba1cdd666301166de3aef SHA1: 5d7ddc7acc09822f3d87720bca7e9c80206942ce SHA256: 2edb393aeee90897dc30f4bdd309d8be3a3344effe08fadd7fa2bc6dc184850c Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.7.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 595 Depends: syslog-ng-core (= 3.7.2-1), perl, pkg-config, flex, bison, libevtlog-dev (>= 0.2.12), libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.7.2-1_amd64.deb Size: 106666 MD5sum: 8be96e144bff9a31be796b4ee82f1967 SHA1: 5cf4fd8bf0c0f4bd97c5324b2096d620388c0978 SHA256: 3e75b48d2962481c02b63682eab94edbe097ca5c6b7ff24e47c7d8d2963c145d Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.7.2-1 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 580 Depends: syslog-ng-core (= 3.7.2-1), perl, pkg-config, flex, bison, libevtlog-dev (>= 0.2.12), libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./i386/syslog-ng-dev_3.7.2-1_i386.deb Size: 105090 MD5sum: 6a8b68429f4c3ef471eef63454691069 SHA1: 419b464a0648ff9e936115f5cb7cc4e5e6fe3eae SHA256: 5f6a58acc074fdfbdccc512a9b1f5682fbffe4ff200f8c8e8e5fd1bd8bd674ee Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.7.3-4 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 597 Depends: syslog-ng-core (= 3.7.3-4), perl, pkg-config, flex, bison, libevtlog-dev (>= 0.2.12), libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.7.3-4_amd64.deb Size: 110290 MD5sum: 71cf18240ca3cb72d806d7680024e44a SHA1: 3c58a637d5f303f05d7bb8ffb5393e3859691c17 SHA256: 16f878491b733bbcf2422050af150a5ab7ae4ccd9552bb162108e158b64b7693 Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.7.3-4 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 582 Depends: syslog-ng-core (= 3.7.3-4), perl, pkg-config, flex, bison, libevtlog-dev (>= 0.2.12), libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./i386/syslog-ng-dev_3.7.3-4_i386.deb Size: 108228 MD5sum: 192af1ff0477df585b50cb7e9307909d SHA1: edb89926ed2eb5e6779ff0b27baa397c189b4c20 SHA256: 0e26a08fc00a34119652cc3d3cff5e6c0ca3cd259c717732ab887c3b321de772 Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.8.1-3 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 689 Depends: syslog-ng-core (= 3.8.1-3), perl, pkg-config, flex, bison, libevtlog-dev (>= 0.2.12), libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.8.1-3_amd64.deb Size: 122424 MD5sum: 8946550ad8e1e6d75ac42630176916d1 SHA1: a143c78d40fa25b9a3c00bebd07835128b584987 SHA256: 68327664619194c4698335f9a5002a8d0709e288e98dd570750635f9f7813e6f Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.8.1-3 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 666 Depends: syslog-ng-core (= 3.8.1-3), perl, pkg-config, flex, bison, libevtlog-dev (>= 0.2.12), libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./i386/syslog-ng-dev_3.8.1-3_i386.deb Size: 119186 MD5sum: 891bf16428635af9771e3c77978c0339 SHA1: eefa36c95c6888a44ac2fdb845b94884201bf03f SHA256: 822f9ce6fc5d104d2cfc578b6083544d84e718495ceaeaaafac0f642762b6dae Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.9.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 720 Depends: syslog-ng-core (= 3.9.1-1), perl, pkg-config, flex, bison, libevtlog-dev (>= 0.2.12), libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.9.1-1_amd64.deb Size: 123006 MD5sum: 645ba66116a43411bfcce0154c4a31ef SHA1: 3624176a85efca7ba1e29960827d614d8ef488f5 SHA256: f45652a4d3f16cc4308e43c5ba2bfca5f6c33c85bf303e2e84ff76e5f0c083bc Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.9.1-1 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 697 Depends: syslog-ng-core (= 3.9.1-1), perl, pkg-config, flex, bison, libevtlog-dev (>= 0.2.12), libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./i386/syslog-ng-dev_3.9.1-1_i386.deb Size: 119986 MD5sum: 55ab705cfc05dfafcd248b4d8ce34205 SHA1: 40d61ecc9cc779e41eee23aed2971fa983d45213 SHA256: e11973ceb79174eb76c6152536dfd271c2ec0c9141ae4b79b860144a8f3de678 Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-java-compile-deps-mvn-repo Version: 1.4-1 Architecture: all Maintainer: Laszlo Budai Installed-Size: 123634 Filename: ./all/syslog-ng-java-compile-deps-mvn-repo_1.4-1_all.deb Size: 108411196 MD5sum: 1b482598052ccc7fe56c15ff9e8b78c2 SHA1: 96b38e9e76799aeaaa3e240a2504f75a7da44617 SHA256: aa87c3dc62bc069716b9926a2379a6a3982d8892486816889582ce6a7231bbff Section: universe/java Priority: optional Description: This package is for make it possible to build syslog-ng java modules in OBS Package: syslog-ng-java-module-dependency-jars Version: 1.0-1 Architecture: all Maintainer: Laszlo Budai Installed-Size: 76734 Filename: ./all/syslog-ng-java-module-dependency-jars_1.0-1_all.deb Size: 70775108 MD5sum: a80c30bc8404b63d3abe5e91945cc1cb SHA1: f619dace49e709cc38ce60453b3d6749f81e726c SHA256: 6f17f31c74fa144ea398862efa02a07f097371189ea25081be0f8e862e85473d Section: universe/java Priority: optional Description: This package is for make it possible to build syslog-ng java modules in OBS Package: syslog-ng-mod-add-contextual-data Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 117 Depends: libc6 (>= 2.14), syslog-ng-abi-3.11-0 Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.11.1-6_amd64.deb Size: 38136 MD5sum: 93db7fb0a5373d215a5ae7fe52751150 SHA1: cd1aa71856b18dbd727cf044793c0ef7ae4cb5fa SHA256: 077103ac2806e8d2b47abd9eb90a4d0bfab2fcd34c202d67e490f90ba129ac1f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (add-contextual-data plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-add-contextual-data Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 108 Depends: libc6 (>= 2.4), syslog-ng-abi-3.11-0 Filename: ./i386/syslog-ng-mod-add-contextual-data_3.11.1-6_i386.deb Size: 38356 MD5sum: d418659bb087b1b4e454013a5a00633d SHA1: 1a01c970c58a356ed612085de062f3804bf7e240 SHA256: 8cc7a969b57193bb12bc1106890578260b3c5f8e1e6f9abb0a2974b271cace5b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (add-contextual-data plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-add-contextual-data Source: syslog-ng Version: 3.8.1-3 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 85 Depends: libc6 (>= 2.14), syslog-ng-abi-3.8-0 Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.8.1-3_amd64.deb Size: 21426 MD5sum: 7240cb4d3bbeaba0e7ed485290521e77 SHA1: a55da5fc7991d7819be2b5edb31eb1b03acdb49e SHA256: 62b0cd19611ed580b36559468e8e798f54837b4931152b7821ad2dbb240e22be Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (add-contextual-data) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-add-contextual-data Source: syslog-ng Version: 3.8.1-3 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 80 Depends: libc6 (>= 2.4), syslog-ng-abi-3.8-0 Filename: ./i386/syslog-ng-mod-add-contextual-data_3.8.1-3_i386.deb Size: 20898 MD5sum: b4e5f858aad1f276ebe5d69c7d1b7fb5 SHA1: a752d41b0b15c9b2748e249648acf5191b8412ba SHA256: 98807c5e5daf13b0201f243e8e1a3ac73ba30baa1688e435696df373fe7f45f3 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (add-contextual-data) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-add-contextual-data Source: syslog-ng Version: 3.9.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 87 Depends: libc6 (>= 2.14), syslog-ng-abi-3.9-0 Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.9.1-1_amd64.deb Size: 19672 MD5sum: 0f4113af9e1fde88e7b3be5d7c009842 SHA1: f31d6941db45041e5fc6ed7bb7b6624c8ff85a7e SHA256: eec18c704d3e152bf82f524d994efc7c0ee77902d1c11910928263f8278c97ff Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (add-contextual-data) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-add-contextual-data Source: syslog-ng Version: 3.9.1-1 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 78 Depends: libc6 (>= 2.4), syslog-ng-abi-3.9-0 Filename: ./i386/syslog-ng-mod-add-contextual-data_3.9.1-1_i386.deb Size: 19242 MD5sum: 276712203b5021431a1404c744a6d913 SHA1: 4cca0a01dfda25cc0c3f2e078fa27480befde1b5 SHA256: a002eebb1b33cf94ed30aa8df0b5f095c9eda37ce0a373533278901e08a41347 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (add-contextual-data) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.7.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 172 Depends: libc6 (>= 2.14), syslog-ng-abi-3.6-0 Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.7.2-1_amd64.deb Size: 61518 MD5sum: 91f13516e40246702b4241081335ba5c SHA1: 12649b59d89074ebefaf17a49a8d6cc3028c2494 SHA256: 5032794dba5eaef109d01d5ee54fb0e2b4b9a95e36a1e18ecd06ca3ea5189513 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.7.2-1 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 171 Depends: libc6 (>= 2.4), syslog-ng-abi-3.6-0 Suggests: rabbitmq-server Filename: ./i386/syslog-ng-mod-amqp_3.7.2-1_i386.deb Size: 61764 MD5sum: 28c8b8a7ee43279a652510cdb87450f0 SHA1: 68815bf68c726bea5f5133a69ae8b31e2381b6cc SHA256: 31748eeae9a8fcd36ed02b530c85291a88a64dd8e94ab81b7f3caa9d7ae03a29 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.7.3-4 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 174 Depends: libc6 (>= 2.14), syslog-ng-abi-3.7-0 Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.7.3-4_amd64.deb Size: 63806 MD5sum: b86fc4693593766b57c6408475c1a08b SHA1: d105316e024c71f42b175ad87f94a44953f5cc08 SHA256: 4095f3cd3324fdeab4baac395ef58da6594d175c48f9d7cf7e172eda2c2fa322 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.7.3-4 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 173 Depends: libc6 (>= 2.4), syslog-ng-abi-3.7-0 Suggests: rabbitmq-server Filename: ./i386/syslog-ng-mod-amqp_3.7.3-4_i386.deb Size: 64804 MD5sum: 39a56ccb352846447bc9e614c37ceb62 SHA1: a33a1f292dcacd05b92002f7212779fd2cf71639 SHA256: f88d6da8854574c2e426814203e1aa3323e18614ca43c1ff4714a59dc704ef1c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.8.1-3 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 149 Depends: libc6 (>= 2.14), syslog-ng-abi-3.8-0 Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.8.1-3_amd64.deb Size: 48964 MD5sum: e0535b3a3d2f0f80f7e107086e853ba8 SHA1: 505873aae4b63fd799f75a0787ff5c4c60e14bfc SHA256: b5dbc37d1b65241c647b8bd8ae24e2ff96c1b42c64d2e8a6de816d2a1060ee04 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.8.1-3 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 148 Depends: libc6 (>= 2.4), syslog-ng-abi-3.8-0 Suggests: rabbitmq-server Filename: ./i386/syslog-ng-mod-amqp_3.8.1-3_i386.deb Size: 50056 MD5sum: 0c1836834842023da3692b5fa618aea3 SHA1: 86082b5372d1a76155ae5328e41140be9cbd1dad SHA256: b735df87dfe7fc1fb3d6d637b86a5c87942621344ee16fd146d4dab0008b2534 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.9.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 147 Depends: libc6 (>= 2.14), syslog-ng-abi-3.9-0 Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.9.1-1_amd64.deb Size: 46486 MD5sum: 2fff75a008c8a09556e1638f2d30a1f9 SHA1: 55cb8f71dfbd8960250afa888ec125489ef2dce6 SHA256: 788c1e25ee125aa7850bce71e453cb175b032077c267a6097fc00852b8047a47 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.9.1-1 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 146 Depends: libc6 (>= 2.4), syslog-ng-abi-3.9-0 Suggests: rabbitmq-server Filename: ./i386/syslog-ng-mod-amqp_3.9.1-1_i386.deb Size: 47686 MD5sum: 093d93d4a8a3f343d8df295c953f86c3 SHA1: 17133732554b9fac7fd4a54f10ee49f37686b935 SHA256: 725fad16de4f0af888bbe01d449fd706a85043b4523ea32ea302ce5901346ae1 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-curl Source: syslog-ng Version: 3.8.1-3 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 85 Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2-1), syslog-ng-abi-3.8-0 Filename: ./amd64/syslog-ng-mod-curl_3.8.1-3_amd64.deb Size: 21080 MD5sum: 6e27e67dca4cb986ad3d98d9f9fd48a4 SHA1: e2a2b24baeffc4436ee37f9a743b588822b4015a SHA256: a55d07dd36c339b631cbfd751435df8c0e262cf5e45dedc0f5ba63e2b43de866 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP CURL destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-curl Source: syslog-ng Version: 3.8.1-3 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 80 Depends: libc6 (>= 2.4), libcurl3 (>= 7.16.2-1), syslog-ng-abi-3.8-0 Filename: ./i386/syslog-ng-mod-curl_3.8.1-3_i386.deb Size: 20420 MD5sum: 365366daffa4aa92ffdc703840e37dfc SHA1: ecd7ed1e30e73d9d2188c7721c8385b4062f6a71 SHA256: fb2e4d2c0b5f788793be6d82cfe50b71c19c472ee351adaa2b4e7321f1444dbc Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP CURL destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-curl Source: syslog-ng Version: 3.9.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 83 Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2-1), syslog-ng-abi-3.9-0 Filename: ./amd64/syslog-ng-mod-curl_3.9.1-1_amd64.deb Size: 18482 MD5sum: 10583331a8c625c1e3fddc0d7bafe249 SHA1: a3d38fc7187a5d9110476c706f951a9a27fb4c33 SHA256: 69a164a5bdf4718716cfc4cdd4a01e5b82387fc39fded78571f7795056d34e20 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP CURL destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-curl Source: syslog-ng Version: 3.9.1-1 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 78 Depends: libc6 (>= 2.4), libcurl3 (>= 7.16.2-1), syslog-ng-abi-3.9-0 Filename: ./i386/syslog-ng-mod-curl_3.9.1-1_i386.deb Size: 17798 MD5sum: fdd0a4f8c337f40f77262e115ff68d09 SHA1: 37860b7174ebbb7479c93df1d492340938939738 SHA256: 1e9f84e0d861371f04b5d631d4c6e3cdb060b0fe9636e5e9841f9c7376b95a41 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP CURL destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5211 Depends: syslog-ng-core (= 3.11.1-6), syslog-ng-mod-java-common-lib, syslog-ng-mod-java, syslog-ng-mod-json Filename: ./amd64/syslog-ng-mod-elastic_3.11.1-6_amd64.deb Size: 4690438 MD5sum: 0273cb09b8881aef7c123600e2926f4e SHA1: a7f0121ba564f02eb391d79517df826e1522ee48 SHA256: fd24ed5b92d91a45582824ce31a62ec16fba504a63df42bae6b82eaee8228977 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 5211 Depends: syslog-ng-core (= 3.11.1-6), syslog-ng-mod-java-common-lib, syslog-ng-mod-java, syslog-ng-mod-json Filename: ./i386/syslog-ng-mod-elastic_3.11.1-6_i386.deb Size: 4685714 MD5sum: f332bb695a7e5f26109e8ecb722065ad SHA1: c50bba59a401e0eb91a8dc6d84249fd1456ec624 SHA256: 2f6e2b07d72f2f69f9fe8b59c13d35c861e6aa1f8c05f905d55aa99bab177e77 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.7.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 79 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java, syslog-ng-mod-json Filename: ./amd64/syslog-ng-mod-elastic_3.7.2-1_amd64.deb Size: 27592 MD5sum: e21705b17c6de7847c37754d6c867f84 SHA1: e227561922aa93f7e28d047d6be2bffacb35333c SHA256: 48bd8df73d60e9efe72a3e527b456e358d1f83f1973b51086cd1a3802f6c06a0 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.7.2-1 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 79 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java, syslog-ng-mod-json Filename: ./i386/syslog-ng-mod-elastic_3.7.2-1_i386.deb Size: 27780 MD5sum: 2d447d1e89c595538247846db5671aee SHA1: 1b24d4e98bad0b1455e0dd56b66fcd9407578cdd SHA256: a09c4d1d3bf3d5018fd5e926a0ab9190a8efdf43100898c4e1fd0bc59a0d5709 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.7.3-4 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 81 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java, syslog-ng-mod-json Filename: ./amd64/syslog-ng-mod-elastic_3.7.3-4_amd64.deb Size: 29974 MD5sum: fbdbd61e5e32f401cb40d68e4b7f1752 SHA1: 681cb97d481001b72be5f2645e461f71cdb056e3 SHA256: 9cd5d77a9016b113b509f2673dbe68bbb583d981ff27dbdc91aa649bb084a447 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.7.3-4 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 81 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java, syslog-ng-mod-json Filename: ./i386/syslog-ng-mod-elastic_3.7.3-4_i386.deb Size: 30074 MD5sum: 14c5c7ad3aaa22366b73ad2635e859e7 SHA1: 6634d5868f65af017c1e66ec6fcd71a475ac77e1 SHA256: a12cf3f8cb5706820ef41c49a372c967ae02b7c5a9891886aa0c0ebddc9d0a42 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.8.1-3 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 5176 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java, syslog-ng-mod-json Filename: ./amd64/syslog-ng-mod-elastic_3.8.1-3_amd64.deb Size: 4667344 MD5sum: 4c78c9d3461178e720e616e26ea0c90d SHA1: cceed0e63b56f142c5201c742544d72d0370278a SHA256: 720518c953fcd7c934894a6637a8e70eeb165846e71d5df9427b70ab839ce3f2 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.8.1-3 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 5176 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java, syslog-ng-mod-json Filename: ./i386/syslog-ng-mod-elastic_3.8.1-3_i386.deb Size: 4667592 MD5sum: 7010f5b5c1877b49dd16e816614536ca SHA1: cefdbcd5d2cd58af57e0b06b6529381cf9c981ba SHA256: f8b24dd6b1a01ab05e6dd86f0847e061fc989966e467d292488c8199ada4d274 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.9.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 5175 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java, syslog-ng-mod-json Filename: ./amd64/syslog-ng-mod-elastic_3.9.1-1_amd64.deb Size: 4666440 MD5sum: 3daaddb5e1309fd05e9771e657eaccb3 SHA1: e464574e803a015302c7a54899a42a881c571272 SHA256: 2f02e6b9f945f31e8a769acb82b57e21789ad6e3509c66baf16c550f77060282 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.9.1-1 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 5175 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java, syslog-ng-mod-json Filename: ./i386/syslog-ng-mod-elastic_3.9.1-1_i386.deb Size: 4666474 MD5sum: a0efcc3df304c1c9f0d7bc3ccb24977f SHA1: 5888b669b6ff80388052bd02cb470e156772d3a5 SHA256: 0cee62ea697db35a7570afa18b85274739cc04f677677e56c5944d843d2cab16 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 108 Depends: libc6 (>= 2.14), libgeoip1 (>= 1.4.8+dfsg), syslog-ng-abi-3.11-0 Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.11.1-6_amd64.deb Size: 35144 MD5sum: 19316189bed6344a8a36ecc6ef7fad62 SHA1: e03195ec7b93ecf40a6ece2986e77ad9afefa667 SHA256: 771ea05201cb42686de52aa4836431d4038a965aea907d828a41b2349884d8f6 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 103 Depends: libc6 (>= 2.4), libgeoip1 (>= 1.4.8+dfsg), syslog-ng-abi-3.11-0 Recommends: geoip-database Filename: ./i386/syslog-ng-mod-geoip_3.11.1-6_i386.deb Size: 34968 MD5sum: b5a0ed0b04c03313021becea5cbba3fb SHA1: a804d02f3aa30114bac1754fd85f3a3182f50a26 SHA256: 1a9595f06ecdb43d76bc16d15ac4eeb54f19a189d58765f9193947a9dc538e14 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.7.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 91 Depends: libc6 (>= 2.14), libgeoip1 (>= 1.4.8+dfsg), syslog-ng-abi-3.6-0 Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.7.2-1_amd64.deb Size: 22016 MD5sum: ceabbc4661595ca511cbfd8cd82b838b SHA1: 5419d57dbceb605d8768522ed3ac2a4e87f67d35 SHA256: 59cbe1dab7d09aa0d520362cfa629076bdac7fe80a81961f8c2cd2d92e78f516 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.7.2-1 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.4), libgeoip1 (>= 1.4.8+dfsg), syslog-ng-abi-3.6-0 Recommends: geoip-database Filename: ./i386/syslog-ng-mod-geoip_3.7.2-1_i386.deb Size: 21218 MD5sum: c705d9fee8650615373eb9216a70855e SHA1: 70e8d183c83b5100a91b0bc942c2a0b0e11c3525 SHA256: 7178c5c46bdf9f9b94c67c749c10ea3ff9f54fb86e6df932b9951797712e8637 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.7.3-4 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 94 Depends: libc6 (>= 2.14), libgeoip1 (>= 1.4.8+dfsg), syslog-ng-abi-3.7-0 Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.7.3-4_amd64.deb Size: 24128 MD5sum: 8db1d2a000d9f30e1b0e2267cf48ce19 SHA1: 4d0fe5e0fdad2e10092a52eae383e4066fe0b706 SHA256: c531a4480fc75de5e2b8e9937a6f20116d0ea444828c104e2a2437dbf95f9220 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.7.3-4 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 89 Depends: libc6 (>= 2.4), libgeoip1 (>= 1.4.8+dfsg), syslog-ng-abi-3.7-0 Recommends: geoip-database Filename: ./i386/syslog-ng-mod-geoip_3.7.3-4_i386.deb Size: 23532 MD5sum: 6487b82114b0bfecff1e5aa6c84e4d86 SHA1: 6239274913c6895e0647abb9a851a7d987c15cac SHA256: 7590908bf5481af21f4efd035a506bf2d2fb1cb6a1c0d88851025f081ca04397 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.8.1-3 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 77 Depends: libc6 (>= 2.14), libgeoip1 (>= 1.4.8+dfsg), syslog-ng-abi-3.8-0 Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.8.1-3_amd64.deb Size: 18044 MD5sum: 12cb99c6acacc69abd8d1c43ad83ed87 SHA1: 52bc2c247af371eea626275ab74bf23b6e5183b8 SHA256: fb44ec0d8ab8e94a54ea696b62c39fe5dd93b98296b3fac763894dc81d721392 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.8.1-3 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 72 Depends: libc6 (>= 2.4), libgeoip1 (>= 1.4.8+dfsg), syslog-ng-abi-3.8-0 Recommends: geoip-database Filename: ./i386/syslog-ng-mod-geoip_3.8.1-3_i386.deb Size: 17300 MD5sum: 92f50f1d1d122ae85aacf5ba290be4a0 SHA1: eaf27cd636ff8fd1e0fdc3a8e003a44bedf407ba SHA256: 7f752e97f18033d37c0c6d6263020a2db9d12de3c78431e08c165db2d384a8ca Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.9.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 75 Depends: libc6 (>= 2.14), libgeoip1 (>= 1.4.8+dfsg), syslog-ng-abi-3.9-0 Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.9.1-1_amd64.deb Size: 15450 MD5sum: 9a6289db0a9976447f03d0cfbdca71f9 SHA1: 7b9a62e60cc7bd1ca4dbf931d2f05c211b9c8ccc SHA256: 159d5f13ea75268472842da97fdece884e239c7c3228f9fe9720ed8cd31bab65 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.9.1-1 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 70 Depends: libc6 (>= 2.4), libgeoip1 (>= 1.4.8+dfsg), syslog-ng-abi-3.9-0 Recommends: geoip-database Filename: ./i386/syslog-ng-mod-geoip_3.9.1-1_i386.deb Size: 14774 MD5sum: 849f06f583160c29dfec12cd87407b8b SHA1: a7d501607f5677d0808bb20c49b32de650e00c23 SHA256: 7dff6faef192a7b233b2f228039893bbb2e5e402ad8234fd1c0146052d6d0de4 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip2 Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 112 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-abi-3.11-0 Filename: ./amd64/syslog-ng-mod-geoip2_3.11.1-6_amd64.deb Size: 36828 MD5sum: 8aff0f911a85e537d3c06948265cc4d7 SHA1: 28a328124b4df92622f1ffdb33dfc0a766a993d4 SHA256: 34794a46a09e04c2a9ba1e69323ec376172d5df7875bda575312f7cfe760314d Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP2 plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP2 template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. GeoIP2 uses MaxMind DB. Package: syslog-ng-mod-geoip2 Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 103 Depends: libc6 (>= 2.4), libmaxminddb0 (>= 1.0.2), syslog-ng-abi-3.11-0 Filename: ./i386/syslog-ng-mod-geoip2_3.11.1-6_i386.deb Size: 36954 MD5sum: b94eec08eee3b5aea3147d36e2ccf201 SHA1: b5c753b58709156f04535b2f1bfb0c7a5de31e81 SHA256: 32ea0322ca2fce2ce1ed475daad897ffb3d048cdae1d2bf994835e0c151498a7 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP2 plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP2 template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. GeoIP2 uses MaxMind DB. Package: syslog-ng-mod-getent Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 84 Depends: libc6 (>= 2.4), syslog-ng-abi-3.11-0 Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.11.1-6_amd64.deb Size: 28542 MD5sum: ed3e6c0ee5028c494c85f91fee90074a SHA1: 63b0cc5a73706fd6b3579416ce94af6038669884 SHA256: a5cc8fb850657b53fa9af136fe6d0840949c2c137e5a74508fefa0a52cf550fd Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides getent module which allows querying the Name Service Switch library to convert UIDs to names, protocol names to port number and much more. Package: syslog-ng-mod-getent Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 79 Depends: libc6 (>= 2.4), syslog-ng-abi-3.11-0 Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./i386/syslog-ng-mod-getent_3.11.1-6_i386.deb Size: 28636 MD5sum: 786d5de2ce706fefba3d529387badb96 SHA1: d9c18e3513fc0dc2f9527f794bb3a6f5d40e3add SHA256: 1b198064d8a05a1184d940667141ff1a0fda5ad145ab8beee20692d38e6f1e34 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides getent module which allows querying the Name Service Switch library to convert UIDs to names, protocol names to port number and much more. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 98 Depends: libc6 (>= 2.2.5), syslog-ng-abi-3.11-0 Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.11.1-6_amd64.deb Size: 28244 MD5sum: 719ac131255cd4bfcb8158dc37e8f4be SHA1: 613c456c5d56e03d8d25cfd1bd348fbbbee539a3 SHA256: c74324a39429f8c5dd2ffaec814364a4ca08f26ed30bea61721164fbe886aecf Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.3.6-6~), syslog-ng-abi-3.11-0 Suggests: graphite-web Filename: ./i386/syslog-ng-mod-graphite_3.11.1-6_i386.deb Size: 28242 MD5sum: 2d0a20491d4b6d850f299dc4a5b4a373 SHA1: 05f088120ea01a552f5a2bcd9bf3ec944dd0e18b SHA256: 327c284fcef9ff50a52f44aacdefcfb16a6d4c6dccc179a3949944e771a805a3 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.7.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 85 Depends: libc6 (>= 2.2.5), syslog-ng-abi-3.6-0 Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.7.2-1_amd64.deb Size: 16026 MD5sum: c319d1c425ab794fee7e08ca97de9a02 SHA1: 1185aed81c9c7baaea7678351a5a718a2c5fca23 SHA256: d505ba76e24ef49080c5336b45175534ff5bf8c6ee1504ccdeace6b696bb10d3 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.7.2-1 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 84 Depends: libc6 (>= 2.3.6-6~), syslog-ng-abi-3.6-0 Suggests: graphite-web Filename: ./i386/syslog-ng-mod-graphite_3.7.2-1_i386.deb Size: 15968 MD5sum: a155f22ad4c1fb7c2f99af7ba291d861 SHA1: 99b961b5424c90258419c4d46dff0b864fb17d6a SHA256: 87ccf9d49f5810d00fd7dad4580476d76173da5c64dcb3bd4c4544bb56c34823 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.7.3-4 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.2.5), syslog-ng-abi-3.7-0 Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.7.3-4_amd64.deb Size: 18430 MD5sum: 2f44c96fe4800aeeae98a87336f4b8ff SHA1: 3c5fa81827f3ef3a7d8caa3c219dae77587462da SHA256: 9190a059da7dd55247cef68351e9d213a22ae30a4e417813b941f857acad8e09 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.7.3-4 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 86 Depends: libc6 (>= 2.3.6-6~), syslog-ng-abi-3.7-0 Suggests: graphite-web Filename: ./i386/syslog-ng-mod-graphite_3.7.3-4_i386.deb Size: 18334 MD5sum: 28bf38be75fcc3790ac70b49d37697ee SHA1: 3ae166567c44aded3f02ccccceac997d8215b422 SHA256: bff5da8f6f1a0a896f63bab3a2cf87f1e42f6093f669db1d4c80fb4dbd63cdc1 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.8.1-3 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 70 Depends: libc6 (>= 2.2.5), syslog-ng-abi-3.8-0 Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.8.1-3_amd64.deb Size: 12442 MD5sum: c235ea6fe8e8da5bd2b6946d370eaf0e SHA1: 9f93e443560e0f6d0e9eb53d6299cbc580c7c522 SHA256: 9ea5dadf44d01e8cda68aef1f8f862b5a67112ef173d2afd6ce1ba52950c33cf Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.8.1-3 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 69 Depends: libc6 (>= 2.3.6-6~), syslog-ng-abi-3.8-0 Suggests: graphite-web Filename: ./i386/syslog-ng-mod-graphite_3.8.1-3_i386.deb Size: 12364 MD5sum: 1943d6d158e4d24af01b38e54dede94f SHA1: 8a42625b08fc98b55320ae0d0c1ebbaa16e05f1e SHA256: ee37c987ca36af0073fecf55f0622f00d3bdfaffa733c9c77d6c61ddc306279c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.9.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 68 Depends: libc6 (>= 2.2.5), syslog-ng-abi-3.9-0 Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.9.1-1_amd64.deb Size: 9912 MD5sum: ba4fd3c907cb69bd21931d9f868bbcce SHA1: 76aecbc223a9539e1f4396f4b598e76f531feb91 SHA256: a4870dd491abf12138f7e16ad2ff0ba0f494cd31d1d7535555152a09d6e64008 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.9.1-1 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 67 Depends: libc6 (>= 2.3.6-6~), syslog-ng-abi-3.9-0 Suggests: graphite-web Filename: ./i386/syslog-ng-mod-graphite_3.9.1-1_i386.deb Size: 9854 MD5sum: 0b2f5c0eb202d570fa58f2342a60a1f4 SHA1: 9bba995d38040d2018c6f1c18a9ae2c4e00cf18e SHA256: 08c901447fe64ae46a7badfd780c6437ee46a7f3284c96f9aa4bf8b170842281 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 99 Depends: syslog-ng-core (= 3.11.1-6), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.11.1-6_amd64.deb Size: 31966 MD5sum: 242713418b1e569281b133c0d77a7346 SHA1: 566573b5e5dba00cf2f073a7e56eee088dae5d7d SHA256: 7239f9d0de024d9864fd5fe177bb0603d32d4370378d49432fdb46be4f3f25d1 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 99 Depends: syslog-ng-core (= 3.11.1-6), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./i386/syslog-ng-mod-hdfs_3.11.1-6_i386.deb Size: 32004 MD5sum: deec4838801d302d3fd4269a70be41b2 SHA1: d33a2c247259585aea6fbdea7c719d91b5705674 SHA256: 28799c9cb022daf328eb138296de9a8c45afc5eff92260be60bad355154b4005 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.7.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 66 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.7.2-1_amd64.deb Size: 17162 MD5sum: 6417d364ffc2651e3aa65317fa9bce32 SHA1: a943df1a68c7577af88f804b681e3ce869a63f16 SHA256: 9c8c2d0b1ff2f0c6a74058a910154d1b52227ac4a0706b0783e020d2cc83b04c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.7.2-1 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 66 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./i386/syslog-ng-mod-hdfs_3.7.2-1_i386.deb Size: 17172 MD5sum: 3f56af945b772498ba1bd4d2210b55ed SHA1: c667c28fe5647f7d43429f56a9f18335d66bee97 SHA256: b3ea4699c57b88f7c6fb58f8a4f76c339d0b9770a588425751bb522190348baf Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.7.3-4 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 69 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.7.3-4_amd64.deb Size: 19472 MD5sum: e1396b1dd833891ff124abe622b4954e SHA1: 2016e7ffdc89fce1fd535454ce8d0ea6ac7b974a SHA256: eed21ac8b0312f5a9236f4c323f69fcc2a05c7a50b174c8806b8fa425654bff9 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.7.3-4 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 69 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./i386/syslog-ng-mod-hdfs_3.7.3-4_i386.deb Size: 19462 MD5sum: e9335a745f9ebcb928326bc01aabf622 SHA1: 208a99c1ab4adfdefdb731185ec039740f94fa8a SHA256: 0297b1bd82c233fe6625275bba35f705ddb40907613dc20a4c213ababf6d1d19 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.8.1-3 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 70 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.8.1-3_amd64.deb Size: 13866 MD5sum: 957a46b70d48d2faddaa401b9cc4812f SHA1: 04f512e81b176008149c145f07b2d1d17317d3cc SHA256: 1ab595b50f2ff92dfe690527c22c3b5aefb85523aac25e94c4d8d99b14c52d9d Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.8.1-3 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 70 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./i386/syslog-ng-mod-hdfs_3.8.1-3_i386.deb Size: 13858 MD5sum: 27f84c9ff26f418f6a53c77bebf55075 SHA1: a42ce1fcab827a67c3a325c780163fe20b4548f4 SHA256: a28accf39b048f814185d423de8a906d405dabf8842e6f780b246f23f8bf0b95 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.9.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 67 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.9.1-1_amd64.deb Size: 11444 MD5sum: 2644c5e99159495e61385740697a9bc3 SHA1: a3d532bb1006ce16c5ee0470bca34fae0cf51be6 SHA256: 9a0d4d2494875eaa093249115a47cb0ca1715398e00c4c9e80726b032fdc27eb Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.9.1-1 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 67 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./i386/syslog-ng-mod-hdfs_3.9.1-1_i386.deb Size: 11446 MD5sum: 314b0a9c13bdd073b7674cd90142fcc9 SHA1: 2dc8e90411660c70bb926e01e7c4311a3a55f23d SHA256: 49519a47151afeae027544302f3f0a1e7e83cc9c90ab20787404bcacfe03424f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 117 Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2-1), syslog-ng-abi-3.11-0 Filename: ./amd64/syslog-ng-mod-http_3.11.1-6_amd64.deb Size: 38498 MD5sum: 011d1916fbefa64d98aafc39db42d1d0 SHA1: 122a292aa9580106e907704bdec412cfdcf41800 SHA256: da4f57f11d9436eae2ef5858ed4a61487e6ae391fffb16f17cf66b39b1b941cd Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 112 Depends: libc6 (>= 2.4), libcurl3 (>= 7.16.2-1), syslog-ng-abi-3.11-0 Filename: ./i386/syslog-ng-mod-http_3.11.1-6_i386.deb Size: 38668 MD5sum: 5389342768fc345d47b894ebea8c6e23 SHA1: b456a67999499b0041074e1275a51ef69d01f197 SHA256: 98d74223396c9d6e3b39f3061fe377ffe3f8bc4a691b963ad919ea4b57197ef3 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.7.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 65 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-http_3.7.2-1_amd64.deb Size: 15376 MD5sum: 5a0ca14934947b56d577d198f62d2e38 SHA1: 1b4b1b3d5aabaea2ac75da75292780a631a916e3 SHA256: bc8ef265efb69143d360f66806f78e68361508369b224aee9087857c4342f7ad Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.7.2-1 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 65 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./i386/syslog-ng-mod-http_3.7.2-1_i386.deb Size: 15384 MD5sum: cfdda00475a448b2a181295db8292816 SHA1: 42d0f0c641096ed03df33b7751b154ca70005b25 SHA256: c2e987d9ee057ace007f1414b67f9b3859a8400c5500fdc6e4bd426285bff6b2 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.7.3-4 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 67 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-http_3.7.3-4_amd64.deb Size: 17692 MD5sum: 87295ac34c2ecbe26efc868704a46ee2 SHA1: 3c478eda51bfc5b211ff040cc1054961da1e874f SHA256: df7e79589da3c5a5547e2190353618c87341b612fc809b6b0dcb05adf4f79477 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.7.3-4 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 67 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./i386/syslog-ng-mod-http_3.7.3-4_i386.deb Size: 17676 MD5sum: 7b39d888fc8dfa58c3eab4fe077b9771 SHA1: 69b6884ef756a8cd0edb95a7e88ba0ac2fcffb03 SHA256: 4c92baae15b82f4d03035d040efdd92691b2bd8753fcb5c27c5e25ab52528001 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.8.1-3 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 51 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-http_3.8.1-3_amd64.deb Size: 11494 MD5sum: 08a8b124d1bd9df76ab62246e04408b6 SHA1: c964f7eb49196d75499933109cfb8f5e7c13bd54 SHA256: f5232b9082f733f932ed2908df258083d181e643af57bdf89e48a213c1b3d7cf Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.8.1-3 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 51 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./i386/syslog-ng-mod-http_3.8.1-3_i386.deb Size: 11482 MD5sum: 3eb3506e54d2ba200dfbeff55cf57e96 SHA1: f0bced99f76296fabc9a97d98774a1bcf31672dc SHA256: f527d48692ddf067dac685a572c0aed478aea1ac04cc5481530114b61f244e90 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.9.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 48 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-http_3.9.1-1_amd64.deb Size: 9076 MD5sum: 069a68903673455116600c1e9eda6dd5 SHA1: f2e4572ffb053cde9c2aa4312b872e05a56942f2 SHA256: 2fc455ee30ac7812e7229a0663737daaee0fc27a1c2cbc8443b4b94d3d944af2 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.9.1-1 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 48 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./i386/syslog-ng-mod-http_3.9.1-1_i386.deb Size: 9082 MD5sum: 236b690519251da99a4e6ecac80419f0 SHA1: 9beff30d56a0c483aebd03949d69d745817bdaa8 SHA256: db752af365af41bc1f1a05c378f18c24a1476b37dc51973432a66bfc01569abe Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 139 Depends: syslog-ng-core (= 3.11.1-6), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.11.1-6_amd64.deb Size: 50670 MD5sum: 2744661e933df3957b1bddc279b55bd0 SHA1: c505bee01ef5f216b861f6364ea5acfa74d23615 SHA256: 8ff795b0836f0bfaa8d61c00ea2a816a670f2dca654e4a3d1b509f670052825a Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 130 Depends: syslog-ng-core (= 3.11.1-6), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./i386/syslog-ng-mod-java_3.11.1-6_i386.deb Size: 50218 MD5sum: 88fe1ac522e09da9632ea55c7099d6a3 SHA1: 8165fb8fc20b406628ad49616a2cc5b1278042a5 SHA256: 31e771bb9bf691fafc9998fa89dfb4dfde7a38a26f00851ae1e015dd90af5715 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.7.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 123 Depends: libc6 (>= 2.14), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.7.2-1_amd64.deb Size: 39134 MD5sum: 4d45b6e7628f076775e01855555e9837 SHA1: d904af94a87a4f5350b407f43f679ec27fdaefd1 SHA256: c3d86faf905d39cf1db3235c5e4476c14f9e0a36157f7c52f3670ea3865ff796 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.7.2-1 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 118 Depends: libc6 (>= 2.4), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./i386/syslog-ng-mod-java_3.7.2-1_i386.deb Size: 38764 MD5sum: 5657ab25e7a2662f6540dfd4156aaf51 SHA1: 77b198f56b90599b79d2cced21695ed9d3b24d26 SHA256: fb615c53d98a0b28a1f6dc9c1d553a7aabece6898642333af4891e3535ee84cf Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.7.3-4 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 125 Depends: libc6 (>= 2.14), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.7.3-4_amd64.deb Size: 41492 MD5sum: ec9fa89a821f7cc08f43e19a8f1c38da SHA1: 14799e81095e051bac63ded9758b5405bd52e713 SHA256: 206206496e27ea2c073aaf1fd7fa0484d51b25a1b081ff5a6d8dc4555edda913 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.7.3-4 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 120 Depends: libc6 (>= 2.4), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./i386/syslog-ng-mod-java_3.7.3-4_i386.deb Size: 41150 MD5sum: 67aead565468901c5c3f9dcca5a7b62d SHA1: 98fe3137ab4b84d6d6c9b1f8db7ab9df5bba090f SHA256: dd697c9d0a853f0ffcc7d60f7b5d3de45e1699f6aff0c2b19bbd80c2ae725be1 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.8.1-3 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 107 Depends: libc6 (>= 2.14), syslog-ng-abi-3.8-0, default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.8.1-3_amd64.deb Size: 33562 MD5sum: aee3cb8b1006d48152e8d763b41b3618 SHA1: fcda5e6458470cb45a5dc44b0b242540d0348ee1 SHA256: 4a05a06b2f07473fa4f371bdcd6be23360623d9f6e3f9c0dfa920a6a1344a7b9 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.8.1-3 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 102 Depends: libc6 (>= 2.4), syslog-ng-abi-3.8-0, default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./i386/syslog-ng-mod-java_3.8.1-3_i386.deb Size: 33762 MD5sum: 58f3afe3193652ce4c08206f4bd16360 SHA1: dd61bd1050cf5e3c87daa1e2e573746ea07613d3 SHA256: a4b2b7db875cfd28415e5399f7ac83f9232718a5a17d0c09b55e965d6cece960 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.9.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 105 Depends: libc6 (>= 2.14), syslog-ng-abi-3.9-0, default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.9.1-1_amd64.deb Size: 31240 MD5sum: 2bd941b04cb67541fe2fb8fa161b0f3c SHA1: 65ad683bf7375331c0f2aed8c746c30eb692338b SHA256: 0217e0bdbfe9509b4568fb2ab7ce8be1a89493678569d13b1e2ecf5bb0e526db Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.9.1-1 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 100 Depends: libc6 (>= 2.4), syslog-ng-abi-3.9-0, default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./i386/syslog-ng-mod-java_3.9.1-1_i386.deb Size: 31260 MD5sum: 61f2fb8bed1bef68608cd00ddbfd5df8 SHA1: afc54537842c380b850ccc301927559092f4870d SHA256: 4932c450fb147061d8bd20a6e0672b14c4b8dd0b7455f3c7cda4e3420b64ab0c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 556 Depends: syslog-ng-core (= 3.11.1-6), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.11.1-6_amd64.deb Size: 469734 MD5sum: ee528ef11935c9d656b7806b741ee374 SHA1: c7f5394e53d00fa38f1ca59db7af4f67c76ed379 SHA256: d9af6752c7ad437a72fdf9f21538a0a3b512bdb56c57cdfcee1e98505f012b0c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 556 Depends: syslog-ng-core (= 3.11.1-6), syslog-ng-mod-java Filename: ./i386/syslog-ng-mod-java-common-lib_3.11.1-6_i386.deb Size: 469860 MD5sum: 0cb2cd7cb6b9e111275ec1d070ef2a54 SHA1: c7c23d39650bf7209fc469da135343d5f20d9a53 SHA256: 037a1e071eaa7bd77381e0fe71e29fe44087e2018d52243ba1ac21325fd144eb Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.7.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 543 Depends: syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.7.2-1_amd64.deb Size: 457504 MD5sum: 879c260c80b2302b7f5473a0b3b47c27 SHA1: f05433745e13756baf41faf840dd9d7344e101a3 SHA256: c0bea8e3b4efe3525f50cb324e951cb5210df5e06e12126076c32551e9763666 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java common library) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.7.2-1 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 543 Depends: syslog-ng-mod-java Filename: ./i386/syslog-ng-mod-java-common-lib_3.7.2-1_i386.deb Size: 457962 MD5sum: 82d25abd3b7065c314f12ab2184f3baa SHA1: 36c4923665533894ca15cef46eef61a739df2e99 SHA256: e68025849b11fd2624d6a08b145849d2c4ea38ca4c0bc88f30dce58ab255357b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java common library) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.7.3-4 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 546 Depends: syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.7.3-4_amd64.deb Size: 460032 MD5sum: a019b987573770bd84e9111627faa4ea SHA1: 1e71bc992de860e95127973982f0a4f7ae673377 SHA256: 1da6c532842a5204a18a78d1e72b2075c1bc2d786a73b61b95ee844ca1ce8a55 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java common library) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.7.3-4 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 546 Depends: syslog-ng-mod-java Filename: ./i386/syslog-ng-mod-java-common-lib_3.7.3-4_i386.deb Size: 459958 MD5sum: 69818063bba3bba9c66492e05a21fb89 SHA1: 43cc66d6ba6e0e51e5ba33905359a1fcdf30de54 SHA256: 1ee82dca73806937023b0fb62fc5dad59991c17fa577674ebd32797f8e3f7ba3 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java common library) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.8.1-3 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 529 Depends: syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.8.1-3_amd64.deb Size: 453680 MD5sum: 86f2262a392c03ce7dbfb19aa2866173 SHA1: cc6234400c91acdcd3324fa8298b267d4bb49e1f SHA256: 6df52473ad0ce2634710c503325aecbd5d2dd860cffef9bf206384d1e3dd9a02 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.8.1-3 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 529 Depends: syslog-ng-mod-java Filename: ./i386/syslog-ng-mod-java-common-lib_3.8.1-3_i386.deb Size: 453676 MD5sum: 048f442e582391be2ff43dd5e4ec4c71 SHA1: 6d49179bbd4f6e78c0b04cbd47211f24b278f2c1 SHA256: d5c1b0c0a65007a6669ecf7b884232e1f571881f6d7e6d15a7fbb1f97dd035ac Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.9.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 526 Depends: syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.9.1-1_amd64.deb Size: 450894 MD5sum: 2feea9165961442fc091c6a43c8349c4 SHA1: ffea8ef7f5d66c133fe8a03e04ba5675b00b22e5 SHA256: 209a34b1eaf34d13ecddc709080a39b3e980575072dc1c62db7e090b3b55a057 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.9.1-1 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 526 Depends: syslog-ng-mod-java Filename: ./i386/syslog-ng-mod-java-common-lib_3.9.1-1_i386.deb Size: 450868 MD5sum: 797b1f12408600af52fe404b85bb90cd SHA1: 71d3bbc5475a4bd419603603ef0a85138dbd1017 SHA256: b9d38d1a25a4cf23e47296f34ba23598e76d67d47da66a1abc6a2e7314b772c4 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-http Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 78 Depends: syslog-ng-core (= 3.11.1-6), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.11.1-6_amd64.deb Size: 27952 MD5sum: 88e5f33b0b6112fc74fa53e479d716a0 SHA1: 0221b1b2a79a47bb6427a18fdde098c81f1c0dcb SHA256: e41f04e4da406ccb38217d96c38c733e54d05da590aabc635736b9b8b661ba6c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-java-http Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 78 Depends: syslog-ng-core (= 3.11.1-6), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./i386/syslog-ng-mod-java-http_3.11.1-6_i386.deb Size: 27828 MD5sum: 5c7dc2608952c069024833c911741111 SHA1: 8db65d127018db7f028bc6051390a9742974e8f6 SHA256: e0d670ce934bc89d5ff3bf1b97b7faa4388311787b8d3314aedb0fb46a5ceb5a Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-json Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 139 Depends: libc6 (>= 2.14), libjson0, syslog-ng-abi-3.11-0 Breaks: syslog-ng-core (<< 3.8.1-7) Filename: ./amd64/syslog-ng-mod-json_3.11.1-6_amd64.deb Size: 38816 MD5sum: e0bc78485744db2e8433a6385444f659 SHA1: 20bf40474299d1eb883ee96f49cff7302e189d99 SHA256: 0dc1f09f45ecce70d4868e23c61502d4892a7ca2e6b8c3d150456dd8be55ded3 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (JSON plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the $(format-json) template function plugin, which makes it possible to conveniently serialize system log messages to JSON. Along with the template function, this module also provides a json-parser plugin, allowing syslog-ng to parse JSON input. Package: syslog-ng-mod-json Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 133 Depends: libc6 (>= 2.4), libjson0, syslog-ng-abi-3.11-0 Breaks: syslog-ng-core (<< 3.8.1-7) Filename: ./i386/syslog-ng-mod-json_3.11.1-6_i386.deb Size: 38894 MD5sum: eeb442a6f05708121391f7fb6869baff SHA1: a1215f3082bb843bb045ded319dd18dd84b45eb4 SHA256: 5a25dc3df0b7780145186b1241289617dba23a80ffa73099a28c99ad821d4383 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (JSON plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the $(format-json) template function plugin, which makes it possible to conveniently serialize system log messages to JSON. Along with the template function, this module also provides a json-parser plugin, allowing syslog-ng to parse JSON input. Package: syslog-ng-mod-json Source: syslog-ng Version: 3.7.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 120 Depends: libc6 (>= 2.14), libjson0, syslog-ng-abi-3.6-0 Filename: ./amd64/syslog-ng-mod-json_3.7.2-1_amd64.deb Size: 26540 MD5sum: 62dbd465e660fcb0c932668faea12661 SHA1: 1543ec27b822383c6a1b5e90718bebc7e2d06063 SHA256: a04866dc3746f7bcb1cede5bfa27100bef51ff41d94e06c9545a9c9e9b41a04c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (JSON plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the $(format-json) template function plugin, which makes it possible to conveniently serialize system log messages to JSON. Along with the template function, this module also provides a json-parser plugin, allowing syslog-ng to parse JSON input. Package: syslog-ng-mod-json Source: syslog-ng Version: 3.7.2-1 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 115 Depends: libc6 (>= 2.4), libjson0, syslog-ng-abi-3.6-0 Filename: ./i386/syslog-ng-mod-json_3.7.2-1_i386.deb Size: 25856 MD5sum: a823e5e5deb19963fa48c1125d724abf SHA1: c5fccb4adeeeb36206a9835b1c1bb8ef029b68c6 SHA256: 63e675982a2771436e6e55d64df03e322e0274e625efdd5b194d1345689fae34 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (JSON plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the $(format-json) template function plugin, which makes it possible to conveniently serialize system log messages to JSON. Along with the template function, this module also provides a json-parser plugin, allowing syslog-ng to parse JSON input. Package: syslog-ng-mod-json Source: syslog-ng Version: 3.7.3-4 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 123 Depends: libc6 (>= 2.14), libjson0, syslog-ng-abi-3.7-0 Filename: ./amd64/syslog-ng-mod-json_3.7.3-4_amd64.deb Size: 29026 MD5sum: df3a739567ce25e0413eb46c5c4be869 SHA1: c8b607d32228cd212e03755815ecfb382de0a046 SHA256: 1b8c6c0e47b1afeb98fec3d4b2b38015fe51c1dcba02e784f42dde50c5eb333a Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (JSON plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the $(format-json) template function plugin, which makes it possible to conveniently serialize system log messages to JSON. Along with the template function, this module also provides a json-parser plugin, allowing syslog-ng to parse JSON input. Package: syslog-ng-mod-json Source: syslog-ng Version: 3.7.3-4 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 118 Depends: libc6 (>= 2.4), libjson0, syslog-ng-abi-3.7-0 Filename: ./i386/syslog-ng-mod-json_3.7.3-4_i386.deb Size: 28042 MD5sum: b8c7a190afbaca629ef1d6f7ddf951a7 SHA1: 3b0dc666f7f102bc1045fb9d9845fcda324823ef SHA256: ff29a74f872d8d8b0fbba62f68016c70365fb5a6abf65ff08d47969e5f364159 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (JSON plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the $(format-json) template function plugin, which makes it possible to conveniently serialize system log messages to JSON. Along with the template function, this module also provides a json-parser plugin, allowing syslog-ng to parse JSON input. Package: syslog-ng-mod-json Source: syslog-ng Version: 3.8.1-3 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 106 Depends: libc6 (>= 2.14), libjson0, syslog-ng-abi-3.8-0 Filename: ./amd64/syslog-ng-mod-json_3.8.1-3_amd64.deb Size: 23138 MD5sum: e3d1444bc4a2358560b055b13cb6ec40 SHA1: 42220ad8b5d0d1e560a17d523a4982f79e9b4593 SHA256: 1103e185943899c5048f6f12d5ead4f918dcb211d52414ca56867191322b374a Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (JSON plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the $(format-json) template function plugin, which makes it possible to conveniently serialize system log messages to JSON. Along with the template function, this module also provides a json-parser plugin, allowing syslog-ng to parse JSON input. Package: syslog-ng-mod-json Source: syslog-ng Version: 3.8.1-3 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 101 Depends: libc6 (>= 2.4), libjson0, syslog-ng-abi-3.8-0 Filename: ./i386/syslog-ng-mod-json_3.8.1-3_i386.deb Size: 22506 MD5sum: c24d2bcf51769442b2c0628c4729d119 SHA1: 0064fcf3b8a5a282d297084d7d02690e87e73886 SHA256: 2a0904b0c33fa7a1365bda5e19fa0475f9483597e6948de6aa84d14cd02940a1 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (JSON plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the $(format-json) template function plugin, which makes it possible to conveniently serialize system log messages to JSON. Along with the template function, this module also provides a json-parser plugin, allowing syslog-ng to parse JSON input. Package: syslog-ng-mod-json Source: syslog-ng Version: 3.9.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 104 Depends: libc6 (>= 2.14), libjson0, syslog-ng-abi-3.9-0 Filename: ./amd64/syslog-ng-mod-json_3.9.1-1_amd64.deb Size: 20548 MD5sum: 4c5dc92dff7c8895f00730bb50e56e4e SHA1: 2711ff8e0434abcabfb817c914be9b28aa48d28f SHA256: 9daaa5951ff241e0c3a6fa820a56952c1ea33163accb20b1f874d7d78ecd0728 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (JSON plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the $(format-json) template function plugin, which makes it possible to conveniently serialize system log messages to JSON. Along with the template function, this module also provides a json-parser plugin, allowing syslog-ng to parse JSON input. Package: syslog-ng-mod-json Source: syslog-ng Version: 3.9.1-1 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 99 Depends: libc6 (>= 2.4), libjson0, syslog-ng-abi-3.9-0 Filename: ./i386/syslog-ng-mod-json_3.9.1-1_i386.deb Size: 19952 MD5sum: 0234d96f577fdcb5fdd5d0288fd59009 SHA1: 61087317acb6952ae6c013dbf20c0f587f5fa7ba SHA256: 157ebdaed686f93b03c08a9090c2706cba067b956fc51480ab9a09ed284081ef Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (JSON plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the $(format-json) template function plugin, which makes it possible to conveniently serialize system log messages to JSON. Along with the template function, this module also provides a json-parser plugin, allowing syslog-ng to parse JSON input. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 98 Depends: syslog-ng-core (= 3.11.1-6), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.11.1-6_amd64.deb Size: 30910 MD5sum: 81e05738993a8e76c2823cf22d70c8ce SHA1: 159077534603109239b9917f001b46b66666ff40 SHA256: e6d92dc622498f6ca61a2094782045efd5ebbeba5d2101ecf4d9bb66e1e6fd54 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 98 Depends: syslog-ng-core (= 3.11.1-6), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./i386/syslog-ng-mod-kafka_3.11.1-6_i386.deb Size: 30918 MD5sum: 1db383d21fc1c7c1b498223725211e18 SHA1: b60d11814625e7b30a10aea753211bb54935b10a SHA256: 1b3fd466d66ad0d108a4ef48b3541e026c6c44c24d86c180b9d18e2e04e18424 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.7.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 68 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.7.2-1_amd64.deb Size: 18318 MD5sum: 3e0bf5b1f79688bb94f88d4cd8f2c9db SHA1: 6f5c1974ef9dc4501be61b56d0aa0d6f19c8a5e1 SHA256: 00f9d799a1bc8994381b293651f9bb7751a4c755f8db6a66aeb9bcb165a97ab2 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.7.2-1 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 68 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./i386/syslog-ng-mod-kafka_3.7.2-1_i386.deb Size: 18332 MD5sum: 3ca42a3d75d2db8fc393d1a37bb45740 SHA1: bdadf201d5a6328cf19382691be6b83a4e215582 SHA256: b94c1029fa560ebd9653288fd9918df386891993d612c8bcb448c91fe3352187 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.7.3-4 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 70 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.7.3-4_amd64.deb Size: 20360 MD5sum: 9a70e39525ff67e58f1288babcd063b0 SHA1: 9ce1f542dc8863b0c860c725e2a9a2747a8af085 SHA256: 43d805cd25490a2dc565ec6dcd6f541764718704d77a24e47e066ac8e1997b79 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.7.3-4 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 70 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./i386/syslog-ng-mod-kafka_3.7.3-4_i386.deb Size: 20646 MD5sum: 02fbc64121a96e7cd10b935b405eb17c SHA1: c52bbea261e04fd68978990a6f21ecfc87a851aa SHA256: 6849158007cf2a38e02badae8d61fc0482281fc502d8a706a218e375543a7b0f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.8.1-3 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 71 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.8.1-3_amd64.deb Size: 15030 MD5sum: ef0ebd3243fa9443ca6f0819dbf00b5e SHA1: 60f6daf40984f64d39af543066847f38ec8dacdb SHA256: 5d82d4796b1751e200c79628d52168c6d5dc2241c794891f8abbf1a938fb98e9 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.8.1-3 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 71 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./i386/syslog-ng-mod-kafka_3.8.1-3_i386.deb Size: 15020 MD5sum: 7a2c298701a1b3e10cc5bc10cf73bfce SHA1: bd68aa6958d71a928210fe69161cb9b1608c454b SHA256: 1efd3aa4670b70a19634666f43cc15646da262c9980d3d7ff8c22a83b4056ee4 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.9.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 69 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.9.1-1_amd64.deb Size: 12600 MD5sum: d96c773276e9d281ace7afe13cf46e10 SHA1: 8a41d0463e9f0678bb0c15094b0f6be2d2bb39bc SHA256: 2943a23424ff64f5d14a4bdd5a51c99ebfc3b801a4fb43ad49f411b07ff6d644 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.9.1-1 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 69 Depends: syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./i386/syslog-ng-mod-kafka_3.9.1-1_i386.deb Size: 12618 MD5sum: 4122b2bfd6619a497f69bca4118162d1 SHA1: a65f13421c6b88fae7df4f69741f81c2e3964476 SHA256: 413224ff6d53a91c6618df13799399be7a62da9170a8d259b96f3a85314caf04 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kvformat Source: syslog-ng Version: 3.7.3-4 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 98 Depends: libc6 (>= 2.14) Filename: ./amd64/syslog-ng-mod-kvformat_3.7.3-4_amd64.deb Size: 26132 MD5sum: 0e36e02b0aef50970c09911d296d0f0e SHA1: fa9c85740d93c6290e8f29fd4ec28c547f3dc83f SHA256: d381726e7f114b8b67c209c620f87252a55310a01cc0eea5ead666451b8e3e69 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (kvformat) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python destination, allowing one to write destination drivers without having to touch C, in Python. Package: syslog-ng-mod-kvformat Source: syslog-ng Version: 3.7.3-4 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 93 Depends: libc6 (>= 2.4) Filename: ./i386/syslog-ng-mod-kvformat_3.7.3-4_i386.deb Size: 25482 MD5sum: 43a6be08bb346d470e3119dc44a94462 SHA1: ce2008b6e1bb6d90d7567c81f96285a42b1ce777 SHA256: c4a9f7fca90995c9c91eb015a3255710236c25fd78e4ff6773d74a408eac768b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (kvformat) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python destination, allowing one to write destination drivers without having to touch C, in Python. Package: syslog-ng-mod-kvformat Source: syslog-ng Version: 3.8.1-3 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 81 Depends: libc6 (>= 2.14), syslog-ng-abi-3.8-0 Filename: ./amd64/syslog-ng-mod-kvformat_3.8.1-3_amd64.deb Size: 20272 MD5sum: 9bb5dff10ce498faf95a9f629f740fa8 SHA1: a2a98c761d3182adf8e9b00dbe7541fb98453cbf SHA256: 1322244ad55d8c58412b069f0f17ebda454984cfaa969d6c67bb52e52668afa6 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (kvformat) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the kvparser parser for separating a message consisting of whitespace or comma-separated key=value pairs (for example, Postfix log messages) into name-value pairs. Package: syslog-ng-mod-kvformat Source: syslog-ng Version: 3.8.1-3 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 76 Depends: libc6 (>= 2.4), syslog-ng-abi-3.8-0 Filename: ./i386/syslog-ng-mod-kvformat_3.8.1-3_i386.deb Size: 19668 MD5sum: f48d58ec2004d9d8d66fe86aa522289d SHA1: e4c03a2cfa141dd6bf0c0a3dfbe0e8c5487ba06b SHA256: 2220154d37b34ff6a44b14c254308501c5d32c81146715450b0abf8afacb8c4e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (kvformat) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the kvparser parser for separating a message consisting of whitespace or comma-separated key=value pairs (for example, Postfix log messages) into name-value pairs. Package: syslog-ng-mod-kvformat Source: syslog-ng Version: 3.9.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 83 Depends: libc6 (>= 2.14), syslog-ng-abi-3.9-0 Filename: ./amd64/syslog-ng-mod-kvformat_3.9.1-1_amd64.deb Size: 18346 MD5sum: 420b1cfa080d83319c9b524c29a677cb SHA1: 27f0a4e305585a6b8eccd22bf8d64d346627317b SHA256: 583cc4903fc4dd1a55a858a0023c4ba902ab3052ac6b6eedb848b4ceb0bb04b4 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (kvformat) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the kvparser parser for separating a message consisting of whitespace or comma-separated key=value pairs (for example, Postfix log messages) into name-value pairs. Package: syslog-ng-mod-kvformat Source: syslog-ng Version: 3.9.1-1 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 74 Depends: libc6 (>= 2.4), syslog-ng-abi-3.9-0 Filename: ./i386/syslog-ng-mod-kvformat_3.9.1-1_i386.deb Size: 17798 MD5sum: 4d9f81308188d5e23bc232ba2c95a58d SHA1: 66e1a315d970f15b2cc1923c855436927be6e7a9 SHA256: e2ddc9182cc19e19ab7e80c79bf9618a9371f4107a974077120f5cc4b2941c82 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (kvformat) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the kvparser parser for separating a message consisting of whitespace or comma-separated key=value pairs (for example, Postfix log messages) into name-value pairs. Package: syslog-ng-mod-map-value-pairs Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 104 Depends: libc6 (>= 2.14), syslog-ng-abi-3.11-0 Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.11.1-6_amd64.deb Size: 33876 MD5sum: 39e92c83d036b15297c66f0fa9775d1f SHA1: 0e484fb7c01ae23a6ad4545c77d3a18ce49ca3cd SHA256: da42dbc850cb55f05a064ce9c907ef42c842da48879f665a641bea414e28ab30 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (map-value-pairs plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . With this package, it is possible to copy key-value pairs and do some other conversion and alteration in key-value pairs. Package: syslog-ng-mod-map-value-pairs Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 99 Depends: libc6 (>= 2.4), syslog-ng-abi-3.11-0 Filename: ./i386/syslog-ng-mod-map-value-pairs_3.11.1-6_i386.deb Size: 33632 MD5sum: 1bb51a3e32c1946895537425c549cff2 SHA1: 7aefe63ae539f5d2b35e11e443b2a0d24dc4c479 SHA256: ccfbef62d511b841dfaa310637beac54f8b7806c154730761411e6adeed9cfa7 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (map-value-pairs plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . With this package, it is possible to copy key-value pairs and do some other conversion and alteration in key-value pairs. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.7.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 111 Depends: libc6 (>= 2.14), libmongo-client0, syslog-ng-abi-3.6-0 Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.7.2-1_amd64.deb Size: 28552 MD5sum: 3783c1fb9466c142f111926a14c1bce4 SHA1: 1197687ecf9bee3605ced89d45ccd2cb84a4a02d SHA256: 5b02fbed1d6785b2bd0501d9197848f5d15b36faceb969942163c64a5139daf6 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.7.2-1 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 106 Depends: libc6 (>= 2.4), libmongo-client0, syslog-ng-abi-3.6-0 Suggests: mongodb-server Filename: ./i386/syslog-ng-mod-mongodb_3.7.2-1_i386.deb Size: 27690 MD5sum: 10bf781b0929cbe85f9128bf03c5be22 SHA1: 3c5d18feed6c72fbd098253c553513ffcd39cf8d SHA256: 24b1c915c333c15133fd0d2709c7bc7764b234c23d52a6b6e3c89027f4899192 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.7.3-4 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 113 Depends: libc6 (>= 2.14), libmongo-client0, syslog-ng-abi-3.7-0 Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.7.3-4_amd64.deb Size: 31040 MD5sum: 188eb5062d52cf8cd7a625c5ea5d39eb SHA1: cf7de3b41292de6f2a8e6fe4724498922e30bb7c SHA256: 74eb93f96c104938fbd82a6366a8b367d1cade2a47ab432de1e4717bfcd79c2d Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.7.3-4 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 108 Depends: libc6 (>= 2.4), libmongo-client0, syslog-ng-abi-3.7-0 Suggests: mongodb-server Filename: ./i386/syslog-ng-mod-mongodb_3.7.3-4_i386.deb Size: 29934 MD5sum: cbc8666f9540f0ab6f1e1139991a8bd9 SHA1: 0bfb43a76909a4491444db69ba9950e8388fe0e7 SHA256: b5ed24ea728b210bce8bfb67fbbabd8380ce8396670d0eb6ddfd09bc3857d67e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.8.1-3 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 508 Depends: libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0), syslog-ng-abi-3.8-0 Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.8.1-3_amd64.deb Size: 198656 MD5sum: cfedd88a93240d1d4c526bd160e5ac0a SHA1: 12713b5efe515f0c1f64c138b84d2399736b0fa8 SHA256: 007cd758006335c63915ef3b58cc3767a2c6a6cc3ca98cb253abec0a9fb5a6d4 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.8.1-3 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 501 Depends: libc6 (>= 2.7), libssl1.0.0 (>= 1.0.0), syslog-ng-abi-3.8-0 Suggests: mongodb-server Filename: ./i386/syslog-ng-mod-mongodb_3.8.1-3_i386.deb Size: 197900 MD5sum: 5b22497257af016e3da28d7417f79abb SHA1: 7c12d7176004a49fcf61020d002b59c4e81053d6 SHA256: 4932e173f9c5d6df46715a01ec2b61f204836bcd947aec9c830679025bdfec36 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.9.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 501 Depends: libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0), syslog-ng-abi-3.9-0 Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.9.1-1_amd64.deb Size: 195534 MD5sum: d9f6b355cbe75bcfa88b1dd5cb81cdbf SHA1: 8764dc2f462eeaf599ec981ec1decc5277880f46 SHA256: 8064c19b204fa7e9ba6f4b4f017358ec40af72f3a9cefc3e9d1a8010891d0022 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.9.1-1 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 499 Depends: libc6 (>= 2.7), libssl1.0.0 (>= 1.0.0), syslog-ng-abi-3.9-0 Suggests: mongodb-server Filename: ./i386/syslog-ng-mod-mongodb_3.9.1-1_i386.deb Size: 195170 MD5sum: 907fff5c8063adc9c6bdf4cbec9cb2c6 SHA1: 8c1fe1d13d547407f6f5bc74135f1c1d3756df4a SHA256: 6a01f144c5789a0ebd1285476dcb726e436063cce72527b0d86c4185aec7c9db Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-pacctformat Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 80 Depends: libc6 (>= 2.4), syslog-ng-abi-3.11-0 Filename: ./amd64/syslog-ng-mod-pacctformat_3.11.1-6_amd64.deb Size: 27262 MD5sum: a6a14cb3eca7c0fbf90a73f66ef43040 SHA1: 41fa0efdba76d42682341285b6133f762e53ea36 SHA256: 967170891b672fcf87dc585a9ef8b112e20fc098d402e29c8aa4bf23a31b3752 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the pacctformat module for syslog-ng. Package: syslog-ng-mod-pacctformat Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 79 Depends: libc6 (>= 2.4), syslog-ng-abi-3.11-0 Filename: ./i386/syslog-ng-mod-pacctformat_3.11.1-6_i386.deb Size: 27338 MD5sum: 9b28cba6c690908907dd9fa43e39a5b4 SHA1: 010878a2077b62764fc5623ecec43364cafd41ef SHA256: b79e6950c799bebe155f869f4aafe545e1406365b837470b7e412a18906637e4 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the pacctformat module for syslog-ng. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 228 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-abi-3.11-0, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: ./amd64/syslog-ng-mod-python_3.11.1-6_amd64.deb Size: 58604 MD5sum: a2b2806a9621ad74a299664bed8f897f SHA1: e06ecb8f3799918b35731218d54048a73ba5fd11 SHA256: b1612707d9fee86fa466f1807195facc578b4fbda172867449a4f9e9a2d999d4 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python plugin, that allows one to write syslog-ng plugins in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 222 Depends: libc6 (>= 2.4), libpython2.7 (>= 2.7), syslog-ng-abi-3.11-0, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8) Filename: ./i386/syslog-ng-mod-python_3.11.1-6_i386.deb Size: 59226 MD5sum: ef3cb5576fecf0489b03b372a49f443f SHA1: 8937b2872545f2f38f4a8a783d8d7eca60f223ee SHA256: af6514e840afec9e103090962c45bb4b81fddf4779eaf64ce788a242410af555 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python plugin, that allows one to write syslog-ng plugins in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.7.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 118 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7) Filename: ./amd64/syslog-ng-mod-python_3.7.2-1_amd64.deb Size: 32126 MD5sum: 1afa522a569e94448a5740d65adc80df SHA1: fa8c9794d53cc1088d336db413b178423087f81e SHA256: d3d8bcd07d2655135bcd5ea36018ea5890f19d4f779edc5770f366bc6faeb30a Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python destination, allowing one to write destination drivers without having to touch C, in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.7.2-1 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 108 Depends: libc6 (>= 2.4), libpython2.7 (>= 2.7) Filename: ./i386/syslog-ng-mod-python_3.7.2-1_i386.deb Size: 31140 MD5sum: 349f6a126941c7bbc3f5716bec4b77cc SHA1: 42f75a39b5bd94513f180905691eb79e88b22374 SHA256: 11ecd0523e1f39eede9439818f8d3c578d2d3e666eaad3a0231df69270367c99 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python destination, allowing one to write destination drivers without having to touch C, in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.7.3-4 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 120 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7) Filename: ./amd64/syslog-ng-mod-python_3.7.3-4_amd64.deb Size: 34500 MD5sum: ed296cc594756443ddead072d1599900 SHA1: f67ee6a1c16810f3fa1cc4fb9cd1854bd3e7dd44 SHA256: 5f6b070b5f6c7e14e77d7566a9c44421e05e822ab4d22e89be668d197b7a04c3 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python destination, allowing one to write destination drivers without having to touch C, in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.7.3-4 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libc6 (>= 2.4), libpython2.7 (>= 2.7) Filename: ./i386/syslog-ng-mod-python_3.7.3-4_i386.deb Size: 33472 MD5sum: cfa596cc5dba0222fbd51f3c5e9e80a5 SHA1: e0e44b6021b3397fc0dec94d5ea91c6cfffb4234 SHA256: 134acd1eb1023dd89190d5c8fd3c6052e0e893840afacecdbe36cd80d6c1add6 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python destination, allowing one to write destination drivers without having to touch C, in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.8.1-3 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 102 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-abi-3.8-0 Filename: ./amd64/syslog-ng-mod-python_3.8.1-3_amd64.deb Size: 27674 MD5sum: 88b3b17de54e4ac75af1a48993828b08 SHA1: 417bfa8811d3782d3207356e90f9f199bfc7f642 SHA256: 0739eacbe427865f68b31cd9501ef2a8304f2c49817e09870a3b555da742863f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python destination, allowing one to write destination drivers without having to touch C, in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.8.1-3 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 93 Depends: libc6 (>= 2.4), libpython2.7 (>= 2.7), syslog-ng-abi-3.8-0 Filename: ./i386/syslog-ng-mod-python_3.8.1-3_i386.deb Size: 27108 MD5sum: c8d1399feecff6ae6ed6cb5d3132e597 SHA1: 5c69827f8855cd8b5b1901882315b4700c456761 SHA256: 8fe90509dce8902f003034eb02fb43a3b069325d8b4d1468ee989fd43197cd97 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python destination, allowing one to write destination drivers without having to touch C, in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.9.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 100 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-abi-3.9-0 Filename: ./amd64/syslog-ng-mod-python_3.9.1-1_amd64.deb Size: 25260 MD5sum: 54b662d43e00bc9b76a7e6f688541709 SHA1: 1d1e5341c35a35c6fe54f4737f786cd252a7d95a SHA256: 1873f8adc5b63fc64c74ba1ea58330351ad2bc00b981e49812bc9a6bbdab15d4 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python destination, allowing one to write destination drivers without having to touch C, in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.9.1-1 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 90 Depends: libc6 (>= 2.4), libpython2.7 (>= 2.7), syslog-ng-abi-3.9-0 Filename: ./i386/syslog-ng-mod-python_3.9.1-1_i386.deb Size: 24696 MD5sum: a65d8c1d4eb764d6b4a667c70d9b7dc5 SHA1: 2db6131fb871d1ea9b52a333890e9561fe9f1862 SHA256: 3c35bfa6c40132220ac801eaaa9235516d8f8445a12643c115e2c7fb3fcd8a8d Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python destination, allowing one to write destination drivers without having to touch C, in Python. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 112 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-abi-3.11-0 Filename: ./amd64/syslog-ng-mod-redis_3.11.1-6_amd64.deb Size: 36312 MD5sum: c8c571ac0538d71e8e8e8cb29baae3c8 SHA1: 3fbad104fa3917433b742a0a9ee60c32b634c3f0 SHA256: 37c546170098721e1d967ed8a3283346c9075f039e8fa4e0f137783b0cfad8fa Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 103 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-abi-3.11-0 Filename: ./i386/syslog-ng-mod-redis_3.11.1-6_i386.deb Size: 36154 MD5sum: 5d22dece33e1cbee7c1fb00a0372b520 SHA1: ddd540909aeece71577140dd0b1c8420a4c198f2 SHA256: 7490bac366ee063cbf34d162530c6d2c837498a6a9f865f08295121584a17b9b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.7.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 95 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-abi-3.6-0 Filename: ./amd64/syslog-ng-mod-redis_3.7.2-1_amd64.deb Size: 23576 MD5sum: 035c0ed25aa139aa14b9eb2b430d96a3 SHA1: b038b22fc700d5a6511518a963c0cd6284f92ae1 SHA256: 00af9e8c2f67fd4ff3718333e278581774178d524dbc19e5052d472d1b5134a8 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.7.2-1 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 91 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-abi-3.6-0 Filename: ./i386/syslog-ng-mod-redis_3.7.2-1_i386.deb Size: 22778 MD5sum: 16b10bf1a8a2bddfdd0abf0c92628569 SHA1: 2fe890754d65a9fe3931e863f9bd8c88559d55ad SHA256: 4297dbd448d22d92f97e1eb3b396513e8268138aee0976280538470c2521be65 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.7.3-4 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 98 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-abi-3.7-0 Filename: ./amd64/syslog-ng-mod-redis_3.7.3-4_amd64.deb Size: 25978 MD5sum: 554f927699feb597433f1d83678397df SHA1: 7118408126b83868bf3c30f988183408e32f262d SHA256: 4d63d1411fdaa2202b3f74a788110d0adfb2d85fff4c47820d4ed8324529411e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.7.3-4 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 93 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-abi-3.7-0 Filename: ./i386/syslog-ng-mod-redis_3.7.3-4_i386.deb Size: 25126 MD5sum: 05d23f11444729aeb7b8b0131e56ecc1 SHA1: 94113916e992687a0aed886572778516014b00a6 SHA256: 549c24b16ac71de6b37c42f14975489780a2bf9e1feea07f292f4df601671f78 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.8.1-3 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 81 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-abi-3.8-0 Filename: ./amd64/syslog-ng-mod-redis_3.8.1-3_amd64.deb Size: 19792 MD5sum: a52636842da4cecd8a7159e75dc9ff92 SHA1: adf64afb417f861e3be3595c8503a73bd8a165ab SHA256: 5f4e0a2849f784be9ae571506403b0765e39ccc99eab669e0289aadc28a79dea Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.8.1-3 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 76 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-abi-3.8-0 Filename: ./i386/syslog-ng-mod-redis_3.8.1-3_i386.deb Size: 19012 MD5sum: f1ecf6d61b477b859491a2ff4d49bfc1 SHA1: e86fa8d20b34eaf3276919449bed3a611bfd792b SHA256: 4e5dcc1f77c2fec710fe3e210a54c2fb55c1af88cc78f3cd378605d30d8d7619 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.9.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 79 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-abi-3.9-0 Filename: ./amd64/syslog-ng-mod-redis_3.9.1-1_amd64.deb Size: 17144 MD5sum: e2f4fcc0b91f1019ef1e67924ce33e10 SHA1: 54ce20cec2a86c0b93e2345d7ea181993bef3080 SHA256: f9f0b7c8a1a2762a47a3b65b86e3a0c8c2d89db904f5db43f663efdf43082c74 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.9.1-1 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 74 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-abi-3.9-0 Filename: ./i386/syslog-ng-mod-redis_3.9.1-1_i386.deb Size: 16470 MD5sum: 5ace5547eaa785af18a9e4f489fb4002 SHA1: 4a545de2ca874672b3c1b3ed73e08f8eed30497b SHA256: d5c6ba5761002b1d83dc3da31005d42f60c23be11d5e0ffa3fd44d5b31fb84db Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 121 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.5.0), syslog-ng-abi-3.11-0 Filename: ./amd64/syslog-ng-mod-riemann_3.11.1-6_amd64.deb Size: 39670 MD5sum: 023c23fcf4609af7f18ba925df017c46 SHA1: a54d61f4b33ca03d2f381f98f632f3cd08356e4e SHA256: 3c1058fcaca73ac217c5f95bf5a766db78b036d016490a047b5c245c45814685 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 112 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.5.0), syslog-ng-abi-3.11-0 Filename: ./i386/syslog-ng-mod-riemann_3.11.1-6_i386.deb Size: 39742 MD5sum: 62048408aa248c8fe1e0afad79ccb6c2 SHA1: e42cb6f4b914a8ee180655807925a8c171d054b2 SHA256: 9f45f361e87679ca76576b297149ce921be9f7d9b072b49a411850b8c4bd8275 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.7.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 108 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.5.0), syslog-ng-abi-3.6-0 Filename: ./amd64/syslog-ng-mod-riemann_3.7.2-1_amd64.deb Size: 27204 MD5sum: fbcacc90c6225d3c61bd2622218afd50 SHA1: 0a9a45ac7004ebe9b753bbae188d379692b89834 SHA256: 17c6683b129eec61534d1e200b8529f8ad6ec95ef298f1c909e1c00ff15dd013 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.7.2-1 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 99 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.5.0), syslog-ng-abi-3.6-0 Filename: ./i386/syslog-ng-mod-riemann_3.7.2-1_i386.deb Size: 26306 MD5sum: 1cb96ed6984f5f81915e8ce58e9ab60b SHA1: 46e5179fe357dc9d80e43314ea7c52388978cb63 SHA256: a37b253069f044494c600997a47163c23cf2e9d0f080cbb47387b72360e8915c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.7.3-4 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.5.0), syslog-ng-abi-3.7-0 Filename: ./amd64/syslog-ng-mod-riemann_3.7.3-4_amd64.deb Size: 29716 MD5sum: 5a2f33715669879c941bdf3e2738574b SHA1: 7e3661108dc3f6d9dc065cae1fa8edb9c5c1594a SHA256: b55c95975ee087a10f93bc6480e3a16f9d6ba444d86e7fd5dbeac1a85f7ea3bd Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.7.3-4 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 101 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.5.0), syslog-ng-abi-3.7-0 Filename: ./i386/syslog-ng-mod-riemann_3.7.3-4_i386.deb Size: 28542 MD5sum: a492fc5e8d508d9ab89ad3991490c5ce SHA1: c2373b64f045ba49aa2315eee059a4264d444add SHA256: 2e0e70618feb0bf7b057b693f2da96b1dd0316d7c7980abbc004c31f109e5196 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.8.1-3 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 94 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.5.0), syslog-ng-abi-3.8-0 Filename: ./amd64/syslog-ng-mod-riemann_3.8.1-3_amd64.deb Size: 23480 MD5sum: b24df052372e4de56b6557eb13506adf SHA1: b48251a0633f8b753d5ab27b82b55c651abc1134 SHA256: 631f20626ce185e1400273e8b752c26812d1ba0292206b52ae39c0a7c1f84ff2 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.8.1-3 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 84 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.5.0), syslog-ng-abi-3.8-0 Filename: ./i386/syslog-ng-mod-riemann_3.8.1-3_i386.deb Size: 22736 MD5sum: e61327a431feb7b4d89e46dad98e47c5 SHA1: b69cc2d80e6f1c3310ebeff79d679792b26d3a6e SHA256: ad1ceebc2e88e09c01ada52c17ee199141be63c6febd78449af694352e2b5db6 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.9.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 91 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.5.0), syslog-ng-abi-3.9-0 Filename: ./amd64/syslog-ng-mod-riemann_3.9.1-1_amd64.deb Size: 21238 MD5sum: 853a1c06188f0806eb0982e93647e5a0 SHA1: 5c97461a93a875d2e6005bb83434dff08d525c16 SHA256: 22a1c088e2cce2d3b12a0eb91d8d6fc782feea42f7e6f33f867ae58088b5e735 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.9.1-1 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 82 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.5.0), syslog-ng-abi-3.9-0 Filename: ./i386/syslog-ng-mod-riemann_3.9.1-1_i386.deb Size: 20498 MD5sum: 42ca537b12993b53559c2a11c7cd1173 SHA1: c7cafbc55641361e132f2cc04dacdcdeb93d8d2d SHA256: fe79dea6a5f437d76fd8b7117171f20e40a8261bb161464da3b686fa64bc11b5 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 117 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-abi-3.11-0 Filename: ./amd64/syslog-ng-mod-smtp_3.11.1-6_amd64.deb Size: 38704 MD5sum: ee1df7a5d589568a67cffd9baf28e649 SHA1: abad042e20780afbf7173e2a701db6e89d732424 SHA256: 1705686c8db9abf6b2ca1bf94d5a7658b0527c25e605d0c04a7f2c8fc3cc9e47 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 112 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-abi-3.11-0 Filename: ./i386/syslog-ng-mod-smtp_3.11.1-6_i386.deb Size: 38752 MD5sum: d56d3d7ac1ae8cd71e33ba14bd398773 SHA1: d10429bbb8be00cb040fba1c07cb8661fda817f5 SHA256: b030b744a7c9aee99e6fba60cc23b364a69479650fa66028e6b4ebf2b1e901a7 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.7.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 104 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-abi-3.6-0 Filename: ./amd64/syslog-ng-mod-smtp_3.7.2-1_amd64.deb Size: 26602 MD5sum: 25500035365c4730990ec43e569e7c8d SHA1: 7d7d16a67637abc8ee67ad857903e19dc947902e SHA256: 078b4e2231a3b56b0aa0a485465ecf2e28eba847e64a1bae684640e19fb4d88f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.7.2-1 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 99 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-abi-3.6-0 Filename: ./i386/syslog-ng-mod-smtp_3.7.2-1_i386.deb Size: 25772 MD5sum: 3850dcda3fea3077dae16a2079552f5d SHA1: 48a1c0cf7e5d149d98a92f56f85bc89540f33426 SHA256: 503a1423d0f1e7b21fc6d8ad48a58f63125a77620474b4101664b45f5b3b3f02 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.7.3-4 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 106 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-abi-3.7-0 Filename: ./amd64/syslog-ng-mod-smtp_3.7.3-4_amd64.deb Size: 29086 MD5sum: c05caf321d56e4bc6fc9ce15b36e7ef2 SHA1: 85c5818d07048ddb57bb67c567301312ac748112 SHA256: 53a3f879b1f83306f9a5a1bfd35f7e74bd43025c4a9d51af9bcd3d0f1ade804d Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.7.3-4 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 101 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-abi-3.7-0 Filename: ./i386/syslog-ng-mod-smtp_3.7.3-4_i386.deb Size: 28050 MD5sum: 41fe6a84360cffbc102eea2ef2d6eaec SHA1: 6e9e0a415749da2ad6657f791a3726eaa8601527 SHA256: 828214d2b2023efec6127ea960eaf1d8cb08f39388eb08f3af55323cf2728643 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.8.1-3 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 89 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-abi-3.8-0 Filename: ./amd64/syslog-ng-mod-smtp_3.8.1-3_amd64.deb Size: 22902 MD5sum: bd8ae0e184c0f8b3e3527833ff28cd64 SHA1: bbd92bca71ac08335072499717c046ca7e5d74f5 SHA256: e52507b427fa5e0b801378ddc0a3dc5ec732514cd7030beb12d936669b9efac6 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.8.1-3 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 84 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-abi-3.8-0 Filename: ./i386/syslog-ng-mod-smtp_3.8.1-3_i386.deb Size: 22226 MD5sum: 9e36defa131a261ac32ec4a6c5ed1fb8 SHA1: 011c83b0c046cf62a2f3fc837d58ac40233c5a2d SHA256: 6b23d5d0a1ecea634903149a4116b936f972e6e6226bf17d1d2f760e87eed4a7 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.9.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 87 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-abi-3.9-0 Filename: ./amd64/syslog-ng-mod-smtp_3.9.1-1_amd64.deb Size: 20300 MD5sum: 4acb00501bac9fdf9e63a339233206f3 SHA1: 93127d0db21d13d3677ba610b9c451c8492ab4e2 SHA256: a012969da3603c8fa453d0558bd49bda0faec7949bf28f25ac3cb80cc36ea97b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.9.1-1 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 82 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-abi-3.9-0 Filename: ./i386/syslog-ng-mod-smtp_3.9.1-1_i386.deb Size: 19682 MD5sum: 717ce366a408525d5f8ee797917c03a8 SHA1: 0812b0e3b8111ad20f566b5fe4de9e5a06ecbcf9 SHA256: 0ccb0c0480ef46df33b9119780d5693e8d4b16c77a9979700c164f1cbb945956 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-snmptrapd-parser Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 126 Depends: libc6 (>= 2.14), syslog-ng-abi-3.11-0 Filename: ./amd64/syslog-ng-mod-snmptrapd-parser_3.11.1-6_amd64.deb Size: 36682 MD5sum: e84b00517102f1f22f78092950bec72b SHA1: 0bdecf5a2c22012fefa539de97684ea3761d04a4 SHA256: 92a444613f6552a2a993b68ba9110b2f7c9398fe994aaa1149b3f3fe9baeea17 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (snmptrapd-parser plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This parser module can parse SNMP trap messages and convert it to key-value pairs. Package: syslog-ng-mod-snmptrapd-parser Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 121 Depends: libc6 (>= 2.4), syslog-ng-abi-3.11-0 Filename: ./i386/syslog-ng-mod-snmptrapd-parser_3.11.1-6_i386.deb Size: 36820 MD5sum: b665704959aefd74852e5b4ad9c1c1b3 SHA1: b598708042422454e6afac759a2f9e5111bb267a SHA256: ec92dfe71e2daf72183bd87a7ded3384ef20d12791b6edb874ae178a1ad0e9ff Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (snmptrapd-parser plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This parser module can parse SNMP trap messages and convert it to key-value pairs. Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 132 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.0.0 (>= 1.0.0), syslog-ng-abi-3.11-0 Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sql_3.11.1-6_amd64.deb Size: 45586 MD5sum: d2cb2db95fa878b69fe6ffb92982aada SHA1: ef86418d2b5e6943aa3105840617974a071835f8 SHA256: 033eda2bbb26fc791a2fbcaff59e928c4fa810b5892743117b8684227bef46a4 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 127 Depends: libc6 (>= 2.4), libdbi1 (>= 0.9.0), libssl1.0.0 (>= 1.0.0), syslog-ng-abi-3.11-0 Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3 Filename: ./i386/syslog-ng-mod-sql_3.11.1-6_i386.deb Size: 44194 MD5sum: 48e503d654e5b9259409ef161fdb9e4b SHA1: e909f75e24af28937d46f57646003a252d604cd8 SHA256: 720781fa4f00a9e35405c47861c3568521715b3ed3ab3a14d38617c71bea54a7 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.7.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 120 Depends: libc6 (>= 2.14), libdbi1 (>= 0.8.4), libssl1.0.0 (>= 1.0.0), syslog-ng-abi-3.6-0 Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sql_3.7.2-1_amd64.deb Size: 32476 MD5sum: 9b324091843206d505fa893a4cd5730c SHA1: e365ee80dac113f69834086e19b45895702d1c16 SHA256: d48474eb581cca67a85ddd01246e82b8a15efabb387c82457ca432be10bafa1b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.7.2-1 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libc6 (>= 2.4), libdbi1 (>= 0.8.4), libssl1.0.0 (>= 1.0.0), syslog-ng-abi-3.6-0 Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3 Filename: ./i386/syslog-ng-mod-sql_3.7.2-1_i386.deb Size: 31518 MD5sum: d8b5a5d4671c202f4c87c0abac215842 SHA1: 87726edf052cc3498253e8b594f6bb6b53421105 SHA256: 11edcdd1420400c5e2d9ae2e2cfbb166d1b1345d5274ea98c5aa21c014c8184b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.7.3-4 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 122 Depends: libc6 (>= 2.14), libdbi1 (>= 0.8.4), libssl1.0.0 (>= 1.0.0), syslog-ng-abi-3.7-0 Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sql_3.7.3-4_amd64.deb Size: 34844 MD5sum: e8ae0f0053e8380f14916061cff85c95 SHA1: 8d0b689d4fb4df28daa0b756fbd1d38a77699c94 SHA256: a4e9fc24525730ff55f1415e9f88e27402b3756349be084aa2e84bb7a340ca0a Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.7.3-4 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 112 Depends: libc6 (>= 2.4), libdbi1 (>= 0.8.4), libssl1.0.0 (>= 1.0.0), syslog-ng-abi-3.7-0 Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3 Filename: ./i386/syslog-ng-mod-sql_3.7.3-4_i386.deb Size: 33852 MD5sum: ee14ea4d2bb46eb8ce6115d0b436ae96 SHA1: 657931927640600f8b6a8de93ce574a433d772da SHA256: cac5da6c08108d827b67211746dc3680dd38117ea488e65bcb6c19e0da56f5a9 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.8.1-3 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 105 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.0.0 (>= 1.0.0), syslog-ng-abi-3.8-0 Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sql_3.8.1-3_amd64.deb Size: 28702 MD5sum: 85909a14504a6d36121517d98f147446 SHA1: 419b0648afeb80f772102a353aa92fc7e59fa4f2 SHA256: 0acc301789b67648aa43b44dde3465a1289bd12bf12ead2a65e17e1130e09b89 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.8.1-3 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 100 Depends: libc6 (>= 2.4), libdbi1 (>= 0.9.0), libssl1.0.0 (>= 1.0.0), syslog-ng-abi-3.8-0 Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3 Filename: ./i386/syslog-ng-mod-sql_3.8.1-3_i386.deb Size: 28112 MD5sum: 3274decadea593b7bc6377e2b24b24e3 SHA1: 8972c595d29f8dfdc3253412778655838688f8df SHA256: e8254446534e2c7a779cf3901feeea514cceb9ec45997cc0aaab8097be8cb68e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.9.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 103 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.0.0 (>= 1.0.0), syslog-ng-abi-3.9-0 Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sql_3.9.1-1_amd64.deb Size: 26268 MD5sum: 64740e7bbedd092c5cd0d602c0b54039 SHA1: f1fa51de61d2f9904b04c08be4f66f51fa9a8b03 SHA256: f269bfe7de116ee67ecc37e4a13b5986d4d862ea6ebdea573147ae859cab22f3 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.9.1-1 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 97 Depends: libc6 (>= 2.4), libdbi1 (>= 0.9.0), libssl1.0.0 (>= 1.0.0), syslog-ng-abi-3.9-0 Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3 Filename: ./i386/syslog-ng-mod-sql_3.9.1-1_i386.deb Size: 25758 MD5sum: b90cb9c9716152d5dbab6e0cb537847b SHA1: 606034f8ae02db127ed013e90368883abcec399a SHA256: 162a1c4e4be061e1e1d548fda6be2b67033a51dac4aaa1f4198b36024092feee Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-stardate Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 80 Depends: libc6 (>= 2.4), syslog-ng-abi-3.11-0 Filename: ./amd64/syslog-ng-mod-stardate_3.11.1-6_amd64.deb Size: 27570 MD5sum: bd3e3e6fa3c8ac576cfb775b17c4712a SHA1: 4f7bf1e2e3d62b1f17d27dd0a74fd66f5edc9ef8 SHA256: d830d50ec0f341d742485b58369f6934a05e8e3f445ce88efc479abaeebc198c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (stardate plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a stardate-like date formatting module which formats the date with months and days as fragments of the year. For example, it formats 2017.06.15 as something like 2017.500. Package: syslog-ng-mod-stardate Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 79 Depends: libc6 (>= 2.4), syslog-ng-abi-3.11-0 Filename: ./i386/syslog-ng-mod-stardate_3.11.1-6_i386.deb Size: 27600 MD5sum: f87e029e3cfcaba882bbc8e4fb1e2a1b SHA1: a80252397a268b1c4cc699d426b72750ff7c7f74 SHA256: de950a15f8f71c3f97b58dde026afb7f901a71533a3611d321ae2215930c4d4c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (stardate plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a stardate-like date formatting module which formats the date with months and days as fragments of the year. For example, it formats 2017.06.15 as something like 2017.500. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.11.1-6 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 121 Depends: libc6 (>= 2.14), syslog-ng-abi-3.11-0 Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.11.1-6_amd64.deb Size: 40108 MD5sum: bced603ce963b38d1242073400873d2b SHA1: c4ebb82757e5816cbc21fcba69d782e4133068af SHA256: b9fa93aaba5f09f35ea09c4e11cf0f386b0a32f6b7936cb87449b93da69205bd Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.11.1-6 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 116 Depends: libc6 (>= 2.4), syslog-ng-abi-3.11-0 Suggests: activemq Filename: ./i386/syslog-ng-mod-stomp_3.11.1-6_i386.deb Size: 40274 MD5sum: ed842df9b37b1ccf1ccd174a058ee8db SHA1: c541515e0eb50e79dd2b4f3f11d59cce1fc20011 SHA256: 85a4ed3bd8a468a357a70e14dd8dbad1f7e57fffd24598c51a7339b35590a000 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.7.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 108 Depends: libc6 (>= 2.14), syslog-ng-abi-3.6-0 Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.7.2-1_amd64.deb Size: 27850 MD5sum: d8593938ea5e205505273142c864b82a SHA1: 4a92c7ad845cad26e0318fabecc0ed72e541157f SHA256: cad9ba9024f0d06037b2a2308ffd00637aff32a97efeb776c184259030140901 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.7.2-1 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 99 Depends: libc6 (>= 2.4), syslog-ng-abi-3.6-0 Suggests: activemq Filename: ./i386/syslog-ng-mod-stomp_3.7.2-1_i386.deb Size: 27068 MD5sum: d1b313a1c053e6482b9682a33e719b5a SHA1: 50bcdb40db14b37a71e60115d1899cbda2d21023 SHA256: 0ac29a3b6417404bd79eb3cb6dc7d8cd5eb7590888afadb73508c375e1e86546 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.7.3-4 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libc6 (>= 2.14), syslog-ng-abi-3.7-0 Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.7.3-4_amd64.deb Size: 30338 MD5sum: 4283acfa6be14082ab9d76dcef8809ca SHA1: 31715ccd597b031a5c1b1e99ca64794cde2448c1 SHA256: 01025919bf1032ce66939d3ca90cb9aaf9a106213260f0cf937ba903e29c3bac Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.7.3-4 Architecture: i386 Maintainer: syslog-ng maintainers Installed-Size: 101 Depends: libc6 (>= 2.4), syslog-ng-abi-3.7-0 Suggests: activemq Filename: ./i386/syslog-ng-mod-stomp_3.7.3-4_i386.deb Size: 29340 MD5sum: fafcdc27007fdbc0ecbae95c34c249fd SHA1: 08855f8a1c00ff1260bb8a129d6b28bdff4e30da SHA256: 78e14e32530e0e879d7215a98f95f2cbe696433e97d3f7dc1e344b859261e941 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.8.1-3 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 93 Depends: libc6 (>= 2.14), syslog-ng-abi-3.8-0 Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.8.1-3_amd64.deb Size: 24106 MD5sum: 3f230bf01679acf72b898284d092825d SHA1: 5a841ccb2efc6d7c1a59f92706d0d4b425feecb9 SHA256: 71218dde12e94a9633dbb8b96e4aba62a05cee3ba82dcdfeb5a2c0403184fa27 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.8.1-3 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 88 Depends: libc6 (>= 2.4), syslog-ng-abi-3.8-0 Suggests: activemq Filename: ./i386/syslog-ng-mod-stomp_3.8.1-3_i386.deb Size: 23610 MD5sum: 04bd7e1d58aadfb83f1d25458bdc0b95 SHA1: d3d6063723edb02c782a378b15b6b9707fecb437 SHA256: 3cc1ad6059cb6c5c71635c7f3b8dd08ccb780b276a2e0ee182c46fe52387347b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.9.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 91 Depends: libc6 (>= 2.14), syslog-ng-abi-3.9-0 Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.9.1-1_amd64.deb Size: 21560 MD5sum: 571429aecd02a3403665f7eafad89ed3 SHA1: 5cb2ab345ee59e3d2da6fdd68ae9cf1dfd7d316f SHA256: d51c9d3b421a34dcaf6947ecc8777d98e9146a81fcc3a2149ccf1541ff35c019 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.9.1-1 Architecture: i386 Maintainer: Laszlo Budai Installed-Size: 86 Depends: libc6 (>= 2.4), syslog-ng-abi-3.9-0 Suggests: activemq Filename: ./i386/syslog-ng-mod-stomp_3.9.1-1_i386.deb Size: 21074 MD5sum: 56de529e3d758fa9170f60437ec6fd86 SHA1: 7efccf98f38d13ffdf8c431b691173787dcf1e73 SHA256: f9731ee1d3acda8a5c97496c59667bd1cf02e8b93ed138789f299d9de3e4dc7d Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: tzdata Version: 2015d-0ubuntu0.12.04 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 1563 Depends: debconf (>= 0.5) | debconf-2.0 Replaces: libc0.1, libc0.3, libc6, libc6.1 Provides: tzdata-wheezy Filename: ./all/tzdata_2015d-0ubuntu0.12.04_all.deb Size: 439356 MD5sum: 5f125ffe64ba0fd7022d71dc940993e3 SHA1: 8c6fb0a475f7bc57682f019cc1d5a9883fdf1518 SHA256: 7c53d54ee14f2e850e606343fccf296ac7928f380282505fe2e43b0b48f02faa Section: libs Priority: required Multi-Arch: foreign Homepage: http://www.iana.org/time-zones Description: time zone and daylight-saving time data This package contains data required for the implementation of standard local time for many representative locations around the globe. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules. Original-Maintainer: GNU Libc Maintainers Package: tzdata-java Source: tzdata Version: 2015d-0ubuntu0.12.04 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 353 Depends: tzdata (= 2015d-0ubuntu0.12.04) Filename: ./all/tzdata-java_2015d-0ubuntu0.12.04_all.deb Size: 131816 MD5sum: 1513de45116210bed1567d0b130a66a0 SHA1: 655782097162c46072c044bbf2f88ab6bf6d6f74 SHA256: 0165b172f0aabe88fc2c231280a5184d5574f3186454dde15e34b18f4e14300e Section: java Priority: optional Multi-Arch: foreign Homepage: http://www.iana.org/time-zones Description: time zone and daylight-saving time data for use by java runtimes This package contains data required for the implementation of standard local time for many representative locations around the globe. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules. . This package contains the data for use by Java runtimes. Original-Maintainer: GNU Libc Maintainers