Source-Makefile: feeds/packages/admin/atop/Makefile Package: atop Version: 2.4.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +libncurses Conflicts: Menu-Depends: Provides: Section: admin Category: Administration Repository: base Title: System and process monitor for Linux Maintainer: Toni Uhlig Source: atop-2.4.0.tar.gz License: GPL-2.0 Type: ipkg Description: Atop is an ASCII full-screen performance monitor for Linux that is capable of reporting the activity of all processes (even if processes have finished during the interval), daily logging of system and process activity for long-term analysis, highlighting overloaded system resources by using colors, etcetera. At regular intervals, it shows system-level activity related to the CPU, memory, swap, disks (including LVM) and network layers, and for every process (and thread) it shows e.g. the CPU utilization, memory growth, disk utilization, priority, username, state, and exit code. In combination with the optional kernel module netatop, it even shows network activity per process/thread. https://www.atoptool.nl/ Toni Uhlig @@ Source-Makefile: feeds/packages/admin/debootstrap/Makefile Package: debootstrap Version: 1.0.110~bpo9+1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +coreutils +coreutils-chroot +coreutils-sha1sum +ar +xz-utils +xz Conflicts: Menu-Depends: Provides: Section: admin Category: Administration Repository: base Title: Bootstrap a basic Debian system Maintainer: Daniel Golle Source: debootstrap-udeb_1.0.110~bpo9+1_all.udeb License: Unique LicenseFiles: debian/copyright Type: ipkg Description: debootstrap is used to create a Debian base system from scratch, without requiring the availability of dpkg or apt. It does this by downloading .deb files from a mirror site, and carefully unpacking them into a directory which can eventually be chrooted into. http://wiki.debian.org/Debootstrap Daniel Golle @@ Source-Makefile: feeds/packages/admin/gkrellmd/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: gkrellmd Version: 2.3.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +glib2 Conflicts: Menu-Depends: Provides: Section: admin Category: Administration Repository: base Title: The GNU Krell Monitors Server Maintainer: Peter Denison Source: gkrellm-2.3.11.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Gkrellmd listens for connections from gkrellm clients. When a gkrellm client connects to a gkrellmd server all builtin monitors collect their data from the server. http://gkrellm.net/ Peter Denison @@ Source-Makefile: feeds/packages/admin/htop/Makefile Package: htop Version: 3.0.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses Conflicts: Menu-Depends: Provides: Section: admin Category: Administration Repository: base Title: Interactive processes viewer Maintainer: Etienne CHAMPETIER Source: htop-3.0.5.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Htop is an ncursed-based process viewer similar to top, but it allows to scroll the list vertically and horizontally to see all processes and their full command lines. https://hisham.hm/htop/ Etienne CHAMPETIER @@ Source-Makefile: feeds/packages/admin/ipmitool/Makefile Package: ipmitool Version: 1.8.18-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libncurses +libreadline Conflicts: Menu-Depends: Provides: Section: admin Category: Administration Repository: base Title: Command-line interface to IPMI-enabled devices Maintainer: Alexander Couzens Source: ipmitool-1.8.18.tar.bz2 License: BSD-3-clause LicenseFiles: COPYING Type: ipkg Description: Command-line interface to IPMI-enabled devices https://github.com/ipmitool/ipmitool Alexander Couzens @@ Source-Makefile: feeds/packages/admin/monit/Makefile Package: monit Version: 5.26.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +zlib +libopenssl Conflicts: Menu-Depends: Provides: Build-Variant: ssl Section: admin Category: Administration Repository: base Title: System services monitoring utility (with SSL support) Maintainer: Etienne CHAMPETIER Source: monit-5.26.0.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: An utility for monitoring services on a Unix system This package is built with SSL support. https://mmonit.com/monit/ Etienne CHAMPETIER @@ Package: monit-nossl Version: 5.26.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +zlib Conflicts: Menu-Depends: Provides: Build-Variant: nossl Section: admin Category: Administration Repository: base Title: System services monitoring utility (without SSL support) Maintainer: Etienne CHAMPETIER Source: monit-5.26.0.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: An utility for monitoring services on a Unix system This package is built without SSL support. https://mmonit.com/monit/ Etienne CHAMPETIER @@ Source-Makefile: feeds/packages/admin/muninlite/Makefile Package: muninlite Version: 1.0.4-10 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +xinetd Conflicts: Menu-Depends: Provides: Section: admin Category: Administration Repository: base Title: Munin node implemented in shell Maintainer: Source: muninlite-1.0.4.tar.gz License: GPL-2.0-or-later LicenseFiles: LICENSE Type: ipkg Description: Munin node implemented in shell http://sourceforge.net/projects/muninlite/ @@ Source-Makefile: feeds/packages/admin/netatop/Makefile Package: kmod-netatop Submenu: Netfilter Extensions Version: +2.0-1 Depends: Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: netatop netfilter module Maintainer: Toni Uhlig Source: netatop-2.0.tar.gz License: GPL-2.0 Type: ipkg Description: The optional kernel module netatop can be loaded to gather statistics about the TCP and UDP packets that have been transmitted/received per process and per thread. As soon as atop discovers that this module is active, it shows the columns SNET and RNET in the generic screen for the number of transmitted and received packets per process. When the 'n' key is pressed, it shows detailed counters about the number packets transmitted/received via TCP and UDP, the average sizes of these packets, and the total bandwidth consumed for input and output per process/thread. https://www.atoptool.nl/ Toni Uhlig @@ Package: netatop Version: 2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +kmod-netatop Conflicts: Menu-Depends: Provides: Section: admin Category: Administration Repository: base Title: network counter for atop Maintainer: Toni Uhlig Source: netatop-2.0.tar.gz License: GPL-2.0 Type: ipkg Description: The daemon netatopd is packaged with the netatop kernel module. This daemon takes care that information is gathered about processes that are finished. For every finished process that has transferred network packets, a binary record is written to a dedicated logfile. The added records in the logfile are read by atop with every sample to show information about the network activity of finished processes as well. https://www.atoptool.nl/ Toni Uhlig @@ Source-Makefile: feeds/packages/admin/netdata/Makefile Package: netdata Version: 1.30.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +libuuid +libuv +libmnl +libjson-c Conflicts: Menu-Depends: Provides: Section: admin Category: Administration Repository: base Title: Real-time performance monitoring tool Maintainer: Josef Schlehofer , Daniel Engberg Source: netdata-v1.30.1.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: netdata is a highly optimized Linux daemon providing real-time performance monitoring for Linux systems, applications and SNMP devices over the web. If you want to use Python plugins install python3, python3-yaml and python3-urllib3 https://www.netdata.cloud/ Josef Schlehofer , Daniel Engberg @@ Source-Makefile: feeds/packages/admin/openwisp-config/Makefile Package: openwisp-config-openssl Submenu: openwisp Version: 0.5.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +curl +lua +libuci-lua +luafilesystem +luci-lib-nixio +ca-certificates +libopenssl Conflicts: Menu-Depends: Provides: Build-Variant: openssl Section: admin Category: Administration Repository: base Title: Remote configuration management agent (OpenSSL variant) Maintainer: Federico Capoano Source: openwisp-config-0.5.0.tar.xz License: GPL3.0-or-later Type: ipkg Description: Remote configuration management agent (OpenSSL variant) http://openwisp.org Federico Capoano @@ Package: openwisp-config-mbedtls Submenu: openwisp Version: 0.5.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +curl +lua +libuci-lua +luafilesystem +luci-lib-nixio +ca-certificates +libmbedtls Conflicts: Menu-Depends: Provides: Build-Variant: mbedtls Section: admin Category: Administration Repository: base Title: Remote configuration management agent (mbedTLS variant) Maintainer: Federico Capoano Source: openwisp-config-0.5.0.tar.xz License: GPL3.0-or-later Type: ipkg Description: Remote configuration management agent (mbedTLS variant) http://openwisp.org Federico Capoano @@ Package: openwisp-config-wolfssl Submenu: openwisp Version: 0.5.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +curl +lua +libuci-lua +luafilesystem +luci-lib-nixio +ca-certificates +libwolfssl Conflicts: Menu-Depends: Provides: Build-Variant: wolfssl Section: admin Category: Administration Repository: base Title: Remote configuration management agent (WolfSSL variant) Maintainer: Federico Capoano Source: openwisp-config-0.5.0.tar.xz License: GPL3.0-or-later Type: ipkg Description: Remote configuration management agent (WolfSSL variant) http://openwisp.org Federico Capoano @@ Package: openwisp-config-nossl Submenu: openwisp Version: 0.5.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +curl +lua +libuci-lua +luafilesystem +luci-lib-nixio Conflicts: Menu-Depends: Provides: Build-Variant: nossl Section: admin Category: Administration Repository: base Title: Remote configuration management agent (No SSL variant) Maintainer: Federico Capoano Source: openwisp-config-0.5.0.tar.xz License: GPL3.0-or-later Type: ipkg Description: Remote configuration management agent (No SSL variant) http://openwisp.org Federico Capoano @@ Source-Makefile: feeds/packages/admin/sudo/Makefile Build-Depends: sudo/host Build-Types: host Package: sudo Version: 1.8.28p1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: admin Category: Administration Repository: base Title: Delegate authority to run commands Maintainer: Source: sudo-1.8.28p1.tar.gz License: ISC LicenseFiles: doc/LICENSE Type: ipkg Description: Sudo (su "do") allows a system administrator to delegate authority to give certain users (or groups of users) the ability to run some (or all) commands as root or another user while providing an audit trail of the commands and their arguments. https://www.sudo.ws/ @@ Source-Makefile: feeds/packages/admin/syslog-ng/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: syslog-ng Version: 3.33.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcre +glib2 +libopenssl +libpthread +librt +zlib +libdbi +libjson-c +libcurl +libuuid Conflicts: Menu-Depends: Provides: Section: admin Category: Administration Repository: base Title: A powerful syslog daemon Maintainer: Josef Schlehofer Source: syslog-ng-3.33.2.tar.gz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING LGPL.txt GPL.txt Type: ipkg Description: syslog-ng reads and logs messages to the system console, log files, other machines and/or users as specified by its configuration file. https://www.syslog-ng.com/products/open-source-log-management/ Josef Schlehofer @@ Source-Makefile: feeds/packages/admin/zabbix/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: zabbix-agentd Submenu: zabbix Version: 4.0.16-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libiconv-full +libpcre +zlib +ZABBIX_GNUTLS:libgnutls +ZABBIX_OPENSSL:libopenssl Conflicts: Menu-Depends: Provides: Section: admin Category: Administration Repository: base Title: Zabbix agentd Maintainer: Etienne CHAMPETIER Require-User: zabbix=53:zabbix=53 Source: zabbix-4.0.16.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Zabbix agentd https://www.zabbix.com/ Etienne CHAMPETIER @@ Config: comment "SSL support" choice prompt "Selected SSL library" default ZABBIX_NOSSL config ZABBIX_OPENSSL bool "OpenSSL" config ZABBIX_GNUTLS bool "GnuTLS" config ZABBIX_NOSSL bool "No SSL support" endchoice @@ Package: zabbix-extra-mac80211 Submenu: zabbix Version: 4.0.16-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zabbix-agentd @PACKAGE_MAC80211_DEBUGFS @KERNEL_DEBUG_FS Conflicts: Menu-Depends: Provides: Section: admin Category: Administration Repository: base Title: Zabbix discovery/userparameters for mac80211 Maintainer: Etienne CHAMPETIER Require-User: zabbix=53:zabbix=53 Source: zabbix-4.0.16.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: An extra package for zabbix-agentd that adds a discovery rule for mac80211 wifi phy and many userparameters. It contains an suid helper to allow zabbix-agentd to still run as zabbix user and not as root. See https://openwrt.org/docs/guide-user/services/network_monitoring/zabbix for ready to use zabbix templates. https://www.zabbix.com/ Etienne CHAMPETIER @@ Package: zabbix-extra-network Submenu: zabbix Version: 4.0.16-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zabbix-agentd +libubus-lua +lua Conflicts: Menu-Depends: Provides: Section: admin Category: Administration Repository: base Title: Zabbix discovery/userparameters for network Maintainer: Etienne CHAMPETIER Require-User: zabbix=53:zabbix=53 Source: zabbix-4.0.16.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: An extra package for zabbix-agentd that adds a discovery rule for openwrt network interfaces. The idea here is to discover only interfaces listed in /etc/config/network (discover br-lan and not eth0.1 and wlan0) See https://openwrt.org/docs/guide-user/services/network_monitoring/zabbix for ready to use zabbix templates. https://www.zabbix.com/ Etienne CHAMPETIER @@ Package: zabbix-extra-wifi Submenu: zabbix Version: 4.0.16-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zabbix-agentd +libiwinfo-lua +libubus-lua +lua Conflicts: Menu-Depends: Provides: Section: admin Category: Administration Repository: base Title: Zabbix discovery/userparameters for wifi Maintainer: Etienne CHAMPETIER Require-User: zabbix=53:zabbix=53 Source: zabbix-4.0.16.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: An extra package for zabbix-agentd that adds a discovery rule for wifi interfaces and many userparameters. As it uses libiwinfo, it works with all wifi devices supported by openwrt. See https://openwrt.org/docs/guide-user/services/network_monitoring/zabbix for ready to use zabbix templates. https://www.zabbix.com/ Etienne CHAMPETIER @@ Package: zabbix-sender Submenu: zabbix Version: 4.0.16-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libiconv-full +libpcre +zlib +ZABBIX_GNUTLS:libgnutls +ZABBIX_OPENSSL:libopenssl Conflicts: Menu-Depends: Provides: Section: admin Category: Administration Repository: base Title: Zabbix sender Maintainer: Etienne CHAMPETIER Require-User: zabbix=53:zabbix=53 Source: zabbix-4.0.16.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Zabbix sender https://www.zabbix.com/ Etienne CHAMPETIER @@ Package: zabbix-server Submenu: zabbix Version: 4.0.16-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libiconv-full +libpcre +zlib +ZABBIX_GNUTLS:libgnutls +ZABBIX_OPENSSL:libopenssl +ZABBIX_POSTGRESQL:libpq +ZABBIX_MYSQL:libmariadbclient +libevent2 Conflicts: Menu-Depends: Provides: Section: admin Category: Administration Repository: base Title: Zabbix server Maintainer: Etienne CHAMPETIER Require-User: zabbix=53:zabbix=53 Source: zabbix-4.0.16.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Zabbix server https://www.zabbix.com/ Etienne CHAMPETIER @@ Config: comment "Database Software" choice prompt "Selected Database Software" default ZABBIX_POSTGRESQL config ZABBIX_MYSQL bool "MySQL/MariaDB" config ZABBIX_POSTGRESQL bool "PostgreSQL" endchoice @@ Package: zabbix-server-frontend Submenu: zabbix Version: 4.0.16-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libiconv-full +libpcre +zlib +ZABBIX_GNUTLS:libgnutls +ZABBIX_OPENSSL:libopenssl +php7 +php7-cgi +ZABBIX_POSTGRESQL:php7-mod-pgsql +ZABBIX_MYSQL:php7-mod-mysqli +php7-mod-gd +php7-mod-bcmath +php7-mod-ctype +php7-mod-xmlreader +php7-mod-xmlwriter +php7-mod-session +php7-mod-sockets +php7-mod-mbstring +php7-mod-gettext Conflicts: Menu-Depends: Provides: Section: admin Category: Administration Repository: base Title: Zabbix server-frontend Maintainer: Etienne CHAMPETIER Require-User: zabbix=53:zabbix=53 Source: zabbix-4.0.16.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Zabbix server-frontend https://www.zabbix.com/ Etienne CHAMPETIER @@ Package: zabbix-proxy Submenu: zabbix Version: 4.0.16-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libiconv-full +libpcre +zlib +ZABBIX_GNUTLS:libgnutls +ZABBIX_OPENSSL:libopenssl +ZABBIX_POSTGRESQL:libpq +ZABBIX_MYSQL:libmariadbclient Conflicts: Menu-Depends: Provides: Section: admin Category: Administration Repository: base Title: Zabbix proxy Maintainer: Etienne CHAMPETIER Require-User: zabbix=53:zabbix=53 Source: zabbix-4.0.16.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Zabbix proxy https://www.zabbix.com/ Etienne CHAMPETIER @@ Package: zabbix-get Submenu: zabbix Version: 4.0.16-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libiconv-full +libpcre +zlib +ZABBIX_GNUTLS:libgnutls +ZABBIX_OPENSSL:libopenssl Conflicts: Menu-Depends: Provides: Section: admin Category: Administration Repository: base Title: Zabbix get Maintainer: Etienne CHAMPETIER Require-User: zabbix=53:zabbix=53 Source: zabbix-4.0.16.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Zabbix get https://www.zabbix.com/ Etienne CHAMPETIER @@ Source-Makefile: feeds/packages/devel/asu/Makefile Build-Depends: python3 Package: asu Version: 0.2.3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @x86_64 +bash +bzip2 +coreutils +coreutils-stat +diffutils +file +gawk +gcc +getopt +git +git-http +libncurses +make +patch +perl +perlbase-attributes +perlbase-findbin +perlbase-getopt +perlbase-thread +python-light +tar +unzip +wget +xz +xzdiff +xzgrep +xzless +xz-utils +zlib-dev +pgsql-server +psqlodbcw +python3-ctypes +python3-distutils +python3-flask +gunicorn +python3-openssl +python3-pyodbc +python3-yaml +libustream-mbedtls +ca-certificates +gnupg Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: devel Category: Development Repository: base Title: attended sysupgrade image server Maintainer: Paul Spooren Require-User: asu:asu Source: asu-0.2.3.tar.gz License: GPL-3.0 Type: ipkg Description: Build server to deliver OpenWrt/LEDE sysupgrade images http://github.com/aparcar/gsoc17-attended-sysupgrade/ Paul Spooren @@ Source-Makefile: feeds/packages/devel/autoconf/Makefile Package: autoconf Version: 2.69-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +m4 +perl +perlbase-data +perlbase-file +perlbase-getopt +perlbase-dynaloader +perlbase-text Conflicts: Menu-Depends: Provides: Section: devel Category: Development Repository: base Title: autoconf Maintainer: Heinrich Schuchardt Source: autoconf-2.69.tar.xz License: GPL-3.0-or-later Type: ipkg Description: Autoconf is an extensible package of M4 macros that produce shell scripts to automatically configure software source code packages. https://www.gnu.org/software/autoconf/ Heinrich Schuchardt @@ Source-Makefile: feeds/packages/devel/automake/Makefile Package: automake Version: 1.15.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +autoconf +perlbase-thread +perlbase-attributes Conflicts: Menu-Depends: Provides: Section: devel Category: Development Repository: base Title: automake Maintainer: Heinrich Schuchardt Source: automake-1.15.1.tar.xz License: GPL-3.0-or-later Type: ipkg Description: Automake is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards. https://www.gnu.org/software/automake/ Heinrich Schuchardt @@ Source-Makefile: feeds/packages/devel/diffutils/Makefile Package: diffutils Version: 3.7-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: devel Category: Development Repository: base Title: diffutils Maintainer: Roger D Source: diffutils-3.7.tar.xz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: The Diffutils package contains programs that show the differences between files or directories. http://www.gnu.org/software/diffutils/ Roger D @@ Source-Makefile: feeds/packages/devel/gcc/Makefile Build-Depends: libtool gettext libiconv Package: gcc Menu: 1 Version: 7.4.0-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +binutils +libstdcpp @!arc Conflicts: Menu-Depends: Provides: Section: devel Category: Development Repository: base Title: gcc Maintainer: Noble Pepper Source: gcc-7.4.0.tar.xz Type: ipkg Description: Build a native toolchain for compiling on target device. Noble Pepper @@ Config: source "feeds/packages/devel/gcc/Config.in" @@ Source-Makefile: feeds/packages/devel/libtool-bin/Makefile Package: libtool-bin Version: 2.4.6-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: devel Category: Development Repository: base Title: GNU Libtool - libtoolize Maintainer: Heinrich Schuchardt Source: libtool-2.4.6.tar.xz License: GPL-2.0-or-later Type: ipkg Description: GNU libtool is a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface. This package contains the libtoolize executable. https://www.gnu.org/software/libtool/ Heinrich Schuchardt @@ Source-Makefile: feeds/packages/devel/lpc21isp/Makefile Package: lpc21isp Version: 197-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: base Category: Development Repository: base Title: Command line ISP for NXP LPC family and ADUC70xx Maintainer: Emil 'Skeen' Madsen Source: lpc21isp_197.tar.gz License: LGPL-3.0-or-later LicenseFiles: README gpl.txt lgpl-3.0.txt Type: ipkg Description: Portable command line ISP (In-circuit Programmer) for NXP LPC family and Analog Devices ADUC70xx. http://lpc21isp.sourceforge.net/ Emil 'Skeen' Madsen @@ Source-Makefile: feeds/packages/devel/lttng-modules/Makefile Package: kmod-lttng Submenu: Other modules Version: +2.10.8-1 Depends: @!TARGET_uml @KERNEL_FTRACE_SYSCALLS Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: Linux Trace Toolkit: next generation (kernel modules) Maintainer: Source: lttng-modules-2.10.8.tar.bz2 License: LGPL-2.1 GPL-2.0 MIT LicenseFiles: LICENSE Type: ipkg Description: Linux Trace Toolkit: next generation (kernel modules) https://lttng.org/ @@ Source-Makefile: feeds/packages/devel/lttng-tools/Makefile Package: lttng-tools Version: 2.10.6-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lttng-ust +libpopt +libxml2 Conflicts: Menu-Depends: Provides: Section: devel Category: Development Repository: base Title: Linux Trace Toolkit: next generation (tools) Maintainer: Source: lttng-tools-2.10.6.tar.bz2 License: LGPL-2.1 GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Linux Trace Toolkit: next generation (tools) https://lttng.org/ @@ Source-Makefile: feeds/packages/devel/m4/Makefile Package: m4 Version: 1.4.18-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: devel Category: Development Repository: base Title: m4 Maintainer: Heinrich Schuchardt Source: m4-1.4.18.tar.xz License: GPL-3.0-or-later Type: ipkg Description: GNU M4 is an implementation of the traditional Unix macro processor. It is used by GNU Autoconf and Automake. https://www.gnu.org/software/m4/ Heinrich Schuchardt @@ Source-Makefile: feeds/packages/devel/make/Makefile Package: make Version: 4.2.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: devel Category: Development Repository: base Title: make Maintainer: Heinrich Schuchardt Source: make-4.2.1.tar.bz2 License: GPL-3.0-or-later Type: ipkg Description: The Make package contains a tool to create executables from source files. https://www.gnu.org/software/make/ Heinrich Schuchardt @@ Source-Makefile: feeds/packages/devel/meson/Makefile Build-Depends/host: ninja/host python3/host Build-Types: host Package: meson Version: 0.54.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ninja +python3-pkg-resources Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: devel Category: Development Repository: base Title: meson Maintainer: Andre Heider Source: meson-0.54.0.tar.gz License: Apache-2.0 LicenseFiles: COPYING Type: ipkg Description: Meson is an open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible. https://mesonbuild.com/ Andre Heider @@ Package: meson-src Version: 0.54.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: devel Category: Development Repository: base Title: meson (sources) Maintainer: Andre Heider Source: meson-0.54.0.tar.gz License: Apache-2.0 LicenseFiles: COPYING Type: ipkg Description: Meson is an open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible.. (Contains the Python3 sources for this package). https://mesonbuild.com/ Andre Heider @@ Source-Makefile: feeds/packages/devel/ninja/Makefile Build-Depends: ninja/host ninja/host Build-Depends/host: ninja/host Build-Types: host Package: ninja Version: 1.10.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp Conflicts: Menu-Depends: Provides: Section: devel Category: Development Repository: base Title: ninja Maintainer: Andre Heider Source: ninja-1.10.2.tar.gz License: Apache-2.0 LicenseFiles: COPYING Type: ipkg Description: Ninja is a small build system with a focus on speed. It differs from other build systems in two major respects: it is designed to have its input files generated by a higher-level build system, and it is designed to run builds as fast as possible. https://ninja-build.org/ Andre Heider @@ Source-Makefile: feeds/packages/devel/patch/Makefile Package: patch Version: 2.7.6-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: devel Category: Development Repository: base Title: patch Maintainer: Russell Senior Source: patch-2.7.6.tar.xz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: The Patch package contains a program for modifying or creating files by applying a "patch" file typically created by the diff program. https://savannah.gnu.org/projects/patch/ Russell Senior @@ Source-Makefile: feeds/packages/devel/pkg-config/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: pkg-config Version: 0.29.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +glib2 +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: Section: devel Category: Development Repository: base Title: pkg-config Maintainer: Heinrich Schuchardt Source: pkg-config-0.29.2.tar.gz License: GPL-2.0-or-later Type: ipkg Description: pkg-config is a helper tool used when compiling applications and libraries. It helps you insert the correct compiler options on the command line so an application can use gcc -o test test.cpkg-config --libs --cflags glib-2.0 for instance, rather than hard-coding values on where to find glib (or other libraries). https://www.freedesktop.org/wiki/Software/pkg-config/ Heinrich Schuchardt @@ Source-Makefile: feeds/packages/fonts/dejavu-fonts-ttf/Makefile Package: dejavu-fonts-ttf-DejaVuSerif-Italic Submenu: DejaVu Version: 2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: fonts Category: Fonts Repository: base Title: DejaVuSerif-Italic Maintainer: Mirko Vogt Source: dejavu-fonts-ttf-2.37.tar.bz2 License: Bitstream-Vera-Fonts-Copyright Arev-Fonts-Copyright Public-Domain LicenseFiles: LICENSE Type: ipkg Description: DejaVuSerif-Italic http://dejavu.sourceforge.net/ Mirko Vogt @@ Package: dejavu-fonts-ttf-DejaVuSerifCondensed-Italic Submenu: DejaVu Version: 2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: fonts Category: Fonts Repository: base Title: DejaVuSerifCondensed-Italic Maintainer: Mirko Vogt Source: dejavu-fonts-ttf-2.37.tar.bz2 License: Bitstream-Vera-Fonts-Copyright Arev-Fonts-Copyright Public-Domain LicenseFiles: LICENSE Type: ipkg Description: DejaVuSerifCondensed-Italic http://dejavu.sourceforge.net/ Mirko Vogt @@ Package: dejavu-fonts-ttf-DejaVuSerifCondensed-BoldItalic Submenu: DejaVu Version: 2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: fonts Category: Fonts Repository: base Title: DejaVuSerifCondensed-BoldItalic Maintainer: Mirko Vogt Source: dejavu-fonts-ttf-2.37.tar.bz2 License: Bitstream-Vera-Fonts-Copyright Arev-Fonts-Copyright Public-Domain LicenseFiles: LICENSE Type: ipkg Description: DejaVuSerifCondensed-BoldItalic http://dejavu.sourceforge.net/ Mirko Vogt @@ Package: dejavu-fonts-ttf-DejaVuSerifCondensed-Bold Submenu: DejaVu Version: 2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: fonts Category: Fonts Repository: base Title: DejaVuSerifCondensed-Bold Maintainer: Mirko Vogt Source: dejavu-fonts-ttf-2.37.tar.bz2 License: Bitstream-Vera-Fonts-Copyright Arev-Fonts-Copyright Public-Domain LicenseFiles: LICENSE Type: ipkg Description: DejaVuSerifCondensed-Bold http://dejavu.sourceforge.net/ Mirko Vogt @@ Package: dejavu-fonts-ttf-DejaVuSerifCondensed Submenu: DejaVu Version: 2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: fonts Category: Fonts Repository: base Title: DejaVuSerifCondensed Maintainer: Mirko Vogt Source: dejavu-fonts-ttf-2.37.tar.bz2 License: Bitstream-Vera-Fonts-Copyright Arev-Fonts-Copyright Public-Domain LicenseFiles: LICENSE Type: ipkg Description: DejaVuSerifCondensed http://dejavu.sourceforge.net/ Mirko Vogt @@ Package: dejavu-fonts-ttf-DejaVuSerif-BoldItalic Submenu: DejaVu Version: 2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: fonts Category: Fonts Repository: base Title: DejaVuSerif-BoldItalic Maintainer: Mirko Vogt Source: dejavu-fonts-ttf-2.37.tar.bz2 License: Bitstream-Vera-Fonts-Copyright Arev-Fonts-Copyright Public-Domain LicenseFiles: LICENSE Type: ipkg Description: DejaVuSerif-BoldItalic http://dejavu.sourceforge.net/ Mirko Vogt @@ Package: dejavu-fonts-ttf-DejaVuSerif-Bold Submenu: DejaVu Version: 2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: fonts Category: Fonts Repository: base Title: DejaVuSerif-Bold Maintainer: Mirko Vogt Source: dejavu-fonts-ttf-2.37.tar.bz2 License: Bitstream-Vera-Fonts-Copyright Arev-Fonts-Copyright Public-Domain LicenseFiles: LICENSE Type: ipkg Description: DejaVuSerif-Bold http://dejavu.sourceforge.net/ Mirko Vogt @@ Package: dejavu-fonts-ttf-DejaVuSerif Submenu: DejaVu Version: 2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: fonts Category: Fonts Repository: base Title: DejaVuSerif Maintainer: Mirko Vogt Source: dejavu-fonts-ttf-2.37.tar.bz2 License: Bitstream-Vera-Fonts-Copyright Arev-Fonts-Copyright Public-Domain LicenseFiles: LICENSE Type: ipkg Description: DejaVuSerif http://dejavu.sourceforge.net/ Mirko Vogt @@ Package: dejavu-fonts-ttf-DejaVuSans-Oblique Submenu: DejaVu Version: 2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: fonts Category: Fonts Repository: base Title: DejaVuSans-Oblique Maintainer: Mirko Vogt Source: dejavu-fonts-ttf-2.37.tar.bz2 License: Bitstream-Vera-Fonts-Copyright Arev-Fonts-Copyright Public-Domain LicenseFiles: LICENSE Type: ipkg Description: DejaVuSans-Oblique http://dejavu.sourceforge.net/ Mirko Vogt @@ Package: dejavu-fonts-ttf-DejaVuSansMono-Oblique Submenu: DejaVu Version: 2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: fonts Category: Fonts Repository: base Title: DejaVuSansMono-Oblique Maintainer: Mirko Vogt Source: dejavu-fonts-ttf-2.37.tar.bz2 License: Bitstream-Vera-Fonts-Copyright Arev-Fonts-Copyright Public-Domain LicenseFiles: LICENSE Type: ipkg Description: DejaVuSansMono-Oblique http://dejavu.sourceforge.net/ Mirko Vogt @@ Package: dejavu-fonts-ttf-DejaVuSansMono-BoldOblique Submenu: DejaVu Version: 2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: fonts Category: Fonts Repository: base Title: DejaVuSansMono-BoldOblique Maintainer: Mirko Vogt Source: dejavu-fonts-ttf-2.37.tar.bz2 License: Bitstream-Vera-Fonts-Copyright Arev-Fonts-Copyright Public-Domain LicenseFiles: LICENSE Type: ipkg Description: DejaVuSansMono-BoldOblique http://dejavu.sourceforge.net/ Mirko Vogt @@ Package: dejavu-fonts-ttf-DejaVuSansMono-Bold Submenu: DejaVu Version: 2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: fonts Category: Fonts Repository: base Title: DejaVuSansMono-Bold Maintainer: Mirko Vogt Source: dejavu-fonts-ttf-2.37.tar.bz2 License: Bitstream-Vera-Fonts-Copyright Arev-Fonts-Copyright Public-Domain LicenseFiles: LICENSE Type: ipkg Description: DejaVuSansMono-Bold http://dejavu.sourceforge.net/ Mirko Vogt @@ Package: dejavu-fonts-ttf-DejaVuSansMono Submenu: DejaVu Version: 2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: fonts Category: Fonts Repository: base Title: DejaVuSansMono Maintainer: Mirko Vogt Source: dejavu-fonts-ttf-2.37.tar.bz2 License: Bitstream-Vera-Fonts-Copyright Arev-Fonts-Copyright Public-Domain LicenseFiles: LICENSE Type: ipkg Description: DejaVuSansMono http://dejavu.sourceforge.net/ Mirko Vogt @@ Package: dejavu-fonts-ttf-DejaVuSans-ExtraLight Submenu: DejaVu Version: 2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: fonts Category: Fonts Repository: base Title: DejaVuSans-ExtraLight Maintainer: Mirko Vogt Source: dejavu-fonts-ttf-2.37.tar.bz2 License: Bitstream-Vera-Fonts-Copyright Arev-Fonts-Copyright Public-Domain LicenseFiles: LICENSE Type: ipkg Description: DejaVuSans-ExtraLight http://dejavu.sourceforge.net/ Mirko Vogt @@ Package: dejavu-fonts-ttf-DejaVuSansCondensed-Oblique Submenu: DejaVu Version: 2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: fonts Category: Fonts Repository: base Title: DejaVuSansCondensed-Oblique Maintainer: Mirko Vogt Source: dejavu-fonts-ttf-2.37.tar.bz2 License: Bitstream-Vera-Fonts-Copyright Arev-Fonts-Copyright Public-Domain LicenseFiles: LICENSE Type: ipkg Description: DejaVuSansCondensed-Oblique http://dejavu.sourceforge.net/ Mirko Vogt @@ Package: dejavu-fonts-ttf-DejaVuSansCondensed-BoldOblique Submenu: DejaVu Version: 2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: fonts Category: Fonts Repository: base Title: DejaVuSansCondensed-BoldOblique Maintainer: Mirko Vogt Source: dejavu-fonts-ttf-2.37.tar.bz2 License: Bitstream-Vera-Fonts-Copyright Arev-Fonts-Copyright Public-Domain LicenseFiles: LICENSE Type: ipkg Description: DejaVuSansCondensed-BoldOblique http://dejavu.sourceforge.net/ Mirko Vogt @@ Package: dejavu-fonts-ttf-DejaVuSansCondensed-Bold Submenu: DejaVu Version: 2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: fonts Category: Fonts Repository: base Title: DejaVuSansCondensed-Bold Maintainer: Mirko Vogt Source: dejavu-fonts-ttf-2.37.tar.bz2 License: Bitstream-Vera-Fonts-Copyright Arev-Fonts-Copyright Public-Domain LicenseFiles: LICENSE Type: ipkg Description: DejaVuSansCondensed-Bold http://dejavu.sourceforge.net/ Mirko Vogt @@ Package: dejavu-fonts-ttf-DejaVuSansCondensed Submenu: DejaVu Version: 2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: fonts Category: Fonts Repository: base Title: DejaVuSansCondensed Maintainer: Mirko Vogt Source: dejavu-fonts-ttf-2.37.tar.bz2 License: Bitstream-Vera-Fonts-Copyright Arev-Fonts-Copyright Public-Domain LicenseFiles: LICENSE Type: ipkg Description: DejaVuSansCondensed http://dejavu.sourceforge.net/ Mirko Vogt @@ Package: dejavu-fonts-ttf-DejaVuSans-BoldOblique Submenu: DejaVu Version: 2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: fonts Category: Fonts Repository: base Title: DejaVuSans-BoldOblique Maintainer: Mirko Vogt Source: dejavu-fonts-ttf-2.37.tar.bz2 License: Bitstream-Vera-Fonts-Copyright Arev-Fonts-Copyright Public-Domain LicenseFiles: LICENSE Type: ipkg Description: DejaVuSans-BoldOblique http://dejavu.sourceforge.net/ Mirko Vogt @@ Package: dejavu-fonts-ttf-DejaVuSans-Bold Submenu: DejaVu Version: 2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: fonts Category: Fonts Repository: base Title: DejaVuSans-Bold Maintainer: Mirko Vogt Source: dejavu-fonts-ttf-2.37.tar.bz2 License: Bitstream-Vera-Fonts-Copyright Arev-Fonts-Copyright Public-Domain LicenseFiles: LICENSE Type: ipkg Description: DejaVuSans-Bold http://dejavu.sourceforge.net/ Mirko Vogt @@ Package: dejavu-fonts-ttf-DejaVuSans Submenu: DejaVu Version: 2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: fonts Category: Fonts Repository: base Title: DejaVuSans Maintainer: Mirko Vogt Source: dejavu-fonts-ttf-2.37.tar.bz2 License: Bitstream-Vera-Fonts-Copyright Arev-Fonts-Copyright Public-Domain LicenseFiles: LICENSE Type: ipkg Description: DejaVuSans http://dejavu.sourceforge.net/ Mirko Vogt @@ Package: dejavu-fonts-ttf-DejaVuMathTeXGyre Submenu: DejaVu Version: 2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: fonts Category: Fonts Repository: base Title: DejaVuMathTeXGyre Maintainer: Mirko Vogt Source: dejavu-fonts-ttf-2.37.tar.bz2 License: Bitstream-Vera-Fonts-Copyright Arev-Fonts-Copyright Public-Domain LicenseFiles: LICENSE Type: ipkg Description: DejaVuMathTeXGyre http://dejavu.sourceforge.net/ Mirko Vogt @@ Source-Makefile: feeds/packages/ipv6/tayga/Makefile Package: tayga Version: 0.9.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ip @IPV6 +kmod-tun Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Out-of-kernel stateless NAT64 implementation for Linux Maintainer: Ondrej Caletka Source: tayga-0.9.2.tar.bz2 License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: TAYGA is an out-of-kernel stateless NAT64 implementation for Linux. It uses the TUN driver to exchange packets with the kernel, which is the same driver used by OpenVPN and QEMU/KVM. http://www.litech.org/tayga/ Ondrej Caletka @@ Source-Makefile: feeds/packages/kernel/exfat-nofuse/Makefile Package: kmod-fs-exfat Submenu: Filesystems Version: +2018-04-17-01c30ad52625a7261e1b0d874553b6ca7af25966-2 Depends: +kmod-nls-base Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: ExFAT Kernel driver Maintainer: Yousong Zhou Source: exfat-nofuse-2018-04-17-01c30ad52625a7261e1b0d874553b6ca7af25966.tar.xz License: GPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: Kernel module for ExFAT Filesytems Yousong Zhou @@ Source-Makefile: feeds/packages/kernel/ksmbd/Makefile Package: kmod-fs-ksmbd Submenu: Filesystems Version: +3.3.7-1 Depends: +kmod-nls-base +kmod-nls-utf8 +kmod-crypto-md4 +kmod-crypto-md5 +kmod-crypto-hmac +kmod-crypto-ecb +kmod-crypto-des +kmod-crypto-sha256 +kmod-crypto-cmac +kmod-crypto-sha512 +kmod-crypto-aead +kmod-crypto-ccm +kmod-crypto-gcm +kmod-lib-crc32c Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: SMB kernel server support Maintainer: Andy Walsh Source: ksmbd-3.3.7.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Ksmbd is an In-kernel SMBv(1)2/3 fileserver. It's an implementation of the SMB protocol in kernel space for sharing files and IPC services over network. https://github.com/cifsd-team/cifsd Andy Walsh @@ Config: config KSMBD_SMB_INSECURE_SERVER bool "Support for insecure SMB1/CIFS and SMB2.0 protocols" depends on PACKAGE_kmod-fs-ksmbd help This enables deprecated insecure protocols dialects: SMB1/CIFS and SMB2.0. default y @@ Source-Makefile: feeds/packages/kernel/macremapper/Makefile Package: kmod-macremapper Submenu: Network Support Version: --1 Depends: +kmod-cfg80211 +kmod-br-netfilter Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: Dual Channel Wi-Fi macremapper Module Maintainer: Carey Sonsino Source: macremapper-1.1.0.tar.gz License: GPL-2.0-only LicenseFiles: kernelmod/COPYING Type: ipkg Description: Linux kernel module for implementation the DCW filtering mechanism https://www.edgewaterwireless.com Carey Sonsino @@ Source-Makefile: feeds/packages/kernel/mtd-rw/Makefile Package: kmod-mtd-rw Submenu: Other modules Version: +git-20160214-1 Depends: Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: Write-enabler for MTD partitions Maintainer: Joseph C. Lehner Source: mtd-rw-git-20160214.tar.gz License: GPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: A kernel module that temporarily makes all MTD partitions writeable. Joseph C. Lehner @@ Source-Makefile: feeds/packages/kernel/pfring/Makefile Package: kmod-pf-ring Submenu: Network Support Version: +7.2.0-1 Depends: Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: PF_RING Kernel driver Maintainer: Banglang Huang Source: pf-ring-7.2.0.tar.gz License: GPL-2.0 Type: ipkg Description: Kernel module for libpf-ring package Banglang Huang @@ Source-Makefile: feeds/packages/lang/chicken-scheme/Makefile Package: chicken-scheme-interpreter Version: 5.0.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Chicken Scheme Maintainer: Jeronimo Pellegrini Source: chicken-5.0.0.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: Chicken is an implementation of the Scheme language. It is portable, efficient, and supports the R5RS and R7RS (work in progress) standards, and many extensions. Chicken can be used as a scripting language to automate tasks. This package contains the interpreter, 'csi', only -- the compiler and the package installer are not included because they depend on a C compiler. For more information, please refer to the Chicken Scheme website at https://call-cc.org. https://call-cc.org Jeronimo Pellegrini @@ Source-Makefile: feeds/packages/lang/dkjson/Makefile Package: dkjson Submenu: Lua Version: 2.5-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: DKJSON Maintainer: Lars Gierth Source: dkjson-2.5.tar.gz License: MIT Type: ipkg Description: Lua JSON parser/serializer with UTF-8 support http://dkolf.de/src/dkjson-lua.fsl/home Lars Gierth @@ Source-Makefile: feeds/packages/lang/erlang/Makefile Build-Depends: erlang/host openssl Build-Types: host Package: erlang Submenu: Erlang Version: 21.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses +librt +zlib Conflicts: Menu-Depends: Provides: erlang-erts=10.0.1 erlang-kernel=6.0 erlang-sasl=3.2 erlang-stdlib=3.5 Section: lang Category: Languages Repository: base Title: Erlang/OTP programming language Maintainer: Arnaud Sautaux Source: otp_src_21.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This package contains the runtime implementation and a minimal set of modules (erts, kernel, sasl & stdlib). http://www.erlang.org/ Arnaud Sautaux @@ Package: erlang-asn1 Submenu: Erlang Version: 5.0.6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +erlang +erlang-syntax-tools Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Abstract Syntax Notation One (ASN.1) support Maintainer: Arnaud Sautaux Source: otp_src_21.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides Abstract Syntax Notation One (ASN.1) support. http://www.erlang.org/ Arnaud Sautaux @@ Package: erlang-compiler Submenu: Erlang Version: 7.2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +erlang +erlang-hipe Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Byte code compiler Maintainer: Arnaud Sautaux Source: otp_src_21.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides a byte code compiler for Erlang which produces highly compact code. http://www.erlang.org/ Arnaud Sautaux @@ Package: erlang-crypto Submenu: Erlang Version: 4.3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +erlang +libopenssl Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Cryptography support Maintainer: Arnaud Sautaux Source: otp_src_21.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides functions for computation of message digests, and encryption and decryption functions. http://www.erlang.org/ Arnaud Sautaux @@ Package: erlang-hipe Submenu: Erlang Version: 3.18 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +erlang Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: High Performance Erlang Maintainer: Arnaud Sautaux Source: otp_src_21.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides HiPE (High Performance Erlang) support. http://www.erlang.org/ Arnaud Sautaux @@ Package: erlang-inets Submenu: Erlang Version: 7.0 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +erlang Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Internet clients and servers Maintainer: Arnaud Sautaux Source: otp_src_21.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides a container for Internet clients and servers. Currently a FTP client, a HTTP client and server, and a tftp client and server have been incorporated in Inets. http://www.erlang.org/ Arnaud Sautaux @@ Package: erlang-mnesia Submenu: Erlang Version: 4.15.4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +erlang Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Distributed database Maintainer: Arnaud Sautaux Source: otp_src_21.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides a distributed DataBase Management System (DBMS), appropriate for telecommunications applications and other Erlang applications which require continuous operation and exhibit soft real-time properties. http://www.erlang.org/ Arnaud Sautaux @@ Package: erlang-runtime-tools Submenu: Erlang Version: 1.13 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +erlang Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Low-profile debugging/tracing tools Maintainer: Arnaud Sautaux Source: otp_src_21.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides low footprint tracing/debugging tools suitable for inclusion in a production system. http://www.erlang.org/ Arnaud Sautaux @@ Package: erlang-snmp Submenu: Erlang Version: 5.2.11 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +erlang +erlang-asn1 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Simple Network Management Protocol (SNMP) support Maintainer: Arnaud Sautaux Source: otp_src_21.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides Simple Network Management Protocol (SNMP) support including a MIB compiler and tools for creating SNMP agents. http://www.erlang.org/ Arnaud Sautaux @@ Package: erlang-public-key Submenu: Erlang Version: 1.6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +erlang +erlang-crypto +erlang-asn1 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Public Key support Maintainer: Arnaud Sautaux Source: otp_src_21.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides functions to handle public-key infrastructure. http://www.erlang.org/ Arnaud Sautaux @@ Package: erlang-ssh Submenu: Erlang Version: 4.7 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +erlang +erlang-crypto Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Secure Shell (SSH) support Maintainer: Arnaud Sautaux Source: otp_src_21.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides an implementation of the Secure Shell protocol, with SSH & SFTP support. http://www.erlang.org/ Arnaud Sautaux @@ Package: erlang-ssl Submenu: Erlang Version: 9.0 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +erlang +erlang-crypto Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Secure Sockets Layer (SSL) support Maintainer: Arnaud Sautaux Source: otp_src_21.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides support for secure communication over sockets. http://www.erlang.org/ Arnaud Sautaux @@ Package: erlang-syntax-tools Submenu: Erlang Version: 2.1.5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +erlang Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Abstract Erlang syntax trees handling support Maintainer: Arnaud Sautaux Source: otp_src_21.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides support for handling abstract Erlang syntax trees. http://www.erlang.org/ Arnaud Sautaux @@ Package: erlang-tools Submenu: Erlang Version: 3.0 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +erlang Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Erlang tools support Maintainer: Arnaud Sautaux Source: otp_src_21.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides support for misc tools. http://www.erlang.org/ Arnaud Sautaux @@ Package: erlang-reltool Submenu: Erlang Version: 0.7.6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +erlang Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Erlang reltool support Maintainer: Arnaud Sautaux Source: otp_src_21.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides support for release management. http://www.erlang.org/ Arnaud Sautaux @@ Package: erlang-erl-interface Submenu: Erlang Version: 3.9.3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +erlang Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Erlang erl_interface support Maintainer: Arnaud Sautaux Source: otp_src_21.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides support for erlang interoperability with other languages. http://www.erlang.org/ Arnaud Sautaux @@ Package: erlang-os_mon Submenu: Erlang Version: 2.4.5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +erlang Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Erlang OS Monitoring Application Maintainer: Arnaud Sautaux Source: otp_src_21.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides the following services: cpu_sup CPU load and utilization supervision disksup Disk supervision memsup Memory supervision http://www.erlang.org/ Arnaud Sautaux @@ Package: erlang-xmerl Submenu: Erlang Version: 1.3.17 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +erlang Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Erlang XML export Maintainer: Arnaud Sautaux Source: otp_src_21.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides functions for exporting XML data to an external format http://www.erlang.org/ Arnaud Sautaux @@ Source-Makefile: feeds/packages/lang/golang/golang/Makefile Build-Depends: golang/host Build-Types: host Package: golang Submenu: Go Version: 1.13.15-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) +golang-src Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Go programming language (compiler) Maintainer: Jeffery To Source: go1.13.15.src.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. This package provides an assembler, compiler, linker, and compiled libraries for the Go programming language. https://golang.org/ Jeffery To @@ Package: golang-doc Submenu: Go Version: 1.13.15-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Go programming language (documentation) Maintainer: Jeffery To Source: go1.13.15.src.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. This package provides the documentation for the Go programming language. https://golang.org/ Jeffery To @@ Package: golang-src Submenu: Go Version: 1.13.15-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Go programming language (source files) Maintainer: Jeffery To Source: go1.13.15.src.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. This package provides the Go programming language source files needed for cross-compilation. https://golang.org/ Jeffery To @@ Source-Makefile: feeds/packages/lang/jamvm/Makefile Build-Types: host Package: jamvm Submenu: Java Version: 2.0.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +libpthread +librt +CONFIG_powerpc64:libffi @!arc @!aarch64 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: A compact Java Virtual Machine Maintainer: Dana H. Myers Source: jamvm-2.0.0.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: JamVM is a Java Virtual Machine which conforms to the JVM specification version 2 (a.k.a, 1.2). In comparison to most other VM's (free and commercial) it is extremely small. However, unlike other small VMs (e.g. KVM) it is designed to support the full specification, and includes support for object finalisation, Soft/Weak/Phantom References, the Java Native Interface (JNI) and the Reflection API. http://jamvm.sourceforge.net/ Dana H. Myers @@ Source-Makefile: feeds/packages/lang/json4lua/Makefile Package: json4lua Submenu: Lua Version: 0.9.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua +luasocket Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: json4lua Maintainer: Amr Hassan Source: json4lua-0.9.54.tar.gz License: MIT Type: ipkg Description: JSON and JSONRPC for Lua https://github.com/amrhassan/json4lua Amr Hassan @@ Source-Makefile: feeds/packages/lang/ldbus/Makefile Build-Depends: luarocks/host Package: ldbus Submenu: Lua Version: 2017-10-03-f4a1464e915a2313c80fb40c5c40b0bee7583677-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +dbus +lua Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: ldbus Lua DBus bindings Maintainer: Enrico Mioso Source: ldbus-2017-10-03-f4a1464e915a2313c80fb40c5c40b0bee7583677.tar.xz License: MIT Type: ipkg Description: This package contains "ldbus": LUA bindings to interact with the DBUS message bus system, and services connected to it. See https://github.com/daurnimator/ldbus for details. Enrico Mioso @@ Source-Makefile: feeds/packages/lang/lpeg/Makefile Package: lpeg Submenu: Lua Version: 0.12.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: LPeg Maintainer: Dirk Chang Source: lpeg-0.12.2.tar.gz License: MIT Type: ipkg Description: LPeg is a new pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs) http://www.inf.puc-rio.br/~roberto/lpeg/ Dirk Chang @@ Source-Makefile: feeds/packages/lang/lua-bencode/Makefile Package: lua-bencode Submenu: Lua Version: 2.2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: lua-bencode Maintainer: Lars Gierth Source: lua-bencode-2.2.0.tar.gz License: MIT Type: ipkg Description: This is a module for the lua programming language for decoding and encoding bencoded data which can be used to read and write torrent files for bittorrent. https://bitbucket.org/wilhelmy/lua-bencode Lars Gierth @@ Source-Makefile: feeds/packages/lang/lua-cjson/Makefile Build-Depends/host: lua/host Build-Types: host Package: lua-cjson Submenu: Lua Version: 2.1.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Lua CJSON parser Maintainer: Dirk Chang Source: lua-cjson-2.1.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Lua CJSON is a fast JSON encoding/parsing module for Lua. https://github.com/mpx/lua-cjson Dirk Chang @@ Source-Makefile: feeds/packages/lang/lua-copas/Makefile Package: lua-copas Submenu: Lua Version: 2.0.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Lua-Copas Maintainer: Dirk Chang Source: copas-2.0.2.tar.gz License: MIT Type: ipkg Description: Copas is a dispatcher based on coroutines that can be used by TCP/IP servers. https://github.com/keplerproject/copas Dirk Chang @@ Source-Makefile: feeds/packages/lang/lua-coxpcall/Makefile Package: lua-coxpcall Submenu: Lua Version: 1.15.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Lua-Coxpcall Maintainer: Dirk Chang Source: lua-coxpcall-1.15.0.tar.gz License: MIT Type: ipkg Description: Coxpcall encapsulates the protected calls with a coroutine based loop, so errors can be dealed without the usual pcall/xpcall issues with coroutines. https://github.com/keplerproject/coxpcall Dirk Chang @@ Source-Makefile: feeds/packages/lang/lua-ev/Makefile Package: lua-ev Submenu: Lua Version: 2015-8-4-339426fbe528f11cb3cd1af69a88f06bba367981-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua +libev Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: lua-ev Maintainer: Jianhui Zhao Source: lua-ev-2015-8-4-339426fbe528f11cb3cd1af69a88f06bba367981.tar.xz License: MIT Type: ipkg Description: Lua integration with libev. https://github.com/brimworks/lua-ev Jianhui Zhao @@ Source-Makefile: feeds/packages/lang/lua-libmodbus/Makefile Package: lua-libmodbus Submenu: Lua Version: 0.4.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +liblua +libmodbus Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: lua-libmodbus Maintainer: Karl Palsson Source: lua-libmodbus-0.4.2.tar.gz License: MIT Type: ipkg Description: lua-libmodbus is a binding to libmodbus, see also http://www.libmodbus.org https://github.com/etactica/lua-libmodbus Karl Palsson @@ Source-Makefile: feeds/packages/lang/lua-lsqlite3/Makefile Package: lsqlite3 Submenu: Lua Version: 0.9.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua +libsqlite3 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Lua wrapper for the SQLite3 library Maintainer: Oskari Rauta Source: lsqlite3_fsl09y.zip License: MIT Type: ipkg Description: LuaSQLite3 is a thin wrapper around the public domain SQLite3 database engine. http://lua.sqlite.org Oskari Rauta @@ Source-Makefile: feeds/packages/lang/lua-lzlib/Makefile Package: lua-lzlib Submenu: Lua Version: 0.4.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua +zlib Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Lua zlib binding Maintainer: Dirk Chang Source: lua-lzlib-0.4.3.tar.gz License: MIT Type: ipkg Description: A library to access zlib library functions and also to read/write gzip files using an interface similar to the base io package. http://github.com/LuaDist/lzlib Dirk Chang @@ Source-Makefile: feeds/packages/lang/lua-md5/Makefile Package: lua-md5 Submenu: Lua Version: 1.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Lua-MD5 Maintainer: Dirk Chang Source: lua-md5-1.2.tar.gz License: MIT Type: ipkg Description: MD5 offers basic cryptographic facilities for Lua https://github.com/keplerproject/md5 Dirk Chang @@ Source-Makefile: feeds/packages/lang/lua-mobdebug/Makefile Package: lua-mobdebug Submenu: Lua Version: 0.70-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Lua-MobDebug Maintainer: Dirk Chang Source: lua-mobdebug-0.70.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: MobDebug is a remote debugger for Lua (including Lua 5.1, Lua 5.2, Lua 5.3, and LuaJIT 2.x). https://github.com/pkulchenko/MobDebug Dirk Chang @@ Source-Makefile: feeds/packages/lang/lua-mosquitto/Makefile Package: lua-mosquitto Submenu: Lua Version: 0.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmosquitto +lua Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Lua-mosquitto Maintainer: Karl Palsson Source: lua-mosquitto-0.3.tar.xz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Lua bindings to libmosquitto Karl Palsson @@ Source-Makefile: feeds/packages/lang/lua-openssl/Makefile Package: lua-openssl Submenu: Lua Version: 0.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua +libopenssl +librt Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Lua openSSL binding Maintainer: Amnon Paz Source: lua-openssl-0.7.1.tar.xz License: MIT Type: ipkg Description: A free, MIT-licensed OpenSSL binding for Lua. http://github.com/zhaozg/lua-openssl Amnon Paz @@ Source-Makefile: feeds/packages/lang/lua-penlight/Makefile Package: lua-penlight Submenu: Lua Version: 1.6.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +luafilesystem Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Penlight Maintainer: Karl Palsson Source: lua-penlight-1.6.0.tar.gz License: MIT LicenseFiles: LICENSE.md Type: ipkg Description: It is often said of Lua that it does not include batteries. Penlight is the batteries. http://stevedonovan.github.io/Penlight/api/manual/01-introduction.md.html Karl Palsson @@ Source-Makefile: feeds/packages/lang/lua-rings/Makefile Package: lua-rings Submenu: Lua Version: 1.3.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Lua-Rings Maintainer: Dirk Chang Source: lua-rings-1.3.0.tar.gz License: MIT Type: ipkg Description: Rings is a library which provides a way to create new Lua states from within Lua. http://keplerproject.github.io/rings/ Dirk Chang @@ Source-Makefile: feeds/packages/lang/lua-rs232/Makefile Package: lua-rs232 Submenu: Lua Version: 1.0.3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Lua Serial Library Maintainer: Dirk Chang Source: lua-rs232-1.0.3.tar.gz License: MIT Type: ipkg Description: multiplatform library for serial communications over RS-232 https://github.com/srdgame/librs232 Dirk Chang @@ Source-Makefile: feeds/packages/lang/lua-sha2/Makefile Package: lua-sha2 Submenu: Lua Version: 0.2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Lua binding for Aaron Gifford's SHA-2 implementation Maintainer: Lars Gierth Source: lua-sha2-0.2.0.tar.gz License: MIT Type: ipkg Description: Lua Binding for the SHA-2 (SHA-256/384/512) BSD-licensed C implementation by Aaron Gifford. Also contains a HMAC implementation in Lua. https://code.google.com/p/sha2/ Lars Gierth @@ Source-Makefile: feeds/packages/lang/lua-wsapi/Makefile Package: lua-wsapi-base Submenu: Lua Version: 1.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua +luafilesystem Conflicts: Menu-Depends: Provides: Build-Variant: base Section: lang Category: Languages Repository: base Title: Lua WSAPI base Maintainer: Dirk Chang Source: lua-wsapi-1.7.tar.gz License: MIT Type: ipkg Description: WSAPI is an API that abstracts the web server from Lua web applications . This package contains the basic stuff. https://keplerproject.github.io/wsapi/ Dirk Chang @@ Package: lua-wsapi-xavante Submenu: Lua Version: 1.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua +lua-wsapi-base +lua-xavante Conflicts: Menu-Depends: Provides: Build-Variant: xavante Section: lang Category: Languages Repository: base Title: Lua WSAPI xavante Maintainer: Dirk Chang Source: lua-wsapi-1.7.tar.gz License: MIT Type: ipkg Description: WSAPI is an API that abstracts the web server from Lua web applications . This package contains the Xavante stuff. https://keplerproject.github.io/wsapi/ Dirk Chang @@ Source-Makefile: feeds/packages/lang/lua-xavante/Makefile Package: lua-xavante Submenu: Lua Version: 2.4.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Xavante Web Server Maintainer: Dirk Chang Source: lua-xavante-2.4.0.tar.gz License: MIT Type: ipkg Description: Xavante is a Lua HTTP 1.1 Web server that uses a modular architecture based on URI mapped handlers. https://keplerproject.github.io/xavante/ Dirk Chang @@ Source-Makefile: feeds/packages/lang/luabitop/Makefile Package: luabitop Submenu: Lua Version: 1.0.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +liblua Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: luabitop Maintainer: Maxim Storchak Source: LuaBitOp-1.0.2.tar.gz License: MIT Type: ipkg Description: Lua BitOp is a C extension module for Lua 5.1/5.2 which adds bitwise operations on numbers. http://bitop.luajit.org/ Maxim Storchak @@ Source-Makefile: feeds/packages/lang/luaexpat/Makefile Package: luaexpat Submenu: Lua Version: 1.3.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua +libexpat Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: LuaExpat Maintainer: W. Michael Petullo Source: luaexpat-1.3.0.tar.gz Type: ipkg Description: LuaExpat is a SAX XML parser based on the Expat library. http://matthewwild.co.uk/projects/luaexpat/ W. Michael Petullo @@ Source-Makefile: feeds/packages/lang/luafilesystem/Makefile Package: luafilesystem Submenu: Lua Version: 1.7.0.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +liblua Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: LuaFileSystem Maintainer: W. Michael Petullo Source: luafilesystem-1.7.0.2.tar.gz Type: ipkg Description: This package contains the LuaFileSystem library, a set of portable functions for directory creation, listing and deletion and for file locking. http://keplerproject.github.com/luafilesystem/ W. Michael Petullo @@ Source-Makefile: feeds/packages/lang/luajit/Makefile Build-Types: host Package: luajit Submenu: Lua Version: 2.1.0-beta3-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(i386||x86_64||arm||armeb||aarch64||(powerpc&&HAS_FPU)||mips||mipsel||mips64) Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: LuaJIT Maintainer: Morteza Milani Source: LuaJIT-2.1.0-beta3.tar.gz License: MIT LicenseFiles: COPYRIGHT Type: ipkg Description: LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language. *** Requires GCC Multilib on host system to build! *** https://www.luajit.org Morteza Milani @@ Source-Makefile: feeds/packages/lang/lualanes/Makefile Build-Depends: lua/host Package: lualanes Submenu: Lua Version: 3.13.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua +luac +liblua +libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: LuaLanes Maintainer: Vladimir Malyutin Source: lualanes-3.13.0.tar.gz Type: ipkg Description: Lanes is a lightweight, native, lazy evaluating multithreading library for Lua 5.1 and 5.2. http://luaforge.net/projects/lanes/ Vladimir Malyutin @@ Source-Makefile: feeds/packages/lang/luaposix/Makefile Build-Depends: lua/host Package: luaposix Submenu: Lua Version: v33.2.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua +librt Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: luaposix Maintainer: Maxim Storchak Source: release-v33.2.1.tar.gz License: MIT LicenseFiles: COPYING Type: ipkg Description: luaposix is a general POSIX library for Lua providing access to various low level libc functions. http://luaforge.net/projects/luaposix/ Maxim Storchak @@ Source-Makefile: feeds/packages/lang/luarocks/Makefile Build-Depends: lua/host Build-Depends/host: lua/host Build-Types: host Package: luarocks Submenu: Lua Version: 2.2.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua +luac +liblua +luasocket +unzip +curl +luasec Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: luarocks Maintainer: Amr Hassan Source: luarocks-2.2.2.tar.xz License: GPL Type: ipkg Description: LuaRocks is a deployment and management system for Lua modules. https://github.com/keplerproject/luarocks Amr Hassan @@ Source-Makefile: feeds/packages/lang/luasec/Makefile Package: luasec Submenu: Lua Version: 0.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua +libopenssl +luasocket Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: LuaSec Maintainer: Source: luasec-0.8.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. https://github.com/brunoos/luasec @@ Source-Makefile: feeds/packages/lang/luasoap/Makefile Package: luasoap Submenu: Lua Version: 2014-08-21-af1e100281cee4b972df10121e37e51d53367a98 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua +luaexpat +luasec +luasocket Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: LuaSOAP Maintainer: Liu Peng Source: luasoap-2014-08-21-af1e100281cee4b972df10121e37e51d53367a98.tar.gz License: MIT Type: ipkg Description: LuaSOAP is a library of functions to deal with SOAP. https://github.com/tomasguisasola/luasoap Liu Peng @@ Source-Makefile: feeds/packages/lang/luasocket/Makefile Package: luasocket Submenu: Lua Version: 3.0-rc1-20130909-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: LuaSocket Maintainer: W. Michael Petullo Source: luasocket-3.0-rc1-20130909.tar.bz2 Type: ipkg Description: LuaSocket is the most comprehensive networking support library for the Lua language. It provides easy access to TCP, UDP, DNS, SMTP, FTP, HTTP, MIME and much more. http://luasocket.luaforge.net/ W. Michael Petullo @@ Source-Makefile: feeds/packages/lang/luasql/Makefile Package: luasql-mysql Submenu: Lua Version: 2.4.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua +libmysqlclient Conflicts: Menu-Depends: Provides: Build-Variant: mysql Section: lang Category: Languages Repository: base Title: Lua SQL binding for MySQL Maintainer: Source: luasql-2.4.0.tar.gz License: MIT LicenseFiles: docs/us/license.html Type: ipkg Description: LuaSQL is a simple interface from Lua to a DBMS. . This package contains the MySQL binding. https://keplerproject.github.io/luasql/ @@ Package: luasql-pgsql Submenu: Lua Version: 2.4.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua +libpq Conflicts: Menu-Depends: Provides: Build-Variant: postgres Section: lang Category: Languages Repository: base Title: Lua SQL binding for PostgreSQL Maintainer: Source: luasql-2.4.0.tar.gz License: MIT LicenseFiles: docs/us/license.html Type: ipkg Description: LuaSQL is a simple interface from Lua to a DBMS. . This package contains the PostgreSQL binding. https://keplerproject.github.io/luasql/ @@ Package: luasql-sqlite3 Submenu: Lua Version: 2.4.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua +libsqlite3 Conflicts: Menu-Depends: Provides: Build-Variant: sqlite3 Section: lang Category: Languages Repository: base Title: Lua SQL binding for SQLite 3 Maintainer: Source: luasql-2.4.0.tar.gz License: MIT LicenseFiles: docs/us/license.html Type: ipkg Description: LuaSQL is a simple interface from Lua to a DBMS. . This package contains the SQLite 3 binding. https://keplerproject.github.io/luasql/ @@ Source-Makefile: feeds/packages/lang/luasrcdiet/Makefile Build-Depends/host: lua/host Build-Types: host Package: luasrcdiet Submenu: Lua Version: 1.0.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: luasrcdiet Maintainer: Matthias Schiffer Source: luasrcdiet-1.0.0.tar.xz License: MIT LicenseFiles: COPYRIGHT Type: ipkg Description: Compresses Lua source code by removing unnecessary characters https://github.com/jirutka/luasrcdiet Matthias Schiffer @@ Source-Makefile: feeds/packages/lang/luv/Makefile Package: luv Submenu: Lua Version: 1.22.0-1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libuv +!LUV_USE_LUAJIT_ENGINE:lua Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Luv Maintainer: Morteza Milani Source: luv-1.22.0-1.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Bare libuv bindings for lua https://github.com/luvit/luv Morteza Milani @@ Config: source "feeds/packages/lang/luv/Config.in" @@ Source-Makefile: feeds/packages/lang/lzmq/Makefile Package: lzmq Submenu: Lua Version: 0.4.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua +libzmq Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Lua ZeroMQ binding Maintainer: Dirk Chang Source: lzmq-0.4.4.tar.gz License: MIT Type: ipkg Description: LZMQ is a Lua binding to ZeroMQ. https://github.com/zeromq/lzmq Dirk Chang @@ Source-Makefile: feeds/packages/lang/node/Makefile Build-Depends: python/host Build-Depends/host: python/host Build-Types: host Package: node Submenu: Node.js Version: v8.16.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) @!arc @!armeb +libstdcpp +libopenssl +zlib +libnghttp2 +libuv +libhttp-parser +NODEJS_ICU:icu Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Node.js is a platform built on Chrome's JavaScript runtime Maintainer: John Crispin , Adrian Panella Source: node-v8.16.1.tar.xz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. https://nodejs.org/ John Crispin , Adrian Panella @@ Config: if PACKAGE_node config NODEJS_ICU bool "enable i18n features" default n endif @@ Package: node-npm Submenu: Node.js Version: v8.16.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +node Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: NPM stands for Node Package Manager Maintainer: John Crispin , Adrian Panella Source: node-v8.16.1.tar.xz License: MIT LicenseFiles: LICENSE Type: ipkg Description: NPM is the package manager for NodeJS https://npmjs.com/ John Crispin , Adrian Panella @@ Source-Makefile: feeds/packages/lang/node-arduino-firmata/Makefile Build-Depends: node/host Package: node-arduino-firmata Submenu: Node.js Version: 0.3.4-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +node +node-npm +node-serialport Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Arduino Firmata implementation for Node.js Maintainer: Hirokazu MORIKAWA Source: arduino-firmata-0.3.4.tgz License: MIT LicenseFiles: LICENSE.txt Type: ipkg Description: Arduino Firmata protocol (http://firmata.org) implementation on Node.js. https://www.npmjs.com/package/arduino-firmata Hirokazu MORIKAWA @@ Source-Makefile: feeds/packages/lang/node-cylon/Makefile Build-Depends: node/host Package: node-cylon Submenu: Node.js Version: 0.24.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +node +node-npm Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: CylonJS - Core Maintainer: Hirokazu MORIKAWA Source: cylon-firmata-0.24.0.tgz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: JavaScript Robotics, By Your Command Next generation robotics framework with support for 36 different platforms Get Started https://www.npmjs.org/package/cylon-firmata Hirokazu MORIKAWA @@ Package: node-cylon-i2c Submenu: Node.js Version: 0.24.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +node +node-npm +node-cylon Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: CylonJS - I2C Maintainer: Hirokazu MORIKAWA Source: cylon-firmata-0.24.0.tgz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: CylonJS - I2C https://www.npmjs.org/package/cylon-firmata Hirokazu MORIKAWA @@ Package: node-cylon-gpio Submenu: Node.js Version: 0.24.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +node +node-npm +node-cylon Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: CylonJS - GPIO Maintainer: Hirokazu MORIKAWA Source: cylon-firmata-0.24.0.tgz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: CylonJS - GPIO https://www.npmjs.org/package/cylon-firmata Hirokazu MORIKAWA @@ Package: node-cylon-firmata Submenu: Node.js Version: 0.24.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +node +node-npm +node-cylon-gpio +node-cylon-i2c +node-arduino-firmata Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: CylonJS - Firmata Maintainer: Hirokazu MORIKAWA Source: cylon-firmata-0.24.0.tgz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: CylonJS - Firmata https://www.npmjs.org/package/cylon-firmata Hirokazu MORIKAWA @@ Source-Makefile: feeds/packages/lang/node-hid/Makefile Build-Depends: node/host Package: node-hid Submenu: Node.js Version: 0.7.9-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +node +node-npm +libusb-1.0 +hidapi +libudev-fbsd Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Node.js package to access HID devices Maintainer: Hirokazu MORIKAWA Source: node-hid-0.7.9.tgz License: MIT or X11 Type: ipkg Description: Node.js package to access HID devices https://github.com/node-hid/node-hid Hirokazu MORIKAWA @@ Source-Makefile: feeds/packages/lang/node-homebridge/Makefile Build-Depends: node/host Package: node-homebridge Submenu: Node.js Version: 0.4.50-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +node +node-npm Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Node.js HomeKit Server Maintainer: Hirokazu MORIKAWA Require-User: homebridge:homebridge Source: homebridge-0.4.50.tgz License: ISC Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Homebridge is a lightweight Node.js server you can run on your home network that emulates the iOS HomeKit API https://www.npmjs.org/package/homebridge Hirokazu MORIKAWA @@ Source-Makefile: feeds/packages/lang/node-serialport/Makefile Build-Depends: node/host Package: node-serialport Submenu: Node.js Version: 7.1.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +node +node-npm +node-serialport-bindings Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Node.js package to access serial ports Maintainer: Hirokazu MORIKAWA Source: serialport-7.1.5.tgz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Node.js package to access serial ports for reading and writing OR Welcome your robotic JavaScript overlords. Better yet, program them! https://serialport.io/ Hirokazu MORIKAWA @@ Source-Makefile: feeds/packages/lang/node-serialport-bindings/Makefile Build-Depends: node/host Package: node-serialport-bindings Submenu: Node.js Version: 2.0.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +node Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: SerialPort Bindings Maintainer: Hirokazu MORIKAWA Source: bindings-2.0.8.tgz License: MIT LicenseFiles: LICENSE Type: ipkg Description: The Binding is how Node-SerialPort talks to the underlying system. By default, we auto detect Windows, Linux and OS X, and load the appropriate module for your system. You can assign SerialPort.Binding to any binding you like. https://www.npmjs.com/package/@serialport/bindings Hirokazu MORIKAWA @@ Source-Makefile: feeds/packages/lang/perl/Makefile Build-Depends: perl/host Build-Types: host Package: perl Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_GLIBC:libbsd +PERL_THREADS:libpthread @!arc Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: The Perl intepreter Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Perl is a stable, cross platform programming language. It is used for mission critical projects in the public and private sectors and is widely used to program web applications of all needs. http://www.perl.com/ Marcel Denia , Philip Prindeville @@ Config: source "feeds/packages/lang/perl/Config.in" @@ Package: perlbase-anydbm-file Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: AnyDBM_File perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: AnyDBM_File perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-app Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-autouse +perlbase-base +perlbase-config +perlbase-cpan +perlbase-essential +perlbase-file +perlbase-getopt +perlbase-if +perlbase-tap +perlbase-text Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: app perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: app perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-archive Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-cwd +perlbase-essential +perlbase-file +perlbase-io Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Archive perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Archive perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-arybase Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: arybase perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: arybase perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-attribute Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Attribute perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Attribute perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-attributes Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: attributes perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: attributes perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-autodie Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: autodie perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: autodie perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-autoloader Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: AutoLoader perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: AutoLoader perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-autosplit Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-config +perlbase-essential +perlbase-file Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: AutoSplit perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: AutoSplit perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-autouse Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: autouse perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: autouse perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-b Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-config +perlbase-essential +perlbase-feature Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: B perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: B perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-base Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: base perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: base perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-benchmark Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Benchmark perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Benchmark perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-bigint Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: bigint perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: bigint perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-bignum Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-bigint +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: bignum perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: bignum perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-blib Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-cwd +perlbase-essential +perlbase-file Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: blib perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: blib perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-bytes Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: bytes perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: bytes perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-charnames Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-bytes +perlbase-essential +perlbase-re +perlbase-unicore Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: charnames perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: charnames perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-class Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Class perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Class perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-compress Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-bytes +perlbase-essential +perlbase-io +perlbase-scalar Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Compress perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Compress perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-config Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Config perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Config perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-cpan Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-b +perlbase-config +perlbase-cwd +perlbase-dirhandle +perlbase-essential +perlbase-extutils +perlbase-fcntl +perlbase-file +perlbase-filehandle +perlbase-http-tiny +perlbase-net +perlbase-safe +perlbase-scalar +perlbase-sys +perlbase-text Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: CPAN perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: CPAN perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-cwd Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Cwd perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Cwd perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-data Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-bytes +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Data perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Data perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-db Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +libdb47 +perlbase-essential +perlbase-meta-notation Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: DB perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: DB perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-db-file Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +libdb47 +perlbase-essential +perlbase-tie Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: DB_File perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: DB_File perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-dbm-filter Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: DBM_Filter perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: DBM_Filter perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-devel Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-file +perlbase-selfloader +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Devel perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Devel perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-diagnostics Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-config +perlbase-essential +perlbase-text Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: diagnostics perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: diagnostics perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-digest Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-dynaloader +perlbase-essential +perlbase-fcntl +perlbase-integer Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Digest perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Digest perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-dirhandle Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-symbol Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: DirHandle perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: DirHandle perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-dumpvalue Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Dumpvalue perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Dumpvalue perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-dumpvar Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: dumpvar perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: dumpvar perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-dynaloader Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-config Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: DynaLoader perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: DynaLoader perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-encode Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-mime +perlbase-utf8 +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Encode perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Encode perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-encoding Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-encode +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: encoding perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: encoding perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-english Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: English perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: English perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-env Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-config +perlbase-tie Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Env perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Env perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-errno Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-config +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Errno perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Errno perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-essential Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-config Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: essential perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: essential perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-experimental Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-feature +perlbase-version Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: experimental perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: experimental perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-extutils Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-autosplit +perlbase-base +perlbase-config +perlbase-cwd +perlbase-dirhandle +perlbase-encode +perlbase-essential +perlbase-file +perlbase-io +perlbase-ipc +perlbase-ostype +perlbase-symbol +perlbase-text Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: ExtUtils perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: ExtUtils perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-fatal Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-autodie +perlbase-config +perlbase-essential +perlbase-scalar +perlbase-tie Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Fatal perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Fatal perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-fcntl Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Fcntl perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Fcntl perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-feature Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: feature perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: feature perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-fields Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: fields perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: fields perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-file Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-class +perlbase-config +perlbase-cwd +perlbase-errno +perlbase-essential +perlbase-fcntl +perlbase-filehandle +perlbase-io +perlbase-locale +perlbase-params +perlbase-scalar +perlbase-symbol +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: File perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: File perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-filecache Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: FileCache perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: FileCache perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-filehandle Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-io Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: FileHandle perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: FileHandle perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-filetest Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: filetest perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: filetest perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-filter Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-dynaloader +perlbase-essential +perlbase-text Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Filter perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Filter perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-findbin Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-cwd +perlbase-essential +perlbase-file Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: FindBin perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: FindBin perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-gdbm-file Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +libgdbm +perlbase-essential +perlbase-tie +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: GDBM_File perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: GDBM_File perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-getopt Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Getopt perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Getopt perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-hash Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-scalar +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Hash perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Hash perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-http-tiny Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-errno +perlbase-essential +perlbase-io Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: http-tiny perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: http-tiny perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-i18n Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-posix +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: I18N perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: I18N perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-if Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: if perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: if perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-integer Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: integer perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: integer perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-io Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-base +perlbase-bytes +perlbase-config +perlbase-errno +perlbase-essential +perlbase-fcntl +perlbase-list +perlbase-posix +perlbase-scalar +perlbase-selectsaver +perlbase-socket +perlbase-symbol +perlbase-tie +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: IO perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: IO perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-ipc Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-config +perlbase-essential +perlbase-file +perlbase-locale +perlbase-params +perlbase-symbol +perlbase-text Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: IPC perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: IPC perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-json-pp Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-b +perlbase-base +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: json-pp perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: json-pp perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-less Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: less perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: less perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-list Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: List perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: List perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-locale Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-i18n +perlbase-integer +perlbase-utf8 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Locale perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Locale perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-math Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-config +perlbase-essential +perlbase-scalar +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Math perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Math perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-memoize Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-config +perlbase-essential +perlbase-storable Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Memoize perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Memoize perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-meta-notation Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: meta_notation module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: meta_notation module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-mime Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: MIME perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: MIME perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-module Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-file +perlbase-filehandle +perlbase-locale +perlbase-params +perlbase-version Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Module perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Module perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-mro Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: mro perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: mro perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-net Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-class +perlbase-errno +perlbase-essential +perlbase-fcntl +perlbase-filehandle +perlbase-io +perlbase-posix +perlbase-socket +perlbase-symbol +perlbase-time Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Net perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Net perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-next Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: NEXT perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: NEXT perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-o Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-b +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: O perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: O perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-opcode Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Opcode perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Opcode perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-open Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: open perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: open perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-ops Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-opcode Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: ops perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: ops perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-ostype Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: OSType perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: OSType perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-params Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-locale Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Params perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Params perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-perl5db Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-cwd +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: perl5db perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: perl5db perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-perlio Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-mime +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: PerlIO perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: PerlIO perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-pod Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-config +perlbase-cwd +perlbase-encode +perlbase-essential +perlbase-fcntl +perlbase-file +perlbase-getopt +perlbase-integer +perlbase-posix +perlbase-symbol +perlbase-term +perlbase-text Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Pod perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Pod perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-posix Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-fcntl +perlbase-tie +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: POSIX perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: POSIX perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-re Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: re perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: re perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-safe Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-b +perlbase-essential +perlbase-opcode +perlbase-scalar +perlbase-utf8 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Safe perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Safe perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-scalar Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-list Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Scalar perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Scalar perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-sdbm-file Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-tie +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: SDBM_File perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: SDBM_File perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-search Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Search perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Search perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-selectsaver Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-symbol Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: SelectSaver perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: SelectSaver perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-selfloader Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-io Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: SelfLoader perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: SelfLoader perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-sigtrap Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-meta-notation Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: sigtrap perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: sigtrap perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-socket Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Socket perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Socket perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-sort Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: sort perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: sort perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-storable Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Storable perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Storable perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-symbol Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Symbol perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Symbol perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-sys Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-file +perlbase-posix +perlbase-socket Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Sys perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Sys perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-tap Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-base +perlbase-benchmark +perlbase-config +perlbase-essential +perlbase-file +perlbase-io +perlbase-posix +perlbase-text Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: TAP perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: TAP perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-term Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Term perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Term perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-test Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-base +perlbase-config +perlbase-essential +perlbase-io +perlbase-symbol +perlbase-tap +perlbase-text Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Test perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Test perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-text Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-selfloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Text perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Text perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-thread Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-scalar +perlbase-threads Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Thread perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Thread perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-threads Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-config +perlbase-essential +perlbase-scalar +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: threads perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: threads perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-tie Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-fcntl +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Tie perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Tie perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-time Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-class +perlbase-config +perlbase-dynaloader +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Time perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Time perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-unicode Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-base +perlbase-charnames +perlbase-dynaloader +perlbase-essential +perlbase-file Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Unicode perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Unicode perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-unicore Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: unicore perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: unicore perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-universal Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: UNIVERSAL perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: UNIVERSAL perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-user Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-class +perlbase-config +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: User perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: User perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-utf8 Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-re +perlbase-unicore Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: utf8 perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: utf8 perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-version Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-config +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: version perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: version perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perlbase-xsloader Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: XSLoader perl module Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: XSLoader perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Package: perl-tests-common Submenu: Perl Prereq-Check: 1 Version: 5.28.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @PERL_TESTS Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Common test support files Maintainer: Marcel Denia , Philip Prindeville Source: perl-5.28.1.tar.xz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: Copying Artistic README Type: ipkg Description: Common test support files http://www.cpan.org/ Marcel Denia , Philip Prindeville @@ Source-Makefile: feeds/packages/lang/perl-authen-sasl/Makefile Package: perl-authen-sasl Submenu: Perl Version: 2.16+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-digest Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Generic network authentication protocol framework. Maintainer: Philip Prindeville Source: Authen-SASL-2.16.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Generic network authentication protocol framework. http://search.cpan.org/dist/Authen-SASL/ Philip Prindeville @@ Source-Makefile: feeds/packages/lang/perl-authen-sasl-xs/Makefile Package: perl-authen-sasl-xs Submenu: Perl Version: 1.00+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perl-authen-sasl +libsasl2 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Authen::XS hooks into libsasl. Maintainer: Philip Prindeville Source: Authen-SASL-XS-1.00.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Authen::XS hooks into libsasl. http://search.cpan.org/dist/Authen-SASL-XS/ Philip Prindeville @@ Source-Makefile: feeds/packages/lang/perl-cgi/Makefile Package: perl-cgi Submenu: Perl Version: 4.42+perl5.28-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perl-html-parser +perlbase-base +perlbase-config +perlbase-encode +perlbase-essential +perlbase-file +perlbase-if +perlbase-utf8 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Handle Common Gateway Interface requests and responses Maintainer: Marcel Denia , Philip Prindeville Source: CGI-4.42.tar.gz License: Artistic-2.0 Type: ipkg Description: Handle Common Gateway Interface requests and responses https://search.cpan.org/dist/CGI/ Marcel Denia , Philip Prindeville @@ Source-Makefile: feeds/packages/lang/perl-compress-bzip2/Makefile Package: perl-compress-bzip2 Submenu: Perl Version: 2.24+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +libbz2 +perlbase-autoloader +perlbase-config +perlbase-essential +perlbase-fcntl +perlbase-file +perlbase-getopt +perlbase-test +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Perl interface to bzip2 compression library Maintainer: Marcel Denia Source: Compress-Bzip2-2.24.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Perl interface to bzip2 compression library http://search.cpan.org/dist/Compress-Bzip2/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-dbi/Makefile Build-Depends/host: perl/host Build-Types: host Package: perl-dbi Submenu: Perl Version: 1.634+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-base +perlbase-config +perlbase-cwd +perlbase-data +perlbase-dynaloader +perlbase-errno +perlbase-essential +perlbase-fcntl +perlbase-file +perlbase-io +perlbase-ipc +perlbase-scalar +perlbase-storable +perlbase-symbol +perlbase-tie +perlbase-universal +perlbase-utf8 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Database independent interface for Perl Maintainer: Marcel Denia Source: DBI-1.634.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Database independent interface for Perl http://search.cpan.org/dist/DBI/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-device-serialport/Makefile Package: perl-device-serialport Submenu: Perl Version: 1.04+perl5.28-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-io +perlbase-posix +perlbase-test +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: A POSIX-based version of the Win32::SerialPort module Maintainer: Paul Oranje Source: Device-SerialPort-1.04.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: A POSIX-based version of the Win32::SerialPort module that provides modem support to Perl applications http://search.cpan.org/dist/Device-SerialPort/ Paul Oranje @@ Source-Makefile: feeds/packages/lang/perl-device-usb/Makefile Build-Depends: perl-inline-c/host Package: perl-device-usb Submenu: Perl Version: 0.37+perl5.28-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +libusb-compat +perl-inline +perl-inline-c +perlbase-essential +perlbase-test Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: libusb library wrapper Maintainer: Marcel Denia Source: Device-USB-0.37.tar.gz License: GPL-1.0+ Artistic-1.0-Perl Type: ipkg Description: libusb library wrapper https://search.cpan.org/dist/Device-USB/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-encode-locale/Makefile Package: perl-encode-locale Submenu: Perl Version: 1.05+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-base +perlbase-encode +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Determine the locale encoding Maintainer: Marcel Denia Source: Encode-Locale-1.05.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Determine the locale encoding http://search.cpan.org/dist/Encode-Locale/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-file-listing/Makefile Package: perl-file-listing Submenu: Perl Version: 6.04+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perl-http-date +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Parse directory listing Maintainer: Marcel Denia Source: File-Listing-6.04.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Parse directory listing http://search.cpan.org/dist/File-Listing/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-file-sharedir-install/Makefile Build-Depends/host: perl/host Build-Types: host Package: perl-file-sharedir-install Submenu: Perl Version: 0.10+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-extutils +perlbase-file +perlbase-io Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Install read-only data files Maintainer: Marcel Denia Source: File-ShareDir-Install-0.10.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Install read-only data files http://search.cpan.org/dist/File-ShareDir-Install/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-html-form/Makefile Package: perl-html-form Submenu: Perl Version: 6.03+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perl-html-parser +perl-http-message +perl-uri +perlbase-encode +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Class that represents an HTML form element Maintainer: Marcel Denia Source: HTML-Form-6.03.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Class that represents an HTML form element http://search.cpan.org/dist/HTML-Form/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-html-parser/Makefile Package: perl-html-parser Submenu: Perl Version: 3.72+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perl-html-tagset +perlbase-essential +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: A collection of modules that parse HTML text documents Maintainer: Marcel Denia Source: HTML-Parser-3.72.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: A collection of modules that parse HTML text documents http://search.cpan.org/dist/HTML-Parser/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-html-tagset/Makefile Package: perl-html-tagset Submenu: Perl Version: 3.20+perl5.28-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Data tables pertaining to HTML Maintainer: Marcel Denia Source: HTML-Tagset-3.20.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Data tables pertaining to HTML http://search.cpan.org/dist/HTML-Tagset/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-html-tree/Makefile Package: perl-html-tree Submenu: Perl Version: 3.23+perl5.28-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perl-html-parser +perl-html-tagset +perlbase-essential +perlbase-integer Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Represent and create HTML syntax trees Maintainer: Marcel Denia Source: HTML-Tree-3.23.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Represent and create HTML syntax trees http://search.cpan.org/dist/HTML-Tree/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-http-cookies/Makefile Package: perl-http-cookies Submenu: Perl Version: 6.01+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perl-http-date +perl-http-message +perlbase-essential +perlbase-time Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: HTTP cookie jars Maintainer: Marcel Denia Source: HTTP-Cookies-6.01.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: HTTP cookie jars http://search.cpan.org/dist/HTTP-Cookies/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-http-daemon/Makefile Package: perl-http-daemon Submenu: Perl Version: 6.01+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perl-http-date +perl-http-message +perl-lwp-mediatypes +perlbase-essential +perlbase-io +perlbase-sys Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: A simple http server class Maintainer: Marcel Denia Source: HTTP-Daemon-6.01.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: A simple http server class http://search.cpan.org/dist/HTTP-Daemon/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-http-date/Makefile Package: perl-http-date Submenu: Perl Version: 6.02+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-time Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Date conversion routines Maintainer: Marcel Denia Source: HTTP-Date-6.02.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Date conversion routines http://search.cpan.org/dist/HTTP-Date/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-http-message/Makefile Package: perl-http-message Submenu: Perl Version: 6.11+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perl-encode-locale +perl-http-date +perl-io-html +perl-lwp-mediatypes +perl-uri +perlbase-base +perlbase-compress +perlbase-encode +perlbase-essential +perlbase-io +perlbase-mime Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: HTTP style messages Maintainer: Marcel Denia Source: HTTP-Message-6.11.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: HTTP style messages http://search.cpan.org/dist/HTTP-Message/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-http-negotiate/Makefile Package: perl-http-negotiate Submenu: Perl Version: 6.01+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perl-http-message +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Choose a variant to serve Maintainer: Marcel Denia Source: HTTP-Negotiate-6.01.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Choose a variant to serve http://search.cpan.org/dist/HTTP-Negotiate/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-http-server-simple/Makefile Package: perl-http-server-simple Submenu: Perl Version: 0.51+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perl-cgi +perlbase-base +perlbase-essential +perlbase-filehandle +perlbase-socket +perlbase-test Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Lightweight HTTP server Maintainer: Marcel Denia Source: HTTP-Server-Simple-0.51.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Lightweight HTTP server http://search.cpan.org/dist/HTTP-Server-Simple/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-inline/Makefile Build-Depends/host: perl/host Build-Types: host Package: perl-inline Submenu: Perl Version: 0.82+perl5.28-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-base +perlbase-config +perlbase-cwd +perlbase-digest +perlbase-essential +perlbase-fcntl +perlbase-file Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Write subroutines in other languages Maintainer: Marcel Denia Source: Inline-0.82.tar.gz License: GPL-1.0+ Artistic-1.0-Perl LicenseFiles: LICENSE Type: ipkg Description: Write subroutines in other languages https://search.cpan.org/dist/Inline/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-inline-c/Makefile Build-Depends: perl-inline/host perl-parse-recdescent/host perl-file-sharedir-install/host Build-Depends/host: perl/host perl-inline/host perl-parse-recdescent/host perl-file-sharedir-install/host Build-Types: host Package: perl-inline-c Submenu: Perl Version: 0.78+perl5.28-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perl-inline +perl-parse-recdescent +perlbase-config +perlbase-cwd +perlbase-data +perlbase-essential +perlbase-file +perlbase-if Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: C Language Support for Inline Maintainer: Marcel Denia Source: Inline-C-0.78.tar.gz License: GPL-1.0+ Artistic-1.0-Perl Type: ipkg Description: C Language Support for Inline http://search.cpan.org/dist/Inline-C/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-io-html/Makefile Package: perl-io-html Submenu: Perl Version: 1.001+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-encode +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Open an HTML file with automatic charset detection Maintainer: Marcel Denia Source: IO-HTML-1.001.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Open an HTML file with automatic charset detection http://search.cpan.org/dist/IO-HTML/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-lockfile-simple/Makefile Package: perl-lockfile-simple Submenu: Perl Version: 0.208+perl5.28-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-sys Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Simple advisory file locking Maintainer: Marcel Denia Source: LockFile-Simple-0.208.tar.gz License: GPL-2.0-or-later Artistic-1.0-Perl Type: ipkg Description: Simple advisory file locking http://search.cpan.org/dist/LockFile-Simple/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-lwp-mediatypes/Makefile Package: perl-lwp-mediatypes Submenu: Perl Version: 6.02+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Guess media type for a file or a URL Maintainer: Marcel Denia Source: LWP-MediaTypes-6.02.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Guess media type for a file or a URL http://search.cpan.org/dist/LWP-MediaTypes/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-net-http/Makefile Package: perl-net-http Submenu: Perl Version: 6.09+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perl-uri +perlbase-compress +perlbase-essential +perlbase-io Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Low-level HTTP connection (client) Maintainer: Marcel Denia Source: Net-HTTP-6.09.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Low-level HTTP connection (client) http://search.cpan.org/dist/Net-HTTP/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-net-telnet/Makefile Package: perl-net-telnet Submenu: Perl Version: 3.04+perl5.28-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-socket +perlbase-symbol Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Telnet client Maintainer: Marcel Denia Source: Net-Telnet-3.04.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Telnet client http://search.cpan.org/dist/Net-Telnet/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-parse-recdescent/Makefile Build-Depends/host: perl/host Build-Types: host Package: perl-parse-recdescent Submenu: Perl Version: 1.967015+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-test +perlbase-text Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Generate Recursive-Descent Parsers Maintainer: Marcel Denia Source: Parse-RecDescent-1.967015.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Generate Recursive-Descent Parsers http://search.cpan.org/dist/Parse-RecDescent/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-sub-uplevel/Makefile Package: perl-sub-uplevel Submenu: Perl Version: 0.25+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Apparently run a function in a higher stack frame Maintainer: Marcel Denia Source: Sub-Uplevel-0.25.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Apparently run a function in a higher stack frame http://search.cpan.org/dist/Sub-Uplevel/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-test-harness/Makefile Package: perl-test-harness Submenu: Perl Version: 3.36+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-base +perlbase-benchmark +perlbase-config +perlbase-essential +perlbase-file +perlbase-getopt +perlbase-io +perlbase-posix +perlbase-text Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Perl Test Harness Maintainer: Marcel Denia Source: Test-Harness-3.36.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Perl Test Harness http://search.cpan.org/dist/Test-Harness/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-test-warn/Makefile Package: perl-test-warn Submenu: Perl Version: 0.30+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perl-sub-uplevel +perlbase-essential +perlbase-test Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Perl extension to test methods for warnings Maintainer: Marcel Denia Source: Test-Warn-0.30.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Perl extension to test methods for warnings http://search.cpan.org/dist/Test-Warn/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-text-csv_xs/Makefile Package: perl-text-csv_xs Submenu: Perl Version: 1.39+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-config +perlbase-io +perlbase-dynaloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Text comma-separated values manipulation routines Maintainer: Philip Prindeville Source: Text-CSV_XS-1.39.tgz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Text comma-separated values manipulation routines http://search.cpan.org/dist/Text-CSV_XS/ Philip Prindeville @@ Source-Makefile: feeds/packages/lang/perl-uri/Makefile Package: perl-uri Submenu: Perl Version: 1.72+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perlbase-essential +perlbase-integer +perlbase-mime +perlbase-scalar +perlbase-utf8 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Manipulates and accesses URI strings Maintainer: Marcel Denia Source: URI-1.72.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Manipulates and accesses URI strings http://search.cpan.org/dist/URI/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-www/Makefile Package: perl-www Submenu: Perl Version: 6.15+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perl-encode-locale +perl-file-listing +perl-html-parser +perl-http-cookies +perl-http-daemon +perl-http-date +perl-http-message +perl-http-negotiate +perl-lwp-mediatypes +perl-net-http +perl-uri +perl-www-robotrules +perlbase-base +perlbase-digest +perlbase-encode +perlbase-essential +perlbase-io +perlbase-mime +perlbase-net Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: WWW client/server library for Perl (aka LWP) Maintainer: Marcel Denia Source: libwww-perl-6.15.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: WWW client/server library for Perl (aka LWP) http://search.cpan.org/dist/libwww-perl/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-www-curl/Makefile Package: perl-www-curl Submenu: Perl Version: 4.17+perl5.28-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +libcurl +perlbase-essential +perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Perl bindings to libcurl Maintainer: Marcel Denia Source: WWW-Curl-4.17.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE Type: ipkg Description: Perl bindings to libcurl http://search.cpan.org/dist/WWW-Curl/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-www-mechanize/Makefile Package: perl-www-mechanize Submenu: Perl Version: 1.75+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perl-cgi +perl-html-form +perl-html-parser +perl-html-tree +perl-http-daemon +perl-http-message +perl-http-server-simple +perl-test-warn +perl-uri +perl-www +perlbase-base +perlbase-essential +perlbase-file +perlbase-findbin +perlbase-getopt +perlbase-pod +perlbase-test Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Perl WWW Mechanize Maintainer: Marcel Denia Source: WWW-Mechanize-1.75.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Perl WWW Mechanize http://search.cpan.org/dist/WWW-Mechanize/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-www-robotrules/Makefile Package: perl-www-robotrules Submenu: Perl Version: 6.02+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +perl-uri +perlbase-anydbm-file +perlbase-essential +perlbase-fcntl Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: database of robots.txt-derived permissions Maintainer: Marcel Denia Source: WWW-RobotRules-6.02.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: database of robots.txt-derived permissions http://search.cpan.org/dist/WWW-RobotRules/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/perl-xml-parser/Makefile Build-Depends/host: perl/host expat/host Build-Types: host Package: perl-xml-parser Submenu: Perl Version: 2.44+perl5.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread perl +libexpat +perlbase-dynaloader +perlbase-essential Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Perl XML Parser Maintainer: Marcel Denia Source: XML-Parser-2.44.tar.gz License: GPL-1.0-or-later Artistic-1.0-Perl Type: ipkg Description: Perl XML Parser http://search.cpan.org/dist/XML-Parser/ Marcel Denia @@ Source-Makefile: feeds/packages/lang/php7/Makefile Build-Depends: libtool gettext libiconv !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: php7 Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcre +zlib +PHP7_LIBXML:libxml2 +PHP7_SYSTEMTZDATA:zoneinfo-core Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: PHP7 Hypertext preprocessor Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. This package contains only the PHP config file. You must actually choose your PHP flavour (cli, cgi or fastcgi). Please note, that installing php5 and php7 in parallel on the same target is not supported in OpenWrt/LEDE. http://www.php.net/ Michael Heimpold @@ Config: config PHP7_FILTER bool "PHP7 Filter support" depends on PACKAGE_php7-cli || PACKAGE_php7-cgi default y config PHP7_LIBXML bool "PHP7 LIBXML support" depends on PACKAGE_php7-cli || PACKAGE_php7-cgi config PHP7_SYSTEMTZDATA bool "Use system timezone data instead of php's built-in database" depends on PACKAGE_php7-cli || PACKAGE_php7-cgi default y help Enabling this feature automatically selects the zoneinfo-core package which contains data for UTC timezone. To use other timezones you have to install the corresponding zoneinfo-... package(s). @@ Package: php7-cgi Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +PACKAGE_php7-mod-intl:libstdcpp Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: PHP7 Hypertext preprocessor (CGI & FastCGI) Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. This package contains the CGI version of the PHP7 interpreter. http://www.php.net/ Michael Heimpold @@ Package: php7-cli Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +PACKAGE_php7-mod-intl:libstdcpp Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: PHP7 Hypertext preprocessor (CLI) Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. This package contains the CLI version of the PHP7 interpreter. http://www.php.net/ Michael Heimpold @@ Package: php7-fastcgi Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +php7-cgi Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: FastCGI startup script Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: As FastCGI support is now a core feature the php7-fastcgi package now depends on the php7-cgi package, containing just the startup script. http://www.php.net/ Michael Heimpold @@ Package: php7-fpm Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +PACKAGE_php7-mod-intl:libstdcpp Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: PHP7 Hypertext preprocessor (FPM) Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. This package contains the FastCGI Process Manager of the PHP7 interpreter. http://www.php.net/ Michael Heimpold @@ Package: php7-mod-bcmath Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Bcmath shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: Bcmath shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-calendar Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Calendar shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: Calendar shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-ctype Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ctype shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: Ctype shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-curl Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +PACKAGE_php7-mod-curl:libcurl Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: cURL shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: cURL shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-dom Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +@PHP7_LIBXML +PACKAGE_php7-mod-dom:libxml2 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: DOM shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: DOM shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-exif Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: EXIF shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: EXIF shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-fileinfo Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Fileinfo shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: Fileinfo shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-ftp Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +PACKAGE_php7-mod-ftp:libopenssl Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: FTP shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: FTP shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-gd Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +PACKAGE_php7-mod-gd:libjpeg +PACKAGE_php7-mod-gd:libpng +PHP7_LIBFREETYPE:libfreetype Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: GD graphics shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: GD graphics shared module http://www.php.net/ Michael Heimpold @@ Config: config PHP7_LIBFREETYPE bool "Enable Freetype 2 support in php7-mod-gd" depends on PACKAGE_php7-mod-gd default y @@ Package: php7-mod-gettext Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +PACKAGE_php7-mod-gettext:libintl-full Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Gettext shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: Gettext shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-gmp Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +PACKAGE_php7-mod-gmp:libgmp Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: GMP shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: GMP shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-hash Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Hash shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: Hash shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-iconv Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: iConv shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: iConv shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-imap Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +PACKAGE_php7-mod-imap:libopenssl +PACKAGE_libpam:libpam +PACKAGE_php7-mod-imap:uw-imap Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: IMAP shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: IMAP shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-intl Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +PACKAGE_php7-mod-intl:icu +PHP7_FULLICUDATA:icu-full-data Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Internationalization Functions shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: Note that this package depends in ICU library which is built without data by default. This is to satisfy programs build and run dependencies but to keep the installed footprint small on the target system(s). However, the data is required to make the ICU library useful - and thus directly affects PHPs ICU extension, too - so consider to also select/install package 'icu-full-data'. http://www.php.net/ Michael Heimpold @@ Config: config PHP7_FULLICUDATA bool "Add dependency to full ICU Data" depends on PACKAGE_php7-mod-intl default n @@ Package: php7-mod-json Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: JSON shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: JSON shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-ldap Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +PACKAGE_php7-mod-ldap:libopenldap +PACKAGE_php7-mod-ldap:libsasl2 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: LDAP shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: LDAP shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-mbstring Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: MBString shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: MBString shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-mysqli Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +PACKAGE_php7-mod-mysqli:php7-mod-mysqlnd Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: MySQL Improved Extension shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: MySQL Improved Extension shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-mysqlnd Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +php7-mod-hash +PACKAGE_php7-mod-openssl:php7-mod-openssl Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: MySQL Native Driver shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: MySQL Native Driver shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-opcache Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: OPcache shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: OPcache shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-openssl Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +PACKAGE_php7-mod-openssl:libopenssl Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: OpenSSL shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: OpenSSL shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-pcntl Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: PCNTL shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: PCNTL shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-pdo Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: PHP Data Objects shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: PHP Data Objects shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-pdo-mysql Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +php7-mod-pdo +PACKAGE_php7-mod-pdo-mysql:php7-mod-mysqlnd Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: PDO driver for MySQL shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: PDO driver for MySQL shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-pdo-pgsql Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +php7-mod-pdo +PACKAGE_php7-mod-pdo-pgsql:libpq Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: PDO driver for PostgreSQL shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: PDO driver for PostgreSQL shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-pdo-sqlite Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +php7-mod-pdo +PACKAGE_php7-mod-pdo-sqlite:libsqlite3 +PACKAGE_php7-mod-pdo-sqlite:librt Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: PDO driver for SQLite 3.x shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: PDO driver for SQLite 3.x shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-pgsql Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +PACKAGE_php7-mod-pgsql:libpq Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: PostgreSQL shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: PostgreSQL shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-phar Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +php7-mod-hash Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Phar Archives shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: Phar Archives shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-session Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Session shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: Session shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-shmop Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Shared Memory shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: Shared Memory shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-simplexml Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +@PHP7_LIBXML +PACKAGE_php7-mod-simplexml:libxml2 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: SimpleXML shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: SimpleXML shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-snmp Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +PACKAGE_php7-mod-snmp:libnetsnmp +PACKAGE_php7-mod-snmp:libopenssl Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: SNMP shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: SNMP shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-soap Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +@PHP7_LIBXML +PACKAGE_php7-mod-soap:libxml2 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: SOAP shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: SOAP shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-sockets Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Sockets shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: Sockets shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-sqlite3 Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +PACKAGE_php7-mod-sqlite3:libsqlite3 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: SQLite3 shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: SQLite3 shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-sysvmsg Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: System V messages shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: System V messages shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-sysvsem Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: System V shared memory shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: System V shared memory shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-sysvshm Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: System V semaphore shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: System V semaphore shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-tokenizer Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Tokenizer shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: Tokenizer shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-xml Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +PHP7_LIBXML:libxml2 +!PHP7_LIBXML:libexpat Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: XML shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: XML shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-xmlreader Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +@PHP7_LIBXML +PACKAGE_php7-mod-dom:php7-mod-dom +PACKAGE_php7-mod-xmlreader:libxml2 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: XMLReader shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: XMLReader shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-xmlwriter Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +@PHP7_LIBXML +PACKAGE_php7-mod-xmlwriter:libxml2 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: XMLWriter shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: XMLWriter shared module http://www.php.net/ Michael Heimpold @@ Package: php7-mod-zip Submenu: PHP Version: 7.2.34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +PACKAGE_php7-mod-zip:zlib Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: ZIP shared module Maintainer: Michael Heimpold Source: php-7.2.34.tar.xz License: PHP-3.01 LicenseFiles: LICENSE Type: ipkg Description: ZIP shared module http://www.php.net/ Michael Heimpold @@ Source-Makefile: feeds/packages/lang/php7-pecl-dio/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: php7-pecl-dio Submenu: PHP Version: 0.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Direct I/O functions Maintainer: Michael Heimpold Source: dio-0.1.0.tgz License: PHPv3.01 Type: ipkg Description: Direct I/O functions http://pecl.php.net/ Michael Heimpold @@ Source-Makefile: feeds/packages/lang/php7-pecl-http/Makefile Build-Depends: php7 php7-pecl-propro php7-pecl-raphf !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: php7-pecl-http Submenu: PHP Version: 3.2.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +icu +libcurl +librt +libevent2 +PACKAGE_libidn:libidn +libidn2 +php7-mod-hash +php7-mod-iconv +php7-mod-session +php7-pecl-raphf +php7-pecl-propro Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Extended HTTP Support Maintainer: Michael Heimpold Source: pecl_http-3.2.0.tgz License: BSD-2-Clause LicenseFiles: LICENSE Type: ipkg Description: Extended HTTP Support http://pecl.php.net/ Michael Heimpold @@ Source-Makefile: feeds/packages/lang/php7-pecl-krb5/Makefile Build-Depends: php7 !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: php7-pecl-krb5 Submenu: PHP Version: 1.1.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +krb5-libs Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Bindings for the Kerberos library Maintainer: W. Michael Petullo Source: krb5-1.1.2.tgz License: BSD LicenseFiles: LICENSE Type: ipkg Description: Bindings for the Kerberos library http://pecl.php.net/ W. Michael Petullo @@ Source-Makefile: feeds/packages/lang/php7-pecl-libevent/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: php7-pecl-libevent Submenu: PHP Version: 2017-03-24-5a726cee95ef9760fe81a60e595e87655f324594-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +libevent2 +php7-mod-sockets Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Libevent - event notification Maintainer: Michael Heimpold Source: libevent-5a726cee95ef9760fe81a60e595e87655f324594.tar.gz License: PHPv3.01 Type: ipkg Description: Libevent - event notification http://pecl.php.net/ Michael Heimpold @@ Source-Makefile: feeds/packages/lang/php7-pecl-mcrypt/Makefile Build-Depends: php7 !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: php7-pecl-mcrypt Submenu: PHP Version: 1.0.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +libmcrypt +libltdl Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Bindings for the libmcrypt library Maintainer: W. Michael Petullo Source: mcrypt-1.0.2.tgz License: PHPv3.01 LicenseFiles: LICENSE Type: ipkg Description: Bindings for the libmcrypt library http://pecl.php.net/ W. Michael Petullo @@ Source-Makefile: feeds/packages/lang/php7-pecl-propro/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: php7-pecl-propro Submenu: PHP Version: 2.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Property proxy Maintainer: Michael Heimpold Source: propro-2.1.0.tgz License: BSD-2-Clause LicenseFiles: LICENSE Type: ipkg Description: Property proxy http://pecl.php.net/ Michael Heimpold @@ Source-Makefile: feeds/packages/lang/php7-pecl-raphf/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: php7-pecl-raphf Submenu: PHP Version: 2.0.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Resource and persistent handles factory Maintainer: Michael Heimpold Source: raphf-2.0.0.tgz License: BSD-2-Clause LicenseFiles: LICENSE Type: ipkg Description: Resource and persistent handles factory http://pecl.php.net/ Michael Heimpold @@ Source-Makefile: feeds/packages/lang/php7-pecl-redis/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: php7-pecl-redis Submenu: PHP Version: 4.3.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread php7 +php7-mod-hash +php7-mod-session Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: PHP extension for interfacing with Redis Maintainer: Michael Heimpold Source: redis-4.3.0.tgz License: PHPv3.01 LicenseFiles: COPYING Type: ipkg Description: PHP extension for interfacing with Redis http://pecl.php.net/ Michael Heimpold @@ Source-Makefile: feeds/packages/lang/python/Flask/Makefile Package: python3-flask Submenu: Python Version: 1.1.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-asyncio +python3-click +python3-codecs +python3-decimal +python3-itsdangerous +python3-jinja2 +python3 +python3-logging +python3-markupsafe +python3-multiprocessing +python3-setuptools +python3-werkzeug Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Flask Maintainer: Daniel Golle Source: Flask-1.1.2.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.rst Type: ipkg Description: Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It.s BSD licensed! https://palletsprojects.com/p/flask/ Daniel Golle @@ Package: python3-flask-src Submenu: Python Version: 1.1.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Flask (sources) Maintainer: Daniel Golle Source: Flask-1.1.2.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.rst Type: ipkg Description: Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It.s BSD licensed!. (Contains the Python3 sources for this package). https://palletsprojects.com/p/flask/ Daniel Golle @@ Source-Makefile: feeds/packages/lang/python/Jinja2/Makefile Package: python3-jinja2 Submenu: Python Version: 2.10.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-markupsafe Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Jinja2 Maintainer: Daniel Golle Source: Jinja2-2.10.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: Jinja2 is a full featured template engine for Python. It has full unicode support, an optional integrated sandboxed execution environment, widely used and BSD licensed. http://jinja.pocoo.org/ Daniel Golle @@ Package: python3-jinja2-src Submenu: Python Version: 2.10.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Jinja2 (sources) Maintainer: Daniel Golle Source: Jinja2-2.10.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: Jinja2 is a full featured template engine for Python. It has full unicode support, an optional integrated sandboxed execution environment, widely used and BSD licensed.. (Contains the Python3 sources for this package). http://jinja.pocoo.org/ Daniel Golle @@ Source-Makefile: feeds/packages/lang/python/MarkupSafe/Makefile Build-Depends: python python3 Package: python3-markupsafe Submenu: Python Version: 1.1.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-markupsafe Maintainer: Daniel Golle Source: MarkupSafe-1.1.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: MarkupSafe implements a XML/HTML/XHTML Markup safe string for Python https://github.com/pallets/markupsafe/ Daniel Golle @@ Source-Makefile: feeds/packages/lang/python/Werkzeug/Makefile Package: python3-werkzeug Submenu: Python Version: 0.16.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-email Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Werkzeug Maintainer: Daniel Golle Source: Werkzeug-0.16.0.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.rst Type: ipkg Description: The comprehensive WSGI web application library. https://palletsprojects.com/p/werkzeug/ Daniel Golle @@ Package: python3-werkzeug-src Submenu: Python Version: 0.16.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Werkzeug (sources) Maintainer: Daniel Golle Source: Werkzeug-0.16.0.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.rst Type: ipkg Description: The comprehensive WSGI web application library.. (Contains the Python3 sources for this package). https://palletsprojects.com/p/werkzeug/ Daniel Golle @@ Source-Makefile: feeds/packages/lang/python/bcrypt/Makefile Build-Depends: libffi/host Package: python-bcrypt Submenu: Python Version: 3.1.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-bcrypt:python +PACKAGE_python-bcrypt:python-cffi +PACKAGE_python-bcrypt:python-six Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Modern password hashing Maintainer: Daniel Dickinson Source: bcrypt-3.1.7.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Good password hashing for your software and your servers. https://github.com/pyca/bcrypt/ Daniel Dickinson @@ Package: python-bcrypt-src Submenu: Python Version: 3.1.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Modern password hashing (sources) Maintainer: Daniel Dickinson Source: bcrypt-3.1.7.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Good password hashing for your software and your servers.. (Contains the Python sources for this package). https://github.com/pyca/bcrypt/ Daniel Dickinson @@ Package: python3-bcrypt Submenu: Python Version: 3.1.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-bcrypt:python3 +PACKAGE_python3-bcrypt:python3-cffi +PACKAGE_python3-bcrypt:python3-six Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Modern password hashing Maintainer: Daniel Dickinson Source: bcrypt-3.1.7.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Good password hashing for your software and your servers. . (Variant for Python3) https://github.com/pyca/bcrypt/ Daniel Dickinson @@ Package: python3-bcrypt-src Submenu: Python Version: 3.1.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Modern password hashing (sources) Maintainer: Daniel Dickinson Source: bcrypt-3.1.7.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Good password hashing for your software and your servers. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/pyca/bcrypt/ Daniel Dickinson @@ Source-Makefile: feeds/packages/lang/python/click/Makefile Build-Depends: python python3 Package: python3-click Submenu: Python Version: 6.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-click Maintainer: Daniel Golle Source: click-6.7.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: A simple wrapper around optparse for powerful command line utilities. http://github.com/mitsuhiko/click Daniel Golle @@ Source-Makefile: feeds/packages/lang/python/click-log/Makefile Package: python3-click-log Submenu: Python Version: 0.3.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-click Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-click-log Maintainer: Karel Kočí Source: click-log-0.3.2.tar.gz License: MIT Type: ipkg Description: Simple and beautiful logging for click applications http://github.com/mitsuhiko/click Karel Kočí @@ Package: python3-click-log-src Submenu: Python Version: 0.3.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-click-log (sources) Maintainer: Karel Kočí Source: click-log-0.3.2.tar.gz License: MIT Type: ipkg Description: Simple and beautiful logging for click applications. (Contains the Python3 sources for this package). http://github.com/mitsuhiko/click Karel Kočí @@ Source-Makefile: feeds/packages/lang/python/django/Makefile Package: python-django Menu: 1 Submenu: Python Version: 1.11.29-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-django:python +PACKAGE_python-django:python-pytz Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: The web framework for perfectionists with deadlines. Maintainer: Alexandru Ardelean Source: Django-1.11.29.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE LICENSE.python Type: ipkg Description: The web framework for perfectionists with deadlines. https://www.djangoproject.com/ Alexandru Ardelean @@ Package: python3-django Menu: 1 Submenu: Python Version: 1.11.29-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-django:python3 +PACKAGE_python3-django:python3-pytz Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: The web framework for perfectionists with deadlines. Maintainer: Alexandru Ardelean Source: Django-1.11.29.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE LICENSE.python Type: ipkg Description: The web framework for perfectionists with deadlines. . (Variant for Python3) https://www.djangoproject.com/ Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/django-appconf/Makefile Package: python-django-appconf Submenu: Python Version: 1.0.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-django-appconf:python python-django Conflicts: Menu-Depends: python-django Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Helper class for handling config defaults Maintainer: Alexandru Ardelean Source: django-appconf-1.0.2.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: A helper class for handling configuration defaults of packaged apps gracefully https://django-appconf.readthedocs.io Alexandru Ardelean @@ Package: python-django-appconf-src Submenu: Python Version: 1.0.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: python-django Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Helper class for handling config defaults (sources) Maintainer: Alexandru Ardelean Source: django-appconf-1.0.2.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: A helper class for handling configuration defaults of packaged apps gracefully. (Contains the Python sources for this package). https://django-appconf.readthedocs.io Alexandru Ardelean @@ Package: python3-django-appconf Submenu: Python Version: 1.0.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-django-appconf:python3 python3-django Conflicts: Menu-Depends: python3-django Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Helper class for handling config defaults Maintainer: Alexandru Ardelean Source: django-appconf-1.0.2.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: . (Variant for Python3) https://django-appconf.readthedocs.io Alexandru Ardelean @@ Package: python3-django-appconf-src Submenu: Python Version: 1.0.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: python3-django Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Helper class for handling config defaults (sources) Maintainer: Alexandru Ardelean Source: django-appconf-1.0.2.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: . (Variant for Python3). (Contains the Python3 sources for this package). https://django-appconf.readthedocs.io Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/django-compressor/Makefile Package: python-django-compressor Submenu: Python Version: 2.2-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-django-compressor:python python-django +PACKAGE_python-django-compressor:python-django-appconf +PACKAGE_python-django-compressor:python-rcssmin Conflicts: Menu-Depends: python-django Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Compress CSS/JS into single cached files Maintainer: Alexandru Ardelean Source: django_compressor-2.2.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Compresses linked and inline JavaScript or CSS into single cached files. Note that the JavaScript filter is not being installed as a dependency. You'll need to build the rjsmin module (it is not par of the openwrt standard feeds) to use JavaScript functionality. https://django-compressor.readthedocs.io Alexandru Ardelean @@ Package: python-django-compressor-src Submenu: Python Version: 2.2-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: python-django Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Compress CSS/JS into single cached files (sources) Maintainer: Alexandru Ardelean Source: django_compressor-2.2.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Compresses linked and inline JavaScript or CSS into single cached files. Note that the JavaScript filter is not being installed as a dependency. You'll need to build the rjsmin module (it is not par of the openwrt standard feeds) to use JavaScript functionality.. (Contains the Python sources for this package). https://django-compressor.readthedocs.io Alexandru Ardelean @@ Package: python3-django-compressor Submenu: Python Version: 2.2-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-django-compressor:python3 python3-django +PACKAGE_python3-django-compressor:python3-django-appconf +PACKAGE_python3-django-compressor:python3-rcssmin Conflicts: Menu-Depends: python3-django Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Compress CSS/JS into single cached files Maintainer: Alexandru Ardelean Source: django_compressor-2.2.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: . (Variant for Python3) https://django-compressor.readthedocs.io Alexandru Ardelean @@ Package: python3-django-compressor-src Submenu: Python Version: 2.2-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: python3-django Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Compress CSS/JS into single cached files (sources) Maintainer: Alexandru Ardelean Source: django_compressor-2.2.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: . (Variant for Python3). (Contains the Python3 sources for this package). https://django-compressor.readthedocs.io Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/django-constance/Makefile Package: python-django-constance Submenu: Python Version: 2.3.1-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-django-constance:python python-django Conflicts: Menu-Depends: python-django Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Django live settings with pluggable backends, including Redis. Maintainer: Alexandru Ardelean Source: django-constance-2.3.1.tar.gz License: BSD-3-Clause Type: ipkg Description: Django live settings with pluggable backends, including Redis. https://github.com/jazzband/django-constance Alexandru Ardelean @@ Package: python3-django-constance Submenu: Python Version: 2.3.1-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-django-constance:python3 python3-django Conflicts: Menu-Depends: python3-django Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Django live settings with pluggable backends, including Redis. Maintainer: Alexandru Ardelean Source: django-constance-2.3.1.tar.gz License: BSD-3-Clause Type: ipkg Description: . (Variant for Python3) https://github.com/jazzband/django-constance Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/django-formtools/Makefile Package: python-django-formtools Submenu: Python Version: 2.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-django-formtools:python python-django Conflicts: Menu-Depends: python-django Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: High-level abstractions for Django forms Maintainer: Eneas U de Queiroz Source: django-formtools-2.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: Django "formtools" is a set of high-level abstractions for Django forms. Currently for form previews and multi-step forms. https://django-formtools.readthedocs.io Eneas U de Queiroz @@ Package: python-django-formtools-src Submenu: Python Version: 2.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: python-django Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: High-level abstractions for Django forms (sources) Maintainer: Eneas U de Queiroz Source: django-formtools-2.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: Django "formtools" is a set of high-level abstractions for Django forms. Currently for form previews and multi-step forms.. (Contains the Python sources for this package). https://django-formtools.readthedocs.io Eneas U de Queiroz @@ Package: python3-django-formtools Submenu: Python Version: 2.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-django-formtools:python3 python3-django Conflicts: Menu-Depends: python3-django Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: High-level abstractions for Django forms Maintainer: Eneas U de Queiroz Source: django-formtools-2.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: . (Variant for Python3) https://django-formtools.readthedocs.io Eneas U de Queiroz @@ Package: python3-django-formtools-src Submenu: Python Version: 2.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: python3-django Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: High-level abstractions for Django forms (sources) Maintainer: Eneas U de Queiroz Source: django-formtools-2.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: . (Variant for Python3). (Contains the Python3 sources for this package). https://django-formtools.readthedocs.io Eneas U de Queiroz @@ Source-Makefile: feeds/packages/lang/python/django-jsonfield/Makefile Package: python-django-jsonfield Submenu: Python Version: 1.0.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-django-jsonfield:python python-django Conflicts: Menu-Depends: python-django Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: JSONField for django models Maintainer: Alexandru Ardelean Source: django-jsonfield-1.0.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: JSONField for django models https://github.com/adamchainz/django-jsonfield Alexandru Ardelean @@ Package: python-django-jsonfield-src Submenu: Python Version: 1.0.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: python-django Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: JSONField for django models (sources) Maintainer: Alexandru Ardelean Source: django-jsonfield-1.0.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: JSONField for django models. (Contains the Python sources for this package). https://github.com/adamchainz/django-jsonfield Alexandru Ardelean @@ Package: python3-django-jsonfield Submenu: Python Version: 1.0.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-django-jsonfield:python3 python3-django Conflicts: Menu-Depends: python3-django Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: JSONField for django models Maintainer: Alexandru Ardelean Source: django-jsonfield-1.0.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: . (Variant for Python3) https://github.com/adamchainz/django-jsonfield Alexandru Ardelean @@ Package: python3-django-jsonfield-src Submenu: Python Version: 1.0.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: python3-django Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: JSONField for django models (sources) Maintainer: Alexandru Ardelean Source: django-jsonfield-1.0.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/adamchainz/django-jsonfield Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/django-picklefield/Makefile Package: python-django-picklefield Submenu: Python Version: 1.1.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-django-picklefield:python python-django Conflicts: Menu-Depends: python-django Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Pickled object field for Django Maintainer: Alexandru Ardelean Source: django-picklefield-1.1.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Pickled object field for Django https://github.com/gintas/django-picklefield/ Alexandru Ardelean @@ Package: python-django-picklefield-src Submenu: Python Version: 1.1.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: python-django Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Pickled object field for Django (sources) Maintainer: Alexandru Ardelean Source: django-picklefield-1.1.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Pickled object field for Django. (Contains the Python sources for this package). https://github.com/gintas/django-picklefield/ Alexandru Ardelean @@ Package: python3-django-picklefield Submenu: Python Version: 1.1.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-django-picklefield:python3 python3-django Conflicts: Menu-Depends: python3-django Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Pickled object field for Django Maintainer: Alexandru Ardelean Source: django-picklefield-1.1.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: . (Variant for Python3) https://github.com/gintas/django-picklefield/ Alexandru Ardelean @@ Package: python3-django-picklefield-src Submenu: Python Version: 1.1.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: python3-django Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Pickled object field for Django (sources) Maintainer: Alexandru Ardelean Source: django-picklefield-1.1.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/gintas/django-picklefield/ Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/django-postoffice/Makefile Package: python-django-postoffice Submenu: Python Version: 3.1.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-django-postoffice:python python-django +PACKAGE_python-django-postoffice:python-django-jsonfield Conflicts: Menu-Depends: python-django Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: A Django app to monitor and send mail asynchronously Maintainer: Alexandru Ardelean Source: django-post_office-3.1.0.tar.gz License: MIT LicenseFiles: LICENSE.txt Type: ipkg Description: A Django app to monitor and send mail asynchronously, complete with template support https://github.com/ui/django-post_office Alexandru Ardelean @@ Package: python-django-postoffice-src Submenu: Python Version: 3.1.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: python-django Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: A Django app to monitor and send mail asynchronously (sources) Maintainer: Alexandru Ardelean Source: django-post_office-3.1.0.tar.gz License: MIT LicenseFiles: LICENSE.txt Type: ipkg Description: A Django app to monitor and send mail asynchronously, complete with template support. (Contains the Python sources for this package). https://github.com/ui/django-post_office Alexandru Ardelean @@ Package: python3-django-postoffice Submenu: Python Version: 3.1.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-django-postoffice:python3 python3-django +PACKAGE_python3-django-postoffice:python3-django-jsonfield Conflicts: Menu-Depends: python3-django Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: A Django app to monitor and send mail asynchronously Maintainer: Alexandru Ardelean Source: django-post_office-3.1.0.tar.gz License: MIT LicenseFiles: LICENSE.txt Type: ipkg Description: . (Variant for Python3) https://github.com/ui/django-post_office Alexandru Ardelean @@ Package: python3-django-postoffice-src Submenu: Python Version: 3.1.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: python3-django Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: A Django app to monitor and send mail asynchronously (sources) Maintainer: Alexandru Ardelean Source: django-post_office-3.1.0.tar.gz License: MIT LicenseFiles: LICENSE.txt Type: ipkg Description: . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/ui/django-post_office Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/django-ranged-response/Makefile Package: python-django-ranged-response Submenu: Python Version: 0.2.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-django-ranged-response:python python-django Conflicts: Menu-Depends: python-django Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Add Content-Range: to FileResponse Maintainer: Eneas U de Queiroz Source: django-ranged-response-0.2.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Modified Django FileResponse that adds Content-Range headers. https://github.com/wearespindle/django-ranged-fileresponse Eneas U de Queiroz @@ Package: python-django-ranged-response-src Submenu: Python Version: 0.2.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: python-django Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Add Content-Range: to FileResponse (sources) Maintainer: Eneas U de Queiroz Source: django-ranged-response-0.2.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Modified Django FileResponse that adds Content-Range headers.. (Contains the Python sources for this package). https://github.com/wearespindle/django-ranged-fileresponse Eneas U de Queiroz @@ Package: python3-django-ranged-response Submenu: Python Version: 0.2.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-django-ranged-response:python3 python3-django Conflicts: Menu-Depends: python3-django Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Add Content-Range: to FileResponse Maintainer: Eneas U de Queiroz Source: django-ranged-response-0.2.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: . (Variant for Python3) https://github.com/wearespindle/django-ranged-fileresponse Eneas U de Queiroz @@ Package: python3-django-ranged-response-src Submenu: Python Version: 0.2.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: python3-django Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Add Content-Range: to FileResponse (sources) Maintainer: Eneas U de Queiroz Source: django-ranged-response-0.2.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/wearespindle/django-ranged-fileresponse Eneas U de Queiroz @@ Source-Makefile: feeds/packages/lang/python/django-restframework/Makefile Package: python-django-restframework Submenu: Python Version: 3.9.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-django-restframework:python python-django Conflicts: Menu-Depends: python-django Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Web APIs for Django, made easy. Maintainer: Alexandru Ardelean Source: djangorestframework-3.9.0.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.md Type: ipkg Description: Web APIs for Django, made easy. https://www.django-rest-framework.org Alexandru Ardelean @@ Package: python-django-restframework-src Submenu: Python Version: 3.9.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: python-django Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Web APIs for Django, made easy. (sources) Maintainer: Alexandru Ardelean Source: djangorestframework-3.9.0.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.md Type: ipkg Description: Web APIs for Django, made easy.. (Contains the Python sources for this package). https://www.django-rest-framework.org Alexandru Ardelean @@ Package: python3-django-restframework Submenu: Python Version: 3.9.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-django-restframework:python3 python3-django Conflicts: Menu-Depends: python3-django Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Web APIs for Django, made easy. Maintainer: Alexandru Ardelean Source: djangorestframework-3.9.0.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.md Type: ipkg Description: . (Variant for Python3) https://www.django-rest-framework.org Alexandru Ardelean @@ Package: python3-django-restframework-src Submenu: Python Version: 3.9.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: python3-django Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Web APIs for Django, made easy. (sources) Maintainer: Alexandru Ardelean Source: djangorestframework-3.9.0.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.md Type: ipkg Description: . (Variant for Python3). (Contains the Python3 sources for this package). https://www.django-rest-framework.org Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/django-simple-captcha/Makefile Package: python-django-simple-captcha Submenu: Python Version: 0.5.11-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-django-simple-captcha:python +PACKAGE_python-django-simple-captcha:python-six python-django +PACKAGE_python-django-simple-captcha:python-pillow +PACKAGE_python-django-simple-captcha:python-django-ranged-response Conflicts: Menu-Depends: python-django Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Simple Django captcha application Maintainer: Eneas U de Queiroz Source: django-simple-captcha-0.5.11.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form. https://github.com/mbi/django-simple-captcha Eneas U de Queiroz @@ Package: python-django-simple-captcha-src Submenu: Python Version: 0.5.11-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: python-django Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Simple Django captcha application (sources) Maintainer: Eneas U de Queiroz Source: django-simple-captcha-0.5.11.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form.. (Contains the Python sources for this package). https://github.com/mbi/django-simple-captcha Eneas U de Queiroz @@ Package: python3-django-simple-captcha Submenu: Python Version: 0.5.11-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-django-simple-captcha:python3 +PACKAGE_python3-django-simple-captcha:python3-six python3-django +PACKAGE_python3-django-simple-captcha:python3-pillow +PACKAGE_python3-django-simple-captcha:python3-django-ranged-response Conflicts: Menu-Depends: python3-django Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Simple Django captcha application Maintainer: Eneas U de Queiroz Source: django-simple-captcha-0.5.11.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: . (Variant for Python3) https://github.com/mbi/django-simple-captcha Eneas U de Queiroz @@ Package: python3-django-simple-captcha-src Submenu: Python Version: 0.5.11-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: python3-django Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Simple Django captcha application (sources) Maintainer: Eneas U de Queiroz Source: django-simple-captcha-0.5.11.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/mbi/django-simple-captcha Eneas U de Queiroz @@ Source-Makefile: feeds/packages/lang/python/django-statici18n/Makefile Package: python-django-statici18n Submenu: Python Version: 1.8.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-django-statici18n:python python-django Conflicts: Menu-Depends: python-django Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Helper for generating JavaScript catalog to static files Maintainer: Alexandru Ardelean Source: django-statici18n-1.8.2.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: A Django app that provides helper for generating JavaScript catalog to static files. https://django-statici18n.readthedocs.io Alexandru Ardelean @@ Package: python-django-statici18n-src Submenu: Python Version: 1.8.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: python-django Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Helper for generating JavaScript catalog to static files (sources) Maintainer: Alexandru Ardelean Source: django-statici18n-1.8.2.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: A Django app that provides helper for generating JavaScript catalog to static files.. (Contains the Python sources for this package). https://django-statici18n.readthedocs.io Alexandru Ardelean @@ Package: python3-django-statici18n Submenu: Python Version: 1.8.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-django-statici18n:python3 python3-django Conflicts: Menu-Depends: python3-django Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Helper for generating JavaScript catalog to static files Maintainer: Alexandru Ardelean Source: django-statici18n-1.8.2.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: . (Variant for Python3) https://django-statici18n.readthedocs.io Alexandru Ardelean @@ Package: python3-django-statici18n-src Submenu: Python Version: 1.8.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: python3-django Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Helper for generating JavaScript catalog to static files (sources) Maintainer: Alexandru Ardelean Source: django-statici18n-1.8.2.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: . (Variant for Python3). (Contains the Python3 sources for this package). https://django-statici18n.readthedocs.io Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/django-webpack-loader/Makefile Package: python-django-webpack-loader Submenu: Python Version: 0.6.0-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-django-webpack-loader:python python-django Conflicts: Menu-Depends: python-django Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Transparently use webpack in django Maintainer: Eneas U de Queiroz Source: django-webpack-loader-0.6.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Use webpack to generate your static bundles without django’s staticfiles or opaque wrappers. https://github.com/owais/django-webpack-loader Eneas U de Queiroz @@ Package: python-django-webpack-loader-src Submenu: Python Version: 0.6.0-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: python-django Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Transparently use webpack in django (sources) Maintainer: Eneas U de Queiroz Source: django-webpack-loader-0.6.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Use webpack to generate your static bundles without django’s staticfiles or opaque wrappers.. (Contains the Python sources for this package). https://github.com/owais/django-webpack-loader Eneas U de Queiroz @@ Package: python3-django-webpack-loader Submenu: Python Version: 0.6.0-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-django-webpack-loader:python3 python3-django Conflicts: Menu-Depends: python3-django Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Transparently use webpack in django Maintainer: Eneas U de Queiroz Source: django-webpack-loader-0.6.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: . (Variant for Python3) https://github.com/owais/django-webpack-loader Eneas U de Queiroz @@ Package: python3-django-webpack-loader-src Submenu: Python Version: 0.6.0-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: python3-django Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Transparently use webpack in django (sources) Maintainer: Eneas U de Queiroz Source: django-webpack-loader-0.6.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/owais/django-webpack-loader Eneas U de Queiroz @@ Source-Makefile: feeds/packages/lang/python/flup/Makefile Package: python-flup Submenu: Python Version: 1.0.3-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-flup:python-light +PACKAGE_python-flup:python-logging Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Random assortment of WSGI servers Maintainer: Alexandru Ardelean Source: flup-1.0.3.tar.gz License: BSD-3-Clause LicenseFiles: PKG-INFO Type: ipkg Description: Random assortment of WSGI servers. https://www.saddi.com/software/flup/ Alexandru Ardelean @@ Package: python-flup-src Submenu: Python Version: 1.0.3-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Random assortment of WSGI servers (sources) Maintainer: Alexandru Ardelean Source: flup-1.0.3.tar.gz License: BSD-3-Clause LicenseFiles: PKG-INFO Type: ipkg Description: Random assortment of WSGI servers.. (Contains the Python sources for this package). https://www.saddi.com/software/flup/ Alexandru Ardelean @@ Package: python3-flup Submenu: Python Version: 1.0.3-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-flup:python3-light +PACKAGE_python3-flup:python3-logging Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Random assortment of WSGI servers Maintainer: Alexandru Ardelean Source: flup-1.0.3.tar.gz License: BSD-3-Clause LicenseFiles: PKG-INFO Type: ipkg Description: Random assortment of WSGI servers. . (Variant for Python3) https://www.saddi.com/software/flup/ Alexandru Ardelean @@ Package: python3-flup-src Submenu: Python Version: 1.0.3-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Random assortment of WSGI servers (sources) Maintainer: Alexandru Ardelean Source: flup-1.0.3.tar.gz License: BSD-3-Clause LicenseFiles: PKG-INFO Type: ipkg Description: Random assortment of WSGI servers. . (Variant for Python3). (Contains the Python3 sources for this package). https://www.saddi.com/software/flup/ Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/gunicorn/Makefile Package: gunicorn Submenu: Python Version: 19.9.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python +python-setuptools Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: WSGI HTTP Server for UNIX Maintainer: Alexandru Ardelean Source: gunicorn-19.9.0.tar.gz License: MIT Type: ipkg Description: WSGI HTTP Server for UNIX https://gunicorn.org Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/itsdangerous/Makefile Build-Depends: python python3 Package: python3-itsdangerous Submenu: Python Version: 1.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-itsdangerous Maintainer: Daniel Golle Source: itsdangerous-1.1.0.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: Various helpers to pass trusted data to untrusted environments and back. http://github.com/mitsuhiko/itsdangerous Daniel Golle @@ Source-Makefile: feeds/packages/lang/python/micropython/Makefile Package: micropython Submenu: Python Version: 1.9.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libffi Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Micro Python Maintainer: Roger D Source: micropython-1.9.4.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: This package contains Micro Python, a lean and fast implementation of the Python 3.4 programming language that is optimised to run on a microcontroller (and low power computers). https://micropython.org Roger D @@ Source-Makefile: feeds/packages/lang/python/micropython-lib/Makefile Package: micropython-lib Submenu: Python Version: 1.9.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +micropython Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: micropython-lib Maintainer: Roger D Source: micropython-lib-1.9.3.tar.gz License: MIT, PSFL LicenseFiles: LICENSE Type: ipkg Description: This package contains micropython-lib, a project to develop a non-monolothic standard library for Micro Python. Note that this is a work in progress and several libraries may be missing, incomplete or buggy. https://github.com/micropython/micropython-lib Roger D @@ Source-Makefile: feeds/packages/lang/python/openpyxl/Makefile Package: python-openpyxl Submenu: Python Version: 2.6.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-openpyxl:python +PACKAGE_python-openpyxl:python-defusedxml +PACKAGE_python-openpyxl:python-et_xmlfile +PACKAGE_python-openpyxl:python-jdcal Conflicts: Menu-Depends: Provides: openpyxl Build-Variant: python Section: lang Category: Languages Repository: base Title: A Python library to read/write Excel 2010 xlsx/xlsm files Maintainer: Alexandru Ardelean Source: openpyxl-2.6.2.tar.gz License: MIT LicenseFiles: LICENCE.rst Type: ipkg Description: A Python library to read/write Excel 2010 xlsx/xlsm files https://openpyxl.readthedocs.org/ Alexandru Ardelean @@ Package: python-openpyxl-src Submenu: Python Version: 2.6.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: A Python library to read/write Excel 2010 xlsx/xlsm files (sources) Maintainer: Alexandru Ardelean Source: openpyxl-2.6.2.tar.gz License: MIT LicenseFiles: LICENCE.rst Type: ipkg Description: A Python library to read/write Excel 2010 xlsx/xlsm files. (Contains the Python sources for this package). https://openpyxl.readthedocs.org/ Alexandru Ardelean @@ Package: python3-openpyxl Submenu: Python Version: 2.6.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-openpyxl:python3 +PACKAGE_python3-openpyxl:python3-defusedxml +PACKAGE_python3-openpyxl:python3-et_xmlfile +PACKAGE_python3-openpyxl:python3-jdcal Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: A Python library to read/write Excel 2010 xlsx/xlsm files Maintainer: Alexandru Ardelean Source: openpyxl-2.6.2.tar.gz License: MIT LicenseFiles: LICENCE.rst Type: ipkg Description: A Python library to read/write Excel 2010 xlsx/xlsm files . (Variant for Python3) https://openpyxl.readthedocs.org/ Alexandru Ardelean @@ Package: python3-openpyxl-src Submenu: Python Version: 2.6.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: A Python library to read/write Excel 2010 xlsx/xlsm files (sources) Maintainer: Alexandru Ardelean Source: openpyxl-2.6.2.tar.gz License: MIT LicenseFiles: LICENCE.rst Type: ipkg Description: A Python library to read/write Excel 2010 xlsx/xlsm files . (Variant for Python3). (Contains the Python3 sources for this package). https://openpyxl.readthedocs.org/ Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/passlib/Makefile Package: python-passlib Submenu: Python Version: 1.7.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-passlib:python +PACKAGE_python-passlib:python-dateutil Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Comprehensive password hashing framework Maintainer: Daniel Dickinson Source: passlib-1.7.2.tar.gz License: BSD-3-Clause Type: ipkg Description: Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 30 password hashing algorithms, as well as a framework for managing existing password hashes. It’s designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user applications. https://bitbucket.org/ecollins/passlib Daniel Dickinson @@ Package: python-passlib-src Submenu: Python Version: 1.7.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Comprehensive password hashing framework (sources) Maintainer: Daniel Dickinson Source: passlib-1.7.2.tar.gz License: BSD-3-Clause Type: ipkg Description: Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 30 password hashing algorithms, as well as a framework for managing existing password hashes. It’s designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user applications.. (Contains the Python sources for this package). https://bitbucket.org/ecollins/passlib Daniel Dickinson @@ Package: python3-passlib Submenu: Python Version: 1.7.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-passlib:python3 +PACKAGE_python3-passlib:python3-dateutil Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Comprehensive password hashing framework Maintainer: Daniel Dickinson Source: passlib-1.7.2.tar.gz License: BSD-3-Clause Type: ipkg Description: Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 30 password hashing algorithms, as well as a framework for managing existing password hashes. It’s designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user applications. . (Variant for Python3) https://bitbucket.org/ecollins/passlib Daniel Dickinson @@ Package: python3-passlib-src Submenu: Python Version: 1.7.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Comprehensive password hashing framework (sources) Maintainer: Daniel Dickinson Source: passlib-1.7.2.tar.gz License: BSD-3-Clause Type: ipkg Description: Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 30 password hashing algorithms, as well as a framework for managing existing password hashes. It’s designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user applications. . (Variant for Python3). (Contains the Python3 sources for this package). https://bitbucket.org/ecollins/passlib Daniel Dickinson @@ Source-Makefile: feeds/packages/lang/python/pillow/Makefile Package: python-pillow Submenu: Python Version: 6.2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libfreetype +libjpeg +libtiff +zlib +PACKAGE_python-pillow:python Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: The friendly PIL fork Maintainer: Alexandru Ardelean Source: Pillow-6.2.0.tar.gz License: HPND LicenseFiles: LICENSE Type: ipkg Description: The friendly PIL fork https://python-pillow.org/ Alexandru Ardelean @@ Package: python-pillow-src Submenu: Python Version: 6.2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: The friendly PIL fork (sources) Maintainer: Alexandru Ardelean Source: Pillow-6.2.0.tar.gz License: HPND LicenseFiles: LICENSE Type: ipkg Description: The friendly PIL fork. (Contains the Python sources for this package). https://python-pillow.org/ Alexandru Ardelean @@ Package: python3-pillow Submenu: Python Version: 6.2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libfreetype +libjpeg +libtiff +zlib +PACKAGE_python3-pillow:python3 Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: The friendly PIL fork Maintainer: Alexandru Ardelean Source: Pillow-6.2.0.tar.gz License: HPND LicenseFiles: LICENSE Type: ipkg Description: The friendly PIL fork . (Variant for Python3) https://python-pillow.org/ Alexandru Ardelean @@ Package: python3-pillow-src Submenu: Python Version: 6.2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: The friendly PIL fork (sources) Maintainer: Alexandru Ardelean Source: Pillow-6.2.0.tar.gz License: HPND LicenseFiles: LICENSE Type: ipkg Description: The friendly PIL fork . (Variant for Python3). (Contains the Python3 sources for this package). https://python-pillow.org/ Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/pyjwt/Makefile Package: python-pyjwt Submenu: Python Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-pyjwt:python Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: JSON Web Token implementation in Python Maintainer: Eneas U de Queiroz Source: PyJWT-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: A Python implementation of RFC 7519. http://github.com/jpadilla/pyjwt Eneas U de Queiroz @@ Package: python-pyjwt-src Submenu: Python Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: JSON Web Token implementation in Python (sources) Maintainer: Eneas U de Queiroz Source: PyJWT-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: A Python implementation of RFC 7519.. (Contains the Python sources for this package). http://github.com/jpadilla/pyjwt Eneas U de Queiroz @@ Package: python3-pyjwt Submenu: Python Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-pyjwt:python3 Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: JSON Web Token implementation in Python Maintainer: Eneas U de Queiroz Source: PyJWT-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: A Python implementation of RFC 7519. . (Variant for Python3) http://github.com/jpadilla/pyjwt Eneas U de Queiroz @@ Package: python3-pyjwt-src Submenu: Python Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: JSON Web Token implementation in Python (sources) Maintainer: Eneas U de Queiroz Source: PyJWT-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: A Python implementation of RFC 7519. . (Variant for Python3). (Contains the Python3 sources for this package). http://github.com/jpadilla/pyjwt Eneas U de Queiroz @@ Source-Makefile: feeds/packages/lang/python/pyodbc/Makefile Build-Depends: unixodbc/host Package: python-pyodbc Submenu: Python Version: 4.0.26-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +unixodbc +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +PACKAGE_python-pyodbc:python-light +PACKAGE_python-pyodbc:python-logging +PACKAGE_python-pyodbc:python-openssl Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: python-pyodbc Maintainer: Daniel Golle Source: pyodbc-4.0.26.tar.gz License: MIT LicenseFiles: LICENSE.txt Type: ipkg Description: DB API Module for ODBC A Python DB API 2 module for ODBC. This project provides an up-to-date, convenient interface to ODBC using native data types like datetime and decimal. https://github.com/mkleehammer/pyodbc Daniel Golle @@ Package: python3-pyodbc Submenu: Python Version: 4.0.26-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +unixodbc +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +PACKAGE_python3-pyodbc:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-pyodbc Maintainer: Daniel Golle Source: pyodbc-4.0.26.tar.gz License: MIT LicenseFiles: LICENSE.txt Type: ipkg Description: DB API Module for ODBC A Python DB API 2 module for ODBC. This project provides an up-to-date, convenient interface to ODBC using native data types like datetime and decimal. (Variant for Python3) https://github.com/mkleehammer/pyodbc Daniel Golle @@ Source-Makefile: feeds/packages/lang/python/python/Makefile Build-Depends: python/host Build-Depends/host: bzip2/host expat/host Build-Types: host Package: python-ctypes Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python-light Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 ctypes module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 2.7 ctypes module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-ctypes-src Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 ctypes module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-pydoc Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python-light Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 pydoc module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 2.7 pydoc module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-pydoc-src Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 pydoc module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-multiprocessing Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python-light Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 multiprocessing Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 2.7 multiprocessing https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-multiprocessing-src Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 multiprocessing (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-logging Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python-light Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 logging module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 2.7 logging module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-logging-src Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 logging module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-codecs Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python-light Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 codecs + unicode support Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 2.7 codecs + unicode support https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-codecs-src Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 codecs + unicode support (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-pip Submenu: Python Version: 19.2.3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python +python-setuptools +python-pip-conf Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 pip module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: MIT LicenseFiles: LICENSE.txt Type: ipkg Description: Python 2.7 pip module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-pip-src Submenu: Python Version: 19.2.3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 pip module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: MIT LicenseFiles: LICENSE.txt Type: ipkg Description: . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-pkg-resources Submenu: Python Version: 41.2.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 pkg_resources module (part of etuptools) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Python 2.7 pkg_resources module (part of etuptools) https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-pkg-resources-src Submenu: Python Version: 41.2.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 pkg_resources module (part of etuptools) (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: MIT LicenseFiles: LICENSE Type: ipkg Description: . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-dev Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python +python-lib2to3 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 development files Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 2.7 development files https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-dev-src Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 development files (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-sqlite3 Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python-light +libsqlite3 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 sqlite3 module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 2.7 sqlite3 module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-sqlite3-src Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 sqlite3 module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-gdbm Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python-light +libgdbm Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 gdbm module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 2.7 gdbm module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-gdbm-src Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 gdbm module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-email Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python-light Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 email module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 2.7 email module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-email-src Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 email module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-distutils Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python-light Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 distutils Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 2.7 distutils https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-distutils-src Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 distutils (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-xml Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python-light +libexpat Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 xml libs Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 2.7 xml libs https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-xml-src Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 xml libs (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-setuptools Submenu: Python Version: 41.2.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python +python-pkg-resources Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 setuptools module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Python 2.7 setuptools module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-setuptools-src Submenu: Python Version: 41.2.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 setuptools module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: MIT LicenseFiles: LICENSE Type: ipkg Description: . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-compiler Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python-light Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 compiler module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 2.7 compiler module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-compiler-src Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 compiler module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-db Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python-light +libdb47 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 db module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 2.7 db module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-db-src Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 db module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-openssl Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python-light +libopenssl +ca-certs Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 SSL module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 2.7 SSL module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-openssl-src Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 SSL module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-decimal Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python-light Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 decimal module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 2.7 decimal module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-decimal-src Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 decimal module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-unittest Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python-light Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 unittest module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 2.7 unittest module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-unittest-src Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 unittest module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-lib2to3 Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 lib2to3 module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 2.7 lib2to3 module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-lib2to3-src Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 lib2to3 module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-ncurses Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python-light +libncurses Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 ncurses module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 2.7 ncurses module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-ncurses-src Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 ncurses module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-base Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +zlib Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 interpreter Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: This package contains only the interpreter and the bare minimum for the interpreter to start. https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-light Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python-base +libffi +libbz2 +PYTHON_BLUETOOTH_SUPPORT:bluez-libs Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 light installation Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: This package is essentially the python-base package plus a few of the rarely used (and big) libraries stripped out into separate packages. https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Config: source "feeds/packages/lang/python/python/Config-python-light.in" @@ Package: python Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python-light +python-ctypes +python-pydoc +python-multiprocessing +python-logging +python-codecs +python-sqlite3 +python-gdbm +python-email +python-distutils +python-xml +python-compiler +python-db +python-openssl +python-decimal +python-unittest +python-ncurses Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 programming language Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: This package contains the (almost) full Python install. It's python-light + all other packages. https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-base-src Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 interpreter (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: This package contains only the interpreter and the bare minimum for the interpreter to start.. (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python-light-src Submenu: Python Version: 2.7.18-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 2.7 light installation (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-2.7.18.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: This package is essentially the python-base package plus a few of the rarely used (and big) libraries stripped out into separate packages.. (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Source-Makefile: feeds/packages/lang/python/python-aiohttp/Makefile Package: python3-aiohttp Submenu: Python Version: 3.5.4-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-attrs +python3-chardet +python3-multidict +python3-async-timeout +python3-yarl +python3-logging +python3-codecs +python3-cgi +python3-openssl Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Async http client/server framework (asyncio) Maintainer: Josef Schlehofer Source: aiohttp-3.5.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Asynchronous HTTP client/server framework for asyncio and Python3 https://github.com/aio-libs/aiohttp Josef Schlehofer @@ Package: python3-aiohttp-src Submenu: Python Version: 3.5.4-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Async http client/server framework (asyncio) (sources) Maintainer: Josef Schlehofer Source: aiohttp-3.5.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Asynchronous HTTP client/server framework for asyncio and Python3. (Contains the Python3 sources for this package). https://github.com/aio-libs/aiohttp Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/python-aiohttp-cors/Makefile Package: python3-aiohttp-cors Submenu: Python Version: 0.7.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-aiohttp +python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: CORS support for aiohttp Maintainer: Josef Schlehofer Source: aiohttp-cors-0.7.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Implements Cross Origin Resource Sharing (CORS) support for aiohttp asyncio-powered asynchronous HTTP server. https://github.com/aio-libs/aiohttp-cors Josef Schlehofer @@ Package: python3-aiohttp-cors-src Submenu: Python Version: 0.7.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: CORS support for aiohttp (sources) Maintainer: Josef Schlehofer Source: aiohttp-cors-0.7.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Implements Cross Origin Resource Sharing (CORS) support for aiohttp asyncio-powered asynchronous HTTP server.. (Contains the Python3 sources for this package). https://github.com/aio-libs/aiohttp-cors Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/python-appdirs/Makefile Package: python3-appdirs Submenu: Python Version: 1.4.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-appdirs Maintainer: Karel Kočí Source: appdirs-1.4.3.tar.gz License: MIT Type: ipkg Description: python3-appdirs https://github.com/ActiveState/appdirs Karel Kočí @@ Package: python3-appdirs-src Submenu: Python Version: 1.4.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-appdirs (sources) Maintainer: Karel Kočí Source: appdirs-1.4.3.tar.gz License: MIT Type: ipkg Description: . (Contains the Python3 sources for this package). https://github.com/ActiveState/appdirs Karel Kočí @@ Source-Makefile: feeds/packages/lang/python/python-asn1crypto/Makefile Package: python-asn1crypto Submenu: Python Version: 0.24.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-asn1crypto:python-light Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: python-asn1crypto Maintainer: Alexandru Ardelean Source: asn1crypto-0.24.0.tar.gz License: MIT Type: ipkg Description: Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP https://github.com/wbond/asn1crypto Alexandru Ardelean @@ Package: python3-asn1crypto Submenu: Python Version: 0.24.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-asn1crypto:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-asn1crypto Maintainer: Alexandru Ardelean Source: asn1crypto-0.24.0.tar.gz License: MIT Type: ipkg Description: Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP . (Variant for Python3) https://github.com/wbond/asn1crypto Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/python-astral/Makefile Package: python-astral Submenu: Python Version: 1.10.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-astral:python-light +PACKAGE_python-astral:python-pytz Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Calculations for the position of the sun and moon Maintainer: Josef Schlehofer Source: astral-1.10.1.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Astral is a python module for calculating the times of various aspects of the sun and moon. https://github.com/sffjunkie/astral Josef Schlehofer @@ Package: python-astral-src Submenu: Python Version: 1.10.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Calculations for the position of the sun and moon (sources) Maintainer: Josef Schlehofer Source: astral-1.10.1.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Astral is a python module for calculating the times of various aspects of the sun and moon.. (Contains the Python sources for this package). https://github.com/sffjunkie/astral Josef Schlehofer @@ Package: python3-astral Submenu: Python Version: 1.10.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-astral:python3-light +PACKAGE_python3-astral:python3-pytz Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Calculations for the position of the sun and moon Maintainer: Josef Schlehofer Source: astral-1.10.1.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Astral is a python module for calculating the times of various aspects of the sun and moon. . (Variant for Python3) https://github.com/sffjunkie/astral Josef Schlehofer @@ Package: python3-astral-src Submenu: Python Version: 1.10.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Calculations for the position of the sun and moon (sources) Maintainer: Josef Schlehofer Source: astral-1.10.1.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Astral is a python module for calculating the times of various aspects of the sun and moon. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/sffjunkie/astral Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/python-async-timeout/Makefile Package: python3-async-timeout Submenu: Python Version: 3.0.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-asyncio Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Timeout context manager for asyncio programs Maintainer: Josef Schlehofer Source: async-timeout-3.0.1.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Timeout context manager for asyncio programs https://github.com/aio-libs/async-timeout Josef Schlehofer @@ Package: python3-async-timeout-src Submenu: Python Version: 3.0.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Timeout context manager for asyncio programs (sources) Maintainer: Josef Schlehofer Source: async-timeout-3.0.1.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Timeout context manager for asyncio programs. (Contains the Python3 sources for this package). https://github.com/aio-libs/async-timeout Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/python-attrs/Makefile Package: python-attrs Submenu: Python Version: 19.3.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-attrs:python-light Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Classes Without Boilerplate Maintainer: Jeffery To Source: attrs-19.3.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: attrs is an MIT-licensed Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols. https://www.attrs.org/ Jeffery To @@ Package: python-attrs-src Submenu: Python Version: 19.3.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Classes Without Boilerplate (sources) Maintainer: Jeffery To Source: attrs-19.3.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: attrs is an MIT-licensed Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols.. (Contains the Python sources for this package). https://www.attrs.org/ Jeffery To @@ Package: python3-attrs Submenu: Python Version: 19.3.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-attrs:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Classes Without Boilerplate Maintainer: Jeffery To Source: attrs-19.3.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: attrs is an MIT-licensed Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols. . (Variant for Python3) https://www.attrs.org/ Jeffery To @@ Package: python3-attrs-src Submenu: Python Version: 19.3.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Classes Without Boilerplate (sources) Maintainer: Jeffery To Source: attrs-19.3.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: attrs is an MIT-licensed Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols. . (Variant for Python3). (Contains the Python3 sources for this package). https://www.attrs.org/ Jeffery To @@ Source-Makefile: feeds/packages/lang/python/python-automat/Makefile Package: python-automat Submenu: Python Version: 0.8.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-automat:python-light +PACKAGE_python-automat:python-attrs +PACKAGE_python-automat:python-six Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Concise, idiomatic finite-state automata Maintainer: Jeffery To Source: Automat-0.8.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers). https://github.com/glyph/Automat Jeffery To @@ Package: python-automat-src Submenu: Python Version: 0.8.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Concise, idiomatic finite-state automata (sources) Maintainer: Jeffery To Source: Automat-0.8.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers).. (Contains the Python sources for this package). https://github.com/glyph/Automat Jeffery To @@ Package: python3-automat Submenu: Python Version: 0.8.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-automat:python3-light +PACKAGE_python3-automat:python3-attrs +PACKAGE_python3-automat:python3-six Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Concise, idiomatic finite-state automata Maintainer: Jeffery To Source: Automat-0.8.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers). . (Variant for Python3) https://github.com/glyph/Automat Jeffery To @@ Package: python3-automat-src Submenu: Python Version: 0.8.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Concise, idiomatic finite-state automata (sources) Maintainer: Jeffery To Source: Automat-0.8.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers). . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/glyph/Automat Jeffery To @@ Source-Makefile: feeds/packages/lang/python/python-awscli/Makefile Package: python-awscli Submenu: Python Version: 1.16.75-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-awscli:python +PACKAGE_python-awscli:python-yaml +PACKAGE_python-awscli:python-pyasn1 +PACKAGE_python-awscli:python-botocore +PACKAGE_python-awscli:python-rsa +PACKAGE_python-awscli:python-colorama +PACKAGE_python-awscli:python-docutils +PACKAGE_python-awscli:python-s3transfer Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: awscli Maintainer: Daniel Danzberger Source: awscli-1.16.75.tar.gz License: MIT Type: ipkg Description: This package provides a unified command line interface to Amazon Web Services. https://github.com/aws/aws-cli Daniel Danzberger @@ Package: python-awscli-src Submenu: Python Version: 1.16.75-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: awscli (sources) Maintainer: Daniel Danzberger Source: awscli-1.16.75.tar.gz License: MIT Type: ipkg Description: This package provides a unified command line interface to Amazon Web Services.. (Contains the Python sources for this package). https://github.com/aws/aws-cli Daniel Danzberger @@ Package: python3-awscli Submenu: Python Version: 1.16.75-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-awscli:python3 +PACKAGE_python3-awscli:python3-yaml +PACKAGE_python3-awscli:python3-pyasn1 +PACKAGE_python3-awscli:python3-botocore +PACKAGE_python3-awscli:python3-rsa +PACKAGE_python3-awscli:python3-colorama +PACKAGE_python3-awscli:python3-docutils +PACKAGE_python3-awscli:python3-s3transfer Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: awscli Maintainer: Daniel Danzberger Source: awscli-1.16.75.tar.gz License: MIT Type: ipkg Description: This package provides a unified command line interface to Amazon Web Services. . (Variant for Python3) https://github.com/aws/aws-cli Daniel Danzberger @@ Package: python3-awscli-src Submenu: Python Version: 1.16.75-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: awscli (sources) Maintainer: Daniel Danzberger Source: awscli-1.16.75.tar.gz License: MIT Type: ipkg Description: This package provides a unified command line interface to Amazon Web Services. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/aws/aws-cli Daniel Danzberger @@ Source-Makefile: feeds/packages/lang/python/python-boto3/Makefile Package: python3-boto3 Submenu: Python Version: 1.9.135-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3 +python3-jmespath +python3-botocore +python3-s3transfer Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: AWS SDK for Python (Boto3) Maintainer: Daniel Danzberger Source: boto3-1.9.135.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2. https://aws.amazon.com/sdk-for-python/ Daniel Danzberger @@ Package: python3-boto3-src Submenu: Python Version: 1.9.135-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: AWS SDK for Python (Boto3) (sources) Maintainer: Daniel Danzberger Source: boto3-1.9.135.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2.. (Contains the Python3 sources for this package). https://aws.amazon.com/sdk-for-python/ Daniel Danzberger @@ Source-Makefile: feeds/packages/lang/python/python-botocore/Makefile Package: python-botocore Submenu: Python Version: 1.12.66-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-botocore:python +PACKAGE_python-botocore:python-urllib3 +PACKAGE_python-botocore:python-docutils +PACKAGE_python-botocore:python-dateutil +PACKAGE_python-botocore:python-jmespath +PACKAGE_python-botocore:python-requests Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: botocore Maintainer: Daniel Danzberger Source: botocore-1.12.66.tar.gz License: MIT Type: ipkg Description: A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for the AWS CLI as well as boto3. https://github.com/boto/botocore Daniel Danzberger @@ Package: python-botocore-src Submenu: Python Version: 1.12.66-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: botocore (sources) Maintainer: Daniel Danzberger Source: botocore-1.12.66.tar.gz License: MIT Type: ipkg Description: A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for the AWS CLI as well as boto3.. (Contains the Python sources for this package). https://github.com/boto/botocore Daniel Danzberger @@ Package: python3-botocore Submenu: Python Version: 1.12.66-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-botocore:python3 +PACKAGE_python3-botocore:python3-urllib3 +PACKAGE_python3-botocore:python3-docutils +PACKAGE_python3-botocore:python3-dateutil +PACKAGE_python3-botocore:python3-jmespath +PACKAGE_python3-botocore:python3-requests Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: botocore Maintainer: Daniel Danzberger Source: botocore-1.12.66.tar.gz License: MIT Type: ipkg Description: A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for the AWS CLI as well as boto3. . (Variant for Python3) https://github.com/boto/botocore Daniel Danzberger @@ Package: python3-botocore-src Submenu: Python Version: 1.12.66-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: botocore (sources) Maintainer: Daniel Danzberger Source: botocore-1.12.66.tar.gz License: MIT Type: ipkg Description: A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for the AWS CLI as well as boto3. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/boto/botocore Daniel Danzberger @@ Source-Makefile: feeds/packages/lang/python/python-cachelib/Makefile Package: python3-cachelib Submenu: Python Version: 0.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: cachelib Maintainer: Stepan Henek Source: cachelib-0.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: A collection of cache libraries in the same API interface. Extracted from werkzeug. https://github.com/pallets/cachelib Stepan Henek @@ Package: python3-cachelib-src Submenu: Python Version: 0.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: cachelib (sources) Maintainer: Stepan Henek Source: cachelib-0.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: A collection of cache libraries in the same API interface. Extracted from werkzeug.. (Contains the Python3 sources for this package). https://github.com/pallets/cachelib Stepan Henek @@ Source-Makefile: feeds/packages/lang/python/python-cachetools/Makefile Package: python3-cachetools Submenu: Python Version: 3.1.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Extensible memoizing collections and decorators Maintainer: Josef Schlehofer Source: cachetools-3.1.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: This module provides various memoizing collections and decorators, including variants of the Python 3 Standard Library lru_cache function decorator. https://github.com/tkem/cachetools Josef Schlehofer @@ Package: python3-cachetools-src Submenu: Python Version: 3.1.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Extensible memoizing collections and decorators (sources) Maintainer: Josef Schlehofer Source: cachetools-3.1.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: This module provides various memoizing collections and decorators, including variants of the Python 3 Standard Library lru_cache function decorator.. (Contains the Python3 sources for this package). https://github.com/tkem/cachetools Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/python-certifi/Makefile Package: python-certifi Submenu: Python Version: 2019.11.28-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-certifi:python-light Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Python package for Mozilla's CA Bundle Maintainer: Eneas U de Queiroz Source: certifi-2019.11.28.tar.gz License: MPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. http://certifi.io/ Eneas U de Queiroz @@ Package: python-certifi-src Submenu: Python Version: 2019.11.28-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Python package for Mozilla's CA Bundle (sources) Maintainer: Eneas U de Queiroz Source: certifi-2019.11.28.tar.gz License: MPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.. (Contains the Python sources for this package). http://certifi.io/ Eneas U de Queiroz @@ Package: python3-certifi Submenu: Python Version: 2019.11.28-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-certifi:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Python package for Mozilla's CA Bundle Maintainer: Eneas U de Queiroz Source: certifi-2019.11.28.tar.gz License: MPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. . (Variant for Python3) http://certifi.io/ Eneas U de Queiroz @@ Package: python3-certifi-src Submenu: Python Version: 2019.11.28-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Python package for Mozilla's CA Bundle (sources) Maintainer: Eneas U de Queiroz Source: certifi-2019.11.28.tar.gz License: MPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. . (Variant for Python3). (Contains the Python3 sources for this package). http://certifi.io/ Eneas U de Queiroz @@ Source-Makefile: feeds/packages/lang/python/python-cffi/Makefile Package: python-cffi Submenu: Python Version: 1.13.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libffi +PACKAGE_python-cffi:python-light +PACKAGE_python-cffi:python-pycparser Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: C Foreign Function Interface Maintainer: Jeffery To , Alexandru Ardelean Source: cffi-1.13.2.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Foreign Function Interface for Python calling C code. https://cffi.readthedocs.org/ Jeffery To , Alexandru Ardelean @@ Package: python-cffi-src Submenu: Python Version: 1.13.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: C Foreign Function Interface (sources) Maintainer: Jeffery To , Alexandru Ardelean Source: cffi-1.13.2.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Foreign Function Interface for Python calling C code.. (Contains the Python sources for this package). https://cffi.readthedocs.org/ Jeffery To , Alexandru Ardelean @@ Package: python3-cffi Submenu: Python Version: 1.13.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libffi +PACKAGE_python3-cffi:python3-light +PACKAGE_python3-cffi:python3-pycparser Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: C Foreign Function Interface Maintainer: Jeffery To , Alexandru Ardelean Source: cffi-1.13.2.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Foreign Function Interface for Python calling C code. . (Variant for Python3) https://cffi.readthedocs.org/ Jeffery To , Alexandru Ardelean @@ Package: python3-cffi-src Submenu: Python Version: 1.13.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: C Foreign Function Interface (sources) Maintainer: Jeffery To , Alexandru Ardelean Source: cffi-1.13.2.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Foreign Function Interface for Python calling C code. . (Variant for Python3). (Contains the Python3 sources for this package). https://cffi.readthedocs.org/ Jeffery To , Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/python-chardet/Makefile Package: python-chardet Submenu: Python Version: 3.0.4-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-chardet:python Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Universal encoding detector for Python 2 Maintainer: Alexandru Ardelean Source: chardet-3.0.4.tar.gz License: LGPL-2.1 Type: ipkg Description: Universal encoding detector for Python 2 and 3 https://github.com/chardet/chardet Alexandru Ardelean @@ Package: python-chardet-src Submenu: Python Version: 3.0.4-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Universal encoding detector for Python 2 (sources) Maintainer: Alexandru Ardelean Source: chardet-3.0.4.tar.gz License: LGPL-2.1 Type: ipkg Description: Universal encoding detector for Python 2 and 3. (Contains the Python sources for this package). https://github.com/chardet/chardet Alexandru Ardelean @@ Package: python3-chardet Submenu: Python Version: 3.0.4-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-chardet:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Universal encoding detector for Python3 Maintainer: Alexandru Ardelean Source: chardet-3.0.4.tar.gz License: LGPL-2.1 Type: ipkg Description: Universal encoding detector for Python 2 and 3 . (Variant for Python3) https://github.com/chardet/chardet Alexandru Ardelean @@ Package: python3-chardet-src Submenu: Python Version: 3.0.4-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Universal encoding detector for Python3 (sources) Maintainer: Alexandru Ardelean Source: chardet-3.0.4.tar.gz License: LGPL-2.1 Type: ipkg Description: Universal encoding detector for Python 2 and 3 . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/chardet/chardet Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/python-colorama/Makefile Package: python-colorama Submenu: Python Version: 0.4.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-colorama:python Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: colorama Maintainer: Daniel Danzberger Source: colorama-0.4.1.tar.gz License: MIT Type: ipkg Description: Makes ANSI escape character sequences (for producing colored terminal text and cursor positioning) work under MS Windows. https://github.com/tartley/colorama Daniel Danzberger @@ Package: python-colorama-src Submenu: Python Version: 0.4.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: colorama (sources) Maintainer: Daniel Danzberger Source: colorama-0.4.1.tar.gz License: MIT Type: ipkg Description: Makes ANSI escape character sequences (for producing colored terminal text and cursor positioning) work under MS Windows.. (Contains the Python sources for this package). https://github.com/tartley/colorama Daniel Danzberger @@ Package: python3-colorama Submenu: Python Version: 0.4.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-colorama:python3 Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: colorama Maintainer: Daniel Danzberger Source: colorama-0.4.1.tar.gz License: MIT Type: ipkg Description: Makes ANSI escape character sequences (for producing colored terminal text and cursor positioning) work under MS Windows. . (Variant for Python3) https://github.com/tartley/colorama Daniel Danzberger @@ Package: python3-colorama-src Submenu: Python Version: 0.4.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: colorama (sources) Maintainer: Daniel Danzberger Source: colorama-0.4.1.tar.gz License: MIT Type: ipkg Description: Makes ANSI escape character sequences (for producing colored terminal text and cursor positioning) work under MS Windows. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/tartley/colorama Daniel Danzberger @@ Source-Makefile: feeds/packages/lang/python/python-constantly/Makefile Package: python-constantly Submenu: Python Version: 15.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-constantly:python-light Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Symbolic constants in Python Maintainer: Jeffery To Source: constantly-15.1.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: A library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values. Originally twisted.python.constants from the Twisted project. https://github.com/twisted/constantly Jeffery To @@ Package: python-constantly-src Submenu: Python Version: 15.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Symbolic constants in Python (sources) Maintainer: Jeffery To Source: constantly-15.1.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: A library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values. Originally twisted.python.constants from the Twisted project.. (Contains the Python sources for this package). https://github.com/twisted/constantly Jeffery To @@ Package: python3-constantly Submenu: Python Version: 15.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-constantly:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Symbolic constants in Python Maintainer: Jeffery To Source: constantly-15.1.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: A library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values. Originally twisted.python.constants from the Twisted project. . (Variant for Python3) https://github.com/twisted/constantly Jeffery To @@ Package: python3-constantly-src Submenu: Python Version: 15.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Symbolic constants in Python (sources) Maintainer: Jeffery To Source: constantly-15.1.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: A library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values. Originally twisted.python.constants from the Twisted project. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/twisted/constantly Jeffery To @@ Source-Makefile: feeds/packages/lang/python/python-contextlib2/Makefile Package: python3-contextlib2 Submenu: Python Version: 0.5.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-contextlib2 Maintainer: Karel Kočí Source: contextlib2-0.5.5.tar.gz Type: ipkg Description: python3-contextlib2 http://contextlib2.readthedocs.org Karel Kočí @@ Package: python3-contextlib2-src Submenu: Python Version: 0.5.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-contextlib2 (sources) Maintainer: Karel Kočí Source: contextlib2-0.5.5.tar.gz Type: ipkg Description: . (Contains the Python3 sources for this package). http://contextlib2.readthedocs.org Karel Kočí @@ Source-Makefile: feeds/packages/lang/python/python-crcmod/Makefile Build-Depends: python Package: python-crcmod Submenu: Python Version: 1.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python-light Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: python-crcmod Maintainer: Micke Prag Source: crcmod-1.7.tar.gz License: MIT Type: ipkg Description: The software in this package is a Python module for generating objects that compute the Cyclic Redundancy Check (CRC). There is no attempt in this package to explain how the CRC works. There are a number of resources on the web that give a good explanation of the algorithms. Just do a Google search for "crc calculation" and browse till you find what you need. Another resource can be found in chapter 20 of the book "Numerical Recipes in C" by Press et. al. http://crcmod.sourceforge.net/ Micke Prag @@ Source-Makefile: feeds/packages/lang/python/python-crypto/Makefile Package: python-crypto Submenu: Python Version: 2.6.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgmp +PACKAGE_python-crypto:python Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang-python Category: Languages Repository: base Title: Python Cryptography Toolkit Maintainer: Jeffery To Source: pycrypto-2.6.1.tar.gz License: Public Domain LicenseFiles: COPYRIGHT Type: ipkg Description: A collection of both secure hash functions (such as MD5 and SHA), and various encryption algorithms (AES, DES, IDEA, RSA, ElGamal, etc.). https://www.dlitz.net/software/pycrypto/ Jeffery To @@ Package: python-crypto-src Submenu: Python Version: 2.6.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang-python Category: Languages Repository: base Title: Python Cryptography Toolkit (sources) Maintainer: Jeffery To Source: pycrypto-2.6.1.tar.gz License: Public Domain LicenseFiles: COPYRIGHT Type: ipkg Description: A collection of both secure hash functions (such as MD5 and SHA), and various encryption algorithms (AES, DES, IDEA, RSA, ElGamal, etc.).. (Contains the Python sources for this package). https://www.dlitz.net/software/pycrypto/ Jeffery To @@ Package: python3-crypto Submenu: Python Version: 2.6.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgmp +PACKAGE_python3-crypto:python3 Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang-python Category: Languages Repository: base Title: Python Cryptography Toolkit Maintainer: Jeffery To Source: pycrypto-2.6.1.tar.gz License: Public Domain LicenseFiles: COPYRIGHT Type: ipkg Description: A collection of both secure hash functions (such as MD5 and SHA), and various encryption algorithms (AES, DES, IDEA, RSA, ElGamal, etc.). . (Variant for Python3) https://www.dlitz.net/software/pycrypto/ Jeffery To @@ Package: python3-crypto-src Submenu: Python Version: 2.6.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang-python Category: Languages Repository: base Title: Python Cryptography Toolkit (sources) Maintainer: Jeffery To Source: pycrypto-2.6.1.tar.gz License: Public Domain LicenseFiles: COPYRIGHT Type: ipkg Description: A collection of both secure hash functions (such as MD5 and SHA), and various encryption algorithms (AES, DES, IDEA, RSA, ElGamal, etc.). . (Variant for Python3). (Contains the Python3 sources for this package). https://www.dlitz.net/software/pycrypto/ Jeffery To @@ Source-Makefile: feeds/packages/lang/python/python-cryptodome/Makefile Package: python-cryptodome Submenu: Python Version: 3.8.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgmp +PACKAGE_python-cryptodome:python Conflicts: python-crypto Menu-Depends: Provides: Build-Variant: python Section: lang-python Category: Languages Repository: base Title: A self-contained cryptographic library for Python Maintainer: Richard Yu Source: pycryptodome-3.8.2.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE.rst Type: ipkg Description: PyCryptodome is a self-contained Python package of low-level cryptographic primitives. https://www.pycryptodome.org/ Richard Yu @@ Package: python-cryptodome-src Submenu: Python Version: 3.8.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang-python Category: Languages Repository: base Title: A self-contained cryptographic library for Python (sources) Maintainer: Richard Yu Source: pycryptodome-3.8.2.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE.rst Type: ipkg Description: PyCryptodome is a self-contained Python package of low-level cryptographic primitives.. (Contains the Python sources for this package). https://www.pycryptodome.org/ Richard Yu @@ Package: python3-cryptodome Submenu: Python Version: 3.8.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgmp +PACKAGE_python3-cryptodome:python3 Conflicts: python3-crypto Menu-Depends: Provides: Build-Variant: python3 Section: lang-python Category: Languages Repository: base Title: A self-contained cryptographic library for Python Maintainer: Richard Yu Source: pycryptodome-3.8.2.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE.rst Type: ipkg Description: PyCryptodome is a self-contained Python package of low-level cryptographic primitives. . (Variant for Python3) https://www.pycryptodome.org/ Richard Yu @@ Package: python3-cryptodome-src Submenu: Python Version: 3.8.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang-python Category: Languages Repository: base Title: A self-contained cryptographic library for Python (sources) Maintainer: Richard Yu Source: pycryptodome-3.8.2.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE.rst Type: ipkg Description: PyCryptodome is a self-contained Python package of low-level cryptographic primitives. . (Variant for Python3). (Contains the Python3 sources for this package). https://www.pycryptodome.org/ Richard Yu @@ Source-Makefile: feeds/packages/lang/python/python-cryptodomex/Makefile Package: python-cryptodomex Submenu: Python Version: 3.8.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgmp +PACKAGE_python-cryptodomex:python Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang-python Category: Languages Repository: base Title: A self-contained cryptographic library for Python Maintainer: Richard Yu Source: pycryptodomex-3.8.2.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE.rst Type: ipkg Description: PyCryptodome is a self-contained Python package of low-level cryptographic primitives. https://www.pycryptodome.org/ Richard Yu @@ Package: python-cryptodomex-src Submenu: Python Version: 3.8.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang-python Category: Languages Repository: base Title: A self-contained cryptographic library for Python (sources) Maintainer: Richard Yu Source: pycryptodomex-3.8.2.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE.rst Type: ipkg Description: PyCryptodome is a self-contained Python package of low-level cryptographic primitives.. (Contains the Python sources for this package). https://www.pycryptodome.org/ Richard Yu @@ Package: python3-cryptodomex Submenu: Python Version: 3.8.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgmp +PACKAGE_python3-cryptodomex:python3 Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang-python Category: Languages Repository: base Title: A self-contained cryptographic library for Python Maintainer: Richard Yu Source: pycryptodomex-3.8.2.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE.rst Type: ipkg Description: PyCryptodome is a self-contained Python package of low-level cryptographic primitives. . (Variant for Python3) https://www.pycryptodome.org/ Richard Yu @@ Package: python3-cryptodomex-src Submenu: Python Version: 3.8.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang-python Category: Languages Repository: base Title: A self-contained cryptographic library for Python (sources) Maintainer: Richard Yu Source: pycryptodomex-3.8.2.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE.rst Type: ipkg Description: PyCryptodome is a self-contained Python package of low-level cryptographic primitives. . (Variant for Python3). (Contains the Python3 sources for this package). https://www.pycryptodome.org/ Richard Yu @@ Source-Makefile: feeds/packages/lang/python/python-cryptography/Makefile Build-Depends: libffi/host Package: python-cryptography Submenu: Python Version: 2.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +PACKAGE_python-cryptography:python +PACKAGE_python-cryptography:python-cffi +PACKAGE_python-cryptography:python-enum34 +PACKAGE_python-cryptography:python-ipaddress +PACKAGE_python-cryptography:python-six Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Cryptographic recipes and primitives Maintainer: Jeffery To , Alexandru Ardelean Source: cryptography-2.8.tar.gz License: Apache-2.0 BSD-3-Clause LicenseFiles: LICENSE.APACHE LICENSE.BSD Type: ipkg Description: cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". It supports Python 2.6-2.7, Python 3.3+, and PyPy 2.6+. https://github.com/pyca/cryptography Jeffery To , Alexandru Ardelean @@ Package: python-cryptography-src Submenu: Python Version: 2.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Cryptographic recipes and primitives (sources) Maintainer: Jeffery To , Alexandru Ardelean Source: cryptography-2.8.tar.gz License: Apache-2.0 BSD-3-Clause LicenseFiles: LICENSE.APACHE LICENSE.BSD Type: ipkg Description: cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". It supports Python 2.6-2.7, Python 3.3+, and PyPy 2.6+.. (Contains the Python sources for this package). https://github.com/pyca/cryptography Jeffery To , Alexandru Ardelean @@ Package: python3-cryptography Submenu: Python Version: 2.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +PACKAGE_python3-cryptography:python3 +PACKAGE_python3-cryptography:python3-cffi +PACKAGE_python3-cryptography:python3-six Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Cryptographic recipes and primitives Maintainer: Jeffery To , Alexandru Ardelean Source: cryptography-2.8.tar.gz License: Apache-2.0 BSD-3-Clause LicenseFiles: LICENSE.APACHE LICENSE.BSD Type: ipkg Description: cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". It supports Python 2.6-2.7, Python 3.3+, and PyPy 2.6+. . (Variant for Python3) https://github.com/pyca/cryptography Jeffery To , Alexandru Ardelean @@ Package: python3-cryptography-src Submenu: Python Version: 2.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Cryptographic recipes and primitives (sources) Maintainer: Jeffery To , Alexandru Ardelean Source: cryptography-2.8.tar.gz License: Apache-2.0 BSD-3-Clause LicenseFiles: LICENSE.APACHE LICENSE.BSD Type: ipkg Description: cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". It supports Python 2.6-2.7, Python 3.3+, and PyPy 2.6+. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/pyca/cryptography Jeffery To , Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/python-curl/Makefile Package: python-curl Submenu: Python Version: 7.43.0.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libcurl +PACKAGE_python-curl:python Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Python module interface to the cURL library Maintainer: Waldemar Konik Source: pycurl-7.43.0.3.tar.gz License: LGPL-2.1 LicenseFiles: COPYING-LGPL Type: ipkg Description: PycURL is a Python interface to libcurl, the multiprotocol file transfer library. http://pycurl.io/ Waldemar Konik @@ Package: python-curl-src Submenu: Python Version: 7.43.0.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Python module interface to the cURL library (sources) Maintainer: Waldemar Konik Source: pycurl-7.43.0.3.tar.gz License: LGPL-2.1 LicenseFiles: COPYING-LGPL Type: ipkg Description: PycURL is a Python interface to libcurl, the multiprotocol file transfer library.. (Contains the Python sources for this package). http://pycurl.io/ Waldemar Konik @@ Package: python3-curl Submenu: Python Version: 7.43.0.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libcurl +PACKAGE_python3-curl:python3 Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Python module interface to the cURL library Maintainer: Waldemar Konik Source: pycurl-7.43.0.3.tar.gz License: LGPL-2.1 LicenseFiles: COPYING-LGPL Type: ipkg Description: PycURL is a Python interface to libcurl, the multiprotocol file transfer library. . (Variant for Python3) http://pycurl.io/ Waldemar Konik @@ Package: python3-curl-src Submenu: Python Version: 7.43.0.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Python module interface to the cURL library (sources) Maintainer: Waldemar Konik Source: pycurl-7.43.0.3.tar.gz License: LGPL-2.1 LicenseFiles: COPYING-LGPL Type: ipkg Description: PycURL is a Python interface to libcurl, the multiprotocol file transfer library. . (Variant for Python3). (Contains the Python3 sources for this package). http://pycurl.io/ Waldemar Konik @@ Source-Makefile: feeds/packages/lang/python/python-dateutil/Makefile Package: python-dateutil Submenu: Python Version: 2.8.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-dateutil:python +PACKAGE_python-dateutil:python-six Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Extensions to the standard Python datetime module Maintainer: Alexandru Ardelean Source: python-dateutil-2.8.0.tar.gz License: BSD-2-Clause Type: ipkg Description: Extensions to the standard Python datetime module https://dateutil.readthedocs.org/ Alexandru Ardelean @@ Package: python-dateutil-src Submenu: Python Version: 2.8.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Extensions to the standard Python datetime module (sources) Maintainer: Alexandru Ardelean Source: python-dateutil-2.8.0.tar.gz License: BSD-2-Clause Type: ipkg Description: Extensions to the standard Python datetime module. (Contains the Python sources for this package). https://dateutil.readthedocs.org/ Alexandru Ardelean @@ Package: python3-dateutil Submenu: Python Version: 2.8.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-dateutil:python3 +PACKAGE_python3-dateutil:python3-six Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Extensions to the standard Python datetime module Maintainer: Alexandru Ardelean Source: python-dateutil-2.8.0.tar.gz License: BSD-2-Clause Type: ipkg Description: Extensions to the standard Python datetime module . (Variant for Python3) https://dateutil.readthedocs.org/ Alexandru Ardelean @@ Package: python3-dateutil-src Submenu: Python Version: 2.8.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Extensions to the standard Python datetime module (sources) Maintainer: Alexandru Ardelean Source: python-dateutil-2.8.0.tar.gz License: BSD-2-Clause Type: ipkg Description: Extensions to the standard Python datetime module . (Variant for Python3). (Contains the Python3 sources for this package). https://dateutil.readthedocs.org/ Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/python-decorator/Makefile Package: python3-decorator Submenu: Python Version: 4.3.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-decodator Maintainer: Karel Kočí Source: python-decorator-4.3.2.tar.gz Type: ipkg Description: python3-decodator https://github.com/micheles/decorator Karel Kočí @@ Package: python3-decorator-src Submenu: Python Version: 4.3.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-decodator (sources) Maintainer: Karel Kočí Source: python-decorator-4.3.2.tar.gz Type: ipkg Description: . (Contains the Python3 sources for this package). https://github.com/micheles/decorator Karel Kočí @@ Source-Makefile: feeds/packages/lang/python/python-defusedxml/Makefile Package: python-defusedxml Submenu: Python Version: 0.6.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-defusedxml:python-light +PACKAGE_python-defusedxml:python-codecs +PACKAGE_python-defusedxml:python-xml Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: XML bomb protection for Python Maintainer: Eneas U de Queiroz Source: defusedxml-0.6.0.tar.gz License: Python-2.0 LicenseFiles: LICENSE Type: ipkg Description: The defusedxml package contains several Python-only workarounds and fixes for denial of service and other vulnerabilities in Python’s XML libraries. https://github.com/tiran/defusedxml Eneas U de Queiroz @@ Package: python-defusedxml-src Submenu: Python Version: 0.6.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: XML bomb protection for Python (sources) Maintainer: Eneas U de Queiroz Source: defusedxml-0.6.0.tar.gz License: Python-2.0 LicenseFiles: LICENSE Type: ipkg Description: The defusedxml package contains several Python-only workarounds and fixes for denial of service and other vulnerabilities in Python’s XML libraries.. (Contains the Python sources for this package). https://github.com/tiran/defusedxml Eneas U de Queiroz @@ Package: python3-defusedxml Submenu: Python Version: 0.6.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-defusedxml:python3-light +PACKAGE_python3-defusedxml:python3-xml Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: XML bomb protection for Python Maintainer: Eneas U de Queiroz Source: defusedxml-0.6.0.tar.gz License: Python-2.0 LicenseFiles: LICENSE Type: ipkg Description: The defusedxml package contains several Python-only workarounds and fixes for denial of service and other vulnerabilities in Python’s XML libraries. . (Variant for Python3) https://github.com/tiran/defusedxml Eneas U de Queiroz @@ Package: python3-defusedxml-src Submenu: Python Version: 0.6.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: XML bomb protection for Python (sources) Maintainer: Eneas U de Queiroz Source: defusedxml-0.6.0.tar.gz License: Python-2.0 LicenseFiles: LICENSE Type: ipkg Description: The defusedxml package contains several Python-only workarounds and fixes for denial of service and other vulnerabilities in Python’s XML libraries. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/tiran/defusedxml Eneas U de Queiroz @@ Source-Makefile: feeds/packages/lang/python/python-dns/Makefile Package: python-dns Submenu: Python Version: 1.16.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-dns:python Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: dnspython Maintainer: Josef Schlehofer Source: dnspython-1.16.0.tar.gz License: ISC LicenseFiles: LICENSE Type: ipkg Description: dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0. http://www.dnspython.org/ Josef Schlehofer @@ Package: python-dns-src Submenu: Python Version: 1.16.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: dnspython (sources) Maintainer: Josef Schlehofer Source: dnspython-1.16.0.tar.gz License: ISC LicenseFiles: LICENSE Type: ipkg Description: dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0.. (Contains the Python sources for this package). http://www.dnspython.org/ Josef Schlehofer @@ Package: python3-dns Submenu: Python Version: 1.16.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-dns:python3 Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: dnspython Maintainer: Josef Schlehofer Source: dnspython-1.16.0.tar.gz License: ISC LicenseFiles: LICENSE Type: ipkg Description: dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0. . (Variant for Python3) http://www.dnspython.org/ Josef Schlehofer @@ Package: python3-dns-src Submenu: Python Version: 1.16.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: dnspython (sources) Maintainer: Josef Schlehofer Source: dnspython-1.16.0.tar.gz License: ISC LicenseFiles: LICENSE Type: ipkg Description: dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0. . (Variant for Python3). (Contains the Python3 sources for this package). http://www.dnspython.org/ Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/python-docutils/Makefile Package: python-docutils Submenu: Python Version: 0.14-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-docutils:python Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: docutils Maintainer: Daniel Danzberger Source: docutils-0.14.tar.gz License: MIT Type: ipkg Description: Docutils is a modular system for processing documentation into useful formats, such as HTML, XML, and LaTeX. For input Docutils supports reStructuredText, an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax. http://docutils.sourceforge.net Daniel Danzberger @@ Package: python-docutils-src Submenu: Python Version: 0.14-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: docutils (sources) Maintainer: Daniel Danzberger Source: docutils-0.14.tar.gz License: MIT Type: ipkg Description: Docutils is a modular system for processing documentation into useful formats, such as HTML, XML, and LaTeX. For input Docutils supports reStructuredText, an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax.. (Contains the Python sources for this package). http://docutils.sourceforge.net Daniel Danzberger @@ Package: python3-docutils Submenu: Python Version: 0.14-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-docutils:python3 Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: docutils Maintainer: Daniel Danzberger Source: docutils-0.14.tar.gz License: MIT Type: ipkg Description: Docutils is a modular system for processing documentation into useful formats, such as HTML, XML, and LaTeX. For input Docutils supports reStructuredText, an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax. . (Variant for Python3) http://docutils.sourceforge.net Daniel Danzberger @@ Package: python3-docutils-src Submenu: Python Version: 0.14-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: docutils (sources) Maintainer: Daniel Danzberger Source: docutils-0.14.tar.gz License: MIT Type: ipkg Description: Docutils is a modular system for processing documentation into useful formats, such as HTML, XML, and LaTeX. For input Docutils supports reStructuredText, an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax. . (Variant for Python3). (Contains the Python3 sources for this package). http://docutils.sourceforge.net Daniel Danzberger @@ Source-Makefile: feeds/packages/lang/python/python-dpkt/Makefile Package: python-dpkt Submenu: Python Version: 1.9.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python Conflicts: Menu-Depends: Provides: Section: language-python Category: Languages Repository: base Title: python-dpkt Maintainer: Andrew McConachie Source: dpkt-1.9.2.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: dpkt is a python module for fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols https://pypi.python.org/pypi/dpkt https://github.com/kbandla/dpkt https://dpkt.readthedocs.io/en/latest/ Andrew McConachie @@ Source-Makefile: feeds/packages/lang/python/python-egenix-mx-base/Makefile Build-Depends: python Package: python-egenix-mx-base Submenu: Python Version: 3.2.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_EGLIBC:librt +USE_UCLIBC:librt +python Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Egenix mxBase Maintainer: Dmitry Trefilov Source: egenix-mx-base-3.2.9.tar.gz License: eGenix.com Public License 1.1.0 LicenseFiles: LICENSE COPYRIGHT Type: ipkg Description: The eGenix.com mx Base Distribution for Python is a collection of professional quality software tools which enhance Python's usability in many important areas such as fast text searching, date/time processing and high speed data types. https://www.egenix.com/products/python/mxBase/ Dmitry Trefilov @@ Source-Makefile: feeds/packages/lang/python/python-enum34/Makefile Package: python-enum34 Submenu: Python Version: 1.1.10-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-enum34:python-light Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Backported Python 3.4 enum Maintainer: Jeffery To Source: enum34-1.1.10.tar.gz License: BSD-3-Clause LicenseFiles: enum/LICENSE Type: ipkg Description: enum34 is the new Python stdlib enum module available in Python 3.4 backported for previous versions of Python from 2.4 to 3.3. https://bitbucket.org/stoneleaf/enum34 Jeffery To @@ Package: python-enum34-src Submenu: Python Version: 1.1.10-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Backported Python 3.4 enum (sources) Maintainer: Jeffery To Source: enum34-1.1.10.tar.gz License: BSD-3-Clause LicenseFiles: enum/LICENSE Type: ipkg Description: enum34 is the new Python stdlib enum module available in Python 3.4 backported for previous versions of Python from 2.4 to 3.3.. (Contains the Python sources for this package). https://bitbucket.org/stoneleaf/enum34 Jeffery To @@ Source-Makefile: feeds/packages/lang/python/python-et_xmlfile/Makefile Package: python-et_xmlfile Submenu: Python Version: 1.0.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-et_xmlfile:python-light +PACKAGE_python-et_xmlfile:python-lxml Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Low memory library for creating large XML files. Maintainer: Alexandru Ardelean , Eneas U de Queiroz Source: et_xmlfile-1.0.1.tar.gz License: MIT Type: ipkg Description: An implementation of lxml.xmlfile for the standard library. It is based upon the xmlfile module from lxml with the aim of allowing code to be developed that will work with both libraries. https://bitbucket.org/openpyxl/et_xmlfile Alexandru Ardelean , Eneas U de Queiroz @@ Package: python-et_xmlfile-src Submenu: Python Version: 1.0.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Low memory library for creating large XML files. (sources) Maintainer: Alexandru Ardelean , Eneas U de Queiroz Source: et_xmlfile-1.0.1.tar.gz License: MIT Type: ipkg Description: An implementation of lxml.xmlfile for the standard library. It is based upon the xmlfile module from lxml with the aim of allowing code to be developed that will work with both libraries.. (Contains the Python sources for this package). https://bitbucket.org/openpyxl/et_xmlfile Alexandru Ardelean , Eneas U de Queiroz @@ Package: python3-et_xmlfile Submenu: Python Version: 1.0.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-lxml Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Low memory library for creating large XML files. Maintainer: Alexandru Ardelean , Eneas U de Queiroz Source: et_xmlfile-1.0.1.tar.gz License: MIT Type: ipkg Description: An implementation of lxml.xmlfile for the standard library. It is based upon the xmlfile module from lxml with the aim of allowing code to be developed that will work with both libraries. . (Variant for Python3) https://bitbucket.org/openpyxl/et_xmlfile Alexandru Ardelean , Eneas U de Queiroz @@ Package: python3-et_xmlfile-src Submenu: Python Version: 1.0.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Low memory library for creating large XML files. (sources) Maintainer: Alexandru Ardelean , Eneas U de Queiroz Source: et_xmlfile-1.0.1.tar.gz License: MIT Type: ipkg Description: An implementation of lxml.xmlfile for the standard library. It is based upon the xmlfile module from lxml with the aim of allowing code to be developed that will work with both libraries. . (Variant for Python3). (Contains the Python3 sources for this package). https://bitbucket.org/openpyxl/et_xmlfile Alexandru Ardelean , Eneas U de Queiroz @@ Source-Makefile: feeds/packages/lang/python/python-evdev/Makefile Package: python-evdev Submenu: Python Version: 1.2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-evdev:python-light +PACKAGE_python-evdev:python-ctypes Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: python-evdev Maintainer: Paulo Costa , Alexandru Ardelean Source: evdev-1.2.0.tar.gz License: BSD-3-Clause Type: ipkg Description: Bindings to the Linux input handling subsystem https://github.com/gvalkov/python-evdev Paulo Costa , Alexandru Ardelean @@ Package: python3-evdev Submenu: Python Version: 1.2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-evdev:python3-light +PACKAGE_python3-evdev:python3-ctypes Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-evdev Maintainer: Paulo Costa , Alexandru Ardelean Source: evdev-1.2.0.tar.gz License: BSD-3-Clause Type: ipkg Description: Bindings to the Linux input handling subsystem . (Variant for Python3) https://github.com/gvalkov/python-evdev Paulo Costa , Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/python-futures/Makefile Package: python-futures Submenu: Python Version: 3.2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: futures Maintainer: Daniel Danzberger Source: futures-3.2.0.tar.gz License: MIT Type: ipkg Description: This is a backport of the concurrent.futures standard library module to Python 2. It should not be installed on Python 3, although there should be no harm in doing so, as the standard library takes precedence over third party libraries. https://github.com/agronholm/pythonfutures Daniel Danzberger @@ Package: python-futures-src Submenu: Python Version: 3.2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: futures (sources) Maintainer: Daniel Danzberger Source: futures-3.2.0.tar.gz License: MIT Type: ipkg Description: This is a backport of the concurrent.futures standard library module to Python 2. It should not be installed on Python 3, although there should be no harm in doing so, as the standard library takes precedence over third party libraries.. (Contains the Python sources for this package). https://github.com/agronholm/pythonfutures Daniel Danzberger @@ Source-Makefile: feeds/packages/lang/python/python-gmpy2/Makefile Package: python-gmpy2 Submenu: Python Version: 2.0.8-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgmp +PACKAGE_python-gmpy2:python-light Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: GMP/MPIR, MPFR, and MPC interface Maintainer: Jeffery To Source: gmpy2-2.0.8.zip License: LGPL-3.0-or-later LicenseFiles: COPYING.LESSER Type: ipkg Description: gmpy2 is a C-coded Python extension module that supports multiple-precision arithmetic. gmpy2 is the successor to the original gmpy module. The gmpy module only supported the GMP multiple-precision library. gmpy2 adds support for the MPFR (correctly rounded real floating-point arithmetic) and MPC (correctly rounded complex floating-point arithmetic) libraries. gmpy2 also updates the API and naming conventions to be more consistent and support the additional functionality. https://github.com/aleaxit/gmpy Jeffery To @@ Package: python-gmpy2-src Submenu: Python Version: 2.0.8-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: GMP/MPIR, MPFR, and MPC interface (sources) Maintainer: Jeffery To Source: gmpy2-2.0.8.zip License: LGPL-3.0-or-later LicenseFiles: COPYING.LESSER Type: ipkg Description: gmpy2 is a C-coded Python extension module that supports multiple-precision arithmetic. gmpy2 is the successor to the original gmpy module. The gmpy module only supported the GMP multiple-precision library. gmpy2 adds support for the MPFR (correctly rounded real floating-point arithmetic) and MPC (correctly rounded complex floating-point arithmetic) libraries. gmpy2 also updates the API and naming conventions to be more consistent and support the additional functionality.. (Contains the Python sources for this package). https://github.com/aleaxit/gmpy Jeffery To @@ Package: python3-gmpy2 Submenu: Python Version: 2.0.8-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgmp +PACKAGE_python3-gmpy2:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: GMP/MPIR, MPFR, and MPC interface Maintainer: Jeffery To Source: gmpy2-2.0.8.zip License: LGPL-3.0-or-later LicenseFiles: COPYING.LESSER Type: ipkg Description: gmpy2 is a C-coded Python extension module that supports multiple-precision arithmetic. gmpy2 is the successor to the original gmpy module. The gmpy module only supported the GMP multiple-precision library. gmpy2 adds support for the MPFR (correctly rounded real floating-point arithmetic) and MPC (correctly rounded complex floating-point arithmetic) libraries. gmpy2 also updates the API and naming conventions to be more consistent and support the additional functionality. . (Variant for Python3) https://github.com/aleaxit/gmpy Jeffery To @@ Package: python3-gmpy2-src Submenu: Python Version: 2.0.8-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: GMP/MPIR, MPFR, and MPC interface (sources) Maintainer: Jeffery To Source: gmpy2-2.0.8.zip License: LGPL-3.0-or-later LicenseFiles: COPYING.LESSER Type: ipkg Description: gmpy2 is a C-coded Python extension module that supports multiple-precision arithmetic. gmpy2 is the successor to the original gmpy module. The gmpy module only supported the GMP multiple-precision library. gmpy2 adds support for the MPFR (correctly rounded real floating-point arithmetic) and MPC (correctly rounded complex floating-point arithmetic) libraries. gmpy2 also updates the API and naming conventions to be more consistent and support the additional functionality. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/aleaxit/gmpy Jeffery To @@ Source-Makefile: feeds/packages/lang/python/python-gnupg/Makefile Package: python-gnupg Submenu: Python Version: 0.4.4-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gnupg +PACKAGE_python-gnupg:python-light Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: python-pyodbc Maintainer: Daniel Golle Source: python-gnupg-0.4.4.tar.gz License: GPL-3.0-or-later LicenseFiles: LICENSE Type: ipkg Description: A Python wrapper for GnuPG This module allows easy access to GnuPG.s key management, encryption and signature functionality from Python programs, by interacting with GnuPG through file descriptors. Input arguments are strictly checked and sanitised, and therefore this module should be safe to use in networked applications requiring direct user input. It is intended for use on Windows, MacOS X, BSD, or Linux, with Python 2.6, Python 2.7, Python 3.3, Python 3.4, or PyPy. https://gnupg.readthedocs.io/en/latest/ Daniel Golle @@ Package: python3-gnupg Submenu: Python Version: 0.4.4-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gnupg +PACKAGE_python3-gnupg:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-gnupg Maintainer: Daniel Golle Source: python-gnupg-0.4.4.tar.gz License: GPL-3.0-or-later LicenseFiles: LICENSE Type: ipkg Description: A Python wrapper for GnuPG This module allows easy access to GnuPG.s key management, encryption and signature functionality from Python programs, by interacting with GnuPG through file descriptors. Input arguments are strictly checked and sanitised, and therefore this module should be safe to use in networked applications requiring direct user input. It is intended for use on Windows, MacOS X, BSD, or Linux, with Python 2.6, Python 2.7, Python 3.3, Python 3.4, or PyPy. (Variant for Python3) https://gnupg.readthedocs.io/en/latest/ Daniel Golle @@ Source-Makefile: feeds/packages/lang/python/python-hyperlink/Makefile Package: python-hyperlink Submenu: Python Version: 19.0.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-hyperlink:python-light +PACKAGE_python-hyperlink:python-idna Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Pure-Python immutable URLs Maintainer: Jeffery To Source: hyperlink-19.0.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Hyperlink provides a pure-Python implementation of immutable URLs. Based on RFC 3986 and 3987, the Hyperlink URL makes working with both URIs and IRIs easy. https://github.com/python-hyper/hyperlink Jeffery To @@ Package: python-hyperlink-src Submenu: Python Version: 19.0.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Pure-Python immutable URLs (sources) Maintainer: Jeffery To Source: hyperlink-19.0.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Hyperlink provides a pure-Python implementation of immutable URLs. Based on RFC 3986 and 3987, the Hyperlink URL makes working with both URIs and IRIs easy.. (Contains the Python sources for this package). https://github.com/python-hyper/hyperlink Jeffery To @@ Package: python3-hyperlink Submenu: Python Version: 19.0.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-hyperlink:python3-light +PACKAGE_python3-hyperlink:python3-idna Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Pure-Python immutable URLs Maintainer: Jeffery To Source: hyperlink-19.0.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Hyperlink provides a pure-Python implementation of immutable URLs. Based on RFC 3986 and 3987, the Hyperlink URL makes working with both URIs and IRIs easy. . (Variant for Python3) https://github.com/python-hyper/hyperlink Jeffery To @@ Package: python3-hyperlink-src Submenu: Python Version: 19.0.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Pure-Python immutable URLs (sources) Maintainer: Jeffery To Source: hyperlink-19.0.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Hyperlink provides a pure-Python implementation of immutable URLs. Based on RFC 3986 and 3987, the Hyperlink URL makes working with both URIs and IRIs easy. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/python-hyper/hyperlink Jeffery To @@ Source-Makefile: feeds/packages/lang/python/python-idna/Makefile Package: python-idna Submenu: Python Version: 2.9-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-idna:python-light +PACKAGE_python-idna:python-codecs Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: IDNA library Maintainer: Jeffery To , Alexandru Ardelean Source: idna-2.9.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.rst Type: ipkg Description: A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as "IDNA2008" and can produce different results from the earlier standard from 2003. https://github.com/kjd/idna Jeffery To , Alexandru Ardelean @@ Package: python-idna-src Submenu: Python Version: 2.9-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: IDNA library (sources) Maintainer: Jeffery To , Alexandru Ardelean Source: idna-2.9.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.rst Type: ipkg Description: A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as "IDNA2008" and can produce different results from the earlier standard from 2003.. (Contains the Python sources for this package). https://github.com/kjd/idna Jeffery To , Alexandru Ardelean @@ Package: python3-idna Submenu: Python Version: 2.9-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-idna:python3-light +PACKAGE_python3-idna:python3-codecs Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: IDNA library Maintainer: Jeffery To , Alexandru Ardelean Source: idna-2.9.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.rst Type: ipkg Description: A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as "IDNA2008" and can produce different results from the earlier standard from 2003. . (Variant for Python3) https://github.com/kjd/idna Jeffery To , Alexandru Ardelean @@ Package: python3-idna-src Submenu: Python Version: 2.9-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: IDNA library (sources) Maintainer: Jeffery To , Alexandru Ardelean Source: idna-2.9.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.rst Type: ipkg Description: A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as "IDNA2008" and can produce different results from the earlier standard from 2003. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/kjd/idna Jeffery To , Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/python-ifaddr/Makefile Package: python3-ifaddr Submenu: Python Version: 0.1.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-ctypes Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Enumerate IP addresses on network adapters Maintainer: Josef Schlehofer Source: ifaddr-0.1.7.tar.gz License: MIT LicenseFiles: LICENSE.txt Type: ipkg Description: ifaddr is a small Python library that allows you to find all the IPv4 and IPv6 addresses of the computer. https://github.com/pydron/ifaddr Josef Schlehofer @@ Package: python3-ifaddr-src Submenu: Python Version: 0.1.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Enumerate IP addresses on network adapters (sources) Maintainer: Josef Schlehofer Source: ifaddr-0.1.7.tar.gz License: MIT LicenseFiles: LICENSE.txt Type: ipkg Description: ifaddr is a small Python library that allows you to find all the IPv4 and IPv6 addresses of the computer.. (Contains the Python3 sources for this package). https://github.com/pydron/ifaddr Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/python-importlib-metadata/Makefile Package: python3-importlib-metadata Submenu: Python Version: 1.5.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-zipp Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Read metadata from Python packages Maintainer: Paul Spooren , Jan Pavlinec Source: importlib_metadata-1.5.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: importlib_metadata is a library to access the metadata for a Python package. https://gitlab.com/python-devs/importlib_metadata Paul Spooren , Jan Pavlinec @@ Package: python3-importlib-metadata-src Submenu: Python Version: 1.5.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Read metadata from Python packages (sources) Maintainer: Paul Spooren , Jan Pavlinec Source: importlib_metadata-1.5.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: importlib_metadata is a library to access the metadata for a Python package.. (Contains the Python3 sources for this package). https://gitlab.com/python-devs/importlib_metadata Paul Spooren , Jan Pavlinec @@ Source-Makefile: feeds/packages/lang/python/python-incremental/Makefile Package: python-incremental Submenu: Python Version: 17.5.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-incremental:python-light Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Versions your Python projects Maintainer: Jeffery To Source: incremental-17.5.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Incremental is a small library that versions your Python projects. https://github.com/twisted/incremental Jeffery To @@ Package: python-incremental-src Submenu: Python Version: 17.5.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Versions your Python projects (sources) Maintainer: Jeffery To Source: incremental-17.5.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Incremental is a small library that versions your Python projects.. (Contains the Python sources for this package). https://github.com/twisted/incremental Jeffery To @@ Package: python3-incremental Submenu: Python Version: 17.5.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-incremental:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Versions your Python projects Maintainer: Jeffery To Source: incremental-17.5.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Incremental is a small library that versions your Python projects. . (Variant for Python3) https://github.com/twisted/incremental Jeffery To @@ Package: python3-incremental-src Submenu: Python Version: 17.5.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Versions your Python projects (sources) Maintainer: Jeffery To Source: incremental-17.5.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Incremental is a small library that versions your Python projects. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/twisted/incremental Jeffery To @@ Source-Makefile: feeds/packages/lang/python/python-influxdb/Makefile Package: python3-influxdb Submenu: Python Version: 5.2.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-requests +python3-pytz +python3-six +python3-dateutil Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-influxdb Maintainer: Karel Kočí Source: influxdb-5.2.2.tar.gz License: MIT Type: ipkg Description: Python client for InfluxDB https://github.com/influxdb/influxdb-python Karel Kočí @@ Package: python3-influxdb-src Submenu: Python Version: 5.2.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-influxdb (sources) Maintainer: Karel Kočí Source: influxdb-5.2.2.tar.gz License: MIT Type: ipkg Description: Python client for InfluxDB. (Contains the Python3 sources for this package). https://github.com/influxdb/influxdb-python Karel Kočí @@ Source-Makefile: feeds/packages/lang/python/python-intelhex/Makefile Package: python3-intelhex Submenu: Python Version: 2.2.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-intelhex Maintainer: Karel Kočí Source: intelhex-2.2.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.txt Type: ipkg Description: This work implements an intelhex Python library to read, write, create from scratch and manipulate data from Intel HEX file format. https://github.com/bialix/intelhex Karel Kočí @@ Package: python3-intelhex-src Submenu: Python Version: 2.2.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-intelhex (sources) Maintainer: Karel Kočí Source: intelhex-2.2.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.txt Type: ipkg Description: This work implements an intelhex Python library to read, write, create from scratch and manipulate data from Intel HEX file format.. (Contains the Python3 sources for this package). https://github.com/bialix/intelhex Karel Kočí @@ Source-Makefile: feeds/packages/lang/python/python-ipaddress/Makefile Package: python-ipaddress Submenu: Python Version: 1.0.23-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-ipaddress:python-light Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Python 3.3+'s ipaddress Maintainer: Jeffery To Source: ipaddress-1.0.23.tar.gz License: Python-2.0 Type: ipkg Description: Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2. https://github.com/phihag/ipaddress Jeffery To @@ Package: python-ipaddress-src Submenu: Python Version: 1.0.23-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Python 3.3+'s ipaddress (sources) Maintainer: Jeffery To Source: ipaddress-1.0.23.tar.gz License: Python-2.0 Type: ipkg Description: Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2.. (Contains the Python sources for this package). https://github.com/phihag/ipaddress Jeffery To @@ Source-Makefile: feeds/packages/lang/python/python-jdcal/Makefile Package: python-jdcal Submenu: Python Version: 1.4.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-jdcal:python-light Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Julian dates from proleptic Gregorian and Julian calendars Maintainer: Alexandru Ardelean , Eneas U de Queiroz Source: jdcal-1.4.1.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE.txt Type: ipkg Description: This module contains functions for converting between Julian dates and calendar dates. https://github.com/phn/jdcal Alexandru Ardelean , Eneas U de Queiroz @@ Package: python-jdcal-src Submenu: Python Version: 1.4.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Julian dates from proleptic Gregorian and Julian calendars (sources) Maintainer: Alexandru Ardelean , Eneas U de Queiroz Source: jdcal-1.4.1.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE.txt Type: ipkg Description: This module contains functions for converting between Julian dates and calendar dates.. (Contains the Python sources for this package). https://github.com/phn/jdcal Alexandru Ardelean , Eneas U de Queiroz @@ Package: python3-jdcal Submenu: Python Version: 1.4.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-jdcal:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Julian dates from proleptic Gregorian and Julian calendars Maintainer: Alexandru Ardelean , Eneas U de Queiroz Source: jdcal-1.4.1.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE.txt Type: ipkg Description: This module contains functions for converting between Julian dates and calendar dates. . (Variant for Python3) https://github.com/phn/jdcal Alexandru Ardelean , Eneas U de Queiroz @@ Package: python3-jdcal-src Submenu: Python Version: 1.4.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Julian dates from proleptic Gregorian and Julian calendars (sources) Maintainer: Alexandru Ardelean , Eneas U de Queiroz Source: jdcal-1.4.1.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE.txt Type: ipkg Description: This module contains functions for converting between Julian dates and calendar dates. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/phn/jdcal Alexandru Ardelean , Eneas U de Queiroz @@ Source-Makefile: feeds/packages/lang/python/python-jmespath/Makefile Package: python-jmespath Submenu: Python Version: 0.9.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-jmespath:python Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: jmespath Maintainer: Daniel Danzberger Source: jmespath-0.9.3.tar.gz License: MIT Type: ipkg Description: JMESPath (pronounced “james path”) allows you to declaratively specify how to extract elements from a JSON document. https://github.com/jmespath/jmespath.py Daniel Danzberger @@ Package: python-jmespath-src Submenu: Python Version: 0.9.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: jmespath (sources) Maintainer: Daniel Danzberger Source: jmespath-0.9.3.tar.gz License: MIT Type: ipkg Description: JMESPath (pronounced “james path”) allows you to declaratively specify how to extract elements from a JSON document.. (Contains the Python sources for this package). https://github.com/jmespath/jmespath.py Daniel Danzberger @@ Package: python3-jmespath Submenu: Python Version: 0.9.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-jmespath:python3 Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: jmespath Maintainer: Daniel Danzberger Source: jmespath-0.9.3.tar.gz License: MIT Type: ipkg Description: JMESPath (pronounced “james path”) allows you to declaratively specify how to extract elements from a JSON document. . (Variant for Python3) https://github.com/jmespath/jmespath.py Daniel Danzberger @@ Package: python3-jmespath-src Submenu: Python Version: 0.9.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: jmespath (sources) Maintainer: Daniel Danzberger Source: jmespath-0.9.3.tar.gz License: MIT Type: ipkg Description: JMESPath (pronounced “james path”) allows you to declaratively specify how to extract elements from a JSON document. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/jmespath/jmespath.py Daniel Danzberger @@ Source-Makefile: feeds/packages/lang/python/python-jsonpath-ng/Makefile Package: python3-jsonpath-ng Submenu: Python Version: 1.4.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-ply +python3-six +python3-decorator Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-jsonpath-ng Maintainer: Karel Kočí Source: jsonpath-ng-1.4.3.tar.gz Type: ipkg Description: python3-jsonpath-ng https://github.com/h2non/jsonpath-ng Karel Kočí @@ Package: python3-jsonpath-ng-src Submenu: Python Version: 1.4.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-jsonpath-ng (sources) Maintainer: Karel Kočí Source: jsonpath-ng-1.4.3.tar.gz Type: ipkg Description: . (Contains the Python3 sources for this package). https://github.com/h2non/jsonpath-ng Karel Kočí @@ Source-Makefile: feeds/packages/lang/python/python-ldap/Makefile Package: python-ldap Submenu: Python Version: 3.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenldap +python Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python modules for implementing LDAP clients Maintainer: Dmitry Trefilov Source: python-ldap-3.1.0.tar.gz License: Python-style LicenseFiles: LICENSE Type: ipkg Description: python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose. Additionally the package contains modules for other LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, LDAPv3 extended operations and controls, etc.). https://python-ldap.org/ Dmitry Trefilov @@ Source-Makefile: feeds/packages/lang/python/python-lxml/Makefile Package: python-lxml Submenu: Python Version: 4.4.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libxml2 +libxslt +libexslt +PACKAGE_python-lxml:python-light +PACKAGE_python-lxml:python-codecs Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: python-lxml Maintainer: Alexandru Ardelean Source: lxml-4.4.1.tar.gz License: BSD LicenseFiles: LICENSES.txt Type: ipkg Description: The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt. https://lxml.de Alexandru Ardelean @@ Package: python3-lxml Submenu: Python Version: 4.4.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libxml2 +libxslt +libexslt +PACKAGE_python3-lxml:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-lxml Maintainer: Alexandru Ardelean Source: lxml-4.4.1.tar.gz License: BSD LicenseFiles: LICENSES.txt Type: ipkg Description: The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt. . (Variant for Python3) https://lxml.de Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/python-markdown/Makefile Package: python3-markdown Submenu: Python Version: 3.1.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-setuptools +python3-logging Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Markdown implementation in Python Maintainer: Josef Schlehofer Source: Markdown-3.1.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.md Type: ipkg Description: A fast and complete Python implementation of Markdown. https://python-markdown.github.io/ Josef Schlehofer @@ Package: python3-markdown-src Submenu: Python Version: 3.1.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Markdown implementation in Python (sources) Maintainer: Josef Schlehofer Source: Markdown-3.1.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.md Type: ipkg Description: A fast and complete Python implementation of Markdown.. (Contains the Python3 sources for this package). https://python-markdown.github.io/ Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/python-more-itertools/Makefile Package: python3-more-itertools Submenu: Python Version: 7.2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: More routines for operating on iterables, beyond itertools Maintainer: Jan Pavlinec Source: more-itertools-7.2.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: more-itertools library collects additional building blocks, recipes, and routines for working with Python iterables. https://github.com/erikrose/more-itertools Jan Pavlinec @@ Package: python3-more-itertools-src Submenu: Python Version: 7.2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: More routines for operating on iterables, beyond itertools (sources) Maintainer: Jan Pavlinec Source: more-itertools-7.2.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: more-itertools library collects additional building blocks, recipes, and routines for working with Python iterables.. (Contains the Python3 sources for this package). https://github.com/erikrose/more-itertools Jan Pavlinec @@ Source-Makefile: feeds/packages/lang/python/python-multidict/Makefile Package: python3-multidict Submenu: Python Version: 4.5.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-attrs Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: multidict implementation Maintainer: Josef Schlehofer Source: multidict-4.5.2.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Multidict is dict-like collection of key-value pairs where key might be occurred more than once in the container. https://github.com/aio-libs/multidict Josef Schlehofer @@ Package: python3-multidict-src Submenu: Python Version: 4.5.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: multidict implementation (sources) Maintainer: Josef Schlehofer Source: multidict-4.5.2.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Multidict is dict-like collection of key-value pairs where key might be occurred more than once in the container.. (Contains the Python3 sources for this package). https://github.com/aio-libs/multidict Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/python-mysql/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: python-mysql Submenu: Python Version: 1.3.14-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-mysql:python +libmysqlclient Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: MySQL database adapter for Python Maintainer: Alexandru Ardelean Source: mysqlclient-1.3.14.tar.gz License: GPL-2.0 Type: ipkg Description: MySQLdb is an thread-compatible interface to the popular MySQL database server that provides the Python database API. https://pypi.python.org/project/mysqlclient Alexandru Ardelean @@ Package: python3-mysql Submenu: Python Version: 1.3.14-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-mysql:python3 +libmysqlclient Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: MySQL database adapter for Python3 Maintainer: Alexandru Ardelean Source: mysqlclient-1.3.14.tar.gz License: GPL-2.0 Type: ipkg Description: MySQLdb is an thread-compatible interface to the popular MySQL database server that provides the Python database API. . (Variant for Python3) https://pypi.python.org/project/mysqlclient Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/python-netdisco/Makefile Package: python3-netdisco Submenu: Python Version: 2.6.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-requests +python3-zeroconf Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Discover devices on your local network Maintainer: Josef Schlehofer Source: netdisco-2.6.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.md Type: ipkg Description: NetDisco is a Python 3 library to discover local devices and services. It allows to scan on demand or offer a service that will scan the network in the background in a set interval. https://github.com/home-assistant/netdisco Josef Schlehofer @@ Package: python3-netdisco-src Submenu: Python Version: 2.6.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Discover devices on your local network (sources) Maintainer: Josef Schlehofer Source: netdisco-2.6.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.md Type: ipkg Description: NetDisco is a Python 3 library to discover local devices and services. It allows to scan on demand or offer a service that will scan the network in the background in a set interval.. (Contains the Python3 sources for this package). https://github.com/home-assistant/netdisco Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/python-oauthlib/Makefile Package: python-oauthlib Submenu: Python Version: 3.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-oauthlib:python-light Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: OAuth request-signing logic for Python Maintainer: Eneas U de Queiroz Source: oauthlib-3.1.0.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: A generic, spec-compliant, thorough implementation of the OAuth request-signing logic for Python https://github.com/oauthlib/oauthlib Eneas U de Queiroz @@ Package: python-oauthlib-src Submenu: Python Version: 3.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: OAuth request-signing logic for Python (sources) Maintainer: Eneas U de Queiroz Source: oauthlib-3.1.0.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: A generic, spec-compliant, thorough implementation of the OAuth request-signing logic for Python. (Contains the Python sources for this package). https://github.com/oauthlib/oauthlib Eneas U de Queiroz @@ Package: python3-oauthlib Submenu: Python Version: 3.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-oauthlib:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: OAuth request-signing logic for Python Maintainer: Eneas U de Queiroz Source: oauthlib-3.1.0.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: A generic, spec-compliant, thorough implementation of the OAuth request-signing logic for Python . (Variant for Python3) https://github.com/oauthlib/oauthlib Eneas U de Queiroz @@ Package: python3-oauthlib-src Submenu: Python Version: 3.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: OAuth request-signing logic for Python (sources) Maintainer: Eneas U de Queiroz Source: oauthlib-3.1.0.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: A generic, spec-compliant, thorough implementation of the OAuth request-signing logic for Python . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/oauthlib/oauthlib Eneas U de Queiroz @@ Source-Makefile: feeds/packages/lang/python/python-packages/Makefile Build-Depends: python python/host Package: python-packages Submenu: Python Version: 1.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @DEVEL +python Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: A dummy package for packaging python modules with pip Maintainer: Yousong Zhou Source: Type: ipkg Description: A dummy package for packaging python modules with pip Yousong Zhou @@ Config: if PACKAGE_python-packages config PACKAGE_python-packages-list-host string "List of python packages to install on host" config PACKAGE_python-packages-list string "List of python packages to install on target" config PACKAGE_python-packages-list-cleanup string "List of python packages to cleanup to avoid clash with existing packages" config PACKAGE_python-packages-envs string "Extra environment variables to pass on to pip and its children on target build" config PACKAGE_python-packages-extra-deps string "List of deps fulfilled but not tracked by the build system" config PACKAGE_python-packages-index-url string "Index URL passed to pip with --index-url" config PACKAGE_python-packages-pip-opts string "Additional arguments to pip command line" endif @@ Source-Makefile: feeds/packages/lang/python/python-paho-mqtt/Makefile Package: python3-paho-mqtt Submenu: Python Version: 1.5.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: MQTT version 5.0/3.1.1 client class Maintainer: Josef Schlehofer , Alexandru Ardelean Source: paho-mqtt-1.5.1.tar.gz License: EPL-1.0 Eclipse Distribution License v1.0 LicenseFiles: epl-v10 edl-v10 Type: ipkg Description: MQTT version 3.1/3.1.1/5.0 client class http://eclipse.org/paho Josef Schlehofer , Alexandru Ardelean @@ Package: python3-paho-mqtt-src Submenu: Python Version: 1.5.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: MQTT version 5.0/3.1.1 client class (sources) Maintainer: Josef Schlehofer , Alexandru Ardelean Source: paho-mqtt-1.5.1.tar.gz License: EPL-1.0 Eclipse Distribution License v1.0 LicenseFiles: epl-v10 edl-v10 Type: ipkg Description: MQTT version 3.1/3.1.1/5.0 client class. (Contains the Python3 sources for this package). http://eclipse.org/paho Josef Schlehofer , Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/python-parsley/Makefile Package: python-parsley Submenu: Python Version: 1.3-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-parsley:python-light Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Parsing and pattern matching Maintainer: Jeffery To Source: Parsley-1.3.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Parsing and pattern matching made easy. http://launchpad.net/parsley Jeffery To @@ Package: python-parsley-src Submenu: Python Version: 1.3-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Parsing and pattern matching (sources) Maintainer: Jeffery To Source: Parsley-1.3.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Parsing and pattern matching made easy.. (Contains the Python sources for this package). http://launchpad.net/parsley Jeffery To @@ Package: python3-parsley Submenu: Python Version: 1.3-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-parsley:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Parsing and pattern matching Maintainer: Jeffery To Source: Parsley-1.3.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Parsing and pattern matching made easy. . (Variant for Python3) http://launchpad.net/parsley Jeffery To @@ Package: python3-parsley-src Submenu: Python Version: 1.3-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Parsing and pattern matching (sources) Maintainer: Jeffery To Source: Parsley-1.3.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Parsing and pattern matching made easy. . (Variant for Python3). (Contains the Python3 sources for this package). http://launchpad.net/parsley Jeffery To @@ Source-Makefile: feeds/packages/lang/python/python-pcapy/Makefile Package: python-pcapy Submenu: Python Version: 0.11.4-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python +libpcap +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp Conflicts: Menu-Depends: Provides: Section: language-python Category: Languages Repository: base Title: python-pcapy Maintainer: Andrew McConachie Source: pcapy-0.11.4.tar.gz License: Apache-1.1 Type: ipkg Description: Pcapy is a Python extension module that interfaces with the libpcap packet capture library. Pcapy enables python scripts to capture packets on the network. Pcapy is highly effective when used in conjunction with a packet-handling package such as Impacket, which is a collection of Python classes for constructing and dissecting network packets. https://www.coresecurity.com/corelabs-research/open-source-tools/pcapy Andrew McConachie @@ Source-Makefile: feeds/packages/lang/python/python-pip-conf/Makefile Package: python-pip-conf Submenu: Python Version: 0.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Configuration file for pip/pip3 Maintainer: Alexandru Ardelean Source: Type: ipkg Description: Configuration file for pip/pip3 https://pip.pypa.io Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/python-ply/Makefile Package: python-ply Submenu: Python Version: 3.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-ply:python-light Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: lex and yacc for Python Maintainer: Jeffery To Source: ply-3.11.tar.gz License: BSD-3-Clause LicenseFiles: README.md Type: ipkg Description: PLY is a 100% Python implementation of the common parsing tools lex and yacc. http://www.dabeaz.com/ply/ Jeffery To @@ Package: python-ply-src Submenu: Python Version: 3.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: lex and yacc for Python (sources) Maintainer: Jeffery To Source: ply-3.11.tar.gz License: BSD-3-Clause LicenseFiles: README.md Type: ipkg Description: PLY is a 100% Python implementation of the common parsing tools lex and yacc.. (Contains the Python sources for this package). http://www.dabeaz.com/ply/ Jeffery To @@ Package: python3-ply Submenu: Python Version: 3.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-ply:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: lex and yacc for Python Maintainer: Jeffery To Source: ply-3.11.tar.gz License: BSD-3-Clause LicenseFiles: README.md Type: ipkg Description: PLY is a 100% Python implementation of the common parsing tools lex and yacc. . (Variant for Python3) http://www.dabeaz.com/ply/ Jeffery To @@ Package: python3-ply-src Submenu: Python Version: 3.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: lex and yacc for Python (sources) Maintainer: Jeffery To Source: ply-3.11.tar.gz License: BSD-3-Clause LicenseFiles: README.md Type: ipkg Description: PLY is a 100% Python implementation of the common parsing tools lex and yacc. . (Variant for Python3). (Contains the Python3 sources for this package). http://www.dabeaz.com/ply/ Jeffery To @@ Source-Makefile: feeds/packages/lang/python/python-psycopg2/Makefile Build-Depends: python/host Package: python-psycopg2 Submenu: Python Version: 2.7.6.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python +libpq +python-egenix-mx-base Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: PostgreSQL database adapter for Python Maintainer: Dmitry Trefilov Source: psycopg2-2.7.6.1.tar.gz License: LGPL-3.0-or-later LicenseFiles: LICENSE Type: ipkg Description: Psycopg is the most popular PostgreSQL adapter for the Python programming language http://initd.org/psycopg/ Dmitry Trefilov @@ Source-Makefile: feeds/packages/lang/python/python-pyasn1/Makefile Package: python-pyasn1 Submenu: Python Version: 0.4.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-pyasn1:python-light Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: ASN.1 library for Python Maintainer: Jeffery To , Alexandru Ardelean Source: pyasn1-0.4.8.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE.txt Type: ipkg Description: This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. https://github.com/etingof/pyasn1 Jeffery To , Alexandru Ardelean @@ Package: python-pyasn1-src Submenu: Python Version: 0.4.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: ASN.1 library for Python (sources) Maintainer: Jeffery To , Alexandru Ardelean Source: pyasn1-0.4.8.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE.txt Type: ipkg Description: This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification.. (Contains the Python sources for this package). https://github.com/etingof/pyasn1 Jeffery To , Alexandru Ardelean @@ Package: python3-pyasn1 Submenu: Python Version: 0.4.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-pyasn1:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: ASN.1 library for Python Maintainer: Jeffery To , Alexandru Ardelean Source: pyasn1-0.4.8.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE.txt Type: ipkg Description: This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. . (Variant for Python3) https://github.com/etingof/pyasn1 Jeffery To , Alexandru Ardelean @@ Package: python3-pyasn1-src Submenu: Python Version: 0.4.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: ASN.1 library for Python (sources) Maintainer: Jeffery To , Alexandru Ardelean Source: pyasn1-0.4.8.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE.txt Type: ipkg Description: This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/etingof/pyasn1 Jeffery To , Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/python-pyasn1-modules/Makefile Package: python-pyasn1-modules Submenu: Python Version: 0.2.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-pyasn1-modules:python-light +PACKAGE_python-pyasn1-modules:python-pyasn1 Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Collection of ASN.1 modules Maintainer: Jeffery To , Alexandru Ardelean Source: pyasn1-modules-0.2.8.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE.txt Type: ipkg Description: This is a small but growing collection of ASN.1 data structures expressed in Python terms using pyasn1 data model. https://github.com/etingof/pyasn1-modules Jeffery To , Alexandru Ardelean @@ Package: python-pyasn1-modules-src Submenu: Python Version: 0.2.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Collection of ASN.1 modules (sources) Maintainer: Jeffery To , Alexandru Ardelean Source: pyasn1-modules-0.2.8.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE.txt Type: ipkg Description: This is a small but growing collection of ASN.1 data structures expressed in Python terms using pyasn1 data model.. (Contains the Python sources for this package). https://github.com/etingof/pyasn1-modules Jeffery To , Alexandru Ardelean @@ Package: python3-pyasn1-modules Submenu: Python Version: 0.2.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-pyasn1-modules:python3-light +PACKAGE_python3-pyasn1-modules:python3-pyasn1 Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Collection of ASN.1 modules Maintainer: Jeffery To , Alexandru Ardelean Source: pyasn1-modules-0.2.8.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE.txt Type: ipkg Description: This is a small but growing collection of ASN.1 data structures expressed in Python terms using pyasn1 data model. . (Variant for Python3). https://github.com/etingof/pyasn1-modules Jeffery To , Alexandru Ardelean @@ Package: python3-pyasn1-modules-src Submenu: Python Version: 0.2.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Collection of ASN.1 modules (sources) Maintainer: Jeffery To , Alexandru Ardelean Source: pyasn1-modules-0.2.8.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE.txt Type: ipkg Description: This is a small but growing collection of ASN.1 data structures expressed in Python terms using pyasn1 data model. . (Variant for Python3).. (Contains the Python3 sources for this package). https://github.com/etingof/pyasn1-modules Jeffery To , Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/python-pycparser/Makefile Package: python-pycparser Submenu: Python Version: 2.20-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-pycparser:python-light +PACKAGE_python-pycparser:python-ply Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: C parser in Python Maintainer: Jeffery To Source: pycparser-2.20.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code. https://github.com/eliben/pycparser Jeffery To @@ Package: python-pycparser-src Submenu: Python Version: 2.20-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: C parser in Python (sources) Maintainer: Jeffery To Source: pycparser-2.20.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code.. (Contains the Python sources for this package). https://github.com/eliben/pycparser Jeffery To @@ Package: python3-pycparser Submenu: Python Version: 2.20-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-pycparser:python3-light +PACKAGE_python3-pycparser:python3-ply Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: C parser in Python Maintainer: Jeffery To Source: pycparser-2.20.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code. . (Variant for Python3) https://github.com/eliben/pycparser Jeffery To @@ Package: python3-pycparser-src Submenu: Python Version: 2.20-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: C parser in Python (sources) Maintainer: Jeffery To Source: pycparser-2.20.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/eliben/pycparser Jeffery To @@ Source-Makefile: feeds/packages/lang/python/python-pyopenssl/Makefile Package: python-pyopenssl Submenu: Python Version: 19.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-pyopenssl:python-light +PACKAGE_python-pyopenssl:python-cryptography +PACKAGE_python-pyopenssl:python-six Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: OpenSSL wrapper Maintainer: Jeffery To , Alexandru Ardelean Source: pyOpenSSL-19.1.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Python wrapper module around the OpenSSL library https://pyopenssl.org/ Jeffery To , Alexandru Ardelean @@ Package: python-pyopenssl-src Submenu: Python Version: 19.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: OpenSSL wrapper (sources) Maintainer: Jeffery To , Alexandru Ardelean Source: pyOpenSSL-19.1.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Python wrapper module around the OpenSSL library. (Contains the Python sources for this package). https://pyopenssl.org/ Jeffery To , Alexandru Ardelean @@ Package: python3-pyopenssl Submenu: Python Version: 19.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-pyopenssl:python3-light +PACKAGE_python3-pyopenssl:python3-cryptography +PACKAGE_python3-pyopenssl:python3-six Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: OpenSSL wrapper Maintainer: Jeffery To , Alexandru Ardelean Source: pyOpenSSL-19.1.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Python wrapper module around the OpenSSL library . (Variant for Python3). https://pyopenssl.org/ Jeffery To , Alexandru Ardelean @@ Package: python3-pyopenssl-src Submenu: Python Version: 19.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: OpenSSL wrapper (sources) Maintainer: Jeffery To , Alexandru Ardelean Source: pyOpenSSL-19.1.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Python wrapper module around the OpenSSL library . (Variant for Python3).. (Contains the Python3 sources for this package). https://pyopenssl.org/ Jeffery To , Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/python-pyotp/Makefile Package: python3-pyotp Submenu: Python Version: 2.2.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Python One-Time Password Library Maintainer: Josef Schlehofer Source: pyotp-2.2.7.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: PyOTP is a Python library for generating and verifying one-time passwords. It can be used to implement two-factor (2FA) or multi-factor (MFA) authentication methods in web applications and in other systems that require users to log in. https://github.com/pyauth/pyotp Josef Schlehofer @@ Package: python3-pyotp-src Submenu: Python Version: 2.2.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Python One-Time Password Library (sources) Maintainer: Josef Schlehofer Source: pyotp-2.2.7.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: PyOTP is a Python library for generating and verifying one-time passwords. It can be used to implement two-factor (2FA) or multi-factor (MFA) authentication methods in web applications and in other systems that require users to log in.. (Contains the Python3 sources for this package). https://github.com/pyauth/pyotp Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/python-pyptlib/Makefile Package: python-pyptlib Submenu: Python Version: 0.0.6-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-pyptlib:python-light Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Pluggable Transports for Tor Maintainer: Jeffery To Source: pyptlib-0.0.6.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: A python implementation of the Pluggable Transports for Circumvention specification for Tor https://pypi.org/project/pyptlib/ Jeffery To @@ Package: python-pyptlib-src Submenu: Python Version: 0.0.6-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Pluggable Transports for Tor (sources) Maintainer: Jeffery To Source: pyptlib-0.0.6.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: A python implementation of the Pluggable Transports for Circumvention specification for Tor. (Contains the Python sources for this package). https://pypi.org/project/pyptlib/ Jeffery To @@ Source-Makefile: feeds/packages/lang/python/python-pyrsistent/Makefile Package: python3-pyrsistent Submenu: Python Version: 0.15.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-six Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Persistent/Functional/Immutable data structures Maintainer: Josef Schlehofer Source: pyrsistent-0.15.3.tar.gz License: MIT LicenseFiles: LICENSE.mit Type: ipkg Description: Pyrsistent is a number of persistent collections (by some referred to as functional data structures). Persistent in the sense that they are immutable. https://github.com/tobgu/pyrsistent Josef Schlehofer @@ Package: python3-pyrsistent-src Submenu: Python Version: 0.15.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Persistent/Functional/Immutable data structures (sources) Maintainer: Josef Schlehofer Source: pyrsistent-0.15.3.tar.gz License: MIT LicenseFiles: LICENSE.mit Type: ipkg Description: Pyrsistent is a number of persistent collections (by some referred to as functional data structures). Persistent in the sense that they are immutable.. (Contains the Python3 sources for this package). https://github.com/tobgu/pyrsistent Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/python-pyserial/Makefile Package: python-pyserial Submenu: Python Version: 3.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-pyserial:python-light Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang-python Category: Languages Repository: base Title: python-pyserial Maintainer: Micke Prag Source: pyserial-3.4.tar.gz License: BSD Type: ipkg Description: This module encapsulates the access for the serial port. It provides backends for Python running on Windows, OSX, Linux, BSD (possibly any POSIX compliant system) and IronPython. The module named "serial" automatically selects the appropriate backend. https://github.com/pyserial/pyserial Micke Prag @@ Package: python-pyserial-src Submenu: Python Version: 3.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang-python Category: Languages Repository: base Title: python-pyserial (sources) Maintainer: Micke Prag Source: pyserial-3.4.tar.gz License: BSD Type: ipkg Description: This module encapsulates the access for the serial port. It provides backends for Python running on Windows, OSX, Linux, BSD (possibly any POSIX compliant system) and IronPython. The module named "serial" automatically selects the appropriate backend.. (Contains the Python sources for this package). https://github.com/pyserial/pyserial Micke Prag @@ Package: python3-pyserial Submenu: Python Version: 3.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-pyserial:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang-python Category: Languages Repository: base Title: python3-pyserial Maintainer: Micke Prag Source: pyserial-3.4.tar.gz License: BSD Type: ipkg Description: This module encapsulates the access for the serial port. It provides backends for Python running on Windows, OSX, Linux, BSD (possibly any POSIX compliant system) and IronPython. The module named "serial" automatically selects the appropriate backend. . (Variant for Python3) https://github.com/pyserial/pyserial Micke Prag @@ Package: python3-pyserial-src Submenu: Python Version: 3.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang-python Category: Languages Repository: base Title: python3-pyserial (sources) Maintainer: Micke Prag Source: pyserial-3.4.tar.gz License: BSD Type: ipkg Description: This module encapsulates the access for the serial port. It provides backends for Python running on Windows, OSX, Linux, BSD (possibly any POSIX compliant system) and IronPython. The module named "serial" automatically selects the appropriate backend. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/pyserial/pyserial Micke Prag @@ Source-Makefile: feeds/packages/lang/python/python-pytz/Makefile Build-Depends/host: python/host Build-Types: host Package: python-pytz Submenu: Python Version: 2019.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-pytz:python-light Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: World timezone definitions, modern and historical Maintainer: Alexandru Ardelean Source: pytz-2019.3.tar.gz License: MIT LicenseFiles: LICENSE.txt Type: ipkg Description: World timezone definitions, modern and historical https://pythonhosted.org/pytz/ Alexandru Ardelean @@ Package: python-pytz-src Submenu: Python Version: 2019.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: World timezone definitions, modern and historical (sources) Maintainer: Alexandru Ardelean Source: pytz-2019.3.tar.gz License: MIT LicenseFiles: LICENSE.txt Type: ipkg Description: World timezone definitions, modern and historical. (Contains the Python sources for this package). https://pythonhosted.org/pytz/ Alexandru Ardelean @@ Package: python3-pytz Submenu: Python Version: 2019.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-pytz:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: World timezone definitions, modern and historical for Python3 Maintainer: Alexandru Ardelean Source: pytz-2019.3.tar.gz License: MIT LicenseFiles: LICENSE.txt Type: ipkg Description: World timezone definitions, modern and historical . (Variant for Python3) https://pythonhosted.org/pytz/ Alexandru Ardelean @@ Package: python3-pytz-src Submenu: Python Version: 2019.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: World timezone definitions, modern and historical for Python3 (sources) Maintainer: Alexandru Ardelean Source: pytz-2019.3.tar.gz License: MIT LicenseFiles: LICENSE.txt Type: ipkg Description: World timezone definitions, modern and historical . (Variant for Python3). (Contains the Python3 sources for this package). https://pythonhosted.org/pytz/ Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/python-qrcode/Makefile Package: python-qrcode Submenu: Python Version: 6.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-qrcode:python +PACKAGE_python-qrcode:python-setuptools +PACKAGE_python-qrcode:python-six +PACKAGE_python-qrcode:python-pillow Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: QR Code image generator Maintainer: Eneas U de Queiroz Source: qrcode-6.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: Pure python QR Code generator https://github.com/lincolnloop/python-qrcode Eneas U de Queiroz @@ Package: python-qrcode-src Submenu: Python Version: 6.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: QR Code image generator (sources) Maintainer: Eneas U de Queiroz Source: qrcode-6.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: Pure python QR Code generator. (Contains the Python sources for this package). https://github.com/lincolnloop/python-qrcode Eneas U de Queiroz @@ Package: python3-qrcode Submenu: Python Version: 6.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-qrcode:python3 +PACKAGE_python3-qrcode:python3-setuptools +PACKAGE_python3-qrcode:python3-six +PACKAGE_python3-qrcode:python3-pillow Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: QR Code image generator Maintainer: Eneas U de Queiroz Source: qrcode-6.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: Pure python QR Code generator . (Variant for Python3) https://github.com/lincolnloop/python-qrcode Eneas U de Queiroz @@ Package: python3-qrcode-src Submenu: Python Version: 6.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: QR Code image generator (sources) Maintainer: Eneas U de Queiroz Source: qrcode-6.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: Pure python QR Code generator . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/lincolnloop/python-qrcode Eneas U de Queiroz @@ Source-Makefile: feeds/packages/lang/python/python-rcssmin/Makefile Package: python-rcssmin Submenu: Python Version: 1.0.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-rcssmin:python-light +PACKAGE_python-rcssmin:python-codecs Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Fast CSS minifier for Python Maintainer: Alexandru Ardelean , Eneas U de Queiroz Source: rcssmin-1.0.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: This module is a re-implementation aiming for speed instead of maximum compression, so it can be used at runtime (rather than during a preprocessing step). RCSSmin does syntactical compression only (removing spaces, comments and possibly semicolons). It does not provide semantic compression (like removing empty blocks, collapsing redundant properties etc). http://opensource.perlig.de/rcssmin/ Alexandru Ardelean , Eneas U de Queiroz @@ Package: python-rcssmin-src Submenu: Python Version: 1.0.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Fast CSS minifier for Python (sources) Maintainer: Alexandru Ardelean , Eneas U de Queiroz Source: rcssmin-1.0.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: This module is a re-implementation aiming for speed instead of maximum compression, so it can be used at runtime (rather than during a preprocessing step). RCSSmin does syntactical compression only (removing spaces, comments and possibly semicolons). It does not provide semantic compression (like removing empty blocks, collapsing redundant properties etc).. (Contains the Python sources for this package). http://opensource.perlig.de/rcssmin/ Alexandru Ardelean , Eneas U de Queiroz @@ Package: python3-rcssmin Submenu: Python Version: 1.0.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-rcssmin:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Fast CSS minifier for Python Maintainer: Alexandru Ardelean , Eneas U de Queiroz Source: rcssmin-1.0.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: This module is a re-implementation aiming for speed instead of maximum compression, so it can be used at runtime (rather than during a preprocessing step). RCSSmin does syntactical compression only (removing spaces, comments and possibly semicolons). It does not provide semantic compression (like removing empty blocks, collapsing redundant properties etc). . (Variant for Python3) http://opensource.perlig.de/rcssmin/ Alexandru Ardelean , Eneas U de Queiroz @@ Package: python3-rcssmin-src Submenu: Python Version: 1.0.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Fast CSS minifier for Python (sources) Maintainer: Alexandru Ardelean , Eneas U de Queiroz Source: rcssmin-1.0.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: This module is a re-implementation aiming for speed instead of maximum compression, so it can be used at runtime (rather than during a preprocessing step). RCSSmin does syntactical compression only (removing spaces, comments and possibly semicolons). It does not provide semantic compression (like removing empty blocks, collapsing redundant properties etc). . (Variant for Python3). (Contains the Python3 sources for this package). http://opensource.perlig.de/rcssmin/ Alexandru Ardelean , Eneas U de Queiroz @@ Source-Makefile: feeds/packages/lang/python/python-requests/Makefile Package: python-requests Submenu: Python Version: 2.23.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-requests:python +PACKAGE_python-requests:python-chardet +PACKAGE_python-requests:python-idna +PACKAGE_python-requests:python-urllib3 +PACKAGE_python-requests:python-certifi Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: HTTP library for Python Maintainer: Josef Schlehofer , Alexandru Ardelean Source: requests-2.23.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Requests is the only Non-GMO HTTP library for Python, safe for human consumption https://2.python-requests.org/ Josef Schlehofer , Alexandru Ardelean @@ Package: python-requests-src Submenu: Python Version: 2.23.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: HTTP library for Python (sources) Maintainer: Josef Schlehofer , Alexandru Ardelean Source: requests-2.23.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Requests is the only Non-GMO HTTP library for Python, safe for human consumption. (Contains the Python sources for this package). https://2.python-requests.org/ Josef Schlehofer , Alexandru Ardelean @@ Package: python3-requests Submenu: Python Version: 2.23.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-requests:python3-light +PACKAGE_python3-requests:python3-chardet +PACKAGE_python3-requests:python3-idna +PACKAGE_python3-requests:python3-urllib3 +PACKAGE_python3-requests:python3-certifi Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: HTTP library for Python Maintainer: Josef Schlehofer , Alexandru Ardelean Source: requests-2.23.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Requests is the only Non-GMO HTTP library for Python, safe for human consumption . (Variant for Python3) https://2.python-requests.org/ Josef Schlehofer , Alexandru Ardelean @@ Package: python3-requests-src Submenu: Python Version: 2.23.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: HTTP library for Python (sources) Maintainer: Josef Schlehofer , Alexandru Ardelean Source: requests-2.23.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Requests is the only Non-GMO HTTP library for Python, safe for human consumption . (Variant for Python3). (Contains the Python3 sources for this package). https://2.python-requests.org/ Josef Schlehofer , Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/python-requests-oauthlib/Makefile Package: python-requests-oauthlib Submenu: Python Version: 1.2.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-requests-oauthlib:python +PACKAGE_python-requests-oauthlib:python-oauthlib +PACKAGE_python-requests-oauthlib:python-requests Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: OAuthlib auth for Requests Maintainer: Eneas U de Queiroz Source: requests-oauthlib-1.2.0.tar.gz License: ISC LicenseFiles: LICENSE Type: ipkg Description: This python package provides first-class OAuth library support for Requests. https://github.com/requests/requests-oauthlib Eneas U de Queiroz @@ Package: python-requests-oauthlib-src Submenu: Python Version: 1.2.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: OAuthlib auth for Requests (sources) Maintainer: Eneas U de Queiroz Source: requests-oauthlib-1.2.0.tar.gz License: ISC LicenseFiles: LICENSE Type: ipkg Description: This python package provides first-class OAuth library support for Requests.. (Contains the Python sources for this package). https://github.com/requests/requests-oauthlib Eneas U de Queiroz @@ Package: python3-requests-oauthlib Submenu: Python Version: 1.2.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-requests-oauthlib:python3 +PACKAGE_python3-requests-oauthlib:python3-oauthlib +PACKAGE_python3-requests-oauthlib:python3-requests Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: OAuthlib auth for Requests Maintainer: Eneas U de Queiroz Source: requests-oauthlib-1.2.0.tar.gz License: ISC LicenseFiles: LICENSE Type: ipkg Description: This python package provides first-class OAuth library support for Requests. . (Variant for Python3) https://github.com/requests/requests-oauthlib Eneas U de Queiroz @@ Package: python3-requests-oauthlib-src Submenu: Python Version: 1.2.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: OAuthlib auth for Requests (sources) Maintainer: Eneas U de Queiroz Source: requests-oauthlib-1.2.0.tar.gz License: ISC LicenseFiles: LICENSE Type: ipkg Description: This python package provides first-class OAuth library support for Requests. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/requests/requests-oauthlib Eneas U de Queiroz @@ Source-Makefile: feeds/packages/lang/python/python-rsa/Makefile Package: python-rsa Submenu: Python Version: 4.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-rsa:python +PACKAGE_python-rsa:python-pyasn1 Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: rsa Maintainer: Daniel Danzberger Source: rsa-4.5.tar.gz License: MIT Type: ipkg Description: Is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5. It can be used as a Python library as well as on the commandline. https://stuvel.eu/rsa Daniel Danzberger @@ Package: python-rsa-src Submenu: Python Version: 4.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: rsa (sources) Maintainer: Daniel Danzberger Source: rsa-4.5.tar.gz License: MIT Type: ipkg Description: Is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5. It can be used as a Python library as well as on the commandline. . (Contains the Python sources for this package). https://stuvel.eu/rsa Daniel Danzberger @@ Package: python3-rsa Submenu: Python Version: 4.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-rsa:python3 +PACKAGE_python3-rsa:python3-pyasn1 Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: rsa Maintainer: Daniel Danzberger Source: rsa-4.5.tar.gz License: MIT Type: ipkg Description: Is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5. It can be used as a Python library as well as on the commandline. . (Variant for Python3) https://stuvel.eu/rsa Daniel Danzberger @@ Package: python3-rsa-src Submenu: Python Version: 4.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: rsa (sources) Maintainer: Daniel Danzberger Source: rsa-4.5.tar.gz License: MIT Type: ipkg Description: Is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5. It can be used as a Python library as well as on the commandline. . (Variant for Python3). (Contains the Python3 sources for this package). https://stuvel.eu/rsa Daniel Danzberger @@ Source-Makefile: feeds/packages/lang/python/python-s3transfer/Makefile Package: python-s3transfer Submenu: Python Version: 0.2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-s3transfer:python +PACKAGE_python-s3transfer:python-botocore +PACKAGE_python-s3transfer:python-futures Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: s3transfer Maintainer: Daniel Danzberger Source: s3transfer-0.2.0.tar.gz License: MIT Type: ipkg Description: S3transfer is a Python library for managing Amazon S3 transfers. https://github.com/boto/s3transfer Daniel Danzberger @@ Package: python-s3transfer-src Submenu: Python Version: 0.2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: s3transfer (sources) Maintainer: Daniel Danzberger Source: s3transfer-0.2.0.tar.gz License: MIT Type: ipkg Description: S3transfer is a Python library for managing Amazon S3 transfers.. (Contains the Python sources for this package). https://github.com/boto/s3transfer Daniel Danzberger @@ Package: python3-s3transfer Submenu: Python Version: 0.2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-s3transfer:python3 +PACKAGE_python3-s3transfer:python3-botocore Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: s3transfer Maintainer: Daniel Danzberger Source: s3transfer-0.2.0.tar.gz License: MIT Type: ipkg Description: S3transfer is a Python library for managing Amazon S3 transfers. . (Variant for Python3) https://github.com/boto/s3transfer Daniel Danzberger @@ Package: python3-s3transfer-src Submenu: Python Version: 0.2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: s3transfer (sources) Maintainer: Daniel Danzberger Source: s3transfer-0.2.0.tar.gz License: MIT Type: ipkg Description: S3transfer is a Python library for managing Amazon S3 transfers. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/boto/s3transfer Daniel Danzberger @@ Source-Makefile: feeds/packages/lang/python/python-schema/Makefile Package: python3-schema Submenu: Python Version: 0.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-contextlib2 Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-schema Maintainer: Karel Kočí Source: python-schema-0.7.1.tar.gz Type: ipkg Description: Schema validation just got Pythonic https://github.com/keleshev/schema Karel Kočí @@ Package: python3-schema-src Submenu: Python Version: 0.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: python3-schema (sources) Maintainer: Karel Kočí Source: python-schema-0.7.1.tar.gz Type: ipkg Description: Schema validation just got Pythonic. (Contains the Python3 sources for this package). https://github.com/keleshev/schema Karel Kočí @@ Source-Makefile: feeds/packages/lang/python/python-sentry-sdk/Makefile Package: python3-sentry-sdk Submenu: Python Version: 0.12.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-certifi +python3-light +python3-logging +python3-urllib3 Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Python Client for Sentry Maintainer: Josef Schlehofer Source: sentry-sdk-0.12.3.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE Type: ipkg Description: Python Sentry-Python is an SDK for Sentry. https://github.com/getsentry/sentry-python Josef Schlehofer @@ Package: python3-sentry-sdk-src Submenu: Python Version: 0.12.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Python Client for Sentry (sources) Maintainer: Josef Schlehofer Source: sentry-sdk-0.12.3.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE Type: ipkg Description: Python Sentry-Python is an SDK for Sentry.. (Contains the Python3 sources for this package). https://github.com/getsentry/sentry-python Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/python-service-identity/Makefile Package: python-service-identity Submenu: Python Version: 18.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-service-identity:python-light +PACKAGE_python-service-identity:python-attrs +PACKAGE_python-service-identity:python-cryptography +PACKAGE_python-service-identity:python-ipaddress +PACKAGE_python-service-identity:python-pyasn1 +PACKAGE_python-service-identity:python-pyasn1-modules Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Service identity verification Maintainer: Jeffery To Source: service_identity-18.1.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes. https://service-identity.readthedocs.io/ Jeffery To @@ Package: python-service-identity-src Submenu: Python Version: 18.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Service identity verification (sources) Maintainer: Jeffery To Source: service_identity-18.1.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes.. (Contains the Python sources for this package). https://service-identity.readthedocs.io/ Jeffery To @@ Package: python3-service-identity Submenu: Python Version: 18.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-service-identity:python3-light +PACKAGE_python3-service-identity:python3-attrs +PACKAGE_python3-service-identity:python3-cryptography +PACKAGE_python3-service-identity:python3-pyasn1 +PACKAGE_python3-service-identity:python3-pyasn1-modules Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Service identity verification Maintainer: Jeffery To Source: service_identity-18.1.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes. . (Variant for Python3) https://service-identity.readthedocs.io/ Jeffery To @@ Package: python3-service-identity-src Submenu: Python Version: 18.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Service identity verification (sources) Maintainer: Jeffery To Source: service_identity-18.1.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes. . (Variant for Python3). (Contains the Python3 sources for this package). https://service-identity.readthedocs.io/ Jeffery To @@ Source-Makefile: feeds/packages/lang/python/python-simplejson/Makefile Package: python-simplejson Submenu: Python Version: 3.16.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-simplejson:python-light +PACKAGE_python-simplejson:python-decimal Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Simple, fast, extensible JSON encoder/decoder for Python 2 Maintainer: Alexandru Ardelean Source: simplejson-3.16.0.tar.gz License: MIT Type: ipkg Description: Simple, fast, extensible JSON encoder/decoder for Python https://simplejson.readthedocs.org/ Alexandru Ardelean @@ Package: python-simplejson-src Submenu: Python Version: 3.16.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Simple, fast, extensible JSON encoder/decoder for Python 2 (sources) Maintainer: Alexandru Ardelean Source: simplejson-3.16.0.tar.gz License: MIT Type: ipkg Description: Simple, fast, extensible JSON encoder/decoder for Python. (Contains the Python sources for this package). https://simplejson.readthedocs.org/ Alexandru Ardelean @@ Package: python3-simplejson Submenu: Python Version: 3.16.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-simplejson:python3-light +PACKAGE_python3-simplejson:python3-decimal Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Simple, fast, extensible JSON encoder/decoder for Python3 Maintainer: Alexandru Ardelean Source: simplejson-3.16.0.tar.gz License: MIT Type: ipkg Description: Simple, fast, extensible JSON encoder/decoder for Python . (Variant for Python3) https://simplejson.readthedocs.org/ Alexandru Ardelean @@ Package: python3-simplejson-src Submenu: Python Version: 3.16.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Simple, fast, extensible JSON encoder/decoder for Python3 (sources) Maintainer: Alexandru Ardelean Source: simplejson-3.16.0.tar.gz License: MIT Type: ipkg Description: Simple, fast, extensible JSON encoder/decoder for Python . (Variant for Python3). (Contains the Python3 sources for this package). https://simplejson.readthedocs.org/ Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/python-six/Makefile Build-Depends/host: python3/host Build-Types: host Package: python-six Submenu: Python Version: 1.13.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-six:python-light Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Python 2 and 3 compatibility library Maintainer: Jeffery To , Alexandru Ardelean Source: six-1.13.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: 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. https://github.com/benjaminp/six Jeffery To , Alexandru Ardelean @@ Package: python-six-src Submenu: Python Version: 1.13.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Python 2 and 3 compatibility library (sources) Maintainer: Jeffery To , Alexandru Ardelean Source: six-1.13.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: 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.. (Contains the Python sources for this package). https://github.com/benjaminp/six Jeffery To , Alexandru Ardelean @@ Package: python3-six Submenu: Python Version: 1.13.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-six:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Python 2 and 3 compatibility library Maintainer: Jeffery To , Alexandru Ardelean Source: six-1.13.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: 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. . (Variant for Python3) https://github.com/benjaminp/six Jeffery To , Alexandru Ardelean @@ Package: python3-six-src Submenu: Python Version: 1.13.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Python 2 and 3 compatibility library (sources) Maintainer: Jeffery To , Alexandru Ardelean Source: six-1.13.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: 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. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/benjaminp/six Jeffery To , Alexandru Ardelean @@ Source-Makefile: feeds/packages/lang/python/python-slugify/Makefile Package: python3-slugify Submenu: Python Version: 3.0.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-codecs +python3-setuptools +python3-text-unidecode Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Slugify application that handles Unicode Maintainer: Josef Schlehofer Source: python-slugify-3.0.3.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: A Python slugify application that handles unicode. https://github.com/un33k/python-slugify Josef Schlehofer @@ Package: python3-slugify-src Submenu: Python Version: 3.0.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Slugify application that handles Unicode (sources) Maintainer: Josef Schlehofer Source: python-slugify-3.0.3.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: A Python slugify application that handles unicode.. (Contains the Python3 sources for this package). https://github.com/un33k/python-slugify Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/python-sqlalchemy/Makefile Package: python3-sqlalchemy Submenu: Python Version: 1.3.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-urllib +python3-decimal +python3-logging Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Database Abstraction Library Maintainer: Josef Schlehofer Source: SQLAlchemy-1.3.7.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. https://www.sqlalchemy.org Josef Schlehofer @@ Package: python3-sqlalchemy-src Submenu: Python Version: 1.3.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Database Abstraction Library (sources) Maintainer: Josef Schlehofer Source: SQLAlchemy-1.3.7.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.. (Contains the Python3 sources for this package). https://www.sqlalchemy.org Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/python-twisted/Makefile Build-Depends: libtirpc Package: python-twisted Submenu: Python Version: 19.10.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-twisted:python-light +PACKAGE_python-twisted:python-attrs +PACKAGE_python-twisted:python-automat +PACKAGE_python-twisted:python-constantly +PACKAGE_python-twisted:python-incremental +PACKAGE_python-twisted:python-hyperlink +PACKAGE_python-twisted:python-setuptools +PACKAGE_python-twisted:python-zope-interface Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Asynchronous networking framework Maintainer: Jeffery To Source: Twisted-19.10.0.tar.bz2 License: MIT LicenseFiles: LICENSE Type: ipkg Description: Twisted is a networking engine written in Python, supporting numerous protocols. It contains a web server, numerous chat clients, chat servers, mail servers, and more. https://twistedmatrix.com/ Jeffery To @@ Package: python-twisted-src Submenu: Python Version: 19.10.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Asynchronous networking framework (sources) Maintainer: Jeffery To Source: Twisted-19.10.0.tar.bz2 License: MIT LicenseFiles: LICENSE Type: ipkg Description: Twisted is a networking engine written in Python, supporting numerous protocols. It contains a web server, numerous chat clients, chat servers, mail servers, and more.. (Contains the Python sources for this package). https://twistedmatrix.com/ Jeffery To @@ Package: python3-twisted Submenu: Python Version: 19.10.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-twisted:python3-light +PACKAGE_python3-twisted:python3-attrs +PACKAGE_python3-twisted:python3-automat +PACKAGE_python3-twisted:python3-constantly +PACKAGE_python3-twisted:python3-incremental +PACKAGE_python3-twisted:python3-hyperlink +PACKAGE_python3-twisted:python3-setuptools +PACKAGE_python3-twisted:python3-zope-interface Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Asynchronous networking framework Maintainer: Jeffery To Source: Twisted-19.10.0.tar.bz2 License: MIT LicenseFiles: LICENSE Type: ipkg Description: Twisted is a networking engine written in Python, supporting numerous protocols. It contains a web server, numerous chat clients, chat servers, mail servers, and more. . (Variant for Python3) https://twistedmatrix.com/ Jeffery To @@ Package: python3-twisted-src Submenu: Python Version: 19.10.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Asynchronous networking framework (sources) Maintainer: Jeffery To Source: Twisted-19.10.0.tar.bz2 License: MIT LicenseFiles: LICENSE Type: ipkg Description: Twisted is a networking engine written in Python, supporting numerous protocols. It contains a web server, numerous chat clients, chat servers, mail servers, and more. . (Variant for Python3). (Contains the Python3 sources for this package). https://twistedmatrix.com/ Jeffery To @@ Source-Makefile: feeds/packages/lang/python/python-txsocksx/Makefile Package: python-txsocksx Submenu: Python Version: 1.15.0.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-txsocksx:python-light +PACKAGE_python-txsocksx:python-parsley +PACKAGE_python-txsocksx:python-twisted Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: SOCKS client endpoints for Twisted Maintainer: Jeffery To Source: txsocksx-1.15.0.2.tar.gz License: ISC LicenseFiles: COPYING Type: ipkg Description: txsocksx is SOCKS4/4a and SOCKS5 client endpoints for Twisted 10.1 or greater. https://github.com/habnabit/txsocksx Jeffery To @@ Package: python-txsocksx-src Submenu: Python Version: 1.15.0.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: SOCKS client endpoints for Twisted (sources) Maintainer: Jeffery To Source: txsocksx-1.15.0.2.tar.gz License: ISC LicenseFiles: COPYING Type: ipkg Description: txsocksx is SOCKS4/4a and SOCKS5 client endpoints for Twisted 10.1 or greater.. (Contains the Python sources for this package). https://github.com/habnabit/txsocksx Jeffery To @@ Source-Makefile: feeds/packages/lang/python/python-urllib3/Makefile Package: python-urllib3 Submenu: Python Version: 1.25.10-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-urllib3:python Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Sanity-friendly HTTP client Maintainer: Josef Schlehofer Source: urllib3-1.25.10.tar.gz License: MIT LicenseFiles: LICENSE.txt Type: ipkg Description: HTTP library with thread-safe connection pooling, file post, and more. https://urllib3.readthedocs.io/ Josef Schlehofer @@ Package: python-urllib3-src Submenu: Python Version: 1.25.10-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Sanity-friendly HTTP client (sources) Maintainer: Josef Schlehofer Source: urllib3-1.25.10.tar.gz License: MIT LicenseFiles: LICENSE.txt Type: ipkg Description: HTTP library with thread-safe connection pooling, file post, and more.. (Contains the Python sources for this package). https://urllib3.readthedocs.io/ Josef Schlehofer @@ Package: python3-urllib3 Submenu: Python Version: 1.25.10-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-urllib3:python3 Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Sanity-friendly HTTP client Maintainer: Josef Schlehofer Source: urllib3-1.25.10.tar.gz License: MIT LicenseFiles: LICENSE.txt Type: ipkg Description: HTTP library with thread-safe connection pooling, file post, and more. . (Variant for Python3) https://urllib3.readthedocs.io/ Josef Schlehofer @@ Package: python3-urllib3-src Submenu: Python Version: 1.25.10-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Sanity-friendly HTTP client (sources) Maintainer: Josef Schlehofer Source: urllib3-1.25.10.tar.gz License: MIT LicenseFiles: LICENSE.txt Type: ipkg Description: HTTP library with thread-safe connection pooling, file post, and more. . (Variant for Python3). (Contains the Python3 sources for this package). https://urllib3.readthedocs.io/ Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/python-voluptuous/Makefile Package: python-voluptuous Submenu: Python Version: 0.11.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-voluptuous:python-light Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Data validation library Maintainer: Josef Schlehofer Source: voluptuous-0.11.7.tar.gz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: It is primarily intended for validating data coming into Python as JSON, YAML, etc. https://github.com/alecthomas/voluptuous Josef Schlehofer @@ Package: python-voluptuous-src Submenu: Python Version: 0.11.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Data validation library (sources) Maintainer: Josef Schlehofer Source: voluptuous-0.11.7.tar.gz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: It is primarily intended for validating data coming into Python as JSON, YAML, etc.. (Contains the Python sources for this package). https://github.com/alecthomas/voluptuous Josef Schlehofer @@ Package: python3-voluptuous Submenu: Python Version: 0.11.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-voluptuous:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Data validation library Maintainer: Josef Schlehofer Source: voluptuous-0.11.7.tar.gz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: It is primarily intended for validating data coming into Python as JSON, YAML, etc. . (Variant for Python3) https://github.com/alecthomas/voluptuous Josef Schlehofer @@ Package: python3-voluptuous-src Submenu: Python Version: 0.11.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Data validation library (sources) Maintainer: Josef Schlehofer Source: voluptuous-0.11.7.tar.gz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: It is primarily intended for validating data coming into Python as JSON, YAML, etc. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/alecthomas/voluptuous Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/python-voluptuous-serialize/Makefile Package: python3-voluptuous-serialize Submenu: Python Version: 2.2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-voluptuous Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Python Voluptuous Serialize Maintainer: Josef Schlehofer Source: voluptuous-serialize-2.2.0.tar.gz License: Apache-2.0 LicenseFiles: COPYING Type: ipkg Description: Convert Voluptuous schemas to dictionaries so they can be serialized. https://github.com/balloob/voluptuous-serialize Josef Schlehofer @@ Package: python3-voluptuous-serialize-src Submenu: Python Version: 2.2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Python Voluptuous Serialize (sources) Maintainer: Josef Schlehofer Source: voluptuous-serialize-2.2.0.tar.gz License: Apache-2.0 LicenseFiles: COPYING Type: ipkg Description: Convert Voluptuous schemas to dictionaries so they can be serialized.. (Contains the Python3 sources for this package). https://github.com/balloob/voluptuous-serialize Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/python-yaml/Makefile Package: python-yaml Submenu: Python Version: 5.1.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libyaml +PACKAGE_python-yaml:python-light +PACKAGE_python-yaml:python-codecs Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: YAML parser and emitter for Python Maintainer: Josef Schlehofer Source: PyYAML-5.1.2.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: PyYAML is a YAML parser and emitter for the Python programming language. https://github.com/yaml/pyyaml Josef Schlehofer @@ Package: python-yaml-src Submenu: Python Version: 5.1.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: YAML parser and emitter for Python (sources) Maintainer: Josef Schlehofer Source: PyYAML-5.1.2.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: PyYAML is a YAML parser and emitter for the Python programming language.. (Contains the Python sources for this package). https://github.com/yaml/pyyaml Josef Schlehofer @@ Package: python3-yaml Submenu: Python Version: 5.1.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libyaml +PACKAGE_python3-yaml:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: YAML parser and emitter for Python Maintainer: Josef Schlehofer Source: PyYAML-5.1.2.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: PyYAML is a YAML parser and emitter for the Python programming language. . (Variant for Python3) https://github.com/yaml/pyyaml Josef Schlehofer @@ Package: python3-yaml-src Submenu: Python Version: 5.1.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: YAML parser and emitter for Python (sources) Maintainer: Josef Schlehofer Source: PyYAML-5.1.2.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: PyYAML is a YAML parser and emitter for the Python programming language. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/yaml/pyyaml Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/python-yarl/Makefile Package: python3-yarl Submenu: Python Version: 1.3.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-multidict +python3-urllib +python3-idna Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Yet another URL library Maintainer: Josef Schlehofer Source: yarl-1.3.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Yet another URL library https://github.com/aio-libs/yarl Josef Schlehofer @@ Package: python3-yarl-src Submenu: Python Version: 1.3.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Yet another URL library (sources) Maintainer: Josef Schlehofer Source: yarl-1.3.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Yet another URL library. (Contains the Python3 sources for this package). https://github.com/aio-libs/yarl Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/python-zeroconf/Makefile Package: python3-zeroconf Submenu: Python Version: 0.28.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-logging +python3-ifaddr Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Multicast DNS Service Discovery Library Maintainer: Josef Schlehofer Source: zeroconf-0.28.0.tar.gz License: Apache-2.0 LicenseFiles: COPYING Type: ipkg Description: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) https://github.com/jstasiak/python-zeroconf Josef Schlehofer @@ Package: python3-zeroconf-src Submenu: Python Version: 0.28.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Multicast DNS Service Discovery Library (sources) Maintainer: Josef Schlehofer Source: zeroconf-0.28.0.tar.gz License: Apache-2.0 LicenseFiles: COPYING Type: ipkg Description: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible). (Contains the Python3 sources for this package). https://github.com/jstasiak/python-zeroconf Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/python-zipp/Makefile Package: python3-zipp Submenu: Python Version: 0.6.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-more-itertools Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Zipfile object wrapper Maintainer: Paul Spooren , Jan Pavlinec Source: zipp-0.6.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Backport of pathlib-compatible object wrapper for zip files https://github.com/jaraco/zipp Paul Spooren , Jan Pavlinec @@ Package: python3-zipp-src Submenu: Python Version: 0.6.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Zipfile object wrapper (sources) Maintainer: Paul Spooren , Jan Pavlinec Source: zipp-0.6.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Backport of pathlib-compatible object wrapper for zip files. (Contains the Python3 sources for this package). https://github.com/jaraco/zipp Paul Spooren , Jan Pavlinec @@ Source-Makefile: feeds/packages/lang/python/python-zope-interface/Makefile Package: python-zope-interface Submenu: Python Version: 4.7.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-zope-interface:python-light Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Interfaces for Python Maintainer: Jeffery To Source: zope.interface-4.7.2.tar.gz License: ZPL-2.1 LicenseFiles: LICENSE.txt Type: ipkg Description: This package provides an implementation of "object interfaces" for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as implementation of the Design By Contract methodology support in Python. https://github.com/zopefoundation/zope.interface Jeffery To @@ Package: python-zope-interface-src Submenu: Python Version: 4.7.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Interfaces for Python (sources) Maintainer: Jeffery To Source: zope.interface-4.7.2.tar.gz License: ZPL-2.1 LicenseFiles: LICENSE.txt Type: ipkg Description: This package provides an implementation of "object interfaces" for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as implementation of the Design By Contract methodology support in Python.. (Contains the Python sources for this package). https://github.com/zopefoundation/zope.interface Jeffery To @@ Package: python3-zope-interface Submenu: Python Version: 4.7.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-zope-interface:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Interfaces for Python Maintainer: Jeffery To Source: zope.interface-4.7.2.tar.gz License: ZPL-2.1 LicenseFiles: LICENSE.txt Type: ipkg Description: This package provides an implementation of "object interfaces" for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as implementation of the Design By Contract methodology support in Python. . (Variant for Python3) https://github.com/zopefoundation/zope.interface Jeffery To @@ Package: python3-zope-interface-src Submenu: Python Version: 4.7.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Interfaces for Python (sources) Maintainer: Jeffery To Source: zope.interface-4.7.2.tar.gz License: ZPL-2.1 LicenseFiles: LICENSE.txt Type: ipkg Description: This package provides an implementation of "object interfaces" for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as implementation of the Design By Contract methodology support in Python. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/zopefoundation/zope.interface Jeffery To @@ Source-Makefile: feeds/packages/lang/python/python3/Makefile Build-Depends: python3/host Build-Depends/host: bzip2/host expat/host libffi/host Build-Types: host Package: python3-unittest Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 unittest module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 3.7 unittest module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-unittest-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 unittest module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-lib2to3 Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 lib2to3 module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 3.7 lib2to3 module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-lib2to3-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 lib2to3 module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-ncurses Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +libncurses Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 ncurses module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 3.7 ncurses module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-ncurses-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 ncurses module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-ctypes Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 ctypes module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 3.7 ctypes module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-ctypes-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 ctypes module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-pydoc Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 pydoc module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 3.7 pydoc module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-pydoc-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 pydoc module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-logging Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 logging module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 3.7 logging module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-logging-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 logging module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-multiprocessing Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 multiprocessing Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 3.7 multiprocessing https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-multiprocessing-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 multiprocessing (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-codecs Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 codecs + unicode support Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 3.7 codecs + unicode support https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-codecs-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 codecs + unicode support (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-pip Submenu: Python Version: 20.1.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3 +python3-setuptools +python-pip-conf Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 pip module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: MIT LicenseFiles: LICENSE.txt Type: ipkg Description: Python 3.7 pip module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-pip-src Submenu: Python Version: 20.1.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 pip module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: MIT LicenseFiles: LICENSE.txt Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-pkg-resources Submenu: Python Version: 47.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 pkg_resources module (part of setuptools) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Python 3.7 pkg_resources module (part of setuptools) https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-pkg-resources-src Submenu: Python Version: 47.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 pkg_resources module (part of setuptools) (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: MIT LicenseFiles: LICENSE Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-dev Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3 +python3-lib2to3 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 development files Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 3.7 development files https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-dev-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 development files (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-gdbm Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +libgdbm Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 gdbm module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 3.7 gdbm module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-gdbm-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 gdbm module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-sqlite3 Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +libsqlite3 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 sqlite3 module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 3.7 sqlite3 module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-sqlite3-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 sqlite3 module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-xml Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 xml libs Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 3.7 xml libs https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-xml-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 xml libs (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-distutils Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 distutils module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 3.7 distutils module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-distutils-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 distutils module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-email Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 email module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 3.7 email module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-email-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 email module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-openssl Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +libopenssl +ca-certs Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 SSL module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 3.7 SSL module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-openssl-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 SSL module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-urllib Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-email Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 URL library module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 3.7 URL library module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-urllib-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 URL library module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-setuptools Submenu: Python Version: 47.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3 +python3-pkg-resources Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 setuptools module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Python 3.7 setuptools module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-setuptools-src Submenu: Python Version: 47.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 setuptools module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: MIT LicenseFiles: LICENSE Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-cgi Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-email Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 cgi module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 3.7 cgi module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-cgi-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 cgi module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-cgitb Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-cgi +python3-pydoc Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 cgitb module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 3.7 cgitb module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-cgitb-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 cgitb module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-dbm Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +libdb47 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 dbm module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 3.7 dbm module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-dbm-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 dbm module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-asyncio Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 asyncio module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 3.7 asyncio module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-asyncio-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 asyncio module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-lzma Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +liblzma Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 lzma module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 3.7 lzma module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-lzma-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 lzma module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-decimal Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 decimal module Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: Python 3.7 decimal module https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-decimal-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 decimal module (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-base Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +zlib Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 interpreter Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: This package contains only the interpreter and the bare minimum for the interpreter to start. https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-light Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-base +libffi +libbz2 +PYTHON3_BLUETOOTH_SUPPORT:bluez-libs +libuuid Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 light installation Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: This package is essentially the python3-base package plus a few of the rarely used (and big) libraries stripped out into separate packages. https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Config: source "feeds/packages/lang/python/python3/Config-python3-light.in" @@ Package: python3 Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-unittest +python3-ncurses +python3-ctypes +python3-pydoc +python3-logging +python3-multiprocessing +python3-codecs +python3-gdbm +python3-sqlite3 +python3-xml +python3-distutils +python3-email +python3-openssl +python3-urllib +python3-cgi +python3-cgitb +python3-dbm +python3-asyncio +python3-lzma +python3-decimal Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 programming language Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: This package contains the (almost) full Python install. It's python3-light + all other packages. https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-base-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 interpreter (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: This package contains only the interpreter and the bare minimum for the interpreter to start.. (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Package: python3-light-src Submenu: Python Version: 3.7.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Python 3.7 light installation (sources) Maintainer: Alexandru Ardelean , Jeffery To Source: Python-3.7.11.tar.xz License: Python/2.0 LicenseFiles: LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING Type: ipkg Description: This package is essentially the python3-base package plus a few of the rarely used (and big) libraries stripped out into separate packages.. (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To @@ Source-Makefile: feeds/packages/lang/python/python3-bottle/Makefile Package: python3-bottle Submenu: Python Version: 0.12.17-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3 Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Fast and simple WSGI-framework for small web-applications Maintainer: Josef Schlehofer Source: bottle-0.12.17.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library. https://bottlepy.org Josef Schlehofer @@ Package: python3-bottle-src Submenu: Python Version: 0.12.17-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Fast and simple WSGI-framework for small web-applications (sources) Maintainer: Josef Schlehofer Source: bottle-0.12.17.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library.. (Contains the Python3 sources for this package). https://bottlepy.org Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/python3-flask-login/Makefile Package: python3-flask-login Submenu: Python Version: 0.4.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-flask Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: User session management plugin for Flask Maintainer: Jan Pavlinec Source: Flask-Login-0.4.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Flask-Login provides user session management for Flask. It handles the common tasks of logging in, logging out, and remembering your users’ sessions over extended periods of time. https://github.com/maxcountryman/flask-login Jan Pavlinec @@ Package: python3-flask-login-src Submenu: Python Version: 0.4.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: User session management plugin for Flask (sources) Maintainer: Jan Pavlinec Source: Flask-Login-0.4.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Flask-Login provides user session management for Flask. It handles the common tasks of logging in, logging out, and remembering your users’ sessions over extended periods of time.. (Contains the Python3 sources for this package). https://github.com/maxcountryman/flask-login Jan Pavlinec @@ Source-Makefile: feeds/packages/lang/python/python3-maxminddb/Makefile Package: python3-maxminddb Submenu: Python Version: 1.4.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +libmaxminddb Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Reader for the MaxMind DB format Maintainer: Jan Pavlinec Source: maxminddb-1.4.1.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Module for reading MaxMind DB files https://dev.maxmind.com/ Jan Pavlinec @@ Package: python3-maxminddb-src Submenu: Python Version: 1.4.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Reader for the MaxMind DB format (sources) Maintainer: Jan Pavlinec Source: maxminddb-1.4.1.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Module for reading MaxMind DB files. (Contains the Python3 sources for this package). https://dev.maxmind.com/ Jan Pavlinec @@ Source-Makefile: feeds/packages/lang/python/python3-netifaces/Makefile Package: python3-netifaces Submenu: Python Version: 0.10.9-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Portable network interface information Maintainer: Josef Schlehofer Source: netifaces-0.10.9.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Portable network interface information. https://github.com/al45tair/netifaces Josef Schlehofer @@ Package: python3-netifaces-src Submenu: Python Version: 0.10.9-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Portable network interface information (sources) Maintainer: Josef Schlehofer Source: netifaces-0.10.9.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Portable network interface information.. (Contains the Python3 sources for this package). https://github.com/al45tair/netifaces Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/python3-packages/Makefile Build-Depends: python3 python3/host Package: python3-packages Submenu: Python Version: 1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @DEVEL +python3 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: A dummy package for packaging python3 modules with pip Maintainer: Yousong Zhou Source: Type: ipkg Description: A dummy package for packaging python3 modules with pip Yousong Zhou @@ Config: if PACKAGE_python3-packages config PACKAGE_python3-packages-list-host string "List of python3 packages to install on host" config PACKAGE_python3-packages-list string "List of python3 packages to install on target" config PACKAGE_python3-packages-list-cleanup string "List of python3 packages to cleanup to avoid clash with existing packages" config PACKAGE_python3-packages-envs string "Extra environment variables to pass on to pip and its children on target build" config PACKAGE_python3-packages-extra-deps string "List of deps fulfilled but not tracked by the build system" config PACKAGE_python3-packages-index-url string "Index URL passed to pip with --index-url" config PACKAGE_python3-packages-pip-opts string "Additional arguments to pip command line" endif @@ Source-Makefile: feeds/packages/lang/python/python3-pyroute2/Makefile Package: python3-pyroute2 Submenu: Python Version: 0.5.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-distutils +python3-logging +python3-multiprocessing +python3-sqlite3 +python3-ctypes Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Python netlink library Maintainer: Martin Matějek Source: pyroute2-0.5.6.tar.gz License: GPL-2.0-or-later Apache-2.0 LicenseFiles: LICENSE.GPL.v2 LICENSE.Apache.v2 Type: ipkg Description: Pyroute2 is a pure Python netlink library. The library was started as an RTNL protocol implementation, but now it supports many netlink protocols. https://github.com/svinota/pyroute2 Martin Matějek @@ Package: python3-pyroute2-src Submenu: Python Version: 0.5.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Python netlink library (sources) Maintainer: Martin Matějek Source: pyroute2-0.5.6.tar.gz License: GPL-2.0-or-later Apache-2.0 LicenseFiles: LICENSE.GPL.v2 LICENSE.Apache.v2 Type: ipkg Description: Pyroute2 is a pure Python netlink library. The library was started as an RTNL protocol implementation, but now it supports many netlink protocols.. (Contains the Python3 sources for this package). https://github.com/svinota/pyroute2 Martin Matějek @@ Source-Makefile: feeds/packages/lang/python/python3-unidecode/Makefile Package: python3-unidecode Submenu: Python Version: 1.0.23-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: ASCII transliterations of Unicode text Maintainer: Josef Schlehofer Source: Unidecode-1.0.23.tar.gz License: GPL-2.0-or-later LicenseFiles: LICENSE Type: ipkg Description: ASCII transliterations of Unicode text https://github.com/avian2/unidecode Josef Schlehofer @@ Package: python3-unidecode-src Submenu: Python Version: 1.0.23-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: ASCII transliterations of Unicode text (sources) Maintainer: Josef Schlehofer Source: Unidecode-1.0.23.tar.gz License: GPL-2.0-or-later LicenseFiles: LICENSE Type: ipkg Description: . (Contains the Python3 sources for this package). https://github.com/avian2/unidecode Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/ruamel-yaml/Makefile Package: python-ruamel-yaml Submenu: Python Version: 0.15.100-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-ruamel-yaml:python-light Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: YAML 1.2 loader/dumper package for Python Maintainer: Josef Schlehofer Source: ruamel.yaml-0.15.100.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: YAML 1.2 loader/dumper package for Python https://bitbucket.org/ruamel/yaml Josef Schlehofer @@ Package: python-ruamel-yaml-src Submenu: Python Version: 0.15.100-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: YAML 1.2 loader/dumper package for Python (sources) Maintainer: Josef Schlehofer Source: ruamel.yaml-0.15.100.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: . (Contains the Python sources for this package). https://bitbucket.org/ruamel/yaml Josef Schlehofer @@ Package: python3-ruamel-yaml Submenu: Python Version: 0.15.100-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-ruamel-yaml:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: YAML 1.2 loader/dumper package for Python Maintainer: Josef Schlehofer Source: ruamel.yaml-0.15.100.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: ruamel-yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order . (Variant for Python3) https://bitbucket.org/ruamel/yaml Josef Schlehofer @@ Package: python3-ruamel-yaml-src Submenu: Python Version: 0.15.100-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: YAML 1.2 loader/dumper package for Python (sources) Maintainer: Josef Schlehofer Source: ruamel.yaml-0.15.100.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: ruamel-yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order . (Variant for Python3). (Contains the Python3 sources for this package). https://bitbucket.org/ruamel/yaml Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/text-unidecode/Makefile Package: python-text-unidecode Submenu: Python Version: 1.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-text-unidecode:python-light Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: The most basic Text::Unidecode port Maintainer: Josef Schlehofer Source: text-unidecode-1.2.tar.gz License: Artistic-1.0-cl8 LicenseFiles: LICENSE Type: ipkg Description: text-unidecode is the most basic port of the Text::Unidecode Perl library. https://github.com/kmike/text-unidecode/ Josef Schlehofer @@ Package: python-text-unidecode-src Submenu: Python Version: 1.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: The most basic Text::Unidecode port (sources) Maintainer: Josef Schlehofer Source: text-unidecode-1.2.tar.gz License: Artistic-1.0-cl8 LicenseFiles: LICENSE Type: ipkg Description: text-unidecode is the most basic port of the Text::Unidecode Perl library.. (Contains the Python sources for this package). https://github.com/kmike/text-unidecode/ Josef Schlehofer @@ Package: python3-text-unidecode Submenu: Python Version: 1.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-text-unidecode:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: The most basic Text::Unidecode port Maintainer: Josef Schlehofer Source: text-unidecode-1.2.tar.gz License: Artistic-1.0-cl8 LicenseFiles: LICENSE Type: ipkg Description: text-unidecode is the most basic port of the Text::Unidecode Perl library. . (Variant for Python3) https://github.com/kmike/text-unidecode/ Josef Schlehofer @@ Package: python3-text-unidecode-src Submenu: Python Version: 1.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: The most basic Text::Unidecode port (sources) Maintainer: Josef Schlehofer Source: text-unidecode-1.2.tar.gz License: Artistic-1.0-cl8 LicenseFiles: LICENSE Type: ipkg Description: text-unidecode is the most basic port of the Text::Unidecode Perl library. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/kmike/text-unidecode/ Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/python/vobject/Makefile Package: python-vobject Submenu: Python Version: 0.9.6.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-vobject:python +PACKAGE_python-vobject:python-dateutil Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: VObject Maintainer: Daniel Dickinson Source: vobject-0.9.6.1.tar.gz License: Apache-2.0 Type: ipkg Description: vCard and vCalendar support for Python http://eventable.github.io/vobject/ Daniel Dickinson @@ Package: python-vobject-src Submenu: Python Version: 0.9.6.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: VObject (sources) Maintainer: Daniel Dickinson Source: vobject-0.9.6.1.tar.gz License: Apache-2.0 Type: ipkg Description: vCard and vCalendar support for Python. (Contains the Python sources for this package). http://eventable.github.io/vobject/ Daniel Dickinson @@ Package: python3-vobject Submenu: Python Version: 0.9.6.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-vobject:python3 +PACKAGE_python3-vobject:python3-dateutil Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: VObject Maintainer: Daniel Dickinson Source: vobject-0.9.6.1.tar.gz License: Apache-2.0 Type: ipkg Description: vCard and vCalendar support for Python . (Variant for Python3) http://eventable.github.io/vobject/ Daniel Dickinson @@ Package: python3-vobject-src Submenu: Python Version: 0.9.6.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: VObject (sources) Maintainer: Daniel Dickinson Source: vobject-0.9.6.1.tar.gz License: Apache-2.0 Type: ipkg Description: vCard and vCalendar support for Python . (Variant for Python3). (Contains the Python3 sources for this package). http://eventable.github.io/vobject/ Daniel Dickinson @@ Source-Makefile: feeds/packages/lang/python/xmltodict/Makefile Package: python3-xmltodict Submenu: Python Version: 0.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-xml +python3-urllib Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Work with XML like JSON Maintainer: Josef Schlehofer Source: xmltodict-0.12.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: xmltodict is a Python module that makes working with XML feel like you are working with JSON. https://github.com/martinblech/xmltodict Josef Schlehofer @@ Package: python3-xmltodict-src Submenu: Python Version: 0.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Work with XML like JSON (sources) Maintainer: Josef Schlehofer Source: xmltodict-0.12.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: xmltodict is a Python module that makes working with XML feel like you are working with JSON.. (Contains the Python3 sources for this package). https://github.com/martinblech/xmltodict Josef Schlehofer @@ Source-Makefile: feeds/packages/lang/ruby/Makefile Build-Depends: ruby/host !BUILD_NLS:libiconv !BUILD_NLS:gettext Build-Types: host Package: libruby Version: 2.6.8-1 ABIVersion: 2.6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +librt +libgmp +zlib Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Ruby scripting language (shared library) Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: Ruby scripting language (shared library) http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby scripting language (interpreter) Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Config: comment "Standard Library" depends on PACKAGE_ruby config PACKAGE_ruby-stdlib depends on PACKAGE_ruby default m if ALL prompt "Select Ruby Complete Standard Library (ruby-stdlib)" @@ Package: ruby-dev Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby scripting language (dev files) Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: Header files for compiling extension modules for the Ruby 2.6 http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-bigdecimal Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Arbitrary-precision decimal floating-point library Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Arbitrary-precision decimal floating-point library. Provides: - /usr/lib/ruby/2.6/*/bigdecimal.so - /usr/lib/ruby/2.6/*/bigdecimal/ - /usr/lib/ruby/2.6/bigdecimal/ - /usr/lib/ruby/2.6/bigdecimal.rb - /usr/lib/ruby/gems/2.6/specifications/default/bigdecimal-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-bundler Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Manage dependencies Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Manage dependencies. Provides: - /usr/lib/ruby/2.6/bundler.rb - /usr/lib/ruby/2.6/bundler/ - /usr/lib/ruby/gems/2.6/gems/bundler-*/ - /usr/lib/ruby/gems/2.6/specifications/default/bundler-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-cgi Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-filelib +ruby-pstore +ruby-stringio Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby CGI support toolkit Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby CGI support toolkit. Provides: - /usr/lib/ruby/2.6/cgi - /usr/lib/ruby/2.6/cgi.rb - /usr/lib/ruby/2.6/*/cgi/escape.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-cmath Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Trigonometric and transcendental functions for complex numbers Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Trigonometric and transcendental functions for complex numbers. Provides: - /usr/lib/ruby/2.6/cmath.rb - /usr/lib/ruby/gems/2.6/specifications/default/cmath-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-csv Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-date +ruby-forwardable +ruby-misc +ruby-stringio +ruby-strscan Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby CSV Reading and Writing Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby CSV Reading and Writing. Provides: - /usr/lib/ruby/2.6/csv.rb - /usr/lib/ruby/2.6/csv/ - /usr/lib/ruby/gems/2.6/specifications/default/csv-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-date Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Comparable module for handling dates Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Comparable module for handling dates. Provides: - /usr/lib/ruby/2.6/date.rb - /usr/lib/ruby/2.6/*/date_core.so - /usr/lib/ruby/gems/2.6/specifications/default/date-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-dbm Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +libdb47 Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Wrapper for the UNIX-style Database Manager Library Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: The DBM class provides a wrapper to a Unix-style dbm or Database Manager library. This package provides dbm.so file. Provides: - /usr/lib/ruby/2.6/*/dbm.so - /usr/lib/ruby/gems/2.6/specifications/default/dbm-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-debuglib Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-misc +ruby-prettyprint +ruby-tracer Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby debug library Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby debug library. Provides: - /usr/lib/ruby/2.6/profile.rb - /usr/lib/ruby/2.6/profiler.rb - /usr/lib/ruby/2.6/debug.rb - /usr/lib/ruby/2.6/benchmark.rb - /usr/lib/ruby/2.6/*/objspace.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-did-you-mean Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-misc Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby did you mean? experience Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby did you mean? experience. Provides: - /usr/lib/ruby/gems/2.6/specifications/did_you_mean-*.gemspec - /usr/lib/ruby/gems/2.6/gems/did_you_mean-*/ Except: - /usr/lib/ruby/gems/2.6/gems/did_you_mean-*/benchmark - /usr/lib/ruby/gems/2.6/gems/did_you_mean-*/doc - /usr/lib/ruby/gems/2.6/gems/did_you_mean-*/evaluation - /usr/lib/ruby/gems/2.6/gems/did_you_mean-*/test - /usr/lib/ruby/gems/2.6/gems/did_you_mean-*/*.md - /usr/lib/ruby/gems/2.6/gems/did_you_mean-*/*.txt - /usr/lib/ruby/gems/2.6/gems/did_you_mean-*/.travis.yml http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-digest Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +RUBY_DIGEST_USE_OPENSSL:libopenssl Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Digest Library Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: Provides digest* files. Can be configured to use OpenSSL or bundled hash functions. Provides: - /usr/lib/ruby/2.6/digest - /usr/lib/ruby/2.6/digest.rb - /usr/lib/ruby/2.6/*/digest.so - /usr/lib/ruby/2.6/*/digest/* http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Config: config RUBY_DIGEST_USE_OPENSSL bool "Use OpenSSL functions for ruby digest hash functions" depends on PACKAGE_ruby-digest help Ruby can use OpenSSL hash functions or compile alternative implementations. Using OpenSSL saves about 30KBytes (less when compressed) but requires OpenSSL (that is way bigger than that). However, if OpenSSL is already needed by another usage, as ruby-openssl or any other non ruby package, it is better to mark this option. default n @@ Package: ruby-drb Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-filelib +ruby-ipaddr +ruby-patterns Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby distributed object system Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby distributed object system. Provides: - /usr/lib/ruby/2.6/drb.rb - /usr/lib/ruby/2.6/drb http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-e2mmap Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby custom exceptions with specific messages Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby custom exceptions with specific messages. Provides: - /usr/lib/ruby/2.6/e2mmap.rb - /usr/lib/ruby/2.6/e2mmap/ - /usr/lib/ruby/gems/2.6/specifications/default/e2mmap-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-enc Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby character re-coding library charset (small subset) Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby character re-coding library charset (small subset). Provides: - /usr/lib/ruby/2.6/*/enc/encdb.so - /usr/lib/ruby/2.6/*/enc/iso_8859_1.so - /usr/lib/ruby/2.6/*/enc/utf_*.so - /usr/lib/ruby/2.6/*/enc/euc_jp.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-enc-extra Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-enc Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby character re-coding library charset (extra subset) Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby character re-coding library charset (extra subset). Provides: - /usr/lib/ruby/2.6/*/enc Except: - /usr/lib/ruby/2.6/*/enc/encdb.so - /usr/lib/ruby/2.6/*/enc/iso_8859_1.so - /usr/lib/ruby/2.6/*/enc/utf_*.so - /usr/lib/ruby/2.6/*/enc/euc_jp.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-erb Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-cgi +ruby-strscan Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby (embedded interpreter) Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby (embedded interpreter). Provides: - /usr/bin/erb - /usr/lib/ruby/2.6/erb.rb http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-etc Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Access info typically stored in /etc Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Access info typically stored in /etc. Provides: - /usr/lib/ruby/2.6/*/etc.so - /usr/lib/ruby/gems/2.6/specifications/default/etc-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-fcntl Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Loads constants defined in the OS fcntl.h C header file Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Loads constants defined in the OS fcntl.h C header file. Provides: - /usr/lib/ruby/2.6/*/fcntl.so - /usr/lib/ruby/gems/2.6/specifications/default/fcntl-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-fiddle Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +libffi Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Libffi wrapper for Ruby Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Libffi wrapper for Ruby. Provides: - /usr/lib/ruby/2.6/fiddle.rb - /usr/lib/ruby/2.6/fiddle/ - /usr/lib/ruby/2.6/*/fiddle.so - /usr/lib/ruby/gems/2.6/specifications/default/fiddle-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-filelib Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-fileutils +ruby-misc Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby file utils library Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby file utils library. Provides: - /usr/lib/ruby/2.6/tmpdir.rb - /usr/lib/ruby/2.6/tempfile.rb - /usr/lib/ruby/2.6/pathname.rb - /usr/lib/ruby/2.6/*/pathname.so - /usr/lib/ruby/2.6/find.rb http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-fileutils Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-enc +ruby-etc +ruby-rbconfig Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby File utility methods for copying moving removing etc Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby File utility methods for copying moving removing etc. Provides: - /usr/lib/ruby/2.6/fileutils.rb - /usr/lib/ruby/2.6/fileutils/ - /usr/lib/ruby/gems/2.6/specifications/default/fileutils-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-forwardable Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby delegation of methods to a object Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby delegation of methods to a object. Provides: - /usr/lib/ruby/2.6/forwardable.rb - /usr/lib/ruby/2.6/forwardable - /usr/lib/ruby/gems/2.6/specifications/default/forwardable-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-gdbm Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +libgdbm Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Ruby extension for GNU dbm Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Ruby extension for GNU dbm. Provides: - /usr/lib/ruby/2.6/*/gdbm.so - /usr/lib/ruby/gems/2.6/specifications/default/gdbm-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-gems Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby gems packet management Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby gems packet management. http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-io-console Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Console interface Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Console interface. Provides: - /usr/lib/ruby/2.6/*/io/console.so - /usr/lib/ruby/2.6/io/console/ - /usr/lib/ruby/gems/2.6/specifications/default/io-console-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-ipaddr Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-socket Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Set of methods to manipulate an IP address Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Set of methods to manipulate an IP address. Provides: - /usr/lib/ruby/2.6/ipaddr.rb - /usr/lib/ruby/gems/2.6/specifications/default/ipaddr-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-irb Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby (interactive shell) Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby (interactive shell). http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-json Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-date +ruby-ostruct Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby JSON Implementation for Ruby Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby JSON Implementation for Ruby. Provides: - /usr/lib/ruby/2.6/json.rb - /usr/lib/ruby/2.6/json - /usr/lib/ruby/2.6/*/json - /usr/lib/ruby/gems/2.6/specifications/default/json-*.gemspec Except: - /usr/lib/ruby/2.6/psych - /usr/lib/ruby/2.6/psych.rb - /usr/lib/ruby/2.6/*/psych.so - /usr/lib/ruby/gems/2.6/specifications/default/psych-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-logger Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-multithread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby logger and syslog library Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby logger and syslog library. Provides: - /usr/lib/ruby/2.6/logger.rb - /usr/lib/ruby/2.6/syslog/logger.rb - /usr/lib/ruby/2.6/*/syslog.so - /usr/lib/ruby/gems/2.6/specifications/default/logger-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-matrix Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-e2mmap Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby implementation of Matrix and Vector classes Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby implementation of Matrix and Vector classes. Provides: - /usr/lib/ruby/2.6/matrix.rb - /usr/lib/ruby/2.6/matrix - /usr/lib/ruby/gems/2.6/specifications/default/matrix-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-minitest Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-mutex_m Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Gem minitest Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Gem minitest. Provides: - /usr/lib/ruby/gems/2.6/specifications/minitest-*.gemspec - /usr/lib/ruby/gems/2.6/gems/minitest-* Except: - /usr/lib/ruby/gems/2.6/gems/minitest-*/test - /usr/lib/ruby/gems/2.6/gems/minitest-*/*.rdoc - /usr/lib/ruby/gems/2.6/gems/minitest-*/*.txt http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-misc Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby standard libraries subset (miscellaneous files) Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby standard libraries subset (miscellaneous files). Provides: - /usr/lib/ruby/2.6/English.rb - /usr/lib/ruby/2.6/abbrev.rb - /usr/lib/ruby/2.6/base64.rb - /usr/lib/ruby/2.6/coverage.rb - /usr/lib/ruby/2.6/delegate.rb - /usr/lib/ruby/2.6/expect.rb - /usr/lib/ruby/2.6/getoptlong.rb - /usr/lib/ruby/2.6/open3.rb - /usr/lib/ruby/2.6/securerandom.rb - /usr/lib/ruby/2.6/set.rb - /usr/lib/ruby/2.6/shellwords.rb - /usr/lib/ruby/2.6/tsort.rb - /usr/lib/ruby/2.6/weakref.rb - /usr/lib/ruby/2.6/*/continuation.so - /usr/lib/ruby/2.6/*/coverage.so - /usr/lib/ruby/2.6/*/fiber.so - /usr/lib/ruby/2.6/*/pty.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-mkmf Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-filelib +ruby-optparse Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby makefile library Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby makefile library. Provides: - /usr/lib/ruby/2.6/mkmf.rb - /usr/lib/ruby/2.6/un.rb http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-multithread Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-misc Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby multithread library Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby multithread library. Provides: - /usr/lib/ruby/2.6/monitor.rb - /usr/lib/ruby/2.6/timeout.rb - /usr/lib/ruby/2.6/*/io/wait.so - /usr/lib/ruby/2.6/*/io/nonblock.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-mutex_m Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby extend objects to be handled like a Mutex Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby extend objects to be handled like a Mutex. Provides: - /usr/lib/ruby/2.6/mutex_m.rb - /usr/lib/ruby/gems/2.6/specifications/default/mutex_m-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-net Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-time +ruby-digest +ruby-filelib +ruby-socket +ruby-stringio +ruby-strscan +ruby-uri Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Network Protocols Library Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Network Protocols Library. Provides: - /usr/lib/ruby/2.6/open-uri.rb - /usr/lib/ruby/2.6/net/* http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-net-telnet Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-net Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby telnet client Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby telnet client. Provides: - /usr/lib/ruby/gems/2.6/specifications/net-telnet-*.gemspec - /usr/lib/ruby/gems/2.6/gems/net-telnet-*/ Except: - /usr/lib/ruby/gems/2.6/gems/net-telnet-*/*.md - /usr/lib/ruby/gems/2.6/gems/net-telnet-*/*.txt - /usr/lib/ruby/gems/2.6/gems/net-telnet-*/.travis.yml http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-nkf Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-enc Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Network Kanji Filter Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Network Kanji Filter. Provides: - /usr/lib/ruby/2.6/kconv.rb - /usr/lib/ruby/2.6/*/nkf.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-openssl Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-enc +ruby-ipaddr +ruby-stringio +libopenssl Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby SSL TLS and general purpose cryptography Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby SSL TLS and general purpose cryptography. Provides: - /usr/lib/ruby/2.6/openssl - /usr/lib/ruby/2.6/openssl.rb - /usr/lib/ruby/2.6/*/openssl.so - /usr/lib/ruby/gems/2.6/specifications/default/openssl-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-ostruct Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby build custom data structures Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby build custom data structures. Provides: - /usr/lib/ruby/2.6/ostruct.rb - /usr/lib/ruby/gems/2.6/specifications/default/ostruct-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-optparse Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-misc +ruby-time Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby command-line option analysis Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby command-line option analysis. Provides: - /usr/lib/ruby/2.6/optparse.rb - /usr/lib/ruby/2.6/optionparser.rb - /usr/lib/ruby/2.6/optparse http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-patterns Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby design patterns implementation Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby design patterns implementation. Provides: - /usr/lib/ruby/2.6/observer.rb - /usr/lib/ruby/2.6/singleton.rb http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-powerassert Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-prettyprint +ruby-ripper Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Gem power_assert Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Gem power_assert. Provides: - /usr/lib/ruby/gems/2.6/specifications/power_assert-*.gemspec - /usr/lib/ruby/gems/2.6/gems/power_assert-* Except: - /usr/lib/ruby/gems/2.6/gems/power_assert-*/*.rdoc - /usr/lib/ruby/gems/2.6/gems/power_assert-*/.travis.yml http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-prettyprint Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-etc Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby PrettyPrint library Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby PrettyPrint library. Provides: - /usr/lib/ruby/2.6/pp.rb - /usr/lib/ruby/2.6/prettyprint.rb http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-prime Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-forwardable +ruby-patterns Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Prime numbers and factorization library Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Prime numbers and factorization library. Provides: - /usr/lib/ruby/2.6/prime.rb - /usr/lib/ruby/gems/2.6/specifications/default/prime-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-pstore Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-digest +ruby-enc Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby file based persistence Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby file based persistence. Provides: - /usr/lib/ruby/2.6/pstore.rb http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-psych Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-bigdecimal +ruby-date +ruby-enc +ruby-stringio +ruby-strscan +libyaml Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby YAML parser and emitter Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby YAML parser and emitter. Provides: - /usr/lib/ruby/2.6/psych - /usr/lib/ruby/2.6/psych.rb - /usr/lib/ruby/2.6/*/psych.so - /usr/lib/ruby/gems/2.6/specifications/default/psych-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-racc Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby LALR parser generator Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby LALR parser generator. Provides: - /usr/lib/ruby/2.6/racc - /usr/lib/ruby/2.6/*/racc/*.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-rake Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-fileutils +ruby-multithread +ruby-optparse +ruby-ostruct +ruby-patterns Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Rake (make replacement) Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Rake (make replacement). http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-rbconfig Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby RbConfig Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby RbConfig. Provides: - /usr/lib/ruby/2.6/*/rbconfig.rb - /usr/lib/ruby/2.6/*/rbconfig/*.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-rdoc Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-debuglib +ruby-did-you-mean +ruby-erb +ruby-json +ruby-racc +ruby-rake +ruby-ripper +ruby-yaml +ruby-zlib Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby RDoc produces HTML and command-line documentation for Ruby projects Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby RDoc produces HTML and command-line documentation for Ruby projects. http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-readline Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +libncurses +libreadline Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby support for readline Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby support for readline. Provides: - /usr/lib/ruby/2.6/*/readline.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-rexml Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-enc +ruby-forwardable +ruby-misc +ruby-stringio +ruby-strscan Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby XML toolkit Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby XML toolkit. Provides: - /usr/lib/ruby/2.6/rexml - /usr/lib/ruby/gems/2.6/specifications/default/rexml-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-rinda Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-drb +ruby-forwardable Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Linda paradigm implementation Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Linda paradigm implementation. Provides: - /usr/lib/ruby/2.6/rinda http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-ripper Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby script parser Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby script parser. Provides: - /usr/lib/ruby/2.6/ripper.rb - /usr/lib/ruby/2.6/ripper - /usr/lib/ruby/2.6/*/ripper.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-rss Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-net +ruby-nkf +ruby-rexml Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby RSS toolkit Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby RSS toolkit. Provides: - /usr/lib/ruby/2.6/rss - /usr/lib/ruby/2.6/rss.rb - /usr/lib/ruby/gems/2.6/specifications/default/rss-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-scanf Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Implementation of the C function scanf(3) Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Implementation of the C function scanf(3). Provides: - /usr/lib/ruby/2.6/scanf.rb - /usr/lib/ruby/gems/2.6/specifications/default/scanf-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-sdbm Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby simple file-based key-value dbm implementation Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby simple file-based key-value dbm implementation. Provides: - /usr/lib/ruby/2.6/*/sdbm.so - /usr/lib/ruby/gems/2.6/specifications/default/sdbm-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-shell Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-e2mmap +ruby-forwardable +ruby-sync Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby idiomatic Ruby interface Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby idiomatic Ruby interface. Provides: - /usr/lib/ruby/2.6/shell.rb - /usr/lib/ruby/2.6/shell - /usr/lib/ruby/gems/2.6/specifications/default/shell-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-socket Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-misc +ruby-multithread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby socket support Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby socket support. Provides: - /usr/lib/ruby/2.6/resolv-replace.rb - /usr/lib/ruby/2.6/resolv.rb - /usr/lib/ruby/2.6/socket.rb - /usr/lib/ruby/2.6/*/socket.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-stringio Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Pseudo `IO` class from/to `String` Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Pseudo `IO` class from/to `String`. Provides: - /usr/lib/ruby/2.6/*/stringio.so - /usr/lib/ruby/gems/2.6/specifications/default/stringio-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-strscan Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Lexical scanning operations on a String Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Lexical scanning operations on a String. Provides: - /usr/lib/ruby/2.6/*/strscan.so - /usr/lib/ruby/gems/2.6/specifications/default/strscan-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-sync Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby two-phase lock with a counter Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby two-phase lock with a counter. Provides: - /usr/lib/ruby/2.6/sync.rb - /usr/lib/ruby/gems/2.6/specifications/default/sync-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-testunit Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-csv +ruby-erb +ruby-optparse +ruby-powerassert +ruby-rexml +ruby-yaml Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Gem test-unit Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Gem test-unit. Provides: - /usr/lib/ruby/gems/2.6/specifications/test-unit-*.gemspec - /usr/lib/ruby/gems/2.6/gems/test-unit-* Except: - /usr/lib/ruby/gems/2.6/gems/test-unit-*/doc - /usr/lib/ruby/gems/2.6/gems/test-unit-*/test - /usr/lib/ruby/gems/2.6/gems/test-unit-*/sample - /usr/lib/ruby/gems/2.6/gems/test-unit-*/*.md http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-time Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-date Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Extends Time with additional methods for parsing and converting Times Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Extends Time with additional methods for parsing and converting Times. Provides: - /usr/lib/ruby/2.6/time.rb http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-thwait Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-e2mmap Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Watches for termination of multiple threads Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Watches for termination of multiple threads. Provides: - /usr/lib/ruby/2.6/thwait.rb - /usr/lib/ruby/2.6/thwait/ - /usr/lib/ruby/gems/2.6/specifications/default/thwait-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-tracer Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby Outputs a source level execution trace of a Ruby program Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby Outputs a source level execution trace of a Ruby program. Provides: - /usr/lib/ruby/2.6/tracer.rb - /usr/lib/ruby/2.6/tracer/ - /usr/lib/ruby/gems/2.6/specifications/default/tracer-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-unicodenormalize Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-enc +ruby-enc-extra Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby String additions for Unicode normalization Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby String additions for Unicode normalization. Provides: - /usr/lib/ruby/2.6/unicode_normalize http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-uri Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-enc Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby library to handle URI Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby library to handle URI. Provides: - /usr/lib/ruby/2.6/uri.rb - /usr/lib/ruby/2.6/uri http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-webrick Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-erb +ruby-net +ruby-patterns Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby HTTP server toolkit Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby HTTP server toolkit. Provides: - /usr/lib/ruby/2.6/webrick - /usr/lib/ruby/2.6/webrick.rb - /usr/lib/ruby/gems/2.6/specifications/default/webrick-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-xmlrpc Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-rexml +ruby-webrick Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby XML-RPC toolkit Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby XML-RPC toolkit. Provides: - /usr/lib/ruby/gems/2.6/gems/xmlrpc-* - /usr/lib/ruby/gems/2.6/specifications/xmlrpc-*.gemspec Except: - /usr/lib/ruby/gems/2.6/gems/xmlrpc-*/*.md - /usr/lib/ruby/gems/2.6/gems/xmlrpc-*/*.txt - /usr/lib/ruby/gems/2.6/gems/xmlrpc-*/.travis.yml http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-yaml Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-dbm +ruby-pstore +ruby-psych Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby YAML toolkit Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby YAML toolkit. Provides: - /usr/lib/ruby/2.6/yaml - /usr/lib/ruby/2.6/yaml.rb http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-zlib Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby compression/decompression library interface Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the ruby compression/decompression library interface. Provides: - /usr/lib/ruby/2.6/*/zlib.so - /usr/lib/ruby/gems/2.6/specifications/default/zlib-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Package: ruby-stdlib Submenu: Ruby Version: 2.6.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ruby +ruby-bigdecimal +ruby-bundler +ruby-cgi +ruby-cmath +ruby-csv +ruby-date +ruby-dbm +ruby-debuglib +ruby-did-you-mean +ruby-digest +ruby-drb +ruby-e2mmap +ruby-enc +ruby-enc-extra +ruby-erb +ruby-etc +ruby-fcntl +ruby-fiddle +ruby-filelib +ruby-fileutils +ruby-forwardable +ruby-gdbm +ruby-gems +ruby-io-console +ruby-ipaddr +ruby-irb +ruby-json +ruby-logger +ruby-matrix +ruby-minitest +ruby-misc +ruby-mkmf +ruby-multithread +ruby-mutex_m +ruby-net +ruby-net-telnet +ruby-nkf +ruby-openssl +ruby-ostruct +ruby-optparse +ruby-patterns +ruby-powerassert +ruby-prettyprint +ruby-prime +ruby-pstore +ruby-psych +ruby-racc +ruby-rake +ruby-rbconfig +ruby-rdoc +ruby-readline +ruby-rexml +ruby-rinda +ruby-ripper +ruby-rss +ruby-scanf +ruby-sdbm +ruby-shell +ruby-socket +ruby-stringio +ruby-strscan +ruby-sync +ruby-testunit +ruby-time +ruby-thwait +ruby-tracer +ruby-unicodenormalize +ruby-uri +ruby-webrick +ruby-xmlrpc +ruby-yaml +ruby-zlib Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Ruby standard libraries (metadata for all stdlib subsets) Maintainer: Luiz Angelo Daros de Luca Source: ruby-2.6.8.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: This metapackage currently install all ruby-* packages, providing a complete Ruby Standard Library. http://www.ruby-lang.org/ Luiz Angelo Daros de Luca @@ Source-Makefile: feeds/packages/lang/tcl/Makefile Build-Types: host Package: tcl Submenu: Tcl Version: 8.6.9-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +zlib Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: The Tcl language Maintainer: Joe Mistachkin Source: tcl8.6.9-src.tar.gz License: TCL LicenseFiles: license.terms Type: ipkg Description: Tcl, or Tool Command Language, is a an elegant, versatile, feature-rich, simple-to-learn yet very powerful industrial-strength open-source programming language and development platform. It is renowned for its stability and utility, and its emphasis on providing a cross-platform programming API makes it an ideal choice for an enormous variety of programming jobs. https://www.tcl.tk/ Joe Mistachkin @@ Source-Makefile: feeds/packages/lang/uuid/Makefile Package: uuid Submenu: Lua Version: 0.2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua +luasocket Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: uuid Maintainer: Amr Hassan Source: uuid-0.2.0.tar.xz License: Apache-2.0 Type: ipkg Description: A pure Lua uuid generator https://github.com/Tieske/uuid Amr Hassan @@ Source-Makefile: feeds/packages/lang/vala/Makefile Build-Depends: glib2 glib2/host vala/host !BUILD_NLS:libiconv !BUILD_NLS:gettext Build-Depends/host: glib2/host Build-Types: host Package: vala Version: 0.34.18-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +glib2 +libpthread Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: C-sharp like language for the GObject system Maintainer: Gergely Kiss Source: vala-0.34.18.tar.xz License: LGPL-2.1 Type: ipkg Description: Vala is a C-sharp like language for the GObject system. This package contains the Vala-to-C compiler. https://wiki.gnome.org/Projects/Vala Gergely Kiss @@ Source-Makefile: feeds/packages/libs/afalg_engine/Makefile Package: libopenssl-afalg_sync Submenu: SSL Version: 1.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopenssl @OPENSSL_ENGINE @!OPENSSL_ENGINE_BUILTIN_AFALG +libopenssl-conf +kmod-crypto-user Conflicts: libopenssl-afalg Menu-Depends: libopenssl Provides: Section: libs Category: Libraries Repository: base Title: AF_ALG engine using sync crypto API Maintainer: Eneas U de Queiroz Source: afalg_engine-1.1.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: This is an alternate AF_ALG engine for openssl, based on the devcrypto engine, but using the AF_ALG interface instead of /dev/crypto It is different than the AF_ALG engine that ships with OpenSSL: - it uses sync calls, instead of async - it suports more algorithms https://github.com/cotequeiroz/afalg_engine Eneas U de Queiroz @@ Config: config AFALG_ZERO_COPY depends on PACKAGE_libopenssl-afalg_sync bool "Use Zero-Copy Mode" help Uses a Zero-Copy interface. Even though it is supposed to improve performance, actual measurements indicate otherwise. @@ Source-Makefile: feeds/packages/libs/alsa-lib/Makefile Package: alsa-lib Version: 1.1.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @AUDIO_SUPPORT +kmod-sound-core +libpthread +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ALSA (Advanced Linux Sound Architecture) library Maintainer: Ted Hess , Peter Wagner Source: alsa-lib-1.1.8.tar.bz2 License: LGPLv2.1 GPLv2 LicenseFiles: COPYING aserver/COPYING Type: ipkg Description: This is the library package for alsa, needed by some userspace programs. You must have enabled the ALSA support in the kernel. http://www.alsa-project.org/ Ted Hess , Peter Wagner @@ Source-Makefile: feeds/packages/libs/apr/Makefile Package: libapr Version: 1.7.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +librt +libuuid Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Apache Portable Runtime Library Maintainer: Thomas Heil Source: apr-1.7.0.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Apache Portable Runtime Library https://apr.apache.org/ Thomas Heil @@ Source-Makefile: feeds/packages/libs/apr-util/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: libaprutil Version: 1.6.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libapr +libexpat +libuuid +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Apache Portable Runtime Utility Library Maintainer: Thomas Heil Source: apr-util-1.6.1.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Apache Portable Runtime Utility Library http://apr.apache.org/ Thomas Heil @@ Package: libaprutil-crypto-openssl Version: 1.6.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libaprutil +PACKAGE_libaprutil-crypto-openssl:libopenssl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libaprutil - OpenSSL driver Maintainer: Thomas Heil Source: apr-util-1.6.1.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: libaprutil - OpenSSL driver http://apr.apache.org/ Thomas Heil @@ Package: libaprutil-dbd-mysql Version: 1.6.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libaprutil +PACKAGE_libaprutil-dbd-mysql:libmariadb Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libaprutil - MySQL driver Maintainer: Thomas Heil Source: apr-util-1.6.1.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: libaprutil - MySQL driver http://apr.apache.org/ Thomas Heil @@ Package: libaprutil-dbd-odbc Version: 1.6.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libaprutil +PACKAGE_libaprutil-dbd-odbc:unixodbc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libaprutil - ODBC driver Maintainer: Thomas Heil Source: apr-util-1.6.1.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: libaprutil - ODBC driver http://apr.apache.org/ Thomas Heil @@ Package: libaprutil-dbd-pgsql Version: 1.6.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libaprutil +PACKAGE_libaprutil-dbd-pgsql:libpq Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libaprutil - PostgreSQL driver Maintainer: Thomas Heil Source: apr-util-1.6.1.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: libaprutil - PostgreSQL driver http://apr.apache.org/ Thomas Heil @@ Package: libaprutil-dbd-sqlite3 Version: 1.6.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libaprutil +PACKAGE_libaprutil-dbd-sqlite3:libsqlite3 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libaprutil - SQLite3 driver Maintainer: Thomas Heil Source: apr-util-1.6.1.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: libaprutil - SQLite3 driver http://apr.apache.org/ Thomas Heil @@ Package: libaprutil-dbm-gdbm Version: 1.6.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libaprutil +PACKAGE_libaprutil-dbm-gdbm:libgdbm Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libaprutil - GDBM dbm driver Maintainer: Thomas Heil Source: apr-util-1.6.1.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: libaprutil - GDBM dbm driver http://apr.apache.org/ Thomas Heil @@ Package: libaprutil-ldap Version: 1.6.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libaprutil +PACKAGE_libaprutil-ldap:libopenldap Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libaprutil - LDAP driver Maintainer: Thomas Heil Source: apr-util-1.6.1.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: libaprutil - LDAP driver http://apr.apache.org/ Thomas Heil @@ Source-Makefile: feeds/packages/libs/avahi/Makefile Package: libavahi-client Version: 0.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +avahi-dbus-daemon Conflicts: Menu-Depends: Provides: Build-Variant: dbus Section: libs Category: Libraries Repository: base Title: An mDNS/DNS-SD implementation (libavahi-client library) Maintainer: Ted Hess Source: avahi-0.8.tar.gz License: LGPL-2.1-or-later LicenseFiles: LICENSE Type: ipkg Description: Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This packages adds the libavahi-client library. It also automatically adds the required libavahi-dbus-support and the avahi-dbus-daemon packages. For more information please see the avahi documentation. http://www.avahi.org/ Ted Hess @@ Package: libavahi-compat-libdnssd Version: 0.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libavahi-client Conflicts: Menu-Depends: Provides: Build-Variant: dbus Section: libs Category: Libraries Repository: base Title: An mDNS/DNS-SD implementation (libdnssd) Maintainer: Ted Hess Source: avahi-0.8.tar.gz License: LGPL-2.1-or-later LicenseFiles: LICENSE Type: ipkg Description: Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This packages adds the libavahi-compat-libdnssd library. It also automatically adds the required libavahi-client package. For more information please see the avahi documentation. http://www.avahi.org/ Ted Hess @@ Package: avahi-utils Submenu: IP Addresses and Names Version: 0.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libavahi-client +libgdbm Conflicts: Menu-Depends: Provides: Build-Variant: dbus Section: net Category: Network Repository: base Title: An mDNS/DNS-SD implementation (utilities) Maintainer: Ted Hess Source: avahi-0.8.tar.gz License: LGPL-2.1-or-later LicenseFiles: LICENSE Type: ipkg Description: Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This packages installs the following avahi utility programs: avahi-browse, avahi-publish, avahi-resolve, avahi-set-host-name. It also automatically adds the required libavahi-client package. For more information please see the avahi documentation. http://www.avahi.org/ Ted Hess @@ Package: libavahi-dbus-support Version: 0.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +dbus Conflicts: Menu-Depends: Provides: libavahi Build-Variant: dbus Section: libs Category: Libraries Repository: base Title: An mDNS/DNS-SD implementation (D-Bus support) Maintainer: Ted Hess Source: avahi-0.8.tar.gz License: LGPL-2.1-or-later LicenseFiles: LICENSE Type: ipkg Description: Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . The libavahi package contains the mDNS/DNS-SD shared libraries, used by other programs. Specifically, it provides libavahi-core and libavahi-common libraries. . The libavahi-dbus-support package enables D-Bus support in avahi, needed to support the libavahi-client library and avahi-utils. . Selecting this package modifies the build configuration so that avahi packages are built with support for D-BUS enabled; it does not generate a separate binary of its own. It also automatically adds the D-Bus package to the build. libavahi-dbus-support is selected automatically if you select libavahi-client or avahi-utils. http://www.avahi.org/ Ted Hess @@ Package: libavahi-nodbus-support Version: 0.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: libavahi Build-Variant: nodbus Section: libs Category: Libraries Repository: base Title: An mDNS/DNS-SD implementation (No D-Bus) Maintainer: Ted Hess Source: avahi-0.8.tar.gz License: LGPL-2.1-or-later LicenseFiles: LICENSE Type: ipkg Description: Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . The libavahi package contains the mDNS/DNS-SD shared libraries, used by other programs. Specifically, it provides libavahi-core and libavahi-common libraries. . Selecting this package modifies the build configuration so that avahi packages are built without support for D-BUS enabled; it does not generate a separate binary of its own. http://www.avahi.org/ Ted Hess @@ Package: avahi-autoipd Submenu: IP Addresses and Names Version: 0.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libdaemon Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: IPv4LL network address configuration daemon Maintainer: Ted Hess Source: avahi-0.8.tar.gz License: LGPL-2.1-or-later LicenseFiles: LICENSE Type: ipkg Description: Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This package implements IPv4LL, "Dynamic Configuration of IPv4 Link-Local Addresses" (IETF RFC3927), a protocol for automatic IP address configuration from the link-local 169.254.0.0/16 range without the need for a central server. It is primarily intended to be used in ad-hoc networks which lack a DHCP server. http://www.avahi.org/ Ted Hess @@ Package: avahi-dbus-daemon Submenu: IP Addresses and Names Version: 0.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libavahi-dbus-support +libexpat +librt +libdaemon Conflicts: Menu-Depends: Provides: avahi-daemon Build-Variant: dbus Section: net Category: Network Repository: base Title: An mDNS/DNS-SD implementation (daemon) Maintainer: Ted Hess Source: avahi-0.8.tar.gz License: LGPL-2.1-or-later LicenseFiles: LICENSE Type: ipkg Description: Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This package contains an mDNS/DNS-SD daemon. http://www.avahi.org/ Ted Hess @@ Package: avahi-nodbus-daemon Submenu: IP Addresses and Names Version: 0.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libavahi-nodbus-support +libexpat +librt +libdaemon Conflicts: Menu-Depends: Provides: avahi-daemon Build-Variant: nodbus Section: net Category: Network Repository: base Title: An mDNS/DNS-SD implementation (daemon) Maintainer: Ted Hess Require-User: avahi=105:avahi=105 Source: avahi-0.8.tar.gz License: LGPL-2.1-or-later LicenseFiles: LICENSE Type: ipkg Description: Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This package contains an mDNS/DNS-SD daemon. http://www.avahi.org/ Ted Hess @@ Package: avahi-daemon-service-http Submenu: IP Addresses and Names Version: 0.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +avahi-daemon Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Announce HTTP service Maintainer: Ted Hess Source: avahi-0.8.tar.gz License: LGPL-2.1-or-later LicenseFiles: LICENSE Type: ipkg Description: Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This package contains the service definition for announcing HTTP service. http://www.avahi.org/ Ted Hess @@ Package: avahi-daemon-service-ssh Submenu: IP Addresses and Names Version: 0.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +avahi-daemon Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Announce SSH service Maintainer: Ted Hess Source: avahi-0.8.tar.gz License: LGPL-2.1-or-later LicenseFiles: LICENSE Type: ipkg Description: Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This package contains the service definition for announcing SSH service. http://www.avahi.org/ Ted Hess @@ Package: avahi-dnsconfd Submenu: IP Addresses and Names Version: 0.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libavahi +libdaemon +libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: A Unicast DNS server using avahi-daemon Maintainer: Ted Hess Source: avahi-0.8.tar.gz License: LGPL-2.1-or-later LicenseFiles: LICENSE Type: ipkg Description: Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This package contains a Unicast DNS server from mDNS/DNS-SD configuration daemon, which may be used to configure conventional DNS servers using mDNS in a DHCP-like fashion. Especially useful on IPv6. http://www.avahi.org/ Ted Hess @@ Source-Makefile: feeds/packages/libs/avro/Makefile Package: avro-c Version: 1.8.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +jansson +zlib +liblzma Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Apache Avro C Library Maintainer: John Clark Source: avro-c-1.8.2.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: This package contains the Apache Avro C library. https://avro.apache.org John Clark @@ Source-Makefile: feeds/packages/libs/boost/Makefile Build-Depends: boost/host PACKAGE_python:python PACKAGE_python3:python3 Build-Types: host Package: boost-atomic Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt +boost-system Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (atomic) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost atomic library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-chrono Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt +boost-system Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (chrono) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost chrono library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-container Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (container) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost container library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-context Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt +boost-chrono +boost-system @!boost-context-exclude Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (context) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost context library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-contract Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt +boost-system Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (contract) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost contract library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-coroutine Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt +boost-system +boost-chrono +boost-context +boost-thread @!boost-coroutine-exclude Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (coroutine) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost coroutine library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-date_time Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (date_time) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost date_time library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-fiber Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt +boost-coroutine +boost-filesystem @!boost-fiber-exclude Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (fiber) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost fiber library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-filesystem Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt +boost-system Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (filesystem) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost filesystem library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-graph Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt +boost-regex Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (graph) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost graph library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-iostreams Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt +zlib +liblzma +libbz2 +zstd Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (iostreams) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost iostreams library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-locale Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt +boost-system +BUILD_NLS:libiconv-full @BUILD_NLS Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (locale) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost locale library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-log Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt +boost-system +boost-chrono +boost-date_time +boost-thread +boost-filesystem +boost-regex Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (log) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost log library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-math Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (math) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost math library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-program_options Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (program_options) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost program_options library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-python Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt @PACKAGE_python Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (python) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost python library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-python3 Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt @PACKAGE_python3 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (python3) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost python3 library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-random Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt +boost-system Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (random) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost random library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-regex Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (regex) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost regex library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-serialization Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (serialization) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost serialization library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-wserialization Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt +boost-serialization Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (wserialization) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost wserialization library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-stacktrace Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (stacktrace) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost stacktrace library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-system Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (system) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost system library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-thread Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt +boost-system +boost-chrono +boost-atomic Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (thread) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost thread library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-timer Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt +boost-chrono Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (timer) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost timer library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-type_erasure Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt +boost-chrono +boost-system +boost-thread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (type_erasure) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost type_erasure library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-wave Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt +boost-date_time +boost-thread +boost-filesystem Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (wave) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This package contains the Boost wave library. https://www.boost.org Carlos M. Ferreira @@ Package: boost-test Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt +boost-system +boost-timer Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (test) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: Boost C++ source library (test) https://www.boost.org Carlos M. Ferreira @@ Package: boost-libs Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt +boost-atomic +boost-chrono +boost-container +!boost-context-exclude:boost-context +boost-contract +!boost-coroutine-exclude:boost-coroutine +boost-date_time +!boost-fiber-exclude:boost-fiber +boost-filesystem +boost-graph +boost-iostreams +BUILD_NLS:boost-locale +boost-log +boost-math +boost-program_options +PACKAGE_python:boost-python +PACKAGE_python3:boost-python3 +boost-random +boost-regex +boost-serialization +boost-wserialization +boost-stacktrace +boost-system +boost-thread +boost-timer +boost-type_erasure +boost-wave Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library (all libs) Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Hidden: 1 Description: This meta package contains only dependencies to the other libraries from the boost libraries collection. https://www.boost.org Carlos M. Ferreira @@ Package: boost Version: 1.71.0-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Boost C++ source library packages Maintainer: Carlos M. Ferreira Source: boost_1_71_0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE_1_0.txt Type: ipkg Description: This package provides the Boost v1.71.0 libraries. Boost is a set of free, peer-reviewed, portable C++ source libraries. This package provides the following run-time libraries: - atomic - chrono - container - context - contract - coroutine and coroutine2 (Coroutine is deprecated - use Coroutine2) - date_time - exception - filesystem - fiber - graph - - graph-parallel - iostreams - locale (Requires kernel being compiled with full language support) - log - math - program_options - python - python3 - random - regex - serialization and wserialization - stackstrace - system - thread - timer - type_erasure - wave There are many more header-only libraries supported by Boost. See more at http://www.boost.org/doc/libs/1_71_0/ https://www.boost.org Carlos M. Ferreira @@ Config: # Invisible config dependency config boost-context-exclude bool default y if (TARGET_arc770 || TARGET_archs38 || TARGET_octeon || TARGET_octeontx) default n config boost-coroutine-exclude bool default y if boost-context-exclude default n config boost-fiber-exclude bool default y if boost-coroutine-exclude default n menu "Select Boost Options" depends on PACKAGE_boost comment "Boost compilation options." choice prompt "Compile Visibility." default boost-compile-visibility-hidden help Choose Boost symbols compilation visibility. -> Global: - a.k.a. "default" in gcc documentation. Global symbols are considered public, they are exported from shared libraries and can be redefined by another shared library or executable. -> Protected: - a.k.a. "symbolic". Protected symbols are exported from shared libraries but cannot be redefined by another shared library or executable. This mode is not supported on some platforms, for example OS X. -> Hidden: - Hidden symbols are not exported from shared libraries and cannot be redefined by a different shared library or executable loaded in a process. In this mode, public symbols have to be explicitly marked in the source code to be exported from shared libraries. This is the recommended mode. config boost-compile-visibility-global bool "Global" config boost-compile-visibility-protected bool "Protected" config boost-compile-visibility-hidden bool "Hidden" endchoice choice prompt "Compile Boost libraries." default boost-static-and-shared-libs help Choose which version to compile. -> Shared: - Only Shared libs will be compiled. -> Static: - Only Static libs will be compiled. -> Both: - Both Static and Shared libs will be compiled. config boost-shared-libs bool "Shared" config boost-static-libs bool "Static" config boost-static-and-shared-libs bool "Both" endchoice choice prompt "Selects Boost Runtime linkage." default boost-runtime-shared help Choose which C and C++ runtimes to use: -> Use Shared runtimes. -> Use Static runtimes. - Not available if Shared libs are to be built. -> Use both runtimes. - Not available if Shared libs are to be built. - Two separate versions of Boost are built, linking each to a different runtime. - This option requires "Use tagged names" option to be active. config boost-runtime-shared bool "Shared" config boost-runtime-static depends on (!boost-shared-libs && !boost-static-and-shared-libs) bool "Static" config boost-runtime-static-and-shared depends on (boost-use-name-tags && !boost-shared-libs && !boost-static-and-shared-libs) bool "Both" endchoice choice prompt "Select a Variant." default boost-variant-release help Chooses which boost variant should be selected: -> Release: Optimizes Boost for release. - Optimization: Speed; Debug Symbols: Off; Inlining: Full; Runtime Debugging: Off. -> Debug: - Optimization: Off; Debug Symbols: On; Inlining: Off; Runtime Debugging: On. -> Profile: - Profiling: On; Debug Symbols: On. config boost-variant-release bool "Release" config boost-variant-debug bool "Debug" config boost-variant-profile bool "Profile" endchoice config boost-use-name-tags bool "Use tagged names." help Add name tags the lib files, to diferentiate each library version: "-mt" for multi-threading. "-d" for debugging. "-s" for runtime static link". Might break compatibility with libraries that expect boost libs with default names. default n config boost-single-thread depends on boost-use-name-tags bool "Single thread Support." help Compile Boost libraries in single-thread mode. default n config boost-build-type-complete depends on boost-use-name-tags bool "Complete Boost Build." help Builds both release and debug libs. It will take much longer to compile. default n endmenu menu "Select Boost libraries" depends on PACKAGE_boost comment "Libraries" config boost-libs-all bool "Include all Boost libraries." default m if ALL select PACKAGE_boost-libs select boost-test-pkg select boost-graph-parallel config boost-test-pkg bool "Boost test package." default m if ALL select PACKAGE_boost-test config boost-graph-parallel bool "Boost parallel graph support." select PACKAGE_boost-graph default m if ALL config PACKAGE_boost-atomic prompt "Boost atomic library." default m if ALL config PACKAGE_boost-chrono prompt "Boost chrono library." default m if ALL config PACKAGE_boost-container prompt "Boost container library." default m if ALL config PACKAGE_boost-context prompt "Boost context library." default m if ALL depends on !boost-context-exclude config PACKAGE_boost-contract prompt "Boost contract library." default m if ALL config PACKAGE_boost-coroutine prompt "Boost coroutine library." default m if ALL depends on !boost-coroutine-exclude config PACKAGE_boost-date_time prompt "Boost date_time library." default m if ALL config PACKAGE_boost-fiber prompt "Boost fiber library." default m if ALL depends on !boost-fiber-exclude config PACKAGE_boost-filesystem prompt "Boost filesystem library." default m if ALL config PACKAGE_boost-graph prompt "Boost graph library." default m if ALL config PACKAGE_boost-iostreams prompt "Boost iostreams library." default m if ALL config PACKAGE_boost-locale prompt "Boost locale library." default m if ALL depends on BUILD_NLS config PACKAGE_boost-log prompt "Boost log library." default m if ALL config PACKAGE_boost-math prompt "Boost math library." default m if ALL config PACKAGE_boost-program_options prompt "Boost program_options library." default m if ALL config PACKAGE_boost-python prompt "Boost python (v2.7) library." default m if ALL depends on PACKAGE_python config PACKAGE_boost-python3 prompt "Boost python3 (v3.7) library." default m if ALL depends on PACKAGE_python3 config PACKAGE_boost-random prompt "Boost random library." default m if ALL config PACKAGE_boost-regex prompt "Boost regex library." default m if ALL config PACKAGE_boost-serialization prompt "Boost serialization library." default m if ALL config PACKAGE_boost-wserialization prompt "Boost wserialization library." default m if ALL config PACKAGE_boost-stacktrace prompt "Boost stacktrace library." default m if ALL config PACKAGE_boost-system prompt "Boost system library." default m if ALL config PACKAGE_boost-thread prompt "Boost thread library." default m if ALL config PACKAGE_boost-timer prompt "Boost timer library." default m if ALL config PACKAGE_boost-type_erasure prompt "Boost type_erasure library." default m if ALL config PACKAGE_boost-wave prompt "Boost wave library." default m if ALL endmenu @@ Source-Makefile: feeds/packages/libs/botan/Makefile Package: libbotan Submenu: SSL Version: 2.10.0-3 ABIVersion: 2.10.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread @!arc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Crypto and TLS for C++11 (library) Maintainer: BangLang Huang Source: Botan-2.10.0.tgz License: BSD-2-Clause LicenseFiles: license.txt Type: ipkg Description: Botan (Japanese for peony) is a cryptography library written in C++11 and released under the permissive Simplified BSD license. This package contains the botan library. https://botan.randombit.net BangLang Huang @@ Source-Makefile: feeds/packages/libs/c-ares/Makefile Package: libcares Version: 1.15.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Library for asyncronous DNS Requests (including name resolves) Maintainer: Karl Palsson Source: c-ares-1.15.0.tar.gz License: MIT Type: ipkg Description: c-ares is a C library for asynchronous DNS requests (including name resolves) C89 compatibility, MIT licensed, builds for and runs on POSIX, Windows, Netware, Android and many more operating systems. http://c-ares.haxx.se/ Karl Palsson @@ Source-Makefile: feeds/packages/libs/check/Makefile Package: check Version: 0.12.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Unit testing framework for C Maintainer: Eduardo Abinader Source: check-0.12.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING.LESSER Type: ipkg Description: Check features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs. https://libcheck.github.io/check/ Eduardo Abinader @@ Source-Makefile: feeds/packages/libs/classpath/Makefile Build-Depends: jamvm/host Package: classpath Version: 0.99-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +alsa-lib +libgmp +libmagic Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Classpath Maintainer: Dana H. Myers Source: classpath-0.99.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Classpath https://www.gnu.org/software/classpath/ Dana H. Myers @@ Package: classpath-tools Version: 0.99-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Classpath tools Maintainer: Dana H. Myers Source: classpath-0.99.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Classpath tools https://www.gnu.org/software/classpath/ Dana H. Myers @@ Source-Makefile: feeds/packages/libs/confuse/Makefile Package: confuse Version: 3.2.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libConfuse is a configuration file parser library Maintainer: Source: confuse-3.2.2.tar.xz License: ISC Type: ipkg Description: libConfuse is a configuration file parser library, licensed under the terms of the ISC license, and written in C. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as some other features (such as single/double-quoted strings, environment variable expansion, functions and nested include statements). It makes it very easy to add configuration file capability to a program using a simple API. The goal of libConfuse is not to be the configuration file parser library with a gazillion of features. Instead, it aims to be easy to use and quick to integrate with your code. libConfuse was called libcfg before, but was changed to not confuse with other similar libraries. https://github.com/martinh/libconfuse @@ Source-Makefile: feeds/packages/libs/cyrus-sasl/Makefile Package: libsasl2 Version: 2.1.27-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A general purpose authentication library Maintainer: W. Michael Petullo Source: cyrus-sasl-2.1.27.tar.gz License: BSD-4c BSD LicenseFiles: COPYING cmulocal/COPYING saslauthd/COPYING Type: ipkg Description: A general purpose authentication library http://asg.web.cmu.edu/sasl/ W. Michael Petullo @@ Source-Makefile: feeds/packages/libs/czmq/Makefile Package: czmq Version: 4.2.1-2 ABIVersion: 4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libzmq +libuuid +libpcre +libmicrohttpd +liblz4 +libcurl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: CZMQ High-level C binding for ZeroMQ Maintainer: Jan Pavlinec Source: czmq-4.2.1.tar.gz License: MPLv2 LicenseFiles: LICENSE Type: ipkg Description: High-level C binding for ZeroMQ which is high-performance asynchronous messaging library, aimed at use in distributed or concurrent applications. http://czmq.zeromq.org Jan Pavlinec @@ Source-Makefile: feeds/packages/libs/db47/Makefile Package: libdb47 Version: 4.7.25.4.NC-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libxml2 Conflicts: Menu-Depends: Provides: libdb47-full Section: libs Category: Libraries Repository: base Title: Berkeley DB library (4.7) Maintainer: Marcel Denia Source: db-4.7.25.NC.tar.gz License: Sleepycat LicenseFiles: LICENSE Type: ipkg Description: Berkeley DB library (4.7). http://www.oracle.com/us/products/database/berkeley-db Marcel Denia @@ Package: libdb47xx Version: 4.7.25.4.NC-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libdb47 +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp Conflicts: Menu-Depends: Provides: libdb47xx-full Section: libs Category: Libraries Repository: base Title: Berkeley DB library (4.7) for C++ Maintainer: Marcel Denia Source: db-4.7.25.NC.tar.gz License: Sleepycat LicenseFiles: LICENSE Type: ipkg Description: Berkeley DB library (4.7). C++ wrapper. http://www.oracle.com/us/products/database/berkeley-db Marcel Denia @@ Source-Makefile: feeds/packages/libs/dmx_usb_module/Makefile Package: kmod-usb-serial-dmx_usb_module Submenu: USB Support Version: +0.1.20130818-2 Depends: kmod-usb-serial Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: Support for FTDI RS485 based DMX modules Maintainer: Martijn Zilverschoon Source: dmx_usb_module-0.1.20130818.tar.bz2 License: GPL-2.0 Type: ipkg Description: Open DMX USB is an open USB to DMX dongle hardware design developed by Enttec. The Open in Open DMX USB refers to the fact that everybody is free to use the design and produce its own USB DMX Dongle without paying any licenses. http://www.erwinrol.com/open-dmx-usb-linux-driver/ Martijn Zilverschoon @@ Source-Makefile: feeds/packages/libs/dtc/Makefile Package: dtc Version: 1.5.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Device Tree Compiler Maintainer: Yousong Zhou Source: dtc-1.5.0.tar.xz License: GPL-2.0 LicenseFiles: GPL Type: ipkg Description: Device Tree Compiler for Flat Device Trees Device Tree Compiler, dtc, takes as input a device-tree in a given format and outputs a device-tree in another format for booting kernels on embedded systems. https://git.kernel.org/pub/scm/utils/dtc/dtc.git Yousong Zhou @@ Package: fdt-utils Version: 1.5.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Flat Device Tree Utilities Maintainer: Yousong Zhou Source: dtc-1.5.0.tar.xz License: GPL-2.0 LicenseFiles: GPL Type: ipkg Description: Flat Device Tree Utilities https://git.kernel.org/pub/scm/utils/dtc/dtc.git Yousong Zhou @@ Package: libfdt Version: 1.5.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: a utility library for reading and manipulating dtb files Maintainer: Yousong Zhou Source: dtc-1.5.0.tar.xz License: GPL-2.0 LicenseFiles: GPL Type: ipkg Description: This is a library containing functions for manipulating Flat Device Trees. https://git.kernel.org/pub/scm/utils/dtc/dtc.git Yousong Zhou @@ Source-Makefile: feeds/packages/libs/dtndht/Makefile Build-Depends: libtool gettext libiconv Package: dtndht Version: 0.2.3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Library for DHT lookups for DTNs Maintainer: Johannes Morgenroth Source: dtndht-0.2.3.tar.gz License: Apache-2.0 Type: ipkg Description: A library with DHT functions for DTN name lookups. Johannes Morgenroth @@ Source-Makefile: feeds/packages/libs/elektra/Makefile Build-Depends: elektra/host swig/host !BUILD_NLS:libiconv !BUILD_NLS:gettext Build-Types: host Package: libelektra-core Submenu: libelektra Version: 0.8.21-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Elektra core library Maintainer: Harald Geyer Source: elektra-0.8.21.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.md Type: ipkg Description: Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains the core libraries, that all other parts of elektra and all programs using elektra depend on, and an almost minimal set of plugins to be actually useful. http://www.libelektra.org/ Harald Geyer @@ Package: elektra-kdb Version: 0.8.21-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libelektra-core +libstdcpp Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Elektra kdb tool Maintainer: Harald Geyer Source: elektra-0.8.21.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.md Type: ipkg Description: Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains the kdb tool, which allows to access and change the content of the key database from the shell. http://www.libelektra.org/ Harald Geyer @@ Package: libelektra-resolvers Submenu: libelektra Version: 0.8.21-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libelektra-core +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Elektra additional resolvers Maintainer: Harald Geyer Source: elektra-0.8.21.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.md Type: ipkg Description: Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains additional resolvers not included in the libelektra-core package. Usually there is no reason to install this. http://www.libelektra.org/ Harald Geyer @@ Package: libelektra-plugins Submenu: libelektra Version: 0.8.21-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libelektra-core +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Useful elektra plugins Maintainer: Harald Geyer Source: elektra-0.8.21.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.md Type: ipkg Description: Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains plugins for various common configuration file format and optional features without heavy dependencies. Currently these plugins are included: base64 boolean cachefilter camel ccode conditionals csvstorage date directoryvalue enum file filecheck glob hexcode hidden hosts iconv ipaddr keytometa line lineendings list mathcheck mini network null path profile range shell syslog uname validation http://www.libelektra.org/ Harald Geyer @@ Package: libelektra-boost Submenu: libelektra Version: 0.8.21-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libelektra-core +libstdcpp +boost Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Elektra plugins depending on boost Maintainer: Harald Geyer Source: elektra-0.8.21.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.md Type: ipkg Description: Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains plugins written in C++ with an dependency on boost. Currently this is a plugin for a tcl like format. http://www.libelektra.org/ Harald Geyer @@ Package: libelektra-cpp Submenu: libelektra Version: 0.8.21-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libelektra-core +libstdcpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Elektra plugins depending on libstdcpp Maintainer: Harald Geyer Source: elektra-0.8.21.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.md Type: ipkg Description: Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains plugins written in C++. Currently these are: dump regexstore struct type http://www.libelektra.org/ Harald Geyer @@ Package: libelektra-curlget Submenu: libelektra Version: 0.8.21-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libelektra-core +libcurl +libopenssl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Elektra curlget plugin Maintainer: Harald Geyer Source: elektra-0.8.21.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.md Type: ipkg Description: Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This plugin can get configuration data from remote URLs before access. http://www.libelektra.org/ Harald Geyer @@ Package: libelektra-crypto Submenu: libelektra Version: 0.8.21-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libelektra-core +libopenssl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Elektra crypto plugin Maintainer: Harald Geyer Source: elektra-0.8.21.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.md Type: ipkg Description: Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains support for encrypting values before storage. http://www.libelektra.org/ Harald Geyer @@ Package: libelektra-dbus Submenu: libelektra Version: 0.8.21-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libelektra-core +libdbus Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Elektra dbus plugin Maintainer: Harald Geyer Source: elektra-0.8.21.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.md Type: ipkg Description: Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains support for dbus notification on configuration changes. http://www.libelektra.org/ Harald Geyer @@ Package: libelektra-xerces Submenu: libelektra Version: 0.8.21-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libelektra-core +libstdcpp +libxerces-c Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Elektra xerces based xml plugin Maintainer: Harald Geyer Source: elektra-0.8.21.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.md Type: ipkg Description: Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. The xerces plugin supplants the xmltool plugin and allows us to use XML files not following a specific schemata. Attributes are mapped to Elektra's metadata, multiple keys with the same names are mapped to arrays. http://www.libelektra.org/ Harald Geyer @@ Package: libelektra-yamlcpp Submenu: libelektra Version: 0.8.21-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libelektra-core +libyaml-cpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Elektra yaml plugin Maintainer: Harald Geyer Source: elektra-0.8.21.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.md Type: ipkg Description: Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains support for storing the key database as yaml files. http://www.libelektra.org/ Harald Geyer @@ Package: libelektra-xml Submenu: libelektra Version: 0.8.21-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libelektra-core +libxml2 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Elektra xmltool plugin Maintainer: Harald Geyer Source: elektra-0.8.21.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.md Type: ipkg Description: Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains a plugin for storing data with xml syntax. http://www.libelektra.org/ Harald Geyer @@ Package: libelektra-yajl Submenu: libelektra Version: 0.8.21-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libelektra-core +yajl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Elektra yajl (json) plugin Maintainer: Harald Geyer Source: elektra-0.8.21.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.md Type: ipkg Description: Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains support for storing the key database as json files. http://www.libelektra.org/ Harald Geyer @@ Package: libelektra-python2 Submenu: libelektra Version: 0.8.21-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libelektra-core +python-light +libstdcpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Elektra python2 plugin Maintainer: Harald Geyer Source: elektra-0.8.21.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.md Type: ipkg Description: Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package adds python2 support to elektra. http://www.libelektra.org/ Harald Geyer @@ Package: libelektra-python3 Submenu: libelektra Version: 0.8.21-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libelektra-core +python3-light +libstdcpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Elektra python3 plugin Maintainer: Harald Geyer Source: elektra-0.8.21.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.md Type: ipkg Description: Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package adds python3 support to elektra. http://www.libelektra.org/ Harald Geyer @@ Package: libelektra-lua Submenu: libelektra Version: 0.8.21-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libelektra-core +lua +libstdcpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Elektra lua plugin Maintainer: Harald Geyer Source: elektra-0.8.21.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.md Type: ipkg Description: Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package adds lua support to elektra. http://www.libelektra.org/ Harald Geyer @@ Package: libelektra-extra Submenu: libelektra Version: 0.8.21-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libelektra-core +libstdcpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Additional elektra plugins Maintainer: Harald Geyer Source: elektra-0.8.21.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.md Type: ipkg Description: Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains extra plugins that are only useful for debugging or as an example of what can be done. Also most experimental plugins are included in this package. Currently this includes: blockresolver c constants counter desktop dini dpkg error fcrypt fstab logchange mozprefs passwd rename required simplespeclang timeofday tracer http://www.libelektra.org/ Harald Geyer @@ Source-Makefile: feeds/packages/libs/expat/Makefile Build-Types: host Package: libexpat Version: 2.2.9-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: An XML parsing library Maintainer: Ted Hess Source: expat-2.2.9.tar.xz License: MIT LicenseFiles: COPYING Type: ipkg Description: A fast, non-validating, stream-oriented XML parsing library. https://libexpat.github.io/ Ted Hess @@ Source-Makefile: feeds/packages/libs/faad2/Makefile Package: faad2 Version: 2.9.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libfaad2 Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: Freeware Advanced Audio Decoder player Maintainer: Ted Hess Source: faad2-2.9.2.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC files. This package contains a binary to play AAC or MP4 files. http://www.audiocoding.com/faad2.html Ted Hess @@ Package: libfaad2 Menu: 1 Version: 2.9.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Freeware Advanced Audio Decoder library Maintainer: Ted Hess Source: faad2-2.9.2.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC files. This package contains the library. http://www.audiocoding.com/faad2.html Ted Hess @@ Source-Makefile: feeds/packages/libs/fbthrift/Makefile Build-Depends: fbthrift/host Build-Depends/host: boost/host Build-Types: host Package: fbthrift Version: 2019.10.07.00-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libfmt +libwangle +librsocket-cpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Facebook's branch of Apache Thrift, including a new C++ server. Maintainer: Amol Bhave Source: fbthrift-2019.10.07.00.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Facebook's branch of Apache Thrift, including a new C++ server. https://github.com/facebook/fbthrift Amol Bhave @@ Source-Makefile: feeds/packages/libs/fbzmq/Makefile Package: fbzmq Version: 2019.10.07.00-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libfolly +libzmq +libsigar +fbthrift Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Facebook ZeroMQ wrappers. Maintainer: Amol Bhave Source: fbzmq-2019.10.07.00.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Facebook ZeroMQ wrappers. https://github.com/facebook/fbzmq Amol Bhave @@ Source-Makefile: feeds/packages/libs/fcgi/Makefile Package: fcgi Menu: 1 Version: 2.4.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Shared library of FastCGI Maintainer: Jacob Siverskog Source: fcgi2-2.4.2.tar.gz License: MIT LicenseFiles: LICENSE.TERMS Type: ipkg Description: FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs. https://fastcgi-archives.github.io/ Jacob Siverskog @@ Package: fcgixx Version: 2.4.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread fcgi +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Shared library of FastCGI++ Maintainer: Jacob Siverskog Source: fcgi2-2.4.2.tar.gz License: MIT LicenseFiles: LICENSE.TERMS Type: ipkg Description: Shared library of FastCGI++ https://fastcgi-archives.github.io/ Jacob Siverskog @@ Source-Makefile: feeds/packages/libs/fftw3/Makefile Package: fftw3 Version: 3.3.8-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Build-Variant: double Section: libs Category: Libraries Repository: base Title: Fast Fourier transform library Maintainer: Vladimir Ulrich Source: fftw-3.3.8.tar.gz License: GPL-2.0-or-later Type: ipkg Description: FFTW is a collection of fast C routines for computing the Discrete Fourier Transform in one or more dimensions. It includes complex, real, and parallel transforms, and can handle arbitrary array sizes efficiently. http://www.fftw.org/ Vladimir Ulrich @@ Package: fftw3f Version: 3.3.8-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Build-Variant: single Section: libs Category: Libraries Repository: base Title: Fast Fourier transform library (single precision) Maintainer: Vladimir Ulrich Source: fftw-3.3.8.tar.gz License: GPL-2.0-or-later Type: ipkg Description: FFTW is a collection of fast C routines for computing the Discrete Fourier Transform in one or more dimensions. It includes complex, real, and parallel transforms, and can handle arbitrary array sizes efficiently. This package contains the single precision library. http://www.fftw.org/ Vladimir Ulrich @@ Package: fftw3l Version: 3.3.8-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Build-Variant: long-double Section: libs Category: Libraries Repository: base Title: Fast Fourier transform library (long-double precision) Maintainer: Vladimir Ulrich Source: fftw-3.3.8.tar.gz License: GPL-2.0-or-later Type: ipkg Description: FFTW is a collection of fast C routines for computing the Discrete Fourier Transform in one or more dimensions. It includes complex, real, and parallel transforms, and can handle arbitrary array sizes efficiently. This package contains the long-double precision library. http://www.fftw.org/ Vladimir Ulrich @@ Source-Makefile: feeds/packages/libs/file/Makefile Package: file Version: 5.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmagic Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: File type determination utility Maintainer: Marko Ratkaj Source: file-5.37.tar.gz License: BSD-2c LicenseFiles: COPYING Type: ipkg Description: File type determination utility https://darwinsys.com/file/ Marko Ratkaj @@ Package: libmagic Version: 5.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: File type determination library Maintainer: Marko Ratkaj Source: file-5.37.tar.gz License: BSD-2c LicenseFiles: COPYING Type: ipkg Description: File type determination library https://darwinsys.com/file/ Marko Ratkaj @@ Source-Makefile: feeds/packages/libs/flac/Makefile Package: libflac Version: 1.3.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Free Lossless Audio Codec library Maintainer: Ted Hess Source: flac-1.3.3.tar.xz License: GFDL-1.2 GPL-2 LGPL-2.1 BSD-3-Clause LicenseFiles: README COPYING.FDL COPYING.GPL COPYING.LGPL COPYING.Xiph Type: ipkg Description: Free Lossless Audio Codec library https://xiph.org/flac Ted Hess @@ Source-Makefile: feeds/packages/libs/freetype/Makefile Build-Types: host Package: libfreetype Version: 2.10.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +libpng Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A free, high-quality and portable font engine Maintainer: Val Kulkov Source: freetype-2.10.0.tar.bz2 License: FTL GPL-2.0 MIT ZLIB LicenseFiles: docs/LICENSE.TXT docs/FTL.TXT docs/GPLv2.TXT src/bdf/README src/pcf/README src/gzip/zlib.h Type: ipkg Description: The FreeType project is a team of volunteers who develop free, portable and high-quality software solutions for digital typography. They specifically target embedded systems and focus on bringing small, efficient and ubiquitous products. http://www.freetype.org/ Val Kulkov @@ Source-Makefile: feeds/packages/libs/gdbm/Makefile Build-Depends: gettext-full/host Package: libgdbm Version: 1.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU database manager Maintainer: Marcel Denia Source: gdbm-1.11.tar.gz License: GPL-3.0+ LicenseFiles: COPYING Type: ipkg Description: GNU database manager library GNU dbm is a set of database routines that use extendible hashing and works similar to the standard UNIX dbm routines. http://www.gnu.org/software/gdbm/ Marcel Denia @@ Source-Makefile: feeds/packages/libs/getdns/Makefile Build-Depends: check Package: getdns Menu: 1 Version: 1.6.0-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +!GETDNS_ENABLE_STUB_ONLY:libunbound +GETDNS_ENABLE_IDN_LIBIDN2:libidn2 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: getdns (library) Maintainer: Jonathan Underwood Source: getdns-1.6.0.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: This package contains the getdns library (libgetdns). This package also contains the "getdns_query" command line wrapper for getdns exposing the features of this implementation (both in the official API and the additional API functions). https://getdnsapi.net/ Jonathan Underwood @@ Config: source "feeds/packages/libs/getdns/Config.in" @@ Source-Makefile: feeds/packages/libs/giflib/Makefile Package: giflib Version: 5.1.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GIF libraries Maintainer: Ted Hess Source: giflib-5.1.4.tar.bz2 License: MIT LicenseFiles: COPYING Type: ipkg Description: giflib is a library for reading and writing gif images. It is API and ABI compatible with libungif which was in wide use while the LZW compression algorithm was patented. http://sourceforge.net/projects/giflib Ted Hess @@ Source-Makefile: feeds/packages/libs/glib2/Makefile Build-Depends: glib2/host gettext !BUILD_NLS:libiconv !BUILD_NLS:gettext Build-Depends/host: gettext-full/host libiconv/host libffi/host Build-Types: host Package: glib2 Version: 2.58.3-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full +zlib +libpthread +libffi +libattr Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: glib 2.0 Maintainer: Peter Wagner Source: glib-2.58.3.tar.xz Type: ipkg Description: The GLib library of C routines http://www.gtk.org/ Peter Wagner @@ Source-Makefile: feeds/packages/libs/glpk/Makefile Package: libglpk Version: 4.65-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: The GNU Linear Programming Kit Maintainer: Daniel Golle Source: glpk-4.65.tar.gz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library. https://www.gnu.org/software/glpk/ Daniel Golle @@ Package: glpsol Version: 4.65-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libglpk Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: The GNU Linear Programming Kit (glpsol) Maintainer: Daniel Golle Source: glpk-4.65.tar.gz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: The GNU Linear Programming Kit (glpsol) https://www.gnu.org/software/glpk/ Daniel Golle @@ Source-Makefile: feeds/packages/libs/gnutls/Makefile Package: certtool Submenu: Encryption Version: 3.6.15-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgnutls Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: GNU TLS (certool utility) Maintainer: Nikos Mavrogiannopoulos Source: gnutls-3.6.15.tar.xz License: LGPL-2.1-or-later Type: ipkg Description: GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS12, OpenPGP and other required structures. It is aimed to be portable and efficient with focus on security and interoperability. This package contains the GnuTLS certtool utility. http://www.gnutls.org/ Nikos Mavrogiannopoulos @@ Package: gnutls-utils Submenu: Encryption Version: 3.6.15-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgnutls Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: GNU TLS (utilities) Maintainer: Nikos Mavrogiannopoulos Source: gnutls-3.6.15.tar.xz License: LGPL-2.1-or-later Type: ipkg Description: GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS12, OpenPGP and other required structures. It is aimed to be portable and efficient with focus on security and interoperability. This package contains the GnuTLS gnutls-cli, gnutls-serv, psktool, and srptool utilities. http://www.gnutls.org/ Nikos Mavrogiannopoulos @@ Package: libgnutls Submenu: SSL Version: 3.6.15-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libnettle +!LIBNETTLE_MINI:libgmp +GNUTLS_EXT_LIBTASN1:libtasn1 +GNUTLS_PKCS11:p11-kit +GNUTLS_CRYPTODEV:kmod-cryptodev +libatomic Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU TLS (library) Maintainer: Nikos Mavrogiannopoulos Source: gnutls-3.6.15.tar.xz License: LGPL-2.1-or-later Type: ipkg Description: GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS12, OpenPGP and other required structures. It is aimed to be portable and efficient with focus on security and interoperability. This package contains the GnuTLS shared library, needed by other programs. http://www.gnutls.org/ Nikos Mavrogiannopoulos @@ Config: source "feeds/packages/libs/gnutls/Config.in" @@ Source-Makefile: feeds/packages/libs/google-authenticator-libpam/Makefile Package: google-authenticator-libpam Version: 1.06-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpam +libqrencode Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Google Authenticator PAM module Maintainer: Lucian Cristian Source: google-authenticator-libpam-1.06.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Google Authenticator PAM module https://github.com/google/google-authenticator-libpam Lucian Cristian @@ Source-Makefile: feeds/packages/libs/gperf/Makefile Build-Types: host Package: gperf Version: 3.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU gperf Maintainer: Espen Jürgensen Source: gperf-3.1.tar.gz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Build-Only: 1 Description: GNU gperf is a perfect hash function generator. For a given list of strings, it produces a hash function and hash table, in form of C or C++ code, for looking up a value depending on the input string. The hash function is perfect, which means that the hash table has no collisions, and the hash table lookup needs a single string comparison only. http://www.gnu.org/software/gperf Espen Jürgensen @@ Source-Makefile: feeds/packages/libs/hidapi/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: hidapi Version: 0.8.0-rc1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libusb-1.0 +librt +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Library to talk to HID devices Maintainer: Paul Fertser Source: hidapi-0.8.0-rc1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE-bsd.txt Type: ipkg Description: HIDAPI is a multi-platform library which allows an application to interface with USB and Bluetooth HID-Class devices on Windows, Linux, FreeBSD, and Mac OS X. HIDAPI can be either built as a shared library (.so or .dll) or can be embedded directly into a target application by adding a single source file (per platform) and a single header. http://www.signal11.us/oss/hidapi/ Paul Fertser @@ Source-Makefile: feeds/packages/libs/hiredis/Makefile Package: libhiredis Version: 0.14.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Minimalistic C client for Redis Maintainer: Daniel Golle Source: hiredis-0.14.0.tar.gz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Hiredis is a minimalistic C client library for the Redis database. https://github.com/redis/hiredis Daniel Golle @@ Source-Makefile: feeds/packages/libs/hwloc/Makefile Package: hwloc-utils Version: 2.0.3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libhwloc +libncurses Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Portable Hardware Locality utilities Maintainer: W. Michael Petullo Source: hwloc-2.0.3.tar.bz2 License: BSD-3-Clause Type: ipkg Description: The Portable Hardware Locality (hwloc) software package provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various system attributes such as cache and memory information as well as the locality of I/O devices such as network interfaces, InfiniBand HCAs or GPUs. This package contains the hwloc utilities. https://www.open-mpi.org/projects/hwloc/ W. Michael Petullo @@ Package: libhwloc Version: 2.0.3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpciaccess Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Portable Hardware Locality libraries Maintainer: W. Michael Petullo Source: hwloc-2.0.3.tar.bz2 License: BSD-3-Clause Type: ipkg Description: The Portable Hardware Locality (hwloc) software package provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various system attributes such as cache and memory information as well as the locality of I/O devices such as network interfaces, InfiniBand HCAs or GPUs. This package contains the hwloc libraries. https://www.open-mpi.org/projects/hwloc/ W. Michael Petullo @@ Source-Makefile: feeds/packages/libs/ibrcommon/Makefile Build-Depends: libtool gettext libiconv Package: ibrcommon Version: 1.0.1-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt +libnl +libopenssl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: IBR Common C++ Library Maintainer: Johannes Morgenroth Source: ibrcommon-1.0.1.tar.gz License: Apache-2.0 Type: ipkg Description: A library with common functions for C++. Johannes Morgenroth @@ Source-Makefile: feeds/packages/libs/ibrdtn/Makefile Build-Depends: libtool gettext libiconv Package: ibrdtn Version: 1.0.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ibrcommon +zlib Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: IBR-DTN Library Maintainer: Johannes Morgenroth Source: ibrdtn-1.0.1.tar.gz License: Apache-2.0 Type: ipkg Description: Base library for IBR-DTN daemon and tools. Johannes Morgenroth @@ Source-Makefile: feeds/packages/libs/icu/Makefile Build-Depends: icu/host Build-Depends/host: python3/host Build-Types: host Package: icu Version: 68.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: International Components for Unicode Maintainer: Hirokazu MORIKAWA Source: icu4c-68_2-src.tgz License: ICU LicenseFiles: LICENSE Type: ipkg Description: ICU is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization support for software applications. ICU is widely portable and gives applications the same results on all platforms and between C/C++ and Java software. This package supports C/C++. http://icu-project.org Hirokazu MORIKAWA @@ Package: icu-full-data Version: 68.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +icu Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Full ICU Data Maintainer: Hirokazu MORIKAWA Source: icu4c-68_2-src.tgz License: ICU LicenseFiles: LICENSE Type: ipkg Description: ICU makes use of a wide variety of data tables to provide many of its services. Examples include converter mapping tables, collation rules, transliteration rules, break iterator rules and dictionaries, and other locale data. This package contains the complete data library provided by ICU. A custom data library can be generated at http://apps.icu-project.org/datacustom/ http://icu-project.org Hirokazu MORIKAWA @@ Package: icu-data-tools Version: 68.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +icu Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ICU Data manipulation tools Maintainer: Hirokazu MORIKAWA Source: icu4c-68_2-src.tgz License: ICU LicenseFiles: LICENSE Type: ipkg Description: This package provides tools for manipulating ICU data. http://icu-project.org Hirokazu MORIKAWA @@ Source-Makefile: feeds/packages/libs/intltool/Makefile Build-Types: host Package: intltool Version: 0.51.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: set of tools to centralize translation using GNU gettext Maintainer: Ted Hess Source: intltool-0.51.0.tar.gz Type: ipkg Build-Only: 1 Description: intltool is a set of tools to centralize translation of many different file formats using GNU gettext-compatible PO files. https://www.freedesktop.org/wiki/Software/intltool Ted Hess @@ Source-Makefile: feeds/packages/libs/jansson/Makefile Package: jansson Version: 2.12-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Jansson library Maintainer: Gergely Kiss Source: jansson-2.12.tar.bz2 License: MIT Type: ipkg Description: Jansson is a C library for encoding, decoding and manipulating JSON data http://www.digip.org/jansson/ Gergely Kiss @@ Source-Makefile: feeds/packages/libs/jose/Makefile Package: libjose Version: 10-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +jansson +libopenssl +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Extra packages Repository: base Title: Provides a full crypto stack including key generation, signing and encryption. Maintainer: Tibor Dudlák Source: jose-10.tar.bz2 Type: ipkg Description: libjose is a library for performing various tasks on JSON Object Signing and Encryption (JOSE) objects. José provides a full crypto stack including key generation, signing and encryption. https://github.com/latchset/jose Tibor Dudlák @@ Package: jose Version: 10-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libjose Conflicts: Menu-Depends: Provides: Section: utils Category: Extra packages Repository: base Title: Provides a full crypto stack including key generation, signing and encryption. Maintainer: Tibor Dudlák Source: jose-10.tar.bz2 Type: ipkg Description: jose is a command line utility for performing various tasks on JSON Object Signing and Encryption (JOSE) objects. José provides a full crypto stack including key generation, signing and encryption. https://github.com/latchset/jose Tibor Dudlák @@ Source-Makefile: feeds/packages/libs/jsoncpp/Makefile Package: jsoncpp Version: 1.8.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: jsoncpp Maintainer: Source: jsoncpp-1.8.4.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings. It can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files. https://github.com/open-source-parsers/jsoncpp @@ Source-Makefile: feeds/packages/libs/keyutils/Makefile Package: libkeyutils Version: 1.6-3 ABIVersion: 1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Key utilities library Maintainer: Source: keyutils-1.6.tar.bz2 License: LGPL-2.1-or-later LicenseFiles: LICENSE.LGPL Type: ipkg Description: Key utilities library https://people.redhat.com/dhowells/keyutils/ @@ Package: keyctl Submenu: Encryption Version: 1.6-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libkeyutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: keyctl Maintainer: Source: keyutils-1.6.tar.bz2 License: GPL-2.0-or-later LicenseFiles: LICENSE.GPL Type: ipkg Description: keyctl @@ Source-Makefile: feeds/packages/libs/ldns/Makefile Package: libldns Version: 1.7.0-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A library to simplify DNS programming Maintainer: Source: ldns-1.7.0.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: The goal of ldns is to simplify DNS programming, it supports recent RFCs like the DNSSEC documents, and allows developers to easily create software conforming to current RFCs, and experimental software for current Internet Drafts. http://www.nlnetlabs.nl/projects/ldns/ @@ Package: drill Submenu: IP Addresses and Names Version: 1.7.0-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libldns Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: DNS(SEC) information tool Maintainer: Source: ldns-1.7.0.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: drill is a tool to designed to get all sorts of information out of the DNS. It is specificly designed to be used with DNSSEC. http://www.nlnetlabs.nl/projects/ldns/ @@ Source-Makefile: feeds/packages/libs/libaio/Makefile Package: libaio Version: 0.3.112-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Linux kernel AIO interface access library Maintainer: Rosen Penev Source: libaio-0.3.112.tar.gz License: LGPL-2.1-only LicenseFiles: COPYING Type: ipkg Description: Linux kernel AIO interface access library http://lse.sourceforge.net/io/aio.html Rosen Penev @@ Source-Makefile: feeds/packages/libs/libantlr3c/Makefile Package: libantlr3c Version: 3.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libantlr3c Maintainer: Espen Jürgensen Source: libantlr3c-3.4.tar.gz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages. https://www.antlr3.org/ Espen Jürgensen @@ Source-Makefile: feeds/packages/libs/libao/Makefile Package: libao Version: 1.2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +alsa-lib Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A cross platform audio library Maintainer: Ted Hess Source: libao-1.2.0.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Libao is a cross-platform audio library that allows programs to output audio using a simple API on a wide variety of platforms. http://www.xiph.org/ao/ Ted Hess @@ Source-Makefile: feeds/packages/libs/libarchive/Makefile Package: libarchive Version: 3.4.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +liblzma +libbz2 +libexpat +libopenssl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Multi-format archive and compression library Maintainer: Johannes Morgenroth Source: libarchive-3.4.2.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: Multi-format archive and compression library https://www.libarchive.org/ Johannes Morgenroth @@ Package: libarchive-noopenssl Version: 3.4.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +liblzma +libbz2 +libexpat Conflicts: Menu-Depends: Provides: Build-Variant: noopenssl Section: libs Category: Libraries Repository: base Title: Multi-format archive and compression library (without OpenSSL dependency) Maintainer: Johannes Morgenroth Source: libarchive-3.4.2.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: Multi-format archive and compression library (without OpenSSL dependency) https://www.libarchive.org/ Johannes Morgenroth @@ Package: bsdtar Submenu: Compression Version: 3.4.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libarchive Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: tar BSD variant Maintainer: Johannes Morgenroth Source: libarchive-3.4.2.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: Reads a variety of formats including tar, pax, zip, xar, lha, ar, cab, mtree, rar, warc, 7z and ISO images. Writes tar, pax, zip, xar, ar, ISO, mtree and shar archives. Automatically handles archives compressed with gzip, bzip2, lzip, xz, lzma or compress. https://www.libarchive.org/ Johannes Morgenroth @@ Package: bsdtar-noopenssl Submenu: Compression Version: 3.4.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libarchive-noopenssl Conflicts: Menu-Depends: Provides: Build-Variant: noopenssl Section: utils Category: Utilities Repository: base Title: tar BSD variant (without OpenSSL dependency) Maintainer: Johannes Morgenroth Source: libarchive-3.4.2.tar.xz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: tar BSD variant (without OpenSSL dependency) https://www.libarchive.org/ Johannes Morgenroth @@ Source-Makefile: feeds/packages/libs/libartnet/Makefile Package: libartnet Version: 1.1.2-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Libartnet is an implementation of the ArtNet protocol. Maintainer: Martijn Zilverschoon Source: libartnet-1.1.2.tar.gz License: GPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Libartnet is an implementation of the ArtNet protocol. ArtNet allows the transmission of DMX and related data over IP networks. https://www.openlighting.org/libartnet-main/ Martijn Zilverschoon @@ Source-Makefile: feeds/packages/libs/libaudiofile/Makefile Package: libaudiofile Version: 0.3.6-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +libflac Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Audio File library Maintainer: Ted Hess Source: audiofile-0.3.6.tar.xz Type: ipkg Description: The audiofile library allows the processing of audio data to and from audio files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun, BICS, FLAC, ALAC, and raw data). http://audiofile.68k.org/ Ted Hess @@ Source-Makefile: feeds/packages/libs/libavl/Makefile Package: libavl Version: 0.3.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: AVLTree (this is not GNU libavl) Maintainer: Espen Jürgensen Source: libavl_0.3.5.orig.tar.gz License: LGPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: AVLTree is a small implementation of AVL trees for the C programming language. https://packages.debian.org/wheezy/libavl1 Espen Jürgensen @@ Source-Makefile: feeds/packages/libs/libcanfestival/Makefile Package: libcanfestival Version: 8bfe0ac00cdb-7 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Free software CANopen library Maintainer: Anton Glukhov Source: CanFestival-3-8bfe0ac00cdb.tar.bz2 License: LGPL-2.1-or-later LicenseFiles: LICENCE Type: ipkg Description: CanFestival library http://canfestival.org Anton Glukhov @@ Source-Makefile: feeds/packages/libs/libcap/Makefile Package: libcap Version: 2.27-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Linux capabilities library Maintainer: Paul Wassi Source: libcap-2.27.tar.xz License: GPL-2.0 LicenseFiles: License Type: ipkg Description: Linux capabilities library https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/ Paul Wassi @@ Config: if PACKAGE_libcap config PACKAGE_libcap-bin bool "install libcap executables" help Install capsh, getcap, getpcaps, setcap into the target image. default n config PACKAGE_libcap-bin-capsh-shell string "capsh shell" depends on PACKAGE_libcap-bin help Set the capsh shell. default "/bin/sh" endif @@ Source-Makefile: feeds/packages/libs/libcgroup/Makefile Package: libcgroup Version: 0.41-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +musl-fts +@KERNEL_CGROUPS Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: CGroup config and exec library Maintainer: Daniel Danzberger Source: libcgroup-0.41.tar.bz2 License: LGPL LicenseFiles: COPYING Type: ipkg Description: Helpers utils for working with cgroups. Daniel Danzberger @@ Package: cgroup-tools Version: 0.41-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libcgroup Conflicts: Menu-Depends: Provides: Section: opt Category: Utilities Repository: base Title: CGroup config and exec tools Maintainer: Daniel Danzberger Source: libcgroup-0.41.tar.bz2 License: LGPL LicenseFiles: COPYING Type: ipkg Description: CGroup config and exec tools Daniel Danzberger @@ Source-Makefile: feeds/packages/libs/libcoap/Makefile Package: libcoap Version: 4.2.0-2 ABIVersion: 2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: CoAP (RFC 7252) library Maintainer: Anton Glukhov Source: libcoap-4.2.0.tar.gz License: GPL-2.0-or-later BSD-2-Clause LicenseFiles: COPYING LICENSE.GPL LICENSE.BSD Type: ipkg Description: Constrained Application Protocol (RFC 7252) library https://libcoap.net/ Anton Glukhov @@ Package: coap-client Version: 4.2.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libcoap Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: CoAP (RFC 7252) client tool Maintainer: Anton Glukhov Source: libcoap-4.2.0.tar.gz License: GPL-2.0-or-later BSD-2-Clause LicenseFiles: COPYING LICENSE.GPL LICENSE.BSD Type: ipkg Description: Constrained Application Protocol (RFC7252) client tool Anton Glukhov @@ Package: coap-server Version: 4.2.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libcoap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: CoAP (RFC 7252) server programs Maintainer: Anton Glukhov Source: libcoap-4.2.0.tar.gz License: GPL-2.0-or-later BSD-2-Clause LicenseFiles: COPYING LICENSE.GPL LICENSE.BSD Type: ipkg Description: Constrained Application Protocol (RFC 7252) server and resource directory server Anton Glukhov @@ Source-Makefile: feeds/packages/libs/libcups/Makefile Package: libcups Version: 2.2.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +libpthread +libpng +libjpeg +libusb-1.0 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Common UNIX Printing System - Core library Maintainer: Luiz Angelo Daros de Luca Source: cups-2.2.11-source.tar.gz License: GPL-2.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Common UNIX Printing System - Core library Luiz Angelo Daros de Luca @@ Source-Makefile: feeds/packages/libs/libdaemon/Makefile Package: libdaemon Version: 0.14-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A lightweight C library that eases the writing of UNIX daemons Maintainer: Ted Hess Source: libdaemon-0.14.tar.gz Type: ipkg Description: libdaemon is a lightweight C library that eases the writing of UNIX daemons. It consists of the following parts: - A wrapper around fork() which does the correct daemonization procedure of a process - A wrapper around syslog() for simpler and compatible log output to Syslog or STDERR - An API for writing PID files - An API for serializing UNIX signals into a pipe for usage with select() or poll() - An API for running subprocesses with STDOUT and STDERR redirected to syslog APIs like these are used in most daemon software available. It is not that simple to get it done right and code duplication is not a goal. http://0pointer.de/lennart/projects/libdaemon/ Ted Hess @@ Source-Makefile: feeds/packages/libs/libdaq/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: libdaq Version: 2.2.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libdnet +libpcap Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: DAQ library Maintainer: W. Michael Petullo Source: daq-2.2.2.tar.gz License: GPL-2.0 Type: ipkg Description: Data Acquisition library for packet I/O. https://www.snort.org/downloads/snortplus/ W. Michael Petullo @@ Source-Makefile: feeds/packages/libs/libdaq3/Makefile Package: libdaq3 Version: 3.0.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libdnet +libpcap +libstdcpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: DAQ library Maintainer: W. Michael Petullo Source: libdaq-3.0.0.tar.gz License: GPL-2.0-only Type: ipkg Description: Data Acquisition library for packet I/O. https://www.snort.org/downloads/snortplus/ W. Michael Petullo @@ Source-Makefile: feeds/packages/libs/libdbi/Makefile Package: libdbi Version: 0.9.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Database Independent Abstraction Layer library Maintainer: Nicolas Thill Source: libdbi-0.9.0.tar.gz License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: This package provides a database-independent abstraction layer library in C. http://libdbi.sourceforge.net/ Nicolas Thill @@ Source-Makefile: feeds/packages/libs/libdbi-drivers/Makefile Package: libdbd-mysql Version: 0.9.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libdbi +libmysqlclient Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: MySQL database server driver for libdbi Maintainer: Nicolas Thill Source: libdbi-drivers-0.9.0.tar.gz License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: MySQL database server driver for libdbi http://libdbi-drivers.sourceforge.net/ Nicolas Thill @@ Package: libdbd-pgsql Version: 0.9.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libdbi +libpq Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: PostgreSQL database server driver for libdbi Maintainer: Nicolas Thill Source: libdbi-drivers-0.9.0.tar.gz License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: PostgreSQL database server driver for libdbi http://libdbi-drivers.sourceforge.net/ Nicolas Thill @@ Package: libdbd-sqlite3 Version: 0.9.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libdbi +libsqlite3 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: SQLite3 database driver for libdbi Maintainer: Nicolas Thill Source: libdbi-drivers-0.9.0.tar.gz License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: SQLite3 database driver for libdbi http://libdbi-drivers.sourceforge.net/ Nicolas Thill @@ Source-Makefile: feeds/packages/libs/libdcwproto/Makefile Package: libdcwproto Submenu: Networking Version: 1.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-macremapper Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Dual-Channel WiFi messaging library Maintainer: Carey Sonsino Source: libdcwproto-1.1.0.tar.gz License: Apache-2.0 LicenseFiles: COPYING Type: ipkg Description: Platform-independent C library for marshaling and serializing DCW messages https://www.edgewaterwireless.com Carey Sonsino @@ Source-Makefile: feeds/packages/libs/libdcwsocket/Makefile Package: libdcwsocket Submenu: Networking Version: 1.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Dual-Channel socket library Maintainer: Carey Sonsino Source: libdcwsocket-1.1.0.tar.gz License: Apache-2.0 LicenseFiles: COPYING Type: ipkg Description: User-land C library for sending and receiving DCW "EtherType"d messages https://www.edgewaterwireless.com Carey Sonsino @@ Source-Makefile: feeds/packages/libs/libdmapsharing/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: libdmapsharing Version: 3.9.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsoup +mdnsresponder +gstreamer1-libs +gstreamer1-plugins-base +gst1-mod-app Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libdmapsharing Maintainer: W. Michael Petullo Source: libdmapsharing-3.9.7.tar.gz License: LGPLv2.1 LicenseFiles: COPYING Type: ipkg Description: libdmapsharing https://www.flyn.org/projects/libdmapsharing/ W. Michael Petullo @@ Source-Makefile: feeds/packages/libs/libdnet/Makefile Package: libdnet Version: 1.12-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Low-level network library Maintainer: Luka Perkov Source: libdnet-1.12.tar.gz License: BSD Type: ipkg Description: libdnet is a library of simplified, portable interface to several low-level networking routines. http://sourceforge.net/projects/libdnet/ Luka Perkov @@ Source-Makefile: feeds/packages/libs/libdouble-conversion/Makefile Build-Types: host Package: libdouble-conversion Version: 3.1.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles Maintainer: Source: double-conversion-3.1.5.tar.gz License: BSD-3c LicenseFiles: COPYING LICENSE Type: ipkg Description: double-conversion provides binary-decimal and decimal-binary routines for IEEE doubles. The library consists of efficient conversion routines that have been extracted from the V8 JavaScript engine. The code has been refactored and improved so that it can be used more easily in other projects. https://github.com/google/double-conversion @@ Source-Makefile: feeds/packages/libs/libdrm/Makefile Package: libdrm Version: 2.4.97-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpciaccess Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libdrm Maintainer: Lucian Cristian Source: libdrm-2.4.97.tar.bz2 Type: ipkg Description: LIBDRM is the cross-driver middleware which allows user-space applications (such as Mesa and 2D drivers) to communicate with the Kernel by the means of the DRI protocol. https://dri.freedesktop.org/ Lucian Cristian @@ Source-Makefile: feeds/packages/libs/libebml/Makefile Package: libebml Version: 1.4.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: a C++ libary to parse EBML files Maintainer: Source: libebml-1.4.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: LICENSE.LGPL Type: ipkg Build-Only: 1 Description: a C++ libary to parse EBML files Specifications may be rendered at http://matroska-org.github.io/libebml/ https://github.com/Matroska-Org/libebml @@ Source-Makefile: feeds/packages/libs/libedit/Makefile Package: libedit Version: 20210216-3.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: BSD editline and history library Maintainer: Daniel Salzman Source: libedit-20210216-3.1.tar.gz License: BSD-3-Clause Type: ipkg Description: Generic line editing, history, and tokenization functions similar to GNU Readline. http://thrysoee.dk/editline/ Daniel Salzman @@ Source-Makefile: feeds/packages/libs/libesmtp/Makefile Package: libesmtp Version: 1.0.6-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libopenssl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A Library for Posting Electronic Mail Maintainer: Othmar Truniger Source: libesmtp-1.0.6.tar.bz2 License: LGPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: A Library for Posting Electronic Mail http://brianstafford.info/libesmtp/ Othmar Truniger @@ Source-Makefile: feeds/packages/libs/libestr/Makefile Package: libestr Version: 0.1.11-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: String handling library Maintainer: Rosen Penev Source: libestr-0.1.11.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: libestr - some essentials for string handling (and a bit more) http://libestr.adiscon.com/ Rosen Penev @@ Source-Makefile: feeds/packages/libs/libev/Makefile Package: libev Version: 4.25-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: High-performance event loop Maintainer: Karl Palsson Source: libev-4.25.tar.gz License: BSD-2-Clause Type: ipkg Description: A full-featured and high-performance event loop that is loosely modelled after libevent, but without its limitations and bugs. http://software.schmorp.de/pkg/libev.html Karl Palsson @@ Source-Makefile: feeds/packages/libs/libevdev/Makefile Package: libevdev Version: 1.6.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: a wrapper library for evdev devices Maintainer: Daniel Golle Source: libevdev-1.6.0.tar.xz License: MIT LicenseFiles: COPYING Type: ipkg Description: libevdev is a wrapper library for evdev devices. it moves the common tasks when dealing with evdev devices into a library and provides a library interface to the callers, thus avoiding erroneous ioctls, etc. The eventual goal is that libevdev wraps all ioctls available to evdev devices, thus making direct access unnecessary. https://www.freedesktop.org/wiki/Software/libevdev/ Daniel Golle @@ Source-Makefile: feeds/packages/libs/libevhtp/Makefile Package: libevhtp Version: 1.2.18-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libevent2 +libevent2-openssl +libevent2-pthreads +oniguruma Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A more flexible replacement for libevent's httpd API Maintainer: Eneas U de Queiroz Source: libevhtp-1.2.18.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: Libevhtp was created as a replacement API for Libevent's current HTTP API. The reality of libevent's http interface is that it was created as a JIT server, meaning the developer never thought of it being used for creating a full-fledged HTTP service. https://github.com/criticalstack/libevhtp Eneas U de Queiroz @@ Source-Makefile: feeds/packages/libs/libexif/Makefile Package: libexif Version: 0.6.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: library for jpeg files with exif tags Maintainer: W. Michael Petullo Source: libexif-0.6.22.tar.xz License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: libexif is a library for parsing, editing, and saving EXIF data. It is intended to replace lots of redundant implementations in command-line utilities and programs with GUIs. https://libexif.github.io/ W. Michael Petullo @@ Source-Makefile: feeds/packages/libs/libextractor/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: libextractor Menu: 1 Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libbz2 +libltdl +librt +zlib +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor is a library used to extract meta data from files. The goal is to provide developers of file-sharing networks, browsers or WWW-indexing bots with a universal library to obtain simple keywords and meta data to match against queries and to show to users instead of only relying on filenames. https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-archive Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor +libarchive-noopenssl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (archive plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (archive plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-deb Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (deb plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (deb plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-dvi Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (dvi plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (dvi plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-flac Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor +libflac Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (flac plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (flac plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-gif Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor +giflib Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (gif plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (gif plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-gstreamer Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor +libgstreamer1 +gstreamer1-plugins-base +libgst1app +libgst1pbutils +libgst1tag Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (gstreamer plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (gstreamer plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-it Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (it plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (it plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-jpeg Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor +libjpeg Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (jpeg plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (jpeg plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-man Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (man plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (man plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-mime Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor +libmagic Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (mime plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (mime plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-mpeg Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor +libmpeg2 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (mpeg plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (mpeg plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-nsf Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (nsf plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (nsf plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-nsfe Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (nsfe plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (nsfe plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-odf Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (odf plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (odf plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-ogg Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor +libvorbis Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (ogg plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (ogg plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-png Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (png plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (png plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-ps Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (ps plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (ps plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-riff Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (riff plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (riff plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-s3m Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (s3m plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (s3m plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-sid Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (sid plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (sid plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-thumbnailffmpeg Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor +libffmpeg-full +libmagic Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (thumbnailffmpeg plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (thumbnailffmpeg plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-tiff Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor +libtiff Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (tiff plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (tiff plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-wav Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (wav plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (wav plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-xm Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (xm plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (xm plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: libextractor-plugin-zip Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libextractor Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU Libextractor (zip plugin) Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Libextractor (zip plugin) https://www.gnu.org/software/libextractor/ Daniel Golle @@ Package: extract Version: 1.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libextractor Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: extract util from GNU Libextractor Maintainer: Daniel Golle Source: libextractor-1.9.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: libextractor contains the shell command extract that, similar to the well-known file command, can extract meta data from a file an print the results to stdout. https://www.gnu.org/software/libextractor/ Daniel Golle @@ Source-Makefile: feeds/packages/libs/libfastjson/Makefile Package: libfastjson Version: 0.99.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A fast JSON library for C Maintainer: Dov Murik Source: libfastjson-0.99.8.tar.gz License: MIT LicenseFiles: COPYING Type: ipkg Description: libfastjson - A fast JSON library for C https://github.com/rsyslog/libfastjson Dov Murik @@ Source-Makefile: feeds/packages/libs/libffi/Makefile Build-Types: host Package: libffi Version: 3.3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Foreign Function Interface (FFI) library Maintainer: Peter Wagner Source: libffi-3.3.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run-time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The libffi library really only provides the lowest, machine dependent layer of a fully featured foreign function interface. A layer must exist above libffi that handles type conversions for values passed between the two languages. http://sourceware.org/libffi/ Peter Wagner @@ Source-Makefile: feeds/packages/libs/libfizz/Makefile Package: libfizz Version: 2019.10.07.00-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libfolly Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: C++14 implementation of the TLS-1.3 standard Maintainer: Amol Bhave Source: libfizz-2019.10.07.00.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: C++14 implementation of the TLS-1.3 standard. Fizz currently supports TLS 1.3 drafts 28, 26 (both wire-compatible with the final specification), and 23. https://github.com/facebookincubator/fizz Amol Bhave @@ Source-Makefile: feeds/packages/libs/libfmt/Makefile Package: libfmt Version: 5.3.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Small, safe and fast formatting library Maintainer: Othmar Truniger Source: fmt-5.3.0.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE.rst Type: ipkg Description: fmt is an open-source formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams. https://github.com/fmtlib/fmt Othmar Truniger @@ Source-Makefile: feeds/packages/libs/libfolly/Makefile Package: libfolly Version: 2019.10.07.00-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +boost +boost-context +boost-filesystem +boost-program_options +boost-regex +libopenssl +libdouble-conversion +libevent2 +glog +libsodium +libaio +libatomic +libbz2 +zlib +libzstd +liblzma +liblz4 +PACKAGE_libunwind:libunwind Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: An open-source C++ library developed and used at Facebook. Maintainer: Amol Bhave Source: libfolly-2019.10.07.00.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: An open-source C++ library developed and used at Facebook. Folly (acronymed loosely after Facebook Open Source Library) is a library of C++14 components designed with practicality and efficiency in mind. Folly contains a variety of core library components used extensively at Facebook. This package includes the shared library. https://github.com/facebook/folly Amol Bhave @@ Source-Makefile: feeds/packages/libs/libfstrm/Makefile Package: libfstrm Version: 0.5.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: C implementation of the Frame Streams data transport protocol Maintainer: James Taylor Source: fstrm-0.5.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: fstrm is an optimized C implementation of Frame Streams that includes a fast, lockless circular queue implementation and exposes library interfaces for setting up a dedicated Frame Streams I/O thread and asynchronously submitting data frames for transport from worker threads. It was originally written to facilitate the addition of high speed binary logging to DNS servers written in C using the dnstap log format. https://github.com/farsightsec/fstrm James Taylor @@ Source-Makefile: feeds/packages/libs/libftdi/Makefile Package: libftdi Version: 0.20-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libusb-compat Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Library to talk to FTDI chips Maintainer: Álvaro Fernández Rojas Source: libftdi-0.20.tar.gz License: LGPL-2.0 LicenseFiles: COPYING.LIB Type: ipkg Description: libFTDI - FTDI USB driver with bitbang mode libFTDI is an open source library to talk to FTDI chips: FT232BM, FT245BM, FT2232C, FT2232H, FT4232H, FT2232D and FT245R, including the popular bitbang mode. The library is linked with your program in userspace, no kernel driver required. http://www.intra2net.com/en/developer/libftdi/ Álvaro Fernández Rojas @@ Source-Makefile: feeds/packages/libs/libftdi1/Makefile Package: libftdi1 Version: 1.4-7 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libusb-1.0 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Library to talk to FTDI chips Maintainer: Álvaro Fernández Rojas Source: libftdi1-1.4.tar.bz2 License: LGPL-2.1-only LicenseFiles: COPYING.LIB Type: ipkg Description: libFTDI - FTDI USB driver with bitbang mode libFTDI is an open source library to talk to FTDI chips: FT232BM, FT245BM, FT2232C, FT2232H, FT4232H, FT2232D and FT245R, including the popular bitbang mode. The library is linked with your program in userspace, no kernel driver required. http://www.intra2net.com/en/developer/libftdi/ Álvaro Fernández Rojas @@ Package: ftdi_eeprom Version: 1.4-7 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +confuse +libftdi1 Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Tool for reading/erasing/flashing FTDI USB chip eeproms Maintainer: Álvaro Fernández Rojas Source: libftdi1-1.4.tar.bz2 License: LGPL-2.1-only LicenseFiles: COPYING.LIB Type: ipkg Description: ftdi_eeprom is a small tool for reading/erasing/flashing FTDI USB chip eeproms. It uses libftdi to access the chip, so you will need to have the required permissions on the device. The ftdi_sio module should not be loaded. You have to unplug and replug your device to get the new values to be read. Otherwise, you will still get the old values. http://www.intra2net.com/en/developer/libftdi/ Álvaro Fernández Rojas @@ Source-Makefile: feeds/packages/libs/libgabe/Makefile Package: libgabe Version: 0.99-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +glib2 +libgcrypt +libgmp +libpbc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Ciphertext-Policy Attribute-Based Encryption Maintainer: Daniel Golle Source: libgabe-a082729326155207312a5fc280d17844b69450f2.tar.xz License: GPLv2 LicenseFiles: COPYING Type: ipkg Description: This is a fork of the libbswabe library by John Bethencourt (http://hms.isi.jhu.edu/acsc/cpabe/) replacing openssl with libgcrypt and fixing some bugs. https://github.com/schanzen/libgabe Daniel Golle @@ Source-Makefile: feeds/packages/libs/libgcrypt/Makefile Package: libgcrypt Version: 1.8.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgpg-error Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU crypto library Maintainer: W. Michael Petullo Source: libgcrypt-1.8.5.tar.bz2 License: LGPL-2.1-or-later LicenseFiles: COPYING.LIB Type: ipkg Description: This is a general purpose cryptographic library based on the code from GnuPG. It provides functions for all cryptograhic building blocks: symmetric ciphers (AES, DES, Arcfour, CAST5), hash algorithms (MD5, SHA-1, RIPE-MD160, SHA-224/256, SHA-384/512), MACs (HMAC for all hash algorithms), public key algorithms (RSA, DSA), large integer functions, random numbers and a lot of supporting functions. Some algorithms have been disabled to reduce size (Blowfish, Twofish, Serpent, RC2, SEED, Camellia, CRC, MD4, TIGER-192, Whirlpool, ElGamal, ECC). https://www.gnupg.org/related_software/libgcrypt/ W. Michael Petullo @@ Source-Makefile: feeds/packages/libs/libgd/Makefile Package: libgd Menu: 1 Version: 2.2.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libjpeg +libpng +LIBGD_TIFF:libtiff +LIBGD_FREETYPE:libfreetype Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: The GD graphics library Maintainer: Jo-Philipp Wich Source: libgd-2.2.5.tar.xz License: MIT LicenseFiles: COPYING Type: ipkg Description: GD is an open source code library for the dynamic creation of images by programmers. GD creates PNG, JPEG and GIF images, among other formats. https://libgd.github.io/ Jo-Philipp Wich @@ Config: if PACKAGE_libgd config LIBGD_TIFF bool "TIFF image support" default n help Enable TIFF image support through libtiff endif if PACKAGE_libgd config LIBGD_FREETYPE bool "Freetype 2.x library support" default n help Enable Freetype 2.x font engine support through libfreetype endif @@ Source-Makefile: feeds/packages/libs/libgee/Makefile Build-Depends: vala/host !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: libgee Version: 0.20.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +glib2 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libgee Maintainer: W. Michael Petullo Source: libgee-0.20.1.tar.xz License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: libgee https://wiki.gnome.org/Libgee W. Michael Petullo @@ Source-Makefile: feeds/packages/libs/libgflags/Makefile Build-Types: host Package: gflags Version: 2.2.2-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: C++ library that implements commandline flags processing Maintainer: Amol Bhave Source: gflags-2.2.2.tar.gz License: BSD-3-Clause LicenseFiles: COPYING.txt Type: ipkg Description: The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. https://github.com/gflags/gflags Amol Bhave @@ Source-Makefile: feeds/packages/libs/libglog/Makefile Build-Depends: libgflags Package: glog Version: 0.4.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +gflags Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: C++ implementation of the Google logging module Maintainer: Amir Sabbaghi Source: glog-0.4.0.tar.gz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: This repository contains a C++ implementation of the Google logging module. Documentation for the implementation is in doc/. https://github.com/google/glog Amir Sabbaghi @@ Source-Makefile: feeds/packages/libs/libgpg-error/Makefile Package: libgpg-error Version: 1.36-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GnuPG error handling helper library Maintainer: W. Michael Petullo Source: libgpg-error-1.36.tar.bz2 License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: An helper library for common error codes and descriptions. This is a library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, Libksba, DirMngr, Pinentry, SmartCard Daemon and possibly more in the future. https://www.gnupg.org/related_software/libgpg-error/ W. Michael Petullo @@ Source-Makefile: feeds/packages/libs/libgphoto2/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: libgphoto2 Menu: 1 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libltdl +libusb-compat +libusb-1.0 +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: The basic library of the gphoto2 program, version 2.5.22. Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: The basic library of the gphoto2 program, version 2.5.22. http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-port Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libgphoto2 +libusb-1.0 +libusb-compat Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for connect cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for connect cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-adc65 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for adc65 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for adc65 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-agfa_cl20 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for agfa_cl20 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for agfa_cl20 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-aox Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for aox cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for aox cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-ax203 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for ax203 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for ax203 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-barbie Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for barbie cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for barbie cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-canon Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for canon cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for canon cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-casio_qv Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for casio_qv cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for casio_qv cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-clicksmart310 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for clicksmart310 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for clicksmart310 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-digigr8 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for digigr8 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for digigr8 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-digita Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for digita cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for digita cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-dimera3500 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for dimera3500 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for dimera3500 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-directory Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for directory cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for directory cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-enigma13 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for enigma13 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for enigma13 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-fuji Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for fuji cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for fuji cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-gsmart300 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for gsmart300 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for gsmart300 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-hp215 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for hp215 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for hp215 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-iclick Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for iclick cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for iclick cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-jamcam Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for jamcam cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for jamcam cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-jd11 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for jd11 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for jd11 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-jl2005a Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for jl2005a cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for jl2005a cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-jl2005c Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for jl2005c cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for jl2005c cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-kodak_dc120 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for kodak_dc120 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for kodak_dc120 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-kodak_dc210 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for kodak_dc210 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for kodak_dc210 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-kodak_dc240 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for kodak_dc240 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for kodak_dc240 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-kodak_dc3200 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for kodak_dc3200 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for kodak_dc3200 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-kodak_ez200 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for kodak_ez200 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for kodak_ez200 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-konica Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for konica cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for konica cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-konica_qm150 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for konica_qm150 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for konica_qm150 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-largan Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for largan cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for largan cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-lg_gsm Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for lg_gsm cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for lg_gsm cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-mars Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for mars cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for mars cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-dimagev Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for dimagev cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for dimagev cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-mustek Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for mustek cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for mustek cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-panasonic_coolshot Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for panasonic_coolshot cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for panasonic_coolshot cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-panasonic_l859 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for panasonic_l859 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for panasonic_l859 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-panasonic_dc1000 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for panasonic_dc1000 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for panasonic_dc1000 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-panasonic_dc1580 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for panasonic_dc1580 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for panasonic_dc1580 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-pccam300 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for pccam300 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for pccam300 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-pccam600 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for pccam600 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for pccam600 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-pentax Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for pentax cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for pentax cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-polaroid_pdc320 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for polaroid_pdc320 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for polaroid_pdc320 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-polaroid_pdc640 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for polaroid_pdc640 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for polaroid_pdc640 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-polaroid_pdc700 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for polaroid_pdc700 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for polaroid_pdc700 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-ptp2 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for ptp2 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for ptp2 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-ricoh Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for ricoh cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for ricoh cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-ricoh_g3 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for ricoh_g3 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for ricoh_g3 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-samsung Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for samsung cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for samsung cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-sierra Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for sierra cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for sierra cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-sipix_blink2 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for sipix_blink2 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for sipix_blink2 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-sipix_web2 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for sipix_web2 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for sipix_web2 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-smal Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for smal cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for smal cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-sonix Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for sonix cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for sonix cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-sony_dscf1 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for sony_dscf1 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for sony_dscf1 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-sony_dscf55 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for sony_dscf55 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for sony_dscf55 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-soundvision Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for soundvision cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for soundvision cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-spca50x Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for spca50x cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for spca50x cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-sq905 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for sq905 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for sq905 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-st2205 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for st2205 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for st2205 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-stv0674 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for stv0674 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for stv0674 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-stv0680 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for stv0680 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for stv0680 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-sx330z Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for sx330z cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for sx330z cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-topfield Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for topfield cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for topfield cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-toshiba_pdrm11 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for toshiba_pdrm11 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for toshiba_pdrm11 cameras http://www.gphoto.org/ Leonardo Medici @@ Package: libgphoto2-drivers-tp6801 Version: 2.5.22-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2-port Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gphoto2 drivers for tp6801 cameras Maintainer: Leonardo Medici Source: libgphoto2-2.5.22.tar.bz2 License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: Gphoto2 drivers for tp6801 cameras http://www.gphoto.org/ Leonardo Medici @@ Source-Makefile: feeds/packages/libs/libgpiod/Makefile Package: libgpiod Version: 1.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @GPIO_SUPPORT @(LINUX_4_9||LINUX_4_14) Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Library for interacting with Linux's GPIO character device Maintainer: Michael Heimpold Source: libgpiod-1.3.tar.xz License: LGPL-2.1+ LicenseFiles: COPYING Type: ipkg Description: C library for interacting with the linux GPIO character device (gpiod stands for GPIO device). https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git Michael Heimpold @@ Package: gpiod-tools Version: 1.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgpiod Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Tools for interacting with GPIO pins Maintainer: Michael Heimpold Source: libgpiod-1.3.tar.xz License: LGPL-2.1+ LicenseFiles: COPYING Type: ipkg Description: Tools for interacting with the linux GPIO character device (gpiod stands for GPIO device). Michael Heimpold @@ Source-Makefile: feeds/packages/libs/libhttp-parser/Makefile Package: libhttp-parser Version: 2.9.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A library to parse http request and response Maintainer: Ramanathan Sivagurunathan , Hirokazu MORIKAWA Source: libhttp-parser-2.9.2.tar.gz License: MIT LicenseFiles: LICENSE-MIT Type: ipkg Description: A parser for HTTP messages written in C. It parses both requests and responses. The parser is designed to be used in performance HTTP applications. It does not make any syscalls nor allocations, it does not buffer data, it can be interrupted at anytime. Depending on your architecture, it only requires about 40 bytes of data per message stream (in a web server that is per connection). https://github.com/nodejs/http-parser Ramanathan Sivagurunathan , Hirokazu MORIKAWA @@ Source-Makefile: feeds/packages/libs/libical/Makefile Package: libical Version: 3.0.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: An implementation of iCalendar protocols and data formats Maintainer: Jose Zapater Source: libical-3.0.4.tar.gz License: LGPL-2.1 MPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Libical is an Open Source implementation of the iCalendar protocols and protocol data units. The iCalendar specification describes how calendar clients can communicate with calendar servers so users can store their calendar data and arrange meetings with other users. Libical implements RFC2445, RFC2446 and some of RFC2447. http://libical.github.io/libical/ Jose Zapater @@ Source-Makefile: feeds/packages/libs/libid3tag/Makefile Package: libid3tag Version: 0.15.1b-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: An ID3 tag manipulation library Maintainer: Ted Hess Source: libid3tag-0.15.1b.tar.gz License: GPL-2 LicenseFiles: COPYING Type: ipkg Description: libid3tag is a library for reading and (eventually) writing ID3 tags, both ID3v1 and the various versions of ID3v2. http://mad.sourceforge.net/ Ted Hess @@ Source-Makefile: feeds/packages/libs/libidn/Makefile Package: idn Submenu: IP Addresses and Names Version: 1.35-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libidn Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNU IDN (Internationalized Domain Name) tool Maintainer: Source: libidn-1.35.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later LGPL-2.1-or-later LGPL-3.0-or-later Apache-2.0 LicenseFiles: COPYING COPYINGv2 COPYINGv3 COPYING.LESSERv2 COPYING.LESSERv3 java/LICENSE-2.0.txt Type: ipkg Description: GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. Command line tool using libidn http://www.gnu.org/software/libidn/ @@ Package: libidn Version: 1.35-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Stringprep, Punycode and IDNA implementation Maintainer: Source: libidn-1.35.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later LGPL-2.1-or-later LGPL-3.0-or-later Apache-2.0 LicenseFiles: COPYING COPYINGv2 COPYINGv3 COPYING.LESSERv2 COPYING.LESSERv3 java/LICENSE-2.0.txt Type: ipkg Description: GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. Library only package http://www.gnu.org/software/libidn/ @@ Source-Makefile: feeds/packages/libs/libidn2/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: idn2 Submenu: IP Addresses and Names Version: 2.0.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libidn2 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNU IDN2 (Internationalized Domain Name) tool Maintainer: Source: libidn2-2.0.5.tar.gz License: GPL-2.0-or-later LGPL-3.0-or-later LicenseFiles: COPYING COPYINGv2 COPYING.LESSERv3 Type: ipkg Description: Libidn2 is a free software implementation of IDNA2008, Punycode and TR46 in library form. It contains functionality to convert internationalized domain names to and from ASCII Compatible Encoding (ACE), following the IDNA2008 and TR46 standards. Command line tool using libidn2 http://www.gnu.org/software/libidn/ @@ Package: libidn2 Version: 2.0.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libunistring +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: International domain name library (IDNA2008, Punycode and TR46) Maintainer: Source: libidn2-2.0.5.tar.gz License: GPL-2.0-or-later LGPL-3.0-or-later LicenseFiles: COPYING COPYINGv2 COPYING.LESSERv3 Type: ipkg Description: Libidn2 is a free software implementation of IDNA2008, Punycode and TR46 in library form. It contains functionality to convert internationalized domain names to and from ASCII Compatible Encoding (ACE), following the IDNA2008 and TR46 standards. Library only package https://www.gnu.org/software/libidn/ @@ Source-Makefile: feeds/packages/libs/libiio/Makefile Package: libiio Menu: 1 Version: 0.16-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +LIBIIO_USB_BACKEND:libusb-1.0 +LIBIIO_NETWORK_BACKEND:libavahi-client +LIBIIO_XML_BACKEND:libxml2 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Library for interfacing with Linux IIO devices Maintainer: Michael Heimpold Source: libiio-0.16.tar.gz License: LGPL-2.1 LicenseFiles: COPYING.txt Type: ipkg Description: libiio is used to interface to the Linux Industrial Input/Output (IIO) Subsystem. The Linux IIO subsystem is intended to provide support for devices that in some sense are analog to digital or digital to analog converters (ADCs, DACs). This includes, but is not limited to ADCs, Accelerometers, Gyros, IMUs, Capacitance to Digital Converters (CDCs), Pressure Sensors, Color, Light and Proximity Sensors, Temperature Sensors, Magnetometers, DACs, DDS (Direct Digital Synthesis), PLLs (Phase Locked Loops), Variable/Programmable Gain Amplifiers (VGA, PGA), and RF transceivers. You can use libiio natively on an embedded Linux target (local mode), or use libiio to communicate remotely to that same target from a host Linux, Windows or MAC over USB or Ethernet or Serial. https://github.com/analogdevicesinc/libiio Michael Heimpold @@ Config: config LIBIIO_LOCAL_BACKEND bool "Enable local backend" depends on PACKAGE_libiio default y config LIBIIO_NETWORK_BACKEND bool "Enable network backend" depends on PACKAGE_libiio select LIBIIO_XML_BACKEND default n config LIBIIO_USB_BACKEND bool "Enable USB backend" depends on PACKAGE_libiio select LIBIIO_XML_BACKEND default n config LIBIIO_XML_BACKEND bool "Enable XML backend" depends on PACKAGE_libiio default n @@ Package: iiod Version: 0.16-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libiio Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Linux IIO daemon Maintainer: Michael Heimpold Source: libiio-0.16.tar.gz License: LGPL-2.1 LicenseFiles: COPYING.txt Type: ipkg Description: Daemon to access IIO devices via network. https://github.com/analogdevicesinc/libiio Michael Heimpold @@ Package: iio-utils Version: 0.16-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libiio Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Linux IIO tools Maintainer: Michael Heimpold Source: libiio-0.16.tar.gz License: LGPL-2.1 LicenseFiles: COPYING.txt Type: ipkg Description: Command line tools for IIO devices. https://github.com/analogdevicesinc/libiio Michael Heimpold @@ Source-Makefile: feeds/packages/libs/libimobiledevice/Makefile Package: libimobiledevice Submenu: libimobiledevice Version: 1.3.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libplist +libusbmuxd +libopenssl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A library that talks to Apple devices. Maintainer: Rosen Penev Source: libimobiledevice-1.3.0.tar.bz2 License: LGPL-2.1-or-later LicenseFiles: COPYING.LESSER Type: ipkg Description: libimobiledevice is a software library that talks the protocols to support iPhone®, iPod Touch®, iPad® and Apple TV® devices. https://www.libimobiledevice.org/ Rosen Penev @@ Package: libimobiledevice-utils Submenu: libimobiledevice Version: 1.3.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libimobiledevice Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: A library that talks to Apple devices. Maintainer: Rosen Penev Source: libimobiledevice-1.3.0.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING.LESSER Type: ipkg Description: libimobiledevice is a software library that talks the protocols to support iPhone®, iPod Touch®, iPad® and Apple TV® devices. This package contains the libimobiledevice utilities. https://www.libimobiledevice.org/ Rosen Penev @@ Source-Makefile: feeds/packages/libs/libinput/Makefile Package: libinput Version: 1.7.3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libevdev +mtdev +libudev-fbsd Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: a library to handle input devices Maintainer: Daniel Golle Source: libinput-1.7.3.tar.xz License: MIT LicenseFiles: COPYING Type: ipkg Description: libinput is a library to handle input devices in Wayland compositors and to provide a generic X.Org input driver. It provides device detection, device handling, input device event processing and abstraction so minimize the amount of custom input code compositors need to provide the common set of functionality that users expect. http://freedesktop.org/wiki/Software/libinput/ Daniel Golle @@ Source-Makefile: feeds/packages/libs/libirecovery/Makefile Package: libirecovery Submenu: libimobiledevice Version: 1.0.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libreadline +libusb-1.0 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A library that talks to Apple iBoot/iBSS Maintainer: Rosen Penev Source: libirecovery-1.0.0.tar.bz2 License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: libirecovery is a cross-platform library which implements communication to iBoot/iBSS found on Apple's iOS devices via USB. https://github.com/libimobiledevice/libirecovery Rosen Penev @@ Package: irecovery Submenu: libimobiledevice Version: 1.0.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libirecovery Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: A utility that talks to Apple iBoot/iBSS Maintainer: Rosen Penev Source: libirecovery-1.0.0.tar.bz2 License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: libirecovery is a cross-platform library which implements communication to iBoot/iBSS found on Apple's iOS devices via USB. This package contains the libirecovery utilities. https://github.com/libimobiledevice/libirecovery Rosen Penev @@ Source-Makefile: feeds/packages/libs/libjpeg/Makefile Build-Depends: libtool Build-Types: host Package: libjpeg Version: 9c-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: The Independent JPEG Group's JPEG runtime library Maintainer: Jo-Philipp Wich Source: jpegsrc.v9c.tar.gz License: IJG LicenseFiles: README Type: ipkg Description: The Independent JPEG Group's JPEG runtime library http://www.ijg.org/ Jo-Philipp Wich @@ Package: jpeg-tools Submenu: Image Manipulation Version: 9c-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libjpeg Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: The Independent JPEG Group's JPEG manipulation tools Maintainer: Jo-Philipp Wich Source: jpegsrc.v9c.tar.gz License: IJG LicenseFiles: README Type: ipkg Description: The Independent JPEG Group's JPEG manipulation tools http://www.ijg.org/ Jo-Philipp Wich @@ Source-Makefile: feeds/packages/libs/liblo/Makefile Package: liblo Submenu: Sound Version: 0.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Lightweight Open Sound Control (OSC) library Maintainer: Source: liblo-0.30.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: Lightweight Open Sound Control (OSC) library http://liblo.sourceforge.net/ @@ Package: liblo-utils Version: 0.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +liblo Conflicts: Menu-Depends: Provides: Section: opt Category: Sound Repository: base Title: Lightweight Open Sound Control (OSC) utilities Maintainer: Source: liblo-0.30.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: Lightweight Open Sound Control (OSC) utilities http://liblo.sourceforge.net/ @@ Source-Makefile: feeds/packages/libs/liblz4/Makefile Build-Depends: meson/host ninja/host Build-Depends/host: ninja/host Package: liblz4 Menu: 1 Submenu: Compression Version: 1.9.2-4 ABIVersion: 1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Extremely fast compression Maintainer: Darik Horn Source: liblz4-1.9.2.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE lib/LICENSE Type: ipkg Description: LZ4 is a compression codec that features a very fast encoder and an even faster decoder. This package provides the liblz4 shared library. https://www.lz4.org/ Darik Horn @@ Config: source "feeds/packages/libs/liblz4/Config.in" @@ Package: lz4 Submenu: Compression Version: 1.9.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +liblz4 Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Extremely fast compression Maintainer: Darik Horn Source: liblz4-1.9.2.tar.gz License: GPL-2.0-or-later LicenseFiles: LICENSE programs/COPYING Type: ipkg Description: LZ4 - Fast real-time compression algorithm. This package provides the lz4 binaries. https://www.lz4.org/ Darik Horn @@ Source-Makefile: feeds/packages/libs/libmad/Makefile Package: libmad Version: 0.15.1b-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: An high-quality MPEG audio decoding library Maintainer: Ted Hess Source: libmad-0.15.1b.tar.gz License: GPLv2 LicenseFiles: COPYING Type: ipkg Description: MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 and the MPEG-2 extension to lower sampling frequencies, as well as the de facto MPEG 2.5 format. All three audio layers - Layer I, Layer II, and Layer III (i.e. MP3) - are fully implemented. http://www.underbit.com/products/mad/ Ted Hess @@ Source-Makefile: feeds/packages/libs/libmatroska/Makefile Build-Depends: libebml Package: libmatroska Version: 1.6.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: a C++ libary to parse Matroska files (.mkv and .mka) Maintainer: Source: libmatroska-1.6.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: LICENSE.LGPL Type: ipkg Build-Only: 1 Description: a C++ libary to parse and create Matroska files https://github.com/Matroska-Org/libmatroska @@ Source-Makefile: feeds/packages/libs/libmaxminddb/Makefile Package: libmaxminddb Version: 1.4.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A library for working with MaxMind DB files Maintainer: Jan Pavlinec Source: libmaxminddb-1.4.2.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: The libmaxminddb library provides functions for working MaxMind DB files. https://maxmind.github.io/libmaxminddb/ Jan Pavlinec @@ Source-Makefile: feeds/packages/libs/libmbim/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: libmbim Version: 1.22.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +glib2 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Helper library and utils to talk to MBIM enabled modems Maintainer: Nicholas Smith Source: libmbim-1.22.0.tar.xz License: LGPL-2.0-or-later LicenseFiles: COPYING.LIB Type: ipkg Description: Helper library to talk to MBIM enabled modems. Add mbim-utils for extra utilities. https://www.freedesktop.org/wiki/Software/libmbim Nicholas Smith @@ Package: mbim-utils Version: 1.22.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmbim Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utilities to talk to MBIM enabled modems Maintainer: Nicholas Smith Source: libmbim-1.22.0.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Utilities to talk to MBIM enabled modems https://www.freedesktop.org/wiki/Software/libmbim Nicholas Smith @@ Source-Makefile: feeds/packages/libs/libmcrypt/Makefile Package: libmcrypt Version: 2.5.8-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Cryptographic library Maintainer: W. Michael Petullo Source: libmcrypt-2.5.8.tar.bz2 License: LGPLv2.1 LicenseFiles: COPYING.LIB Type: ipkg Description: libmcrypt is a cryptographic library that conveniently brings together a variety of ciphers for convenient use. http://mcrypt.sourceforge.net/ W. Michael Petullo @@ Source-Makefile: feeds/packages/libs/libmicrohttpd/Makefile Package: libmicrohttpd-no-ssl Version: 0.9.62-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: libmicrohttpd Build-Variant: nossl Default-Variant: nossl Section: libs Category: Libraries Repository: base Title: GNU libmicrohttpd is a library that runs an HTTP server. Maintainer: Alexander Couzens Source: libmicrohttpd-0.9.62.tar.gz License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: GNU libmicrohttpd is a library that runs an HTTP server. http://www.gnu.org/software/libmicrohttpd/ Alexander Couzens @@ Package: libmicrohttpd-ssl Version: 0.9.62-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgcrypt +libgnutls +libgpg-error Conflicts: Menu-Depends: Provides: libmicrohttpd Build-Variant: ssl Section: libs Category: Libraries Repository: base Title: GNU libmicrohttpd is a library that runs an HTTP server. with SSL support Maintainer: Alexander Couzens Source: libmicrohttpd-0.9.62.tar.gz License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: GNU libmicrohttpd is a library that runs an HTTP server. with SSL support http://www.gnu.org/software/libmicrohttpd/ Alexander Couzens @@ Source-Makefile: feeds/packages/libs/libmms/Makefile Package: libmms Version: 0.6.4-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: MMS stream protocol library Maintainer: Ted Hess Source: libmms-0.6.4.tar.gz License: LGPLv2.1 LicenseFiles: COPYING.LIB Type: ipkg Description: LibMMS is a common library for parsing mms:// and mmsh:// type network streams. These are commonly used to stream Windows Media Video content over the web. LibMMS itself is only for receiving MMS stream, it doesn't handle sending at all. http://libmms.sourceforge.net Ted Hess @@ Source-Makefile: feeds/packages/libs/libmodbus/Makefile Package: libmodbus Version: 3.1.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libmodbus Maintainer: Michael Heimpold Source: libmodbus-3.1.6.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING.LESSER Type: ipkg Description: A Modbus library for Linux, Mac OS X, FreeBSD, QNX and Win32. http://www.libmodbus.org Michael Heimpold @@ Source-Makefile: feeds/packages/libs/libmpdclient/Makefile Build-Depends: meson/host ninja/host Build-Depends/host: ninja/host Package: libmpdclient Version: 2.18-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libmpdclient Maintainer: Ted Hess Source: libmpdclient-2.18.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: A stable, documented, asynchronous API library for interfacing MPD in the C, C++ & Objective C languages. https://musicpd.org/libs/libmpdclient/ Ted Hess @@ Source-Makefile: feeds/packages/libs/libmpeg2/Makefile Package: libmpeg2 Version: 0.5.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: MPEG-1 & -2 decoding library Maintainer: W. Michael Petullo Source: libmpeg2-0.5.1.tar.gz Type: ipkg Description: MPEG-1 & -2 decoding library http://libmpeg2.sourceforge.net/ W. Michael Petullo @@ Source-Makefile: feeds/packages/libs/libmraa/Makefile Build-Depends: node swig/host node/host Package: libmraa Submenu: IoT Version: 2.0.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libjson-c @!arc @!armeb @!powerpc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Intel IoT lowlevel IO C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libmraa-2.0.0.tar.gz License: MIT LicenseFiles: COPYING Type: ipkg Description: Libmraa is a C/C++ library with bindings to Java, Python and JavaScript to interface with the IO on Galileo, Edison & other platforms, with a structured and sane API where port names/numbering matches the board that you are on. Use of libmraa does not tie you to specific hardware with board detection done at runtime you can create portable code that will work across the supported platforms. This package contains the C/C++ libraries. https://github.com/intel-iot-devkit/mraa John Crispin , Hirokazu MORIKAWA @@ Package: libmraa-node Submenu: IoT Version: 2.0.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Intel IoT lowlevel IO Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libmraa-2.0.0.tar.gz License: MIT LicenseFiles: COPYING Type: ipkg Description: Libmraa is a C/C++ library with bindings to Java, Python and JavaScript to interface with the IO on Galileo, Edison & other platforms, with a structured and sane API where port names/numbering matches the board that you are on. Use of libmraa does not tie you to specific hardware with board detection done at runtime you can create portable code that will work across the supported platforms. This package contains the Node.js libraries. https://github.com/intel-iot-devkit/mraa John Crispin , Hirokazu MORIKAWA @@ Package: libmraa-python Submenu: IoT Version: 2.0.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Intel IoT lowlevel IO Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libmraa-2.0.0.tar.gz License: MIT LicenseFiles: COPYING Type: ipkg Description: Libmraa is a C/C++ library with bindings to Java, Python and JavaScript to interface with the IO on Galileo, Edison & other platforms, with a structured and sane API where port names/numbering matches the board that you are on. Use of libmraa does not tie you to specific hardware with board detection done at runtime you can create portable code that will work across the supported platforms. This package contains the Python libraries. https://github.com/intel-iot-devkit/mraa John Crispin , Hirokazu MORIKAWA @@ Package: libmraa-python3 Submenu: IoT Version: 2.0.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Intel IoT lowlevel IO Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libmraa-2.0.0.tar.gz License: MIT LicenseFiles: COPYING Type: ipkg Description: Libmraa is a C/C++ library with bindings to Java, Python and JavaScript to interface with the IO on Galileo, Edison & other platforms, with a structured and sane API where port names/numbering matches the board that you are on. Use of libmraa does not tie you to specific hardware with board detection done at runtime you can create portable code that will work across the supported platforms. This package contains the Python3 libraries. https://github.com/intel-iot-devkit/mraa John Crispin , Hirokazu MORIKAWA @@ Source-Makefile: feeds/packages/libs/libmstch/Makefile Build-Depends/host: boost/host Build-Types: host Package: libmstch Version: 1.0.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +boost +boost-container Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Complete implementation of {{mustache}} templates using modern C++ Maintainer: Amol Bhave Source: libmstch-1.0.2.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: mstch is a complete implementation of {{mustache}} templates using modern C++ https://github.com/no1msd/mstch Amol Bhave @@ Source-Makefile: feeds/packages/libs/libnatpmp/Makefile Package: libnatpmp Version: 20150609-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: NAT Port Mapping Protocol (NAT-PMP) library Maintainer: Hauke Mehrtens Source: libnatpmp-20150609.tar.gz License: BSD-3c LicenseFiles: LICENSE Type: ipkg Description: libnatpmp is an attempt to make a portable and fully compliant implementation of the protocol for the client side. It is based on non blocking sockets and all calls of the API are asynchronous. It is therefore very easy to integrate the NAT-PMP code to any event driven code. This package contains the shared library. http://miniupnp.free.fr/libnatpmp.html Hauke Mehrtens @@ Package: natpmpc Submenu: Firewall Version: 20150609-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libnatpmp Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: NAT Port Mapping Protocol (NAT-PMP) client Maintainer: Hauke Mehrtens Source: libnatpmp-20150609.tar.gz License: BSD-3c LicenseFiles: LICENSE Type: ipkg Description: libnatpmp is an attempt to make a portable and fully compliant implementation of the protocol for the client side. It is based on non blocking sockets and all calls of the API are asynchronous. It is therefore very easy to integrate the NAT-PMP code to any event driven code. This package contains the natpmp client. http://miniupnp.free.fr/libnatpmp.html Hauke Mehrtens @@ Source-Makefile: feeds/packages/libs/libndpi/Makefile Build-Depends: libpcap Package: libndpi Version: 2.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +libpcap +libjson-c Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Library for deep-packet inspection Maintainer: Banglang Huang Source: libndpi-2.8.tar.gz License: LGPLv3 LicenseFiles: COPYING Type: ipkg Description: nDPI is an open source LGPLv3 library for deep-packet inspection. Based on OpenDPI it includes ntop extensions. https://github.com/ntop/nDPI Banglang Huang @@ Source-Makefile: feeds/packages/libs/libnet-1.2.x/Makefile Package: libnet-1.2.x Version: 1.2-rc3-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcap Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Low-level packet creation library Maintainer: Mislav Novakovic Source: libnet-1.2-rc3.tar.gz License: GPL-2.0 Type: ipkg Description: Low-level packet creation library Mislav Novakovic @@ Source-Makefile: feeds/packages/libs/libnetconf2/Makefile Package: libnetconf2 Version: 0.12-r1-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libyang +libssh +libopenssl +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: NETCONF library Maintainer: Mislav Novakovic Source: libnetconf2-0.12-r1.tar.gz License: BSD-3-Clause Type: ipkg Description: libnetconf2 is the NETCONF library in C intended for building NETCONF clients and servers. libnetconf2 provides basic functions to connect NETCONF client and server to each other via SSH, to send and receive NETCONF messages. NETCONF datastore implementation is not included. https://codeload.github.com/CESNET/libnetconf2/tar.gz/v0.12-r1? Mislav Novakovic @@ Source-Makefile: feeds/packages/libs/libnetfilter-acct/Makefile Package: libnetfilter-acct Version: 1.0.3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmnl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: API to extended accounting infrastructure Maintainer: Nicolas Thill Source: libnetfilter_acct-1.0.3.tar.bz2 License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: libnetfilter_acct is a userspace library providing a programming interface (API) to the extended accounting infrastructure. http://www.netfilter.org/projects/libnetfilter_acct/ Nicolas Thill @@ Source-Makefile: feeds/packages/libs/libnopoll/Makefile Package: libnopoll Version: 0.4.6-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: noPoll C WebSocket Library Maintainer: John Clark Source: nopoll-0.4.6.tar.gz License: LGPL-2.1 LicenseFiles: COPYING Type: ipkg Description: This package contains the noPoll C WebSocket library. https://www.aspl.es/nopoll John Clark @@ Source-Makefile: feeds/packages/libs/libogg/Makefile Package: libogg Version: 1.3.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libogg Maintainer: Ted Hess Source: libogg-1.3.3.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Ogg project codecs use the Ogg bitstream format to arrange the raw, compressed bitstream into a more robust, useful form. For example, the Ogg bitstream makes seeking, time stamping and error recovery possible, as well as mixing several sepearate, concurrent media streams into a single physical bitstream. http://xiph.org/ogg/ Ted Hess @@ Source-Makefile: feeds/packages/libs/liboil/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: liboil Version: 0.3.17-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: simple functions optimized for various CPUs Maintainer: W. Michael Petullo Source: liboil-0.3.17.tar.gz License: FREE LicenseFiles: COPYING Type: ipkg Description: Liboil is a library of simple functions that are optimized for various CPUs. These functions are generally loops implementing simple algorithms, such as converting an array of N integers to floating-point numbers or multiplying and summing an array of N numbers. Such functions are candidates for significant optimization using various techniques, especially by using extended instructions provided by modern CPUs (Altivec, MMX, SSE, etc.). http://liboil.freedesktop.org/wiki/ W. Michael Petullo @@ Source-Makefile: feeds/packages/libs/liboping/Makefile Package: liboping Version: 1.10.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: C library to generate ICMP echo requests. Maintainer: Jo-Philipp Wich Source: liboping-1.10.0.tar.bz2 License: LGPL-2.1-or-later Type: ipkg Description: C library to generate ICMP echo requests. https://noping.cc Jo-Philipp Wich @@ Package: oping Version: 1.10.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +liboping Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Send ICMP echo request to network hosts Maintainer: Jo-Philipp Wich Source: liboping-1.10.0.tar.bz2 License: LGPL-2.1-or-later Type: ipkg Description: Send ICMP echo request to network hosts https://noping.cc Jo-Philipp Wich @@ Package: noping Version: 1.10.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +liboping +libncurses Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Ncurses application to send ICMP echo request to network hosts Maintainer: Jo-Philipp Wich Source: liboping-1.10.0.tar.bz2 License: LGPL-2.1-or-later Type: ipkg Description: Ncurses application to send ICMP echo request to network hosts https://noping.cc Jo-Philipp Wich @@ Source-Makefile: feeds/packages/libs/libopusenc/Makefile Package: libopusenc Version: 0.2.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopus Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: OPUS Audio stream files Maintainer: Eduardo Abinader Source: libopusenc-0.2.1.tar.gz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: OPUS Audio stream files https://opus-codec.org Eduardo Abinader @@ Source-Makefile: feeds/packages/libs/libowfat/Makefile Build-Depends: libowfat/host Build-Types: host Package: libowfat Version: 0.32-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: reimplemented libdjb under GPL Maintainer: Daniel Golle Source: libowfat-0.32.tar.xz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: reimplemented libdjb under GPL https://www.fefe.de/libowfat/ Daniel Golle @@ Source-Makefile: feeds/packages/libs/libp11/Makefile Build-Depends: libtool gettext libiconv Package: libp11 Version: 0.4.10-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +@OPENSSL_ENGINE Conflicts: engine_pkcs11 Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: PKCS Maintainer: Daniel Golle Source: libp11-0.4.10.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: Libp11 is a library implementing a small layer on top of PKCS#11 API to make using PKCS#11 implementations easier. https://www.opensc-project.org/opensc/wiki/libp11 Daniel Golle @@ Source-Makefile: feeds/packages/libs/libpam/Makefile Package: libpam Version: 1.5.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: the Linux-PAM libraries and modules. Maintainer: Nikos Mavrogiannopoulos Source: Linux-PAM-1.5.1.tar.xz License: BSD-3c GPL LicenseFiles: COPYING Copyright Type: ipkg Description: The Linux-PAM Pluggable Authentication Modules. http://www.kernel.org/pub/linux/libs/pam Nikos Mavrogiannopoulos @@ Source-Makefile: feeds/packages/libs/libpbc/Makefile Package: libpbc Version: 0.5.14-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgmp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: The Pairing-Based Cryptography Library Maintainer: Daniel Golle Source: pbc-0.5.14.tar.gz License: LGPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: Pairing-based cryptography is a relatively young area of cryptography that revolves around a certain function with special properties. The PBC (Pairing-Based Cryptography) library is a free C library (released under the GNU Lesser General Public License) built on the GMP library that performs the mathematical operations underlying pairing-based cryptosystems. https://crypto.stanford.edu/pbc/ Daniel Golle @@ Source-Makefile: feeds/packages/libs/libpciaccess/Makefile Package: libpciaccess Version: 0.14-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Generic PCI access library Maintainer: Lucian Cristian Source: libpciaccess-0.14.tar.bz2 Type: ipkg Description: Generic PCI access library https://xorg.freedesktop.org/ Lucian Cristian @@ Source-Makefile: feeds/packages/libs/libpfring/Makefile Package: libpfring Version: 7.4.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-pf-ring +libpcap +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Library for PR_RING (package process framework) Maintainer: Banglang Huang Source: libpfring-7.4.0.tar.gz License: LGPL-2.1 Type: ipkg Description: PF_RING is a high speed packet capture library that turns a commodity PC into an efficient and cheap network measurement box suitable for both packet and active traffic analysis and manipulation. Moreover, PF_RING opens totally new markets as it enables the creation of efficient application such as traffic balancers or packet filters in a matter of lines of codes. https://github.com/ntop/pf_ring Banglang Huang @@ Source-Makefile: feeds/packages/libs/libplist/Makefile Package: libplist Submenu: libimobiledevice Version: 2.2.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libxml2 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Apple property list library Maintainer: Rosen Penev Source: libplist-2.2.0.tar.bz2 Type: ipkg Description: A library to handle Apple Property List format whereas it's binary or XML https://www.libimobiledevice.org/ Rosen Penev @@ Package: libplistcxx Submenu: libimobiledevice Version: 2.2.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libplist +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Apple property list C++ library Maintainer: Rosen Penev Source: libplist-2.2.0.tar.bz2 License: LGPL-2.1-or-later LicenseFiles: COPYING.LESSER Type: ipkg Description: A library to handle Apple Property List format whereas it's binary or XML This package contains the libplist C++ shared library. https://www.libimobiledevice.org/ Rosen Penev @@ Package: plistutil Submenu: libimobiledevice Version: 2.2.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libplist Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Apple property list converter Maintainer: Rosen Penev Source: libplist-2.2.0.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: A library to handle Apple Property List format whereas it's binary or XML This package contains the libplist utilities. https://www.libimobiledevice.org/ Rosen Penev @@ Source-Makefile: feeds/packages/libs/libpng/Makefile Build-Types: host Package: libpng Version: 1.6.37-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A PNG format files handling library Maintainer: Jo-Philipp Wich Source: libpng-1.6.37.tar.xz License: Libpng GPL-2.0-or-later BSD-3-Clause Type: ipkg Description: A PNG format files handling library http://www.libpng.org/pub/png/libpng.html Jo-Philipp Wich @@ Source-Makefile: feeds/packages/libs/libpsl/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: libpsl Version: 0.21.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libidn2 +libunistring +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: C library to handle the Public Suffix List Maintainer: W. Michael Petullo Source: libpsl-0.21.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: C library to handle the Public Suffix List https://github.com/rockdaboot/libpsl W. Michael Petullo @@ Source-Makefile: feeds/packages/libs/libqmi/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: libqmi Version: 1.24.12-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmbim Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Helper library to talk to QMI enabled modems Maintainer: Nicholas Smith Source: libqmi-1.24.12.tar.xz License: LGPL-2.0-or-later LicenseFiles: COPYING.LIB Type: ipkg Description: Helper library talk to QMI enabled modems. Add qmi-utils for extra utilities. https://www.freedesktop.org/wiki/Software/libqmi Nicholas Smith @@ Package: qmi-utils Version: 1.24.12-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libqmi Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utilities to talk to QMI enabled modems Maintainer: Nicholas Smith Source: libqmi-1.24.12.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Utilities to talk to QMI enabled modems https://www.freedesktop.org/wiki/Software/libqmi Nicholas Smith @@ Source-Makefile: feeds/packages/libs/libradcli/Makefile Package: libradcli Version: 1.2.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +RADCLI_TLS:libgnutls +libnettle Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A library for radius clients Maintainer: Nikos Mavrogiannopoulos Source: radcli-1.2.11.tar.gz Type: ipkg Description: A library for radius clients https://radcli.github.io/radcli Nikos Mavrogiannopoulos @@ Source-Makefile: feeds/packages/libs/libre2/Makefile Build-Types: host Package: re2 Version: 2019-06-01-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. Maintainer: Amol Bhave Source: re2-2019-06-01.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. https://github.com/google/re2 Amol Bhave @@ Config: choice prompt "Compile RE2 library." default RE2_SHARED help Choose which version to compile. -> Shared: - Only Shared lib will be compiled. -> Static: - Only Static lib will be compiled. config RE2_SHARED bool "Shared" config RE2_STATIC bool "Static" endchoice @@ Source-Makefile: feeds/packages/libs/libredblack/Makefile Build-Types: host Package: libredblack Version: 1.3-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: RedBlack tree library Maintainer: Mislav Novakovic Source: libredblack-1.3.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: RedBlack Balanced Tree Searching and Sorting Library. http://libredblack.sourceforge.net/ Mislav Novakovic @@ Source-Makefile: feeds/packages/libs/librouteros/Makefile Package: librouteros Version: 2018-07-19-c485c777ffbbbd87c3d72d843af36ba016803cae-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A library that talks to MikroTik devices. Maintainer: Sven Roederer Source: librouteros-2018-07-19.tar.gz License: ISC LicenseFiles: COPYING Type: ipkg Description: librouteros is a library to communicate with RouterOS, the operating system of MikroTik's RouterBoards. It uses the API port provided by those systems to connect and talk to the devices. librouteros is a low-level library in that it abstracts the network protocol used but has next to no knowledge about the commands and responses available https://octo.github.io/librouteros/ Sven Roederer @@ Source-Makefile: feeds/packages/libs/librsocket-cpp/Makefile Package: librsocket-cpp Version: 2019-10-07-0a469f7a84d9e3c3ddcb6931df701a5dae536589-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libyarpl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: C++ implementation of RSocket Maintainer: Amol Bhave Source: librsocket-cpp-2019-10-07.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: C++ implementation of RSocket, and Application protocol providing Reactive Streams semantics https://rsocket.io/ Amol Bhave @@ Package: libyarpl Version: 2019-10-07-0a469f7a84d9e3c3ddcb6931df701a5dae536589-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libfolly Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: yarpl: Yet Another Reactive Programming Library Maintainer: Amol Bhave Source: librsocket-cpp-2019-10-07.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: C++ implementation of reactive functional programming including both Observable and Flowable types. https://rsocket.io/ Amol Bhave @@ Source-Makefile: feeds/packages/libs/libsamplerate/Makefile Package: libsamplerate Version: 0.1.9-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsndfile Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Sample Rate Converter Maintainer: Ted Hess Source: libsamplerate-0.1.9.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio. http://www.mega-nerd.com/SRC/index.html Ted Hess @@ Source-Makefile: feeds/packages/libs/libsearpc/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: libsearpc Version: 3.1.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +glib2 +jansson +python +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Seafile RPC Library Maintainer: Alexandru Ardelean Source: libsearpc-3.1.0.tar.gz License: GPL-3.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Searpc is a simple C language RPC framework based on GObject system. Searpc handles the serialization/deserialization part of RPC, the transport part is left to users. https://seafile.com Alexandru Ardelean @@ Source-Makefile: feeds/packages/libs/libseccomp/Makefile Package: libseccomp Version: 2.4.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: seccomp (library) Maintainer: Nikos Mavrogiannopoulos Source: libseccomp-2.4.2.tar.gz Type: ipkg Description: This package contains the seccomp library. https://github.com/seccomp/libseccomp/wiki Nikos Mavrogiannopoulos @@ Config: depends on !arc @@ Package: scmp_sys_resolver Version: 2.4.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libseccomp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: seccomp scmp_sys_resolver Maintainer: Nikos Mavrogiannopoulos Source: libseccomp-2.4.2.tar.gz Type: ipkg Description: seccomp scmp_sys_resolver https://github.com/seccomp/libseccomp/wiki Nikos Mavrogiannopoulos @@ Source-Makefile: feeds/packages/libs/libshout/Makefile Package: libshout Version: 2.4.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libvorbisidec +libpthread +libopenssl Conflicts: Menu-Depends: Provides: Build-Variant: notheora Section: libs Category: Libraries Repository: base Title: Shoutcast client library (no theora) Maintainer: Ted Hess Source: libshout-2.4.3.tar.gz License: LGPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: libshout allows applications to easily communicate and broadcast to an Icecast streaming media server. It handles the socket connections, metadata communication, and data streaming for the calling application, and lets developers focus on feature sets instead of implementation details. . This package does not have Theora support. http://www.icecast.org Ted Hess @@ Package: libshout-nossl Version: 2.4.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libvorbisidec +libpthread Conflicts: Menu-Depends: Provides: Build-Variant: nossl Section: libs Category: Libraries Repository: base Title: Shoutcast client library (no ssl/theora) Maintainer: Ted Hess Source: libshout-2.4.3.tar.gz License: LGPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: libshout allows applications to easily communicate and broadcast to an Icecast streaming media server. It handles the socket connections, metadata communication, and data streaming for the calling application, and lets developers focus on feature sets instead of implementation details. . This package does not have OpenSSL or Theora support. http://www.icecast.org Ted Hess @@ Package: libshout-full Version: 2.4.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libvorbisidec +libpthread +libtheora +libopenssl Conflicts: Menu-Depends: Provides: Build-Variant: full Section: libs Category: Libraries Repository: base Title: Shoutcast client library (full) Maintainer: Ted Hess Source: libshout-2.4.3.tar.gz License: LGPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: libshout allows applications to easily communicate and broadcast to an Icecast streaming media server. It handles the socket connections, metadata communication, and data streaming for the calling application, and lets developers focus on feature sets instead of implementation details. http://www.icecast.org Ted Hess @@ Source-Makefile: feeds/packages/libs/libsigar/Makefile Package: libsigar Version: 2017-02-21-a6c61edf8c64e013411e8c9d753165cd03102c6e-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libtirpc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: System Information Gatherer And Reporter Maintainer: Amol Bhave Source: libsigar-2017-02-21-a6c61edf8c64e013411e8c9d753165cd03102c6e.tar.xz License: Apache-2.0 Type: ipkg Description: System Information Gatherer And Reporter https://github.com/boundary/sigar Amol Bhave @@ Source-Makefile: feeds/packages/libs/libsndfile/Makefile Package: libsndfile Version: 2019-04-21-25824cb914fb3b79e18f31fb861e218c84be7d34-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Library for reading/writing audio files Maintainer: Peter Wagner Source: libsndfile-2019-04-21-25824cb914fb3b79e18f31fb861e218c84be7d34.tar.xz License: LGPLv2.1 LicenseFiles: COPYING Type: ipkg Description: libsndfile is a library of C routines for reading and writing files containing sampled audio data. http://www.mega-nerd.com/libsndfile/ Peter Wagner @@ Source-Makefile: feeds/packages/libs/libsoc/Makefile Package: libsoc Version: 2016-12-22-5b788d4d558a78c52e6cfe97325e4564b307a3a0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: SoC Library Maintainer: Yegor Yefremov Source: libsoc-2016-12-22-5b788d4d558a78c52e6cfe97325e4564b307a3a0.tar.xz License: LGPL-2.1 LicenseFiles: LICENCE Type: ipkg Description: libsoc: C library for interfacing with common SoC peripherals through generic kernel interfaces https://github.com/jackmitch/libsoc Yegor Yefremov @@ Source-Makefile: feeds/packages/libs/libsodium/Makefile Package: libsodium Version: 1.0.18-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: P(ortable|ackageable) NaCl-based crypto library Maintainer: Damiano Renfer Source: libsodium-1.0.18.tar.gz License: ISC LicenseFiles: LICENSE Type: ipkg Description: NaCl (pronounced "salt") is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools. Sodium is a portable, cross-compilable, installable, packageable fork of NaCl (based on the latest released upstream version nacl-20110221), with a compatible API. The design choices, particularly in regard to the Curve25519 Diffie-Hellman function, emphasize security (whereas NIST curves emphasize "performance" at the cost of security), and "magic constants" in NaCl/Sodium have clear rationales. The same cannot be said of NIST curves, where the specific origins of certain constants are not described by the standards. And despite the emphasis on higher security, primitives are faster across-the-board than most implementations of the NIST standards. https://github.com/jedisct1/libsodium Damiano Renfer @@ Config: menu "Configuration" depends on PACKAGE_libsodium config LIBSODIUM_MINIMAL bool "Compile only what is required for the high-level API (no aes128ctr), should be fine in most cases." default y endmenu @@ Source-Makefile: feeds/packages/libs/libsoup/Makefile Build-Depends: intltool/host !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: libsoup Version: 2.65.1-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +glib2 +libxml2 +libgnutls +libsqlite3 +libpsl +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libsoup Maintainer: W. Michael Petullo Source: libsoup-2.65.1.tar.xz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: libsoup https://wiki.gnome.org/Projects/libsoup W. Michael Petullo @@ Source-Makefile: feeds/packages/libs/libsoxr/Makefile Package: libsoxr Version: 0.1.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: The SoX Resampler library Maintainer: Ted Hess , Mike Brady Source: soxr-0.1.3-Source.tar.xz License: LGPL-2.1 LicenseFiles: LICENCE Type: ipkg Description: The SoX Resampler library High quality, one-dimensional sample-rate conversion library http://sourceforge.net/projects/soxr/ Ted Hess , Mike Brady @@ Source-Makefile: feeds/packages/libs/libssh/Makefile Package: libssh Version: 0.7.6-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +librt +zlib +libopenssl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: SSH library Maintainer: Mislav Novakovic Source: libssh-0.7.6.tar.xz License: LGPL-2.1-or-later BSD-2-Clause Type: ipkg Description: libssh is a mulitplatform C library implementing the SSHv2 and SSHv1 protocol for client and server implementations. https://www.libssh.org/files/0.7/ Mislav Novakovic @@ Source-Makefile: feeds/packages/libs/libssh2/Makefile Package: libssh2 Version: 1.9.0-2 ABIVersion: 1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +LIBSSH2_MBEDTLS:libmbedtls +LIBSSH2_OPENSSL:libopenssl +zlib Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: SSH2 library Maintainer: Jiri Slachta Source: libssh2-1.9.0.tar.gz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: libssh2 is a client-side C library implementing the SSH2 protocol. https://www.libssh2.org/ Jiri Slachta @@ Config: source "feeds/packages/libs/libssh2/Config.in" @@ Source-Makefile: feeds/packages/libs/libstrophe/Makefile Package: libstrophe Menu: 1 Version: 0.9.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libstrophe-libxml2:libxml2 +libstrophe-expat:libexpat Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: XMPP client library Maintainer: Chih-Wei Chen Source: libstrophe-0.9.2.tar.gz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: A simple, lightweight C library for writing XMPP clients http://strophe.im/libstrophe Chih-Wei Chen @@ Config: source "feeds/packages/libs/libstrophe/Config.in" @@ Source-Makefile: feeds/packages/libs/libtalloc/Makefile Package: libtalloc Version: 2.1.14-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libattr Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Core memory allocator used in Samba Maintainer: Ted Hess Source: talloc-2.1.14.tar.gz License: LGPL-3.0-or-later Type: ipkg Description: talloc is a hierarchical, reference counted memory pool system with destructors. https://talloc.samba.org/talloc/doc/html/index.html Ted Hess @@ Source-Makefile: feeds/packages/libs/libtasn1/Makefile Build-Types: host Package: libtasn1 Version: 4.15.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: An ASN.1 and DER structures manipulation library Maintainer: Nikos Mavrogiannopoulos Source: libtasn1-4.15.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING.LIB Type: ipkg Description: This is a library for Abstract Syntax Notation One (ASN.1) and Distinguish Encoding Rules (DER) manipulation. https://www.gnu.org/software/libtasn1/ Nikos Mavrogiannopoulos @@ Source-Makefile: feeds/packages/libs/libtheora/Makefile Build-Depends: libvorbis Package: libtheora Version: 1.1.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libogg Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libtheora Maintainer: W. Michael Petullo Source: libtheora-1.1.1.tar.bz2 License: BSD-3-Clause LicenseFiles: COPYING LICENSE Type: ipkg Description: Theora is Xiph.Org's first publicly released video codec, intended for use within the Foundation's Ogg multimedia streaming system. Theora is derived directly from On2's VP3 codec; Currently the encoders are nearly identical, but Theora will make use of new features supported by the decoder to improve over what is is possible with VP3. http://xiph.org/theora/ W. Michael Petullo @@ Source-Makefile: feeds/packages/libs/libtins/Makefile Package: libtins Version: 4.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpcap Conflicts: Menu-Depends: Provides: Section: net Category: Libraries Repository: base Title: libtins Maintainer: Steven Hessing Source: libtins-4.0.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE Type: ipkg Description: libtins is a high-level, multiplatform C++ network packet sniffing and crafting library. https://libtins.github.io/ Steven Hessing @@ Source-Makefile: feeds/packages/libs/libtirpc/Makefile Build-Types: host Package: libtirpc Version: 1.2.6-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Library TI RPC for RPC bindings Maintainer: Andy Walsh Source: libtirpc-1.2.6.tar.bz2 License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Library TI RPC for RPC bindings http://libtirpc.sourceforge.net/ Andy Walsh @@ Source-Makefile: feeds/packages/libs/libtorrent/Makefile Package: libtorrent Version: 0.13.8-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libstdcpp +zlib Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Rakshasa's BitTorrent library Maintainer: Rosen Penev Source: libtorrent-0.13.8.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other implementations by transferring directly from file pages to the network stack. On high-bandwidth connections it is able to seed at 3 times the speed of the official client. https://rakshasa.github.io/rtorrent/ Rosen Penev @@ Source-Makefile: feeds/packages/libs/libudev-fbsd/Makefile Package: libudev-fbsd Version: 20171216-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libevdev Conflicts: libudev eudev udev Menu-Depends: Provides: libudev Section: libs Category: Libraries Repository: base Title: small udev shim for FreeBSD/devd (and other non-systemd) Maintainer: Daniel Golle Source: libudev-fbsd-20171216-fa190fdf0b22a41b5f42e3a722f754c08ad7b337.tar.xz License: MIT LicenseFiles: COPYING Type: ipkg Description: small udev shim for FreeBSD/devd (and other non-systemd) https://github.com/jiixyj/libudev-fbsd Daniel Golle @@ Source-Makefile: feeds/packages/libs/libuecc/Makefile Package: libuecc Version: 7-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Very small Elliptic Curve Cryptography library Maintainer: Matthias Schiffer Source: libuecc-7.tar.xz License: BSD-2-Clause LicenseFiles: COPYRIGHT Type: ipkg Description: Very small Elliptic Curve Cryptography library https://github.com/NeoRaider/libuecc/ Matthias Schiffer @@ Source-Makefile: feeds/packages/libs/libugpio/Makefile Package: libugpio Version: 0.0.6-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @GPIO_SUPPORT Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Library for using sysfs gpio interface from C programs Maintainer: Michael Heimpold Source: libugpio-0.0.6.tar.bz2 License: LGPL-2.1-or-later LicenseFiles: COPYING.LESSER Type: ipkg Description: libugpio is a library to ease the use of linux kernel's sysfs gpio interface from C programs and/or other libraries. https://github.com/mhei/libugpio Michael Heimpold @@ Package: gpioctl-sysfs Version: 0.0.6-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libugpio Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Tool for controlling gpio pins Maintainer: Michael Heimpold Source: libugpio-0.0.6.tar.bz2 License: LGPL-2.1-or-later LicenseFiles: COPYING.LESSER Type: ipkg Description: Tool for controlling gpio pins using the sysfs api provided by the kernel. Michael Heimpold @@ Source-Makefile: feeds/packages/libs/libuhttpd/Makefile Package: libuhttpd-nossl Submenu: Networking Version: 2.2.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libubox +liblua Conflicts: libuhttpd-openssl libuhttpd-wolfssl libuhttpd-mbedtls Menu-Depends: Provides: Build-Variant: nossl Section: libs Category: Libraries Repository: base Title: libuhttpd (NO SSL) Maintainer: Jianhui Zhao Source: libuhttpd-2.2.2.tar.xz License: LGPL-2.1 LicenseFiles: LICENSE Type: ipkg Description: libuhttpd (NO SSL) Jianhui Zhao @@ Package: libuhttpd-mbedtls Submenu: Networking Version: 2.2.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libubox +liblua +libustream-mbedtls Conflicts: Menu-Depends: Provides: Build-Variant: mbedtls Section: libs Category: Libraries Repository: base Title: libuhttpd (mbedtls) Maintainer: Jianhui Zhao Source: libuhttpd-2.2.2.tar.xz License: LGPL-2.1 LicenseFiles: LICENSE Type: ipkg Description: libuhttpd (mbedtls) Jianhui Zhao @@ Package: libuhttpd-wolfssl Submenu: Networking Version: 2.2.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libubox +liblua +libustream-wolfssl Conflicts: libuhttpd-mbedtls Menu-Depends: Provides: Build-Variant: wolfssl Section: libs Category: Libraries Repository: base Title: libuhttpd (wolfssl) Maintainer: Jianhui Zhao Source: libuhttpd-2.2.2.tar.xz License: LGPL-2.1 LicenseFiles: LICENSE Type: ipkg Description: libuhttpd (wolfssl) Jianhui Zhao @@ Package: libuhttpd-openssl Submenu: Networking Version: 2.2.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libubox +liblua +libustream-openssl Conflicts: libuhttpd-wolfssl libuhttpd-mbedtls Menu-Depends: Provides: Build-Variant: openssl Section: libs Category: Libraries Repository: base Title: libuhttpd (openssl) Maintainer: Jianhui Zhao Source: libuhttpd-2.2.2.tar.xz License: LGPL-2.1 LicenseFiles: LICENSE Type: ipkg Description: libuhttpd (openssl) Jianhui Zhao @@ Source-Makefile: feeds/packages/libs/libunistring/Makefile Package: libunistring Version: 0.9.10-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libunistring Maintainer: Espen Jürgensen Source: libunistring-0.9.10.tar.xz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. http://www.gnu.org/software/libunistring/ Espen Jürgensen @@ Source-Makefile: feeds/packages/libs/libupm/Makefile Package: libupm Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libjpeg +libmodbus +openzwave +libupm-a110x +libupm-abp +libupm-ad8232 +libupm-adafruitms1438 +libupm-adafruitss +libupm-adc121c021 +libupm-adis16448 +libupm-ads1x15 +libupm-adxl335 +libupm-adxl345 +libupm-adxrs610 +libupm-am2315 +libupm-apa102 +libupm-apds9002 +libupm-apds9930 +libupm-at42qt1070 +libupm-bh1749 +libupm-bh1750 +libupm-bh1792 +libupm-biss0001 +libupm-bma220 +libupm-bma250e +libupm-bmg160 +libupm-bmi160 +libupm-bmm150 +libupm-bmp280 +libupm-bmpx8x +libupm-bmx055 +libupm-bno055 +libupm-button +libupm-buzzer +libupm-cjq4435 +libupm-collision +libupm-cwlsxxa +libupm-dfrec +libupm-dfrorp +libupm-dfrph +libupm-ds1307 +libupm-ds1808lc +libupm-ds18b20 +libupm-ds2413 +libupm-ecezo +libupm-ecs1030 +libupm-ehr +libupm-eldriver +libupm-electromagnet +libupm-emg +libupm-enc03r +libupm-flex +libupm-gas +libupm-gp2y0a +libupm-gprs +libupm-grove +libupm-grovecollision +libupm-groveehr +libupm-groveeldriver +libupm-groveelectromagnet +libupm-groveemg +libupm-grovegprs +libupm-grovegsr +libupm-grovelinefinder +libupm-grovemd +libupm-grovemoisture +libupm-groveo2 +libupm-grovescam +libupm-grovespeaker +libupm-groveultrasonic +libupm-grovevdiv +libupm-grovewater +libupm-grovewfs +libupm-gsr +libupm-guvas12d +libupm-h3lis331dl +libupm-hcsr04 +libupm-hdc1000 +libupm-hdxxvxta +libupm-hka5 +libupm-hlg150h +libupm-hm11 +libupm-hmc5883l +libupm-hmtrp +libupm-hp20x +libupm-ht9170 +libupm-htu21d +libupm-hx711 +libupm-ili9341 +libupm-ims +libupm-ina132 +libupm-interfaces +libupm-isd1820 +libupm-itg3200 +libupm-jhd1313m1 +libupm-joystick12 +libupm-kx122 +libupm-kxcjk1013 +libupm-kxtj3 +libupm-l298 +libupm-l3gd20 +libupm-lcd +libupm-lcdks +libupm-lcm1602 +libupm-ldt0028 +libupm-led +libupm-lidarlitev3 +libupm-light +libupm-linefinder +libupm-lis2ds12 +libupm-lis3dh +libupm-lm35 +libupm-lol +libupm-loudness +libupm-lp8860 +libupm-lpd8806 +libupm-lsm303agr +libupm-lsm303d +libupm-lsm303dlh +libupm-lsm6ds3h +libupm-lsm6dsl +libupm-lsm9ds0 +libupm-m24lr64e +libupm-mag3110 +libupm-max30100 +libupm-max31723 +libupm-max31855 +libupm-max44000 +libupm-max44009 +libupm-max5487 +libupm-maxds3231m +libupm-maxsonarez +libupm-mb704x +libupm-mcp2515 +libupm-mcp9808 +libupm-md +libupm-mg811 +libupm-mhz16 +libupm-mic +libupm-micsv89 +libupm-mlx90614 +libupm-mma7361 +libupm-mma7455 +libupm-mma7660 +libupm-mma8x5x +libupm-mmc35240 +libupm-moisture +libupm-mpl3115a2 +libupm-mpr121 +libupm-mpu9150 +libupm-mq303a +libupm-ms5611 +libupm-ms5803 +libupm-my9221 +libupm-nlgpio16 +libupm-nmea_gps +libupm-nrf24l01 +libupm-nrf8001 +libupm-nunchuck +libupm-o2 +libupm-otp538u +libupm-p9813 +libupm-pca9685 +libupm-pn532 +libupm-ppd42ns +libupm-pulsensor +libupm-relay +libupm-rf22 +libupm-rfr359f +libupm-rgbringcoder +libupm-rhusb +libupm-rn2903 +libupm-rotary +libupm-rotaryencoder +libupm-rpr220 +libupm-rsc +libupm-scam +libupm-sensortemplate +libupm-servo +libupm-sht1x +libupm-si1132 +libupm-si114x +libupm-si7005 +libupm-slide +libupm-sm130 +libupm-smartdrive +libupm-speaker +libupm-ssd1351 +libupm-st7735 +libupm-stepmotor +libupm-sx1276 +libupm-sx6119 +libupm-t6713 +libupm-ta12200 +libupm-tca9548a +libupm-tcs3414cs +libupm-tcs37727 +libupm-teams +libupm-temperature +libupm-tex00 +libupm-th02 +libupm-tm1637 +libupm-tmp006 +libupm-tsl2561 +libupm-ttp223 +libupm-uartat +libupm-uln200xa +libupm-ultrasonic +libupm-urm37 +libupm-utilities +libupm-vdiv +libupm-veml6070 +libupm-water +libupm-waterlevel +libupm-wfs +libupm-wheelencoder +libupm-wt5001 +libupm-xbee +libupm-yg1006 +libupm-zfm20 +libupm-vcap +libupm-t3311 +libupm-hwxpxx +libupm-h803x +libupm-ozw +libupm-curieimu +libupm-a110x-node +libupm-abp-node +libupm-ad8232-node +libupm-adafruitms1438-node +libupm-adafruitss-node +libupm-adc121c021-node +libupm-adis16448-node +libupm-ads1x15-node +libupm-adxl335-node +libupm-adxl345-node +libupm-adxrs610-node +libupm-am2315-node +libupm-apa102-node +libupm-apds9002-node +libupm-apds9930-node +libupm-at42qt1070-node +libupm-bh1749-node +libupm-bh1750-node +libupm-bh1792-node +libupm-biss0001-node +libupm-bma220-node +libupm-bma250e-node +libupm-bmg160-node +libupm-bmi160-node +libupm-bmm150-node +libupm-bmp280-node +libupm-bmpx8x-node +libupm-bmx055-node +libupm-bno055-node +libupm-button-node +libupm-buzzer-node +libupm-cjq4435-node +libupm-collision-node +libupm-cwlsxxa-node +libupm-dfrec-node +libupm-dfrorp-node +libupm-dfrph-node +libupm-ds1307-node +libupm-ds1808lc-node +libupm-ds18b20-node +libupm-ds2413-node +libupm-ecezo-node +libupm-ecs1030-node +libupm-ehr-node +libupm-eldriver-node +libupm-electromagnet-node +libupm-emg-node +libupm-enc03r-node +libupm-flex-node +libupm-gas-node +libupm-gp2y0a-node +libupm-gprs-node +libupm-grove-node +libupm-grovecollision-node +libupm-groveehr-node +libupm-groveeldriver-node +libupm-groveelectromagnet-node +libupm-groveemg-node +libupm-grovegprs-node +libupm-grovegsr-node +libupm-grovelinefinder-node +libupm-grovemd-node +libupm-grovemoisture-node +libupm-groveo2-node +libupm-grovescam-node +libupm-grovespeaker-node +libupm-groveultrasonic-node +libupm-grovevdiv-node +libupm-grovewater-node +libupm-grovewfs-node +libupm-gsr-node +libupm-guvas12d-node +libupm-h3lis331dl-node +libupm-hcsr04-node +libupm-hdc1000-node +libupm-hdxxvxta-node +libupm-hka5-node +libupm-hlg150h-node +libupm-hm11-node +libupm-hmc5883l-node +libupm-hmtrp-node +libupm-hp20x-node +libupm-ht9170-node +libupm-htu21d-node +libupm-hx711-node +libupm-ili9341-node +libupm-ims-node +libupm-ina132-node +libupm-interfaces-node +libupm-isd1820-node +libupm-itg3200-node +libupm-jhd1313m1-node +libupm-joystick12-node +libupm-kx122-node +libupm-kxcjk1013-node +libupm-kxtj3-node +libupm-l298-node +libupm-l3gd20-node +libupm-lcd-node +libupm-lcdks-node +libupm-lcm1602-node +libupm-ldt0028-node +libupm-led-node +libupm-lidarlitev3-node +libupm-light-node +libupm-linefinder-node +libupm-lis2ds12-node +libupm-lis3dh-node +libupm-lm35-node +libupm-lol-node +libupm-loudness-node +libupm-lp8860-node +libupm-lpd8806-node +libupm-lsm303agr-node +libupm-lsm303d-node +libupm-lsm303dlh-node +libupm-lsm6ds3h-node +libupm-lsm6dsl-node +libupm-lsm9ds0-node +libupm-m24lr64e-node +libupm-mag3110-node +libupm-max30100-node +libupm-max31723-node +libupm-max31855-node +libupm-max44000-node +libupm-max44009-node +libupm-max5487-node +libupm-maxds3231m-node +libupm-maxsonarez-node +libupm-mb704x-node +libupm-mcp2515-node +libupm-mcp9808-node +libupm-md-node +libupm-mg811-node +libupm-mhz16-node +libupm-mic-node +libupm-micsv89-node +libupm-mlx90614-node +libupm-mma7361-node +libupm-mma7455-node +libupm-mma7660-node +libupm-mma8x5x-node +libupm-mmc35240-node +libupm-moisture-node +libupm-mpl3115a2-node +libupm-mpr121-node +libupm-mpu9150-node +libupm-mq303a-node +libupm-ms5611-node +libupm-ms5803-node +libupm-my9221-node +libupm-nlgpio16-node +libupm-nmea_gps-node +libupm-nrf24l01-node +libupm-nrf8001-node +libupm-nunchuck-node +libupm-o2-node +libupm-otp538u-node +libupm-p9813-node +libupm-pca9685-node +libupm-pn532-node +libupm-ppd42ns-node +libupm-pulsensor-node +libupm-relay-node +libupm-rf22-node +libupm-rfr359f-node +libupm-rgbringcoder-node +libupm-rhusb-node +libupm-rn2903-node +libupm-rotary-node +libupm-rotaryencoder-node +libupm-rpr220-node +libupm-rsc-node +libupm-scam-node +libupm-sensortemplate-node +libupm-servo-node +libupm-sht1x-node +libupm-si1132-node +libupm-si114x-node +libupm-si7005-node +libupm-slide-node +libupm-sm130-node +libupm-smartdrive-node +libupm-speaker-node +libupm-ssd1351-node +libupm-st7735-node +libupm-stepmotor-node +libupm-sx1276-node +libupm-sx6119-node +libupm-t6713-node +libupm-ta12200-node +libupm-tca9548a-node +libupm-tcs3414cs-node +libupm-tcs37727-node +libupm-teams-node +libupm-temperature-node +libupm-tex00-node +libupm-th02-node +libupm-tm1637-node +libupm-tmp006-node +libupm-tsl2561-node +libupm-ttp223-node +libupm-uartat-node +libupm-uln200xa-node +libupm-ultrasonic-node +libupm-urm37-node +libupm-utilities-node +libupm-vdiv-node +libupm-veml6070-node +libupm-water-node +libupm-waterlevel-node +libupm-wfs-node +libupm-wheelencoder-node +libupm-wt5001-node +libupm-xbee-node +libupm-yg1006-node +libupm-zfm20-node +libupm-vcap-node +libupm-t3311-node +libupm-hwxpxx-node +libupm-h803x-node +libupm-ozw-node +libupm-curieimu-node +libupm-a110x-python +libupm-abp-python +libupm-ad8232-python +libupm-adafruitms1438-python +libupm-adafruitss-python +libupm-adc121c021-python +libupm-adis16448-python +libupm-ads1x15-python +libupm-adxl335-python +libupm-adxl345-python +libupm-adxrs610-python +libupm-am2315-python +libupm-apa102-python +libupm-apds9002-python +libupm-apds9930-python +libupm-at42qt1070-python +libupm-bh1749-python +libupm-bh1750-python +libupm-bh1792-python +libupm-biss0001-python +libupm-bma220-python +libupm-bma250e-python +libupm-bmg160-python +libupm-bmi160-python +libupm-bmm150-python +libupm-bmp280-python +libupm-bmpx8x-python +libupm-bmx055-python +libupm-bno055-python +libupm-button-python +libupm-buzzer-python +libupm-cjq4435-python +libupm-collision-python +libupm-cwlsxxa-python +libupm-dfrec-python +libupm-dfrorp-python +libupm-dfrph-python +libupm-ds1307-python +libupm-ds1808lc-python +libupm-ds18b20-python +libupm-ds2413-python +libupm-ecezo-python +libupm-ecs1030-python +libupm-ehr-python +libupm-eldriver-python +libupm-electromagnet-python +libupm-emg-python +libupm-enc03r-python +libupm-flex-python +libupm-gas-python +libupm-gp2y0a-python +libupm-gprs-python +libupm-grove-python +libupm-grovecollision-python +libupm-groveehr-python +libupm-groveeldriver-python +libupm-groveelectromagnet-python +libupm-groveemg-python +libupm-grovegprs-python +libupm-grovegsr-python +libupm-grovelinefinder-python +libupm-grovemd-python +libupm-grovemoisture-python +libupm-groveo2-python +libupm-grovescam-python +libupm-grovespeaker-python +libupm-groveultrasonic-python +libupm-grovevdiv-python +libupm-grovewater-python +libupm-grovewfs-python +libupm-gsr-python +libupm-guvas12d-python +libupm-h3lis331dl-python +libupm-hcsr04-python +libupm-hdc1000-python +libupm-hdxxvxta-python +libupm-hka5-python +libupm-hlg150h-python +libupm-hm11-python +libupm-hmc5883l-python +libupm-hmtrp-python +libupm-hp20x-python +libupm-ht9170-python +libupm-htu21d-python +libupm-hx711-python +libupm-ili9341-python +libupm-ims-python +libupm-ina132-python +libupm-interfaces-python +libupm-isd1820-python +libupm-itg3200-python +libupm-jhd1313m1-python +libupm-joystick12-python +libupm-kx122-python +libupm-kxcjk1013-python +libupm-kxtj3-python +libupm-l298-python +libupm-l3gd20-python +libupm-lcd-python +libupm-lcdks-python +libupm-lcm1602-python +libupm-ldt0028-python +libupm-led-python +libupm-lidarlitev3-python +libupm-light-python +libupm-linefinder-python +libupm-lis2ds12-python +libupm-lis3dh-python +libupm-lm35-python +libupm-lol-python +libupm-loudness-python +libupm-lp8860-python +libupm-lpd8806-python +libupm-lsm303agr-python +libupm-lsm303d-python +libupm-lsm303dlh-python +libupm-lsm6ds3h-python +libupm-lsm6dsl-python +libupm-lsm9ds0-python +libupm-m24lr64e-python +libupm-mag3110-python +libupm-max30100-python +libupm-max31723-python +libupm-max31855-python +libupm-max44000-python +libupm-max44009-python +libupm-max5487-python +libupm-maxds3231m-python +libupm-maxsonarez-python +libupm-mb704x-python +libupm-mcp2515-python +libupm-mcp9808-python +libupm-md-python +libupm-mg811-python +libupm-mhz16-python +libupm-mic-python +libupm-micsv89-python +libupm-mlx90614-python +libupm-mma7361-python +libupm-mma7455-python +libupm-mma7660-python +libupm-mma8x5x-python +libupm-mmc35240-python +libupm-moisture-python +libupm-mpl3115a2-python +libupm-mpr121-python +libupm-mpu9150-python +libupm-mq303a-python +libupm-ms5611-python +libupm-ms5803-python +libupm-my9221-python +libupm-nlgpio16-python +libupm-nmea_gps-python +libupm-nrf24l01-python +libupm-nrf8001-python +libupm-nunchuck-python +libupm-o2-python +libupm-otp538u-python +libupm-p9813-python +libupm-pca9685-python +libupm-pn532-python +libupm-ppd42ns-python +libupm-pulsensor-python +libupm-relay-python +libupm-rf22-python +libupm-rfr359f-python +libupm-rgbringcoder-python +libupm-rhusb-python +libupm-rn2903-python +libupm-rotary-python +libupm-rotaryencoder-python +libupm-rpr220-python +libupm-rsc-python +libupm-scam-python +libupm-sensortemplate-python +libupm-servo-python +libupm-sht1x-python +libupm-si1132-python +libupm-si114x-python +libupm-si7005-python +libupm-slide-python +libupm-sm130-python +libupm-smartdrive-python +libupm-speaker-python +libupm-ssd1351-python +libupm-st7735-python +libupm-stepmotor-python +libupm-sx1276-python +libupm-sx6119-python +libupm-t6713-python +libupm-ta12200-python +libupm-tca9548a-python +libupm-tcs3414cs-python +libupm-tcs37727-python +libupm-teams-python +libupm-temperature-python +libupm-tex00-python +libupm-th02-python +libupm-tm1637-python +libupm-tmp006-python +libupm-tsl2561-python +libupm-ttp223-python +libupm-uartat-python +libupm-uln200xa-python +libupm-ultrasonic-python +libupm-urm37-python +libupm-utilities-python +libupm-vdiv-python +libupm-veml6070-python +libupm-water-python +libupm-waterlevel-python +libupm-wfs-python +libupm-wheelencoder-python +libupm-wt5001-python +libupm-xbee-python +libupm-yg1006-python +libupm-zfm20-python +libupm-vcap-python +libupm-t3311-python +libupm-hwxpxx-python +libupm-h803x-python +libupm-ozw-python +libupm-curieimu-python +libupm-a110x-python3 +libupm-abp-python3 +libupm-ad8232-python3 +libupm-adafruitms1438-python3 +libupm-adafruitss-python3 +libupm-adc121c021-python3 +libupm-adis16448-python3 +libupm-ads1x15-python3 +libupm-adxl335-python3 +libupm-adxl345-python3 +libupm-adxrs610-python3 +libupm-am2315-python3 +libupm-apa102-python3 +libupm-apds9002-python3 +libupm-apds9930-python3 +libupm-at42qt1070-python3 +libupm-bh1749-python3 +libupm-bh1750-python3 +libupm-bh1792-python3 +libupm-biss0001-python3 +libupm-bma220-python3 +libupm-bma250e-python3 +libupm-bmg160-python3 +libupm-bmi160-python3 +libupm-bmm150-python3 +libupm-bmp280-python3 +libupm-bmpx8x-python3 +libupm-bmx055-python3 +libupm-bno055-python3 +libupm-button-python3 +libupm-buzzer-python3 +libupm-cjq4435-python3 +libupm-collision-python3 +libupm-cwlsxxa-python3 +libupm-dfrec-python3 +libupm-dfrorp-python3 +libupm-dfrph-python3 +libupm-ds1307-python3 +libupm-ds1808lc-python3 +libupm-ds18b20-python3 +libupm-ds2413-python3 +libupm-ecezo-python3 +libupm-ecs1030-python3 +libupm-ehr-python3 +libupm-eldriver-python3 +libupm-electromagnet-python3 +libupm-emg-python3 +libupm-enc03r-python3 +libupm-flex-python3 +libupm-gas-python3 +libupm-gp2y0a-python3 +libupm-gprs-python3 +libupm-grove-python3 +libupm-grovecollision-python3 +libupm-groveehr-python3 +libupm-groveeldriver-python3 +libupm-groveelectromagnet-python3 +libupm-groveemg-python3 +libupm-grovegprs-python3 +libupm-grovegsr-python3 +libupm-grovelinefinder-python3 +libupm-grovemd-python3 +libupm-grovemoisture-python3 +libupm-groveo2-python3 +libupm-grovescam-python3 +libupm-grovespeaker-python3 +libupm-groveultrasonic-python3 +libupm-grovevdiv-python3 +libupm-grovewater-python3 +libupm-grovewfs-python3 +libupm-gsr-python3 +libupm-guvas12d-python3 +libupm-h3lis331dl-python3 +libupm-hcsr04-python3 +libupm-hdc1000-python3 +libupm-hdxxvxta-python3 +libupm-hka5-python3 +libupm-hlg150h-python3 +libupm-hm11-python3 +libupm-hmc5883l-python3 +libupm-hmtrp-python3 +libupm-hp20x-python3 +libupm-ht9170-python3 +libupm-htu21d-python3 +libupm-hx711-python3 +libupm-ili9341-python3 +libupm-ims-python3 +libupm-ina132-python3 +libupm-interfaces-python3 +libupm-isd1820-python3 +libupm-itg3200-python3 +libupm-jhd1313m1-python3 +libupm-joystick12-python3 +libupm-kx122-python3 +libupm-kxcjk1013-python3 +libupm-kxtj3-python3 +libupm-l298-python3 +libupm-l3gd20-python3 +libupm-lcd-python3 +libupm-lcdks-python3 +libupm-lcm1602-python3 +libupm-ldt0028-python3 +libupm-led-python3 +libupm-lidarlitev3-python3 +libupm-light-python3 +libupm-linefinder-python3 +libupm-lis2ds12-python3 +libupm-lis3dh-python3 +libupm-lm35-python3 +libupm-lol-python3 +libupm-loudness-python3 +libupm-lp8860-python3 +libupm-lpd8806-python3 +libupm-lsm303agr-python3 +libupm-lsm303d-python3 +libupm-lsm303dlh-python3 +libupm-lsm6ds3h-python3 +libupm-lsm6dsl-python3 +libupm-lsm9ds0-python3 +libupm-m24lr64e-python3 +libupm-mag3110-python3 +libupm-max30100-python3 +libupm-max31723-python3 +libupm-max31855-python3 +libupm-max44000-python3 +libupm-max44009-python3 +libupm-max5487-python3 +libupm-maxds3231m-python3 +libupm-maxsonarez-python3 +libupm-mb704x-python3 +libupm-mcp2515-python3 +libupm-mcp9808-python3 +libupm-md-python3 +libupm-mg811-python3 +libupm-mhz16-python3 +libupm-mic-python3 +libupm-micsv89-python3 +libupm-mlx90614-python3 +libupm-mma7361-python3 +libupm-mma7455-python3 +libupm-mma7660-python3 +libupm-mma8x5x-python3 +libupm-mmc35240-python3 +libupm-moisture-python3 +libupm-mpl3115a2-python3 +libupm-mpr121-python3 +libupm-mpu9150-python3 +libupm-mq303a-python3 +libupm-ms5611-python3 +libupm-ms5803-python3 +libupm-my9221-python3 +libupm-nlgpio16-python3 +libupm-nmea_gps-python3 +libupm-nrf24l01-python3 +libupm-nrf8001-python3 +libupm-nunchuck-python3 +libupm-o2-python3 +libupm-otp538u-python3 +libupm-p9813-python3 +libupm-pca9685-python3 +libupm-pn532-python3 +libupm-ppd42ns-python3 +libupm-pulsensor-python3 +libupm-relay-python3 +libupm-rf22-python3 +libupm-rfr359f-python3 +libupm-rgbringcoder-python3 +libupm-rhusb-python3 +libupm-rn2903-python3 +libupm-rotary-python3 +libupm-rotaryencoder-python3 +libupm-rpr220-python3 +libupm-rsc-python3 +libupm-scam-python3 +libupm-sensortemplate-python3 +libupm-servo-python3 +libupm-sht1x-python3 +libupm-si1132-python3 +libupm-si114x-python3 +libupm-si7005-python3 +libupm-slide-python3 +libupm-sm130-python3 +libupm-smartdrive-python3 +libupm-speaker-python3 +libupm-ssd1351-python3 +libupm-st7735-python3 +libupm-stepmotor-python3 +libupm-sx1276-python3 +libupm-sx6119-python3 +libupm-t6713-python3 +libupm-ta12200-python3 +libupm-tca9548a-python3 +libupm-tcs3414cs-python3 +libupm-tcs37727-python3 +libupm-teams-python3 +libupm-temperature-python3 +libupm-tex00-python3 +libupm-th02-python3 +libupm-tm1637-python3 +libupm-tmp006-python3 +libupm-tsl2561-python3 +libupm-ttp223-python3 +libupm-uartat-python3 +libupm-uln200xa-python3 +libupm-ultrasonic-python3 +libupm-urm37-python3 +libupm-utilities-python3 +libupm-vdiv-python3 +libupm-veml6070-python3 +libupm-water-python3 +libupm-waterlevel-python3 +libupm-wfs-python3 +libupm-wheelencoder-python3 +libupm-wt5001-python3 +libupm-xbee-python3 +libupm-yg1006-python3 +libupm-zfm20-python3 +libupm-vcap-python3 +libupm-t3311-python3 +libupm-hwxpxx-python3 +libupm-h803x-python3 +libupm-ozw-python3 +libupm-curieimu-python3 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Intel IoT sensor library - Full Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sensor libraries https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-a110x Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: a110x C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains a110x sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-a110x-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-a110x +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: a110x Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains a110x sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-a110x-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-a110x +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: a110x Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains a110x sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-a110x-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-a110x +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: a110x Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains a110x sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-abp Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: abp C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains abp sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-abp-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-abp +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: abp Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains abp sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-abp-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-abp +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: abp Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains abp sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-abp-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-abp +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: abp Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains abp sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ad8232 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ad8232 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ad8232 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ad8232-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ad8232 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ad8232 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ad8232 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ad8232-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ad8232 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ad8232 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ad8232 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ad8232-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ad8232 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ad8232 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ad8232 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adafruitms1438 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-pca9685 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adafruitms1438 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adafruitms1438 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adafruitms1438-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-pca9685 +libupm-adafruitms1438 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adafruitms1438 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adafruitms1438 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adafruitms1438-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-pca9685 +libupm-adafruitms1438 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adafruitms1438 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adafruitms1438 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adafruitms1438-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-pca9685 +libupm-adafruitms1438 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adafruitms1438 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adafruitms1438 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adafruitss Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adafruitss C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adafruitss sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adafruitss-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-adafruitss +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adafruitss Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adafruitss sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adafruitss-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-adafruitss +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adafruitss Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adafruitss sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adafruitss-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-adafruitss +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adafruitss Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adafruitss sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adc121c021 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adc121c021 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adc121c021 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adc121c021-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-adc121c021 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adc121c021 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adc121c021 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adc121c021-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-adc121c021 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adc121c021 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adc121c021 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adc121c021-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-adc121c021 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adc121c021 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adc121c021 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adis16448 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adis16448 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adis16448 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adis16448-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-adis16448 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adis16448 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adis16448 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adis16448-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-adis16448 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adis16448 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adis16448 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adis16448-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-adis16448 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adis16448 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adis16448 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ads1x15 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ads1x15 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ads1x15 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ads1x15-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-ads1x15 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ads1x15 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ads1x15 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ads1x15-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-ads1x15 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ads1x15 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ads1x15 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ads1x15-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-ads1x15 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ads1x15 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ads1x15 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adxl335 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adxl335 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxl335 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adxl335-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-adxl335 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adxl335 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxl335 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adxl335-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-adxl335 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adxl335 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxl335 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adxl335-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-adxl335 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adxl335 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxl335 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adxl345 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adxl345 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxl345 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adxl345-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-adxl345 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adxl345 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxl345 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adxl345-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-adxl345 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adxl345 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxl345 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adxl345-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-adxl345 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adxl345 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxl345 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adxrs610 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adxrs610 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxrs610 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adxrs610-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-adxrs610 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adxrs610 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxrs610 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adxrs610-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-adxrs610 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adxrs610 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxrs610 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-adxrs610-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-adxrs610 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: adxrs610 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxrs610 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-am2315 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: am2315 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains am2315 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-am2315-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-am2315 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: am2315 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains am2315 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-am2315-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-am2315 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: am2315 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains am2315 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-am2315-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-am2315 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: am2315 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains am2315 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-apa102 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: apa102 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apa102 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-apa102-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-apa102 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: apa102 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apa102 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-apa102-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-apa102 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: apa102 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apa102 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-apa102-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-apa102 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: apa102 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apa102 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-apds9002 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: apds9002 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apds9002 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-apds9002-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-apds9002 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: apds9002 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apds9002 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-apds9002-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-apds9002 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: apds9002 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apds9002 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-apds9002-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-apds9002 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: apds9002 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apds9002 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-apds9930 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: apds9930 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apds9930 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-apds9930-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-apds9930 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: apds9930 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apds9930 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-apds9930-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-apds9930 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: apds9930 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apds9930 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-apds9930-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-apds9930 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: apds9930 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apds9930 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-at42qt1070 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: at42qt1070 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains at42qt1070 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-at42qt1070-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-at42qt1070 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: at42qt1070 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains at42qt1070 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-at42qt1070-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-at42qt1070 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: at42qt1070 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains at42qt1070 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-at42qt1070-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-at42qt1070 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: at42qt1070 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains at42qt1070 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bh1749 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bh1749 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1749 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bh1749-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-bh1749 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bh1749 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1749 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bh1749-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-bh1749 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bh1749 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1749 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bh1749-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-bh1749 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bh1749 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1749 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bh1750 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bh1750 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1750 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bh1750-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-utilities +libupm-bh1750 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bh1750 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1750 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bh1750-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-utilities +libupm-bh1750 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bh1750 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1750 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bh1750-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-utilities +libupm-bh1750 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bh1750 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1750 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bh1792 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bh1792 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1792 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bh1792-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-bh1792 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bh1792 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1792 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bh1792-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-bh1792 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bh1792 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1792 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bh1792-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-bh1792 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bh1792 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1792 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-biss0001 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: biss0001 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains biss0001 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-biss0001-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-biss0001 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: biss0001 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains biss0001 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-biss0001-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-biss0001 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: biss0001 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains biss0001 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-biss0001-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-biss0001 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: biss0001 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains biss0001 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bma220 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bma220 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bma220 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bma220-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-bma220 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bma220 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bma220 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bma220-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-bma220 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bma220 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bma220 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bma220-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-bma220 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bma220 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bma220 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bma250e Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bma250e C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bma250e sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bma250e-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-bma250e +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bma250e Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bma250e sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bma250e-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-bma250e +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bma250e Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bma250e sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bma250e-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-bma250e +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bma250e Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bma250e sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmg160 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmg160 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmg160 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmg160-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-bmg160 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmg160 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmg160 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmg160-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-bmg160 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmg160 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmg160 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmg160-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-bmg160 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmg160 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmg160 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmi160 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmi160 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmi160 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmi160-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-bmi160 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmi160 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmi160 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmi160-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-bmi160 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmi160 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmi160 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmi160-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-bmi160 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmi160 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmi160 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmm150 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmm150 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmm150 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmm150-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-bmm150 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmm150 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmm150 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmm150-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-bmm150 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmm150 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmm150 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmm150-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-bmm150 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmm150 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmm150 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmp280 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmp280 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmp280 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmp280-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-utilities +libupm-bmp280 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmp280 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmp280 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmp280-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-utilities +libupm-bmp280 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmp280 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmp280 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmp280-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-utilities +libupm-bmp280 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmp280 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmp280 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmpx8x Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmpx8x C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmpx8x sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmpx8x-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-utilities +libupm-bmpx8x +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmpx8x Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmpx8x sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmpx8x-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-utilities +libupm-bmpx8x +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmpx8x Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmpx8x sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmpx8x-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-utilities +libupm-bmpx8x +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmpx8x Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmpx8x sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmx055 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-bma250e +libupm-bmg160 +libupm-bmm150 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmx055 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmx055 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmx055-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-bma250e +libupm-bmg160 +libupm-bmm150 +libupm-bmx055 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmx055 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmx055 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmx055-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-bma250e +libupm-bmg160 +libupm-bmm150 +libupm-bmx055 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmx055 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmx055 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bmx055-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-bma250e +libupm-bmg160 +libupm-bmm150 +libupm-bmx055 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bmx055 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmx055 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bno055 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bno055 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bno055 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bno055-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-bno055 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bno055 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bno055 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bno055-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-bno055 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bno055 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bno055 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-bno055-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-bno055 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bno055 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bno055 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-button Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: button C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains button sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-button-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-button +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: button Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains button sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-button-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-button +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: button Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains button sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-button-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-button +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: button Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains button sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-buzzer Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: buzzer C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains buzzer sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-buzzer-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-buzzer +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: buzzer Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains buzzer sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-buzzer-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-buzzer +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: buzzer Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains buzzer sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-buzzer-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-buzzer +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: buzzer Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains buzzer sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-cjq4435 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: cjq4435 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains cjq4435 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-cjq4435-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-cjq4435 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: cjq4435 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains cjq4435 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-cjq4435-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-cjq4435 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: cjq4435 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains cjq4435 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-cjq4435-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-cjq4435 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: cjq4435 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains cjq4435 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-collision Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: collision C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains collision sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-collision-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-collision +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: collision Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains collision sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-collision-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-collision +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: collision Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains collision sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-collision-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-collision +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: collision Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains collision sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-cwlsxxa Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: cwlsxxa C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains cwlsxxa sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-cwlsxxa-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-cwlsxxa +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: cwlsxxa Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains cwlsxxa sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-cwlsxxa-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-cwlsxxa +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: cwlsxxa Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains cwlsxxa sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-cwlsxxa-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-cwlsxxa +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: cwlsxxa Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains cwlsxxa sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-dfrec Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-ds18b20 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: dfrec C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrec sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-dfrec-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-ds18b20 +libupm-dfrec +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: dfrec Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrec sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-dfrec-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-ds18b20 +libupm-dfrec +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: dfrec Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrec sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-dfrec-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-ds18b20 +libupm-dfrec +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: dfrec Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrec sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-dfrorp Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: dfrorp C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrorp sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-dfrorp-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-dfrorp +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: dfrorp Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrorp sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-dfrorp-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-dfrorp +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: dfrorp Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrorp sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-dfrorp-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-dfrorp +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: dfrorp Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrorp sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-dfrph Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: dfrph C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrph sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-dfrph-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-dfrph +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: dfrph Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrph sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-dfrph-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-dfrph +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: dfrph Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrph sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-dfrph-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-dfrph +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: dfrph Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrph sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ds1307 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ds1307 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds1307 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ds1307-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ds1307 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ds1307 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds1307 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ds1307-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ds1307 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ds1307 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds1307 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ds1307-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ds1307 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ds1307 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds1307 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ds1808lc Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ds1808lc C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds1808lc sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ds1808lc-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-ds1808lc +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ds1808lc Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds1808lc sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ds1808lc-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-ds1808lc +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ds1808lc Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds1808lc sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ds1808lc-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-ds1808lc +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ds1808lc Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds1808lc sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ds18b20 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ds18b20 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds18b20 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ds18b20-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-ds18b20 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ds18b20 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds18b20 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ds18b20-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-ds18b20 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ds18b20 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds18b20 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ds18b20-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-ds18b20 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ds18b20 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds18b20 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ds2413 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ds2413 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds2413 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ds2413-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ds2413 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ds2413 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds2413 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ds2413-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ds2413 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ds2413 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds2413 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ds2413-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ds2413 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ds2413 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds2413 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ecezo Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ecezo C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ecezo sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ecezo-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-ecezo +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ecezo Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ecezo sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ecezo-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-ecezo +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ecezo Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ecezo sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ecezo-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-ecezo +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ecezo Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ecezo sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ecs1030 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ecs1030 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ecs1030 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ecs1030-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ecs1030 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ecs1030 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ecs1030 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ecs1030-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ecs1030 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ecs1030 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ecs1030 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ecs1030-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ecs1030 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ecs1030 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ecs1030 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ehr Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ehr C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ehr sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ehr-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ehr +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ehr Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ehr sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ehr-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ehr +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ehr Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ehr sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ehr-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ehr +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ehr Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ehr sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-eldriver Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: eldriver C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains eldriver sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-eldriver-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-eldriver +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: eldriver Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains eldriver sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-eldriver-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-eldriver +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: eldriver Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains eldriver sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-eldriver-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-eldriver +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: eldriver Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains eldriver sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-electromagnet Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: electromagnet C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains electromagnet sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-electromagnet-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-electromagnet +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: electromagnet Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains electromagnet sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-electromagnet-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-electromagnet +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: electromagnet Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains electromagnet sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-electromagnet-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-electromagnet +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: electromagnet Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains electromagnet sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-emg Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: emg C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains emg sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-emg-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-emg +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: emg Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains emg sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-emg-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-emg +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: emg Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains emg sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-emg-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-emg +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: emg Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains emg sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-enc03r Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: enc03r C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains enc03r sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-enc03r-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-enc03r +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: enc03r Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains enc03r sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-enc03r-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-enc03r +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: enc03r Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains enc03r sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-enc03r-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-enc03r +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: enc03r Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains enc03r sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-flex Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: flex C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains flex sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-flex-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-flex +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: flex Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains flex sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-flex-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-flex +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: flex Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains flex sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-flex-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-flex +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: flex Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains flex sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-gas Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: gas C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gas sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-gas-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-gas +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: gas Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gas sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-gas-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-gas +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: gas Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gas sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-gas-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-gas +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: gas Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gas sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-gp2y0a Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: gp2y0a C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gp2y0a sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-gp2y0a-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-gp2y0a +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: gp2y0a Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gp2y0a sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-gp2y0a-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-gp2y0a +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: gp2y0a Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gp2y0a sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-gp2y0a-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-gp2y0a +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: gp2y0a Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gp2y0a sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-gprs Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: gprs C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gprs sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-gprs-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-gprs +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: gprs Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gprs sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-gprs-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-gprs +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: gprs Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gprs sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-gprs-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-gprs +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: gprs Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gprs sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grove Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grove C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grove sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grove-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grove +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grove Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grove sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grove-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grove +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grove Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grove sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grove-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grove +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grove Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grove sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovecollision Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovecollision C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovecollision sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovecollision-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovecollision +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovecollision Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovecollision sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovecollision-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovecollision +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovecollision Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovecollision sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovecollision-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovecollision +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovecollision Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovecollision sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveehr Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveehr C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveehr sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveehr-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-groveehr +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveehr Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveehr sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveehr-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-groveehr +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveehr Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveehr sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveehr-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-groveehr +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveehr Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveehr sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveeldriver Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveeldriver C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveeldriver sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveeldriver-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-groveeldriver +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveeldriver Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveeldriver sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveeldriver-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-groveeldriver +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveeldriver Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveeldriver sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveeldriver-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-groveeldriver +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveeldriver Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveeldriver sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveelectromagnet Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveelectromagnet C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveelectromagnet sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveelectromagnet-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-groveelectromagnet +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveelectromagnet Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveelectromagnet sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveelectromagnet-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-groveelectromagnet +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveelectromagnet Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveelectromagnet sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveelectromagnet-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-groveelectromagnet +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveelectromagnet Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveelectromagnet sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveemg Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveemg C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveemg sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveemg-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-groveemg +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveemg Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveemg sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveemg-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-groveemg +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveemg Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveemg sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveemg-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-groveemg +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveemg Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveemg sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovegprs Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovegprs C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovegprs sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovegprs-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovegprs +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovegprs Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovegprs sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovegprs-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovegprs +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovegprs Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovegprs sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovegprs-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovegprs +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovegprs Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovegprs sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovegsr Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovegsr C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovegsr sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovegsr-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovegsr +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovegsr Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovegsr sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovegsr-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovegsr +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovegsr Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovegsr sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovegsr-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovegsr +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovegsr Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovegsr sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovelinefinder Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovelinefinder C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovelinefinder sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovelinefinder-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovelinefinder +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovelinefinder Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovelinefinder sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovelinefinder-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovelinefinder +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovelinefinder Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovelinefinder sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovelinefinder-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovelinefinder +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovelinefinder Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovelinefinder sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovemd Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovemd C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovemd sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovemd-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovemd +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovemd Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovemd sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovemd-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovemd +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovemd Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovemd sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovemd-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovemd +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovemd Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovemd sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovemoisture Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovemoisture C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovemoisture sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovemoisture-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovemoisture +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovemoisture Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovemoisture sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovemoisture-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovemoisture +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovemoisture Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovemoisture sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovemoisture-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovemoisture +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovemoisture Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovemoisture sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveo2 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveo2 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveo2 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveo2-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-groveo2 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveo2 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveo2 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveo2-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-groveo2 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveo2 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveo2 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveo2-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-groveo2 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveo2 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveo2 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovescam Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovescam C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovescam sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovescam-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovescam +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovescam Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovescam sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovescam-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovescam +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovescam Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovescam sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovescam-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovescam +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovescam Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovescam sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovespeaker Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovespeaker C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovespeaker sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovespeaker-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovespeaker +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovespeaker Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovespeaker sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovespeaker-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovespeaker +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovespeaker Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovespeaker sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovespeaker-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovespeaker +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovespeaker Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovespeaker sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveultrasonic Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveultrasonic C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveultrasonic sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveultrasonic-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-groveultrasonic +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveultrasonic Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveultrasonic sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveultrasonic-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-groveultrasonic +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveultrasonic Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveultrasonic sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-groveultrasonic-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-groveultrasonic +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: groveultrasonic Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveultrasonic sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovevdiv Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovevdiv C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovevdiv sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovevdiv-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovevdiv +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovevdiv Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovevdiv sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovevdiv-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovevdiv +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovevdiv Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovevdiv sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovevdiv-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovevdiv +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovevdiv Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovevdiv sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovewater Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovewater C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovewater sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovewater-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovewater +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovewater Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovewater sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovewater-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovewater +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovewater Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovewater sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovewater-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovewater +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovewater Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovewater sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovewfs Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovewfs C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovewfs sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovewfs-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovewfs +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovewfs Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovewfs sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovewfs-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovewfs +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovewfs Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovewfs sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-grovewfs-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-grovewfs +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: grovewfs Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovewfs sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-gsr Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: gsr C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gsr sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-gsr-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-gsr +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: gsr Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gsr sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-gsr-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-gsr +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: gsr Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gsr sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-gsr-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-gsr +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: gsr Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gsr sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-guvas12d Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: guvas12d C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains guvas12d sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-guvas12d-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-guvas12d +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: guvas12d Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains guvas12d sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-guvas12d-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-guvas12d +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: guvas12d Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains guvas12d sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-guvas12d-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-guvas12d +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: guvas12d Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains guvas12d sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-h3lis331dl Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: h3lis331dl C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains h3lis331dl sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-h3lis331dl-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-h3lis331dl +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: h3lis331dl Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains h3lis331dl sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-h3lis331dl-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-h3lis331dl +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: h3lis331dl Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains h3lis331dl sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-h3lis331dl-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-h3lis331dl +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: h3lis331dl Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains h3lis331dl sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hcsr04 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hcsr04 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hcsr04 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hcsr04-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-hcsr04 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hcsr04 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hcsr04 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hcsr04-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-hcsr04 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hcsr04 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hcsr04 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hcsr04-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-hcsr04 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hcsr04 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hcsr04 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hdc1000 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hdc1000 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hdc1000 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hdc1000-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-hdc1000 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hdc1000 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hdc1000 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hdc1000-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-hdc1000 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hdc1000 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hdc1000 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hdc1000-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-hdc1000 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hdc1000 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hdc1000 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hdxxvxta Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hdxxvxta C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hdxxvxta sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hdxxvxta-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-hdxxvxta +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hdxxvxta Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hdxxvxta sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hdxxvxta-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-hdxxvxta +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hdxxvxta Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hdxxvxta sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hdxxvxta-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-hdxxvxta +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hdxxvxta Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hdxxvxta sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hka5 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hka5 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hka5 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hka5-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-hka5 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hka5 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hka5 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hka5-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-hka5 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hka5 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hka5 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hka5-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-hka5 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hka5 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hka5 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hlg150h Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hlg150h C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hlg150h sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hlg150h-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-hlg150h +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hlg150h Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hlg150h sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hlg150h-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-hlg150h +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hlg150h Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hlg150h sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hlg150h-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-hlg150h +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hlg150h Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hlg150h sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hm11 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hm11 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hm11 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hm11-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-hm11 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hm11 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hm11 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hm11-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-hm11 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hm11 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hm11 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hm11-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-hm11 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hm11 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hm11 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hmc5883l Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hmc5883l C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hmc5883l sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hmc5883l-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-hmc5883l +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hmc5883l Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hmc5883l sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hmc5883l-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-hmc5883l +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hmc5883l Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hmc5883l sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hmc5883l-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-hmc5883l +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hmc5883l Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hmc5883l sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hmtrp Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hmtrp C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hmtrp sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hmtrp-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-hmtrp +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hmtrp Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hmtrp sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hmtrp-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-hmtrp +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hmtrp Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hmtrp sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hmtrp-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-hmtrp +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hmtrp Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hmtrp sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hp20x Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hp20x C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hp20x sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hp20x-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-hp20x +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hp20x Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hp20x sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hp20x-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-hp20x +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hp20x Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hp20x sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hp20x-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-hp20x +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hp20x Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hp20x sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ht9170 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ht9170 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ht9170 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ht9170-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ht9170 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ht9170 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ht9170 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ht9170-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ht9170 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ht9170 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ht9170 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ht9170-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ht9170 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ht9170 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ht9170 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-htu21d Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: htu21d C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains htu21d sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-htu21d-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-htu21d +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: htu21d Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains htu21d sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-htu21d-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-htu21d +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: htu21d Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains htu21d sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-htu21d-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-htu21d +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: htu21d Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains htu21d sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hx711 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hx711 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hx711 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hx711-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-hx711 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hx711 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hx711 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hx711-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-hx711 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hx711 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hx711 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hx711-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-hx711 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hx711 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hx711 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ili9341 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ili9341 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ili9341 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ili9341-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ili9341 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ili9341 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ili9341 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ili9341-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ili9341 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ili9341 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ili9341 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ili9341-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ili9341 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ili9341 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ili9341 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ims Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ims C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ims sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ims-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-ims +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ims Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ims sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ims-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-ims +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ims Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ims sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ims-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-ims +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ims Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ims sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ina132 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ina132 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ina132 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ina132-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ina132 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ina132 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ina132 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ina132-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ina132 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ina132 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ina132 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ina132-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ina132 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ina132 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ina132 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-interfaces Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: interfaces C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains interfaces sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-interfaces-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: interfaces Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains interfaces sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-interfaces-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: interfaces Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains interfaces sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-interfaces-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: interfaces Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains interfaces sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-isd1820 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: isd1820 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains isd1820 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-isd1820-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-isd1820 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: isd1820 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains isd1820 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-isd1820-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-isd1820 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: isd1820 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains isd1820 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-isd1820-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-isd1820 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: isd1820 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains isd1820 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-itg3200 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: itg3200 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains itg3200 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-itg3200-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-itg3200 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: itg3200 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains itg3200 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-itg3200-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-itg3200 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: itg3200 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains itg3200 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-itg3200-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-itg3200 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: itg3200 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains itg3200 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-jhd1313m1 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lcm1602 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: jhd1313m1 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains jhd1313m1 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-jhd1313m1-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lcm1602 +libupm-jhd1313m1 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: jhd1313m1 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains jhd1313m1 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-jhd1313m1-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lcm1602 +libupm-jhd1313m1 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: jhd1313m1 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains jhd1313m1 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-jhd1313m1-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lcm1602 +libupm-jhd1313m1 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: jhd1313m1 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains jhd1313m1 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-joystick12 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: joystick12 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains joystick12 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-joystick12-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-joystick12 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: joystick12 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains joystick12 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-joystick12-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-joystick12 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: joystick12 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains joystick12 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-joystick12-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-joystick12 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: joystick12 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains joystick12 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-kx122 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: kx122 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kx122 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-kx122-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-kx122 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: kx122 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kx122 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-kx122-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-kx122 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: kx122 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kx122 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-kx122-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-kx122 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: kx122 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kx122 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-kxcjk1013 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: kxcjk1013 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kxcjk1013 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-kxcjk1013-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-kxcjk1013 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: kxcjk1013 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kxcjk1013 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-kxcjk1013-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-kxcjk1013 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: kxcjk1013 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kxcjk1013 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-kxcjk1013-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-kxcjk1013 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: kxcjk1013 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kxcjk1013 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-kxtj3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: kxtj3 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kxtj3 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-kxtj3-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-kxtj3 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: kxtj3 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kxtj3 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-kxtj3-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-kxtj3 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: kxtj3 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kxtj3 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-kxtj3-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-kxtj3 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: kxtj3 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kxtj3 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-l298 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: l298 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains l298 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-l298-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-l298 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: l298 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains l298 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-l298-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-l298 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: l298 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains l298 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-l298-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-l298 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: l298 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains l298 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-l3gd20 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: l3gd20 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains l3gd20 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-l3gd20-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-l3gd20 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: l3gd20 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains l3gd20 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-l3gd20-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-l3gd20 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: l3gd20 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains l3gd20 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-l3gd20-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-l3gd20 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: l3gd20 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains l3gd20 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lcd Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lcd C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcd sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lcd-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-lcd +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lcd Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcd sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lcd-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-lcd +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lcd Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcd sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lcd-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-lcd +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lcd Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcd sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lcdks Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lcm1602 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lcdks C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcdks sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lcdks-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lcm1602 +libupm-lcdks +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lcdks Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcdks sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lcdks-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lcm1602 +libupm-lcdks +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lcdks Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcdks sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lcdks-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lcm1602 +libupm-lcdks +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lcdks Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcdks sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lcm1602 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lcm1602 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcm1602 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lcm1602-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lcm1602 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lcm1602 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcm1602 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lcm1602-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lcm1602 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lcm1602 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcm1602 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lcm1602-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lcm1602 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lcm1602 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcm1602 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ldt0028 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ldt0028 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ldt0028 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ldt0028-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ldt0028 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ldt0028 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ldt0028 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ldt0028-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ldt0028 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ldt0028 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ldt0028 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ldt0028-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ldt0028 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ldt0028 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ldt0028 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-led Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: led C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains led sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-led-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-led +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: led Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains led sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-led-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-led +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: led Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains led sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-led-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-led +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: led Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains led sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lidarlitev3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lidarlitev3 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lidarlitev3 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lidarlitev3-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-lidarlitev3 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lidarlitev3 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lidarlitev3 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lidarlitev3-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-lidarlitev3 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lidarlitev3 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lidarlitev3 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lidarlitev3-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-lidarlitev3 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lidarlitev3 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lidarlitev3 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-light Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: light C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains light sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-light-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-light +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: light Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains light sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-light-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-light +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: light Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains light sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-light-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-light +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: light Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains light sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-linefinder Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: linefinder C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains linefinder sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-linefinder-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-linefinder +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: linefinder Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains linefinder sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-linefinder-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-linefinder +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: linefinder Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains linefinder sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-linefinder-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-linefinder +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: linefinder Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains linefinder sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lis2ds12 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lis2ds12 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lis2ds12 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lis2ds12-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lis2ds12 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lis2ds12 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lis2ds12 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lis2ds12-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lis2ds12 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lis2ds12 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lis2ds12 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lis2ds12-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lis2ds12 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lis2ds12 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lis2ds12 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lis3dh Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lis3dh C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lis3dh sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lis3dh-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lis3dh +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lis3dh Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lis3dh sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lis3dh-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lis3dh +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lis3dh Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lis3dh sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lis3dh-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lis3dh +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lis3dh Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lis3dh sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lm35 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lm35 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lm35 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lm35-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-lm35 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lm35 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lm35 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lm35-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-lm35 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lm35 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lm35 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lm35-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-lm35 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lm35 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lm35 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lol Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lol C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lol sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lol-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-lol +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lol Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lol sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lol-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-lol +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lol Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lol sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lol-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-lol +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lol Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lol sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-loudness Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: loudness C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains loudness sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-loudness-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-loudness +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: loudness Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains loudness sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-loudness-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-loudness +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: loudness Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains loudness sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-loudness-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-loudness +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: loudness Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains loudness sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lp8860 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lp8860 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lp8860 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lp8860-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-lp8860 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lp8860 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lp8860 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lp8860-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-lp8860 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lp8860 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lp8860 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lp8860-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-lp8860 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lp8860 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lp8860 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lpd8806 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lpd8806 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lpd8806 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lpd8806-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-lpd8806 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lpd8806 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lpd8806 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lpd8806-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-lpd8806 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lpd8806 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lpd8806 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lpd8806-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-lpd8806 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lpd8806 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lpd8806 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm303agr Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm303agr C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303agr sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm303agr-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lsm303agr +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm303agr Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303agr sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm303agr-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lsm303agr +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm303agr Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303agr sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm303agr-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lsm303agr +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm303agr Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303agr sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm303d Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm303d C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303d sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm303d-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lsm303d +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm303d Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303d sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm303d-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lsm303d +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm303d Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303d sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm303d-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lsm303d +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm303d Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303d sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm303dlh Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm303dlh C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303dlh sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm303dlh-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-lsm303dlh +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm303dlh Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303dlh sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm303dlh-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-lsm303dlh +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm303dlh Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303dlh sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm303dlh-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-lsm303dlh +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm303dlh Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303dlh sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm6ds3h Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm6ds3h C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm6ds3h sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm6ds3h-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lsm6ds3h +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm6ds3h Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm6ds3h sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm6ds3h-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lsm6ds3h +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm6ds3h Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm6ds3h sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm6ds3h-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lsm6ds3h +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm6ds3h Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm6ds3h sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm6dsl Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm6dsl C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm6dsl sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm6dsl-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lsm6dsl +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm6dsl Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm6dsl sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm6dsl-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lsm6dsl +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm6dsl Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm6dsl sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm6dsl-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-lsm6dsl +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm6dsl Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm6dsl sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm9ds0 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm9ds0 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm9ds0 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm9ds0-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-lsm9ds0 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm9ds0 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm9ds0 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm9ds0-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-lsm9ds0 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm9ds0 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm9ds0 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-lsm9ds0-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-lsm9ds0 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: lsm9ds0 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm9ds0 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-m24lr64e Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: m24lr64e C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains m24lr64e sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-m24lr64e-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-m24lr64e +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: m24lr64e Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains m24lr64e sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-m24lr64e-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-m24lr64e +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: m24lr64e Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains m24lr64e sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-m24lr64e-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-m24lr64e +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: m24lr64e Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains m24lr64e sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mag3110 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mag3110 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mag3110 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mag3110-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mag3110 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mag3110 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mag3110 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mag3110-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mag3110 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mag3110 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mag3110 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mag3110-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mag3110 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mag3110 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mag3110 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max30100 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max30100 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max30100 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max30100-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-max30100 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max30100 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max30100 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max30100-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-max30100 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max30100 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max30100 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max30100-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-max30100 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max30100 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max30100 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max31723 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max31723 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max31723 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max31723-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-max31723 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max31723 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max31723 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max31723-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-max31723 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max31723 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max31723 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max31723-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-max31723 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max31723 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max31723 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max31855 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max31855 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max31855 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max31855-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-max31855 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max31855 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max31855 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max31855-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-max31855 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max31855 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max31855 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max31855-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-max31855 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max31855 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max31855 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max44000 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max44000 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max44000 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max44000-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-max44000 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max44000 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max44000 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max44000-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-max44000 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max44000 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max44000 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max44000-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-max44000 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max44000 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max44000 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max44009 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max44009 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max44009 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max44009-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-max44009 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max44009 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max44009 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max44009-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-max44009 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max44009 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max44009 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max44009-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-max44009 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max44009 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max44009 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max5487 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max5487 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max5487 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max5487-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-max5487 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max5487 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max5487 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max5487-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-max5487 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max5487 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max5487 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-max5487-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-max5487 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: max5487 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max5487 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-maxds3231m Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: maxds3231m C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains maxds3231m sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-maxds3231m-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-maxds3231m +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: maxds3231m Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains maxds3231m sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-maxds3231m-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-maxds3231m +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: maxds3231m Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains maxds3231m sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-maxds3231m-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-maxds3231m +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: maxds3231m Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains maxds3231m sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-maxsonarez Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: maxsonarez C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains maxsonarez sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-maxsonarez-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-maxsonarez +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: maxsonarez Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains maxsonarez sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-maxsonarez-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-maxsonarez +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: maxsonarez Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains maxsonarez sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-maxsonarez-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-maxsonarez +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: maxsonarez Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains maxsonarez sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mb704x Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mb704x C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mb704x sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mb704x-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-mb704x +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mb704x Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mb704x sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mb704x-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-mb704x +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mb704x Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mb704x sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mb704x-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-mb704x +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mb704x Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mb704x sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mcp2515 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mcp2515 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mcp2515 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mcp2515-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-mcp2515 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mcp2515 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mcp2515 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mcp2515-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-mcp2515 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mcp2515 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mcp2515 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mcp2515-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-mcp2515 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mcp2515 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mcp2515 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mcp9808 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mcp9808 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mcp9808 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mcp9808-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mcp9808 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mcp9808 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mcp9808 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mcp9808-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mcp9808 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mcp9808 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mcp9808 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mcp9808-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mcp9808 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mcp9808 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mcp9808 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-md Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: md C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains md sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-md-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-md +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: md Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains md sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-md-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-md +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: md Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains md sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-md-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-md +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: md Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains md sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mg811 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mg811 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mg811 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mg811-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mg811 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mg811 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mg811 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mg811-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mg811 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mg811 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mg811 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mg811-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mg811 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mg811 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mg811 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mhz16 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mhz16 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mhz16 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mhz16-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mhz16 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mhz16 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mhz16 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mhz16-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mhz16 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mhz16 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mhz16 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mhz16-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mhz16 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mhz16 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mhz16 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mic Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mic C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mic sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mic-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mic +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mic Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mic sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mic-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mic +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mic Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mic sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mic-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mic +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mic Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mic sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-micsv89 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: micsv89 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains micsv89 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-micsv89-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-micsv89 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: micsv89 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains micsv89 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-micsv89-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-micsv89 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: micsv89 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains micsv89 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-micsv89-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-micsv89 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: micsv89 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains micsv89 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mlx90614 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mlx90614 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mlx90614 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mlx90614-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mlx90614 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mlx90614 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mlx90614 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mlx90614-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mlx90614 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mlx90614 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mlx90614 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mlx90614-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mlx90614 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mlx90614 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mlx90614 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mma7361 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mma7361 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7361 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mma7361-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-mma7361 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mma7361 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7361 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mma7361-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-mma7361 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mma7361 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7361 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mma7361-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-mma7361 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mma7361 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7361 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mma7455 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mma7455 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7455 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mma7455-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mma7455 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mma7455 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7455 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mma7455-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mma7455 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mma7455 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7455 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mma7455-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mma7455 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mma7455 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7455 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mma7660 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mma7660 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7660 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mma7660-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mma7660 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mma7660 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7660 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mma7660-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mma7660 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mma7660 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7660 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mma7660-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mma7660 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mma7660 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7660 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mma8x5x Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mma8x5x C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma8x5x sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mma8x5x-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mma8x5x +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mma8x5x Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma8x5x sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mma8x5x-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mma8x5x +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mma8x5x Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma8x5x sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mma8x5x-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mma8x5x +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mma8x5x Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma8x5x sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mmc35240 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mmc35240 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mmc35240 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mmc35240-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mmc35240 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mmc35240 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mmc35240 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mmc35240-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mmc35240 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mmc35240 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mmc35240 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mmc35240-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mmc35240 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mmc35240 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mmc35240 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-moisture Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: moisture C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains moisture sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-moisture-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-moisture +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: moisture Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains moisture sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-moisture-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-moisture +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: moisture Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains moisture sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-moisture-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-moisture +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: moisture Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains moisture sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mpl3115a2 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mpl3115a2 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpl3115a2 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mpl3115a2-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mpl3115a2 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mpl3115a2 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpl3115a2 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mpl3115a2-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mpl3115a2 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mpl3115a2 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpl3115a2 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mpl3115a2-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mpl3115a2 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mpl3115a2 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpl3115a2 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mpr121 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mpr121 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpr121 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mpr121-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mpr121 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mpr121 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpr121 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mpr121-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mpr121 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mpr121 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpr121 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mpr121-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mpr121 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mpr121 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpr121 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mpu9150 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mpu9150 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpu9150 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mpu9150-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mpu9150 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mpu9150 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpu9150 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mpu9150-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mpu9150 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mpu9150 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpu9150 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mpu9150-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mpu9150 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mpu9150 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpu9150 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mq303a Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mq303a C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mq303a sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mq303a-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mq303a +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mq303a Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mq303a sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mq303a-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mq303a +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mq303a Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mq303a sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-mq303a-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-mq303a +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mq303a Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mq303a sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ms5611 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ms5611 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ms5611 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ms5611-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-ms5611 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ms5611 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ms5611 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ms5611-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-ms5611 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ms5611 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ms5611 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ms5611-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-ms5611 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ms5611 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ms5611 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ms5803 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ms5803 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ms5803 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ms5803-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-ms5803 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ms5803 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ms5803 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ms5803-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-ms5803 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ms5803 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ms5803 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ms5803-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-ms5803 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ms5803 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ms5803 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-my9221 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: my9221 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains my9221 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-my9221-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-my9221 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: my9221 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains my9221 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-my9221-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-my9221 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: my9221 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains my9221 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-my9221-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-my9221 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: my9221 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains my9221 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-nlgpio16 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: nlgpio16 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nlgpio16 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-nlgpio16-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-nlgpio16 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: nlgpio16 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nlgpio16 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-nlgpio16-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-nlgpio16 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: nlgpio16 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nlgpio16 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-nlgpio16-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-nlgpio16 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: nlgpio16 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nlgpio16 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-nmea_gps Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libatomic Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: nmea_gps C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nmea_gps sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-nmea_gps-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libatomic +libupm-nmea_gps +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: nmea_gps Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nmea_gps sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-nmea_gps-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libatomic +libupm-nmea_gps +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: nmea_gps Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nmea_gps sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-nmea_gps-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libatomic +libupm-nmea_gps +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: nmea_gps Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nmea_gps sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-nrf24l01 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: nrf24l01 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nrf24l01 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-nrf24l01-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-nrf24l01 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: nrf24l01 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nrf24l01 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-nrf24l01-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-nrf24l01 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: nrf24l01 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nrf24l01 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-nrf24l01-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-nrf24l01 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: nrf24l01 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nrf24l01 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-nrf8001 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: nrf8001 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nrf8001 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-nrf8001-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-nrf8001 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: nrf8001 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nrf8001 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-nrf8001-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-nrf8001 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: nrf8001 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nrf8001 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-nrf8001-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-nrf8001 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: nrf8001 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nrf8001 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-nunchuck Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: nunchuck C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nunchuck sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-nunchuck-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-nunchuck +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: nunchuck Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nunchuck sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-nunchuck-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-nunchuck +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: nunchuck Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nunchuck sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-nunchuck-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-nunchuck +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: nunchuck Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nunchuck sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-o2 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: o2 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains o2 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-o2-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-o2 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: o2 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains o2 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-o2-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-o2 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: o2 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains o2 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-o2-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-o2 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: o2 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains o2 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-otp538u Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: otp538u C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains otp538u sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-otp538u-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-otp538u +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: otp538u Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains otp538u sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-otp538u-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-otp538u +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: otp538u Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains otp538u sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-otp538u-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-otp538u +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: otp538u Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains otp538u sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-p9813 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: p9813 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains p9813 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-p9813-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-p9813 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: p9813 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains p9813 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-p9813-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-p9813 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: p9813 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains p9813 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-p9813-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-p9813 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: p9813 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains p9813 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-pca9685 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: pca9685 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pca9685 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-pca9685-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-pca9685 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: pca9685 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pca9685 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-pca9685-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-pca9685 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: pca9685 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pca9685 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-pca9685-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-pca9685 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: pca9685 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pca9685 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-pn532 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: pn532 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pn532 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-pn532-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-pn532 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: pn532 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pn532 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-pn532-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-pn532 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: pn532 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pn532 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-pn532-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-pn532 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: pn532 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pn532 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ppd42ns Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ppd42ns C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ppd42ns sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ppd42ns-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-ppd42ns +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ppd42ns Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ppd42ns sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ppd42ns-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-ppd42ns +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ppd42ns Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ppd42ns sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ppd42ns-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-ppd42ns +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ppd42ns Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ppd42ns sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-pulsensor Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: pulsensor C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pulsensor sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-pulsensor-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-pulsensor +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: pulsensor Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pulsensor sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-pulsensor-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-pulsensor +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: pulsensor Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pulsensor sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-pulsensor-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-pulsensor +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: pulsensor Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pulsensor sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-relay Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: relay C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains relay sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-relay-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-relay +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: relay Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains relay sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-relay-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-relay +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: relay Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains relay sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-relay-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-relay +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: relay Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains relay sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rf22 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rf22 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rf22 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rf22-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-rf22 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rf22 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rf22 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rf22-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-rf22 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rf22 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rf22 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rf22-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-rf22 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rf22 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rf22 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rfr359f Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rfr359f C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rfr359f sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rfr359f-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-rfr359f +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rfr359f Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rfr359f sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rfr359f-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-rfr359f +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rfr359f Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rfr359f sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rfr359f-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-rfr359f +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rfr359f Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rfr359f sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rgbringcoder Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rgbringcoder C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rgbringcoder sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rgbringcoder-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-rgbringcoder +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rgbringcoder Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rgbringcoder sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rgbringcoder-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-rgbringcoder +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rgbringcoder Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rgbringcoder sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rgbringcoder-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-rgbringcoder +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rgbringcoder Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rgbringcoder sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rhusb Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rhusb C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rhusb sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rhusb-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-rhusb +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rhusb Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rhusb sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rhusb-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-rhusb +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rhusb Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rhusb sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rhusb-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-rhusb +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rhusb Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rhusb sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rn2903 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rn2903 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rn2903 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rn2903-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-rn2903 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rn2903 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rn2903 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rn2903-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-rn2903 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rn2903 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rn2903 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rn2903-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-rn2903 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rn2903 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rn2903 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rotary Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rotary C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rotary sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rotary-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-rotary +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rotary Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rotary sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rotary-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-rotary +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rotary Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rotary sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rotary-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-rotary +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rotary Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rotary sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rotaryencoder Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rotaryencoder C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rotaryencoder sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rotaryencoder-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-rotaryencoder +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rotaryencoder Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rotaryencoder sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rotaryencoder-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-rotaryencoder +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rotaryencoder Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rotaryencoder sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rotaryencoder-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-rotaryencoder +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rotaryencoder Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rotaryencoder sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rpr220 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rpr220 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rpr220 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rpr220-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-rpr220 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rpr220 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rpr220 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rpr220-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-rpr220 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rpr220 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rpr220 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rpr220-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-rpr220 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rpr220 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rpr220 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rsc Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rsc C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rsc sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rsc-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-rsc +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rsc Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rsc sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rsc-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-rsc +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rsc Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rsc sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-rsc-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-rsc +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rsc Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rsc sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-scam Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: scam C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains scam sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-scam-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-scam +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: scam Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains scam sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-scam-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-scam +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: scam Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains scam sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-scam-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-scam +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: scam Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains scam sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-sensortemplate Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: sensortemplate C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sensortemplate sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-sensortemplate-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-sensortemplate +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: sensortemplate Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sensortemplate sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-sensortemplate-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-sensortemplate +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: sensortemplate Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sensortemplate sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-sensortemplate-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-sensortemplate +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: sensortemplate Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sensortemplate sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-servo Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: servo C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains servo sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-servo-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-servo +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: servo Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains servo sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-servo-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-servo +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: servo Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains servo sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-servo-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-servo +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: servo Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains servo sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-sht1x Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: sht1x C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sht1x sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-sht1x-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-sht1x +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: sht1x Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sht1x sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-sht1x-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-sht1x +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: sht1x Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sht1x sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-sht1x-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-sht1x +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: sht1x Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sht1x sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-si1132 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: si1132 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si1132 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-si1132-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-si1132 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: si1132 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si1132 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-si1132-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-si1132 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: si1132 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si1132 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-si1132-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-si1132 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: si1132 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si1132 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-si114x Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: si114x C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si114x sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-si114x-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-si114x +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: si114x Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si114x sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-si114x-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-si114x +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: si114x Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si114x sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-si114x-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-si114x +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: si114x Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si114x sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-si7005 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: si7005 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si7005 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-si7005-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-si7005 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: si7005 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si7005 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-si7005-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-si7005 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: si7005 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si7005 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-si7005-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-si7005 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: si7005 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si7005 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-slide Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: slide C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains slide sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-slide-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-slide +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: slide Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains slide sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-slide-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-slide +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: slide Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains slide sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-slide-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-slide +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: slide Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains slide sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-sm130 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: sm130 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sm130 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-sm130-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-sm130 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: sm130 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sm130 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-sm130-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-sm130 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: sm130 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sm130 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-sm130-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-sm130 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: sm130 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sm130 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-smartdrive Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: smartdrive C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains smartdrive sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-smartdrive-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-smartdrive +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: smartdrive Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains smartdrive sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-smartdrive-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-smartdrive +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: smartdrive Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains smartdrive sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-smartdrive-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-smartdrive +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: smartdrive Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains smartdrive sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-speaker Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: speaker C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains speaker sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-speaker-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-speaker +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: speaker Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains speaker sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-speaker-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-speaker +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: speaker Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains speaker sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-speaker-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-speaker +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: speaker Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains speaker sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ssd1351 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ssd1351 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ssd1351 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ssd1351-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ssd1351 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ssd1351 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ssd1351 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ssd1351-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ssd1351 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ssd1351 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ssd1351 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ssd1351-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ssd1351 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ssd1351 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ssd1351 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-st7735 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: st7735 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains st7735 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-st7735-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-st7735 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: st7735 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains st7735 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-st7735-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-st7735 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: st7735 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains st7735 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-st7735-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-st7735 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: st7735 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains st7735 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-stepmotor Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: stepmotor C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains stepmotor sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-stepmotor-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-stepmotor +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: stepmotor Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains stepmotor sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-stepmotor-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-stepmotor +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: stepmotor Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains stepmotor sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-stepmotor-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-stepmotor +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: stepmotor Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains stepmotor sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-sx1276 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: sx1276 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sx1276 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-sx1276-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-sx1276 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: sx1276 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sx1276 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-sx1276-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-sx1276 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: sx1276 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sx1276 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-sx1276-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-sx1276 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: sx1276 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sx1276 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-sx6119 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: sx6119 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sx6119 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-sx6119-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-sx6119 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: sx6119 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sx6119 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-sx6119-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-sx6119 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: sx6119 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sx6119 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-sx6119-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-sx6119 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: sx6119 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sx6119 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-t6713 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: t6713 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains t6713 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-t6713-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-t6713 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: t6713 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains t6713 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-t6713-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-t6713 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: t6713 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains t6713 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-t6713-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-interfaces +libupm-t6713 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: t6713 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains t6713 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ta12200 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ta12200 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ta12200 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ta12200-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ta12200 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ta12200 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ta12200 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ta12200-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ta12200 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ta12200 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ta12200 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ta12200-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ta12200 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ta12200 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ta12200 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tca9548a Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tca9548a C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tca9548a sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tca9548a-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-tca9548a +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tca9548a Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tca9548a sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tca9548a-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-tca9548a +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tca9548a Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tca9548a sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tca9548a-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-tca9548a +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tca9548a Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tca9548a sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tcs3414cs Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tcs3414cs C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tcs3414cs sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tcs3414cs-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-tcs3414cs +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tcs3414cs Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tcs3414cs sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tcs3414cs-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-tcs3414cs +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tcs3414cs Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tcs3414cs sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tcs3414cs-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-tcs3414cs +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tcs3414cs Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tcs3414cs sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tcs37727 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tcs37727 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tcs37727 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tcs37727-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-tcs37727 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tcs37727 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tcs37727 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tcs37727-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-tcs37727 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tcs37727 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tcs37727 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tcs37727-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-tcs37727 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tcs37727 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tcs37727 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-teams Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: teams C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains teams sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-teams-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-teams +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: teams Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains teams sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-teams-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-teams +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: teams Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains teams sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-teams-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-teams +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: teams Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains teams sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-temperature Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: temperature C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains temperature sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-temperature-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-temperature +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: temperature Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains temperature sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-temperature-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-temperature +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: temperature Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains temperature sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-temperature-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-temperature +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: temperature Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains temperature sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tex00 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tex00 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tex00 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tex00-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-tex00 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tex00 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tex00 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tex00-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-tex00 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tex00 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tex00 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tex00-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-tex00 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tex00 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tex00 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-th02 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: th02 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains th02 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-th02-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-th02 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: th02 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains th02 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-th02-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-th02 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: th02 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains th02 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-th02-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-th02 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: th02 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains th02 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tm1637 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tm1637 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tm1637 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tm1637-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-tm1637 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tm1637 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tm1637 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tm1637-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-tm1637 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tm1637 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tm1637 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tm1637-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-tm1637 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tm1637 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tm1637 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tmp006 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tmp006 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tmp006 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tmp006-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-tmp006 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tmp006 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tmp006 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tmp006-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-tmp006 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tmp006 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tmp006 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tmp006-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-tmp006 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tmp006 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tmp006 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tsl2561 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tsl2561 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tsl2561 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tsl2561-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-tsl2561 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tsl2561 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tsl2561 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tsl2561-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-tsl2561 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tsl2561 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tsl2561 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-tsl2561-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-tsl2561 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tsl2561 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tsl2561 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ttp223 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ttp223 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ttp223 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ttp223-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ttp223 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ttp223 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ttp223 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ttp223-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ttp223 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ttp223 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ttp223 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ttp223-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ttp223 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ttp223 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ttp223 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-uartat Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: uartat C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains uartat sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-uartat-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-uartat +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: uartat Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains uartat sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-uartat-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-uartat +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: uartat Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains uartat sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-uartat-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-uartat +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: uartat Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains uartat sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-uln200xa Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: uln200xa C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains uln200xa sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-uln200xa-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-uln200xa +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: uln200xa Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains uln200xa sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-uln200xa-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-uln200xa +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: uln200xa Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains uln200xa sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-uln200xa-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-uln200xa +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: uln200xa Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains uln200xa sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ultrasonic Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ultrasonic C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ultrasonic sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ultrasonic-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ultrasonic +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ultrasonic Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ultrasonic sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ultrasonic-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ultrasonic +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ultrasonic Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ultrasonic sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ultrasonic-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-ultrasonic +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ultrasonic Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ultrasonic sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-urm37 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: urm37 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains urm37 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-urm37-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-urm37 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: urm37 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains urm37 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-urm37-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-urm37 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: urm37 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains urm37 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-urm37-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-urm37 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: urm37 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains urm37 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-utilities Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: utilities C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains utilities sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-utilities-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: utilities Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains utilities sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-utilities-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: utilities Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains utilities sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-utilities-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: utilities Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains utilities sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-vdiv Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: vdiv C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains vdiv sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-vdiv-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-vdiv +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: vdiv Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains vdiv sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-vdiv-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-vdiv +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: vdiv Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains vdiv sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-vdiv-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-vdiv +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: vdiv Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains vdiv sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-veml6070 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: veml6070 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains veml6070 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-veml6070-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-veml6070 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: veml6070 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains veml6070 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-veml6070-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-veml6070 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: veml6070 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains veml6070 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-veml6070-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-veml6070 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: veml6070 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains veml6070 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-water Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: water C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains water sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-water-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-water +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: water Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains water sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-water-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-water +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: water Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains water sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-water-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-water +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: water Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains water sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-waterlevel Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: waterlevel C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains waterlevel sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-waterlevel-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-waterlevel +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: waterlevel Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains waterlevel sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-waterlevel-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-waterlevel +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: waterlevel Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains waterlevel sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-waterlevel-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-waterlevel +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: waterlevel Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains waterlevel sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-wfs Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: wfs C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wfs sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-wfs-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-wfs +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: wfs Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wfs sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-wfs-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-wfs +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: wfs Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wfs sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-wfs-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-wfs +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: wfs Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wfs sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-wheelencoder Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: wheelencoder C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wheelencoder sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-wheelencoder-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-wheelencoder +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: wheelencoder Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wheelencoder sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-wheelencoder-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-wheelencoder +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: wheelencoder Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wheelencoder sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-wheelencoder-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-wheelencoder +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: wheelencoder Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wheelencoder sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-wt5001 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: wt5001 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wt5001 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-wt5001-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-wt5001 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: wt5001 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wt5001 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-wt5001-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-wt5001 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: wt5001 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wt5001 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-wt5001-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-wt5001 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: wt5001 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wt5001 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-xbee Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: xbee C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains xbee sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-xbee-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-xbee +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: xbee Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains xbee sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-xbee-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-xbee +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: xbee Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains xbee sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-xbee-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-xbee +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: xbee Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains xbee sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-yg1006 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: yg1006 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains yg1006 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-yg1006-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-yg1006 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: yg1006 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains yg1006 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-yg1006-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-yg1006 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: yg1006 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains yg1006 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-yg1006-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-yg1006 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: yg1006 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains yg1006 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-zfm20 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: zfm20 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains zfm20 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-zfm20-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-zfm20 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: zfm20 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains zfm20 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-zfm20-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-zfm20 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: zfm20 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains zfm20 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-zfm20-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-utilities +libupm-zfm20 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: zfm20 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains zfm20 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-vcap Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libjpeg Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: vcap C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains vcap sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-vcap-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libjpeg +libupm-vcap +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: vcap Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains vcap sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-vcap-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libjpeg +libupm-vcap +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: vcap Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains vcap sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-vcap-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libjpeg +libupm-vcap +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: vcap Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains vcap sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-t3311 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libmodbus Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: t3311 C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains t3311 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-t3311-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libmodbus +libupm-t3311 +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: t3311 Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains t3311 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-t3311-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libmodbus +libupm-t3311 +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: t3311 Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains t3311 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-t3311-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libmodbus +libupm-t3311 +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: t3311 Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains t3311 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hwxpxx Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libmodbus Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hwxpxx C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hwxpxx sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hwxpxx-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libmodbus +libupm-hwxpxx +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hwxpxx Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hwxpxx sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hwxpxx-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libmodbus +libupm-hwxpxx +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hwxpxx Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hwxpxx sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-hwxpxx-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libmodbus +libupm-hwxpxx +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: hwxpxx Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hwxpxx sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-h803x Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libmodbus Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: h803x C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains h803x sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-h803x-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libmodbus +libupm-h803x +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: h803x Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains h803x sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-h803x-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libmodbus +libupm-h803x +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: h803x Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains h803x sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-h803x-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libmodbus +libupm-h803x +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: h803x Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains h803x sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ozw Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +openzwave Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ozw C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ozw sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ozw-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +openzwave +libupm-ozw +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ozw Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ozw sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ozw-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +openzwave +libupm-ozw +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ozw Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ozw sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-ozw-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +openzwave +libupm-ozw +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ozw Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ozw sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-curieimu Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: curieimu C/C++ library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains curieimu sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-curieimu-node Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-curieimu +libmraa-node +node Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: curieimu Node.js library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains curieimu sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-curieimu-python Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-curieimu +libmraa-python +python-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: curieimu Python library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains curieimu sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Package: libupm-curieimu-python3 Submenu: IoT Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmraa +librt +libupm-curieimu +libmraa-python3 +python3-light Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: curieimu Python3 library Maintainer: John Crispin , Hirokazu MORIKAWA Source: libupm-1.7.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains curieimu sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA @@ Source-Makefile: feeds/packages/libs/libupnp/Makefile Package: libupnp Menu: 1 Version: 1.8.7-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: UPnP SDK library Maintainer: Ted Hess Source: libupnp-1.8.7.tar.bz2 License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: The portable SDK for UPnP Devices (libupnp) provides developers with an API and open source code for building control points, devices, and bridges that are compliant with Version 1.0 of the Universal Plug and Play Device Architecture Specification. http://pupnp.sourceforge.net/ Ted Hess @@ Package: libupnp-sample Version: 1.8.7-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libupnp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: UPnP sample applications Maintainer: Ted Hess Source: libupnp-1.8.7.tar.bz2 License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: TVcontrolpoint & tvdevice sample applications run inside /etc/upnp-tvdevice/ http://pupnp.sourceforge.net/ Ted Hess @@ Source-Makefile: feeds/packages/libs/libupnpp/Makefile Package: libupnpp Version: 0.17.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libexpat +librt +libcurl +libupnp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: The libupnpp C++ library wraps libupnp for easier use by upmpdcli and upplay Maintainer: Petko Bordjukov Source: libupnpp-0.17.2.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: libupnpp defines useful objects over libupnp and can be used to create both devices and control points. It is shared by upmpdcli and upplay. https://www.lesbonscomptes.com/upmpdcli Petko Bordjukov @@ Source-Makefile: feeds/packages/libs/liburcu/Makefile Package: liburcu Version: 0.9.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread @!arc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: User-space Read-Copy-Update library Maintainer: Daniel Salzman Source: userspace-rcu-0.9.5.tar.bz2 License: LGPL-2.1 GPL-2.0 GPL-3.0 MIT Type: ipkg Description: Userspace Read-Copy-Update library. https://lttng.org/ Daniel Salzman @@ Source-Makefile: feeds/packages/libs/libusbmuxd/Makefile Package: libusbmuxd Submenu: libimobiledevice Version: 2.0.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libplist +libpthread +libxml2 +zlib Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: USB multiplexing daemon library Maintainer: Rosen Penev Source: libusbmuxd-2.0.2.tar.bz2 Type: ipkg Description: This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch. To users, it means you can sync your music, contacts, photos, etc. over USB. To developers, it means you can connect to any listening localhost socket on the device. usbmuxd is not used for tethering data transfer, which uses a dedicated USB interface as a virtual network device. This package contains the libusbmuxd shared library. https://www.libimobiledevice.org/ Rosen Penev @@ Package: libusbmuxd-utils Submenu: libimobiledevice Version: 2.0.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libusbmuxd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: USB multiplexing daemon utilies Maintainer: Rosen Penev Source: libusbmuxd-2.0.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch. To users, it means you can sync your music, contacts, photos, etc. over USB. To developers, it means you can connect to any listening localhost socket on the device. usbmuxd is not used for tethering data transfer, which uses a dedicated USB interface as a virtual network device. This package contains the libusbmuxd utilities. https://www.libimobiledevice.org/ Rosen Penev @@ Source-Makefile: feeds/packages/libs/libuv/Makefile Package: libuv Version: 1.40.0-2 ABIVersion: 1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Cross-platform asychronous I/O library Maintainer: Marko Ratkaj Source: libuv-v1.40.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but it's also used by Luvit, Julia, pyuv, and others. https://libuv.org/ Marko Ratkaj @@ Source-Makefile: feeds/packages/libs/libuvc/Makefile Package: libuvc Version: 0.0.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libusb-1.0 +libjpeg Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libuvc Maintainer: Roger D Source: libuvc-0.0.6.tar.gz License: BSD LicenseFiles: LICENSE.txt Type: ipkg Description: This package contains libuvc is a cross-platform library for USB video devices, built atop libusb. https://int80k.com/libuvc Roger D @@ Source-Makefile: feeds/packages/libs/libuwsc/Makefile Package: libuwsc-openssl Submenu: Networking Version: 3.3.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libev +PACKAGE_libuwsc-openssl:libopenssl Conflicts: Menu-Depends: Provides: libuwsc Build-Variant: openssl Section: libs Category: Libraries Repository: base Title: A lightweight WebSocket client library based on libev Maintainer: Jianhui Zhao Source: libuwsc-3.3.2.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: A lightweight WebSocket client library based on libev https://github.com/zhaojh329/libuwsc Jianhui Zhao @@ Config: menu "Configuration" depends on PACKAGE_libuwsc-openssl config LIBUWSC_openssl_LUA_BINDING bool default n prompt "Lua binding for libuwsc" endmenu @@ Package: libuwsc-wolfssl Submenu: Networking Version: 3.3.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libev +PACKAGE_libuwsc-wolfssl:libwolfssl Conflicts: Menu-Depends: Provides: libuwsc Build-Variant: wolfssl Section: libs Category: Libraries Repository: base Title: A lightweight WebSocket client library based on libev Maintainer: Jianhui Zhao Source: libuwsc-3.3.2.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: A lightweight WebSocket client library based on libev https://github.com/zhaojh329/libuwsc Jianhui Zhao @@ Config: menu "Configuration" depends on PACKAGE_libuwsc-wolfssl config LIBUWSC_wolfssl_LUA_BINDING bool default n prompt "Lua binding for libuwsc" endmenu @@ Package: libuwsc-mbedtls Submenu: Networking Version: 3.3.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libev +PACKAGE_libuwsc-mbedtls:libmbedtls Conflicts: Menu-Depends: Provides: libuwsc Build-Variant: mbedtls Section: libs Category: Libraries Repository: base Title: A lightweight WebSocket client library based on libev Maintainer: Jianhui Zhao Source: libuwsc-3.3.2.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: A lightweight WebSocket client library based on libev https://github.com/zhaojh329/libuwsc Jianhui Zhao @@ Config: menu "Configuration" depends on PACKAGE_libuwsc-mbedtls config LIBUWSC_mbedtls_LUA_BINDING bool default n prompt "Lua binding for libuwsc" endmenu @@ Package: libuwsc-nossl Submenu: Networking Version: 3.3.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libev Conflicts: Menu-Depends: Provides: libuwsc Build-Variant: nossl Section: libs Category: Libraries Repository: base Title: A lightweight WebSocket client library based on libev Maintainer: Jianhui Zhao Source: libuwsc-3.3.2.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: A lightweight WebSocket client library based on libev https://github.com/zhaojh329/libuwsc Jianhui Zhao @@ Config: menu "Configuration" depends on PACKAGE_libuwsc-nossl config LIBUWSC_nossl_LUA_BINDING bool default n prompt "Lua binding for libuwsc" endmenu @@ Source-Makefile: feeds/packages/libs/libv4l/Makefile Build-Depends: !USE_GLIBC:argp-standalone !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: libv4l Version: 1.20.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +librt +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Video 4 Linux wrapper libraries Maintainer: Ted Hess Source: v4l-utils-1.20.0.tar.bz2 License: LGPL-2.1-or-later LicenseFiles: COPYING.libv4l Type: ipkg Description: libv4l is a collection of libraries which adds a thin abstraction layer on top of video4linux2 devices. The purpose of this (thin) layer is to make it easy for application writers to support a wide variety of devices without having to write separate code for different devices in the same class. libv4l consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2. libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for those devices supporting v4l1 compatibility (which many v4l2 drivers do not). libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the application transparent libv4lconvert conversion where necessary. https://www.linuxtv.org/ Ted Hess @@ Package: v4l-utils Version: 1.20.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libv4l +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Video 4 Linux utilities Maintainer: Ted Hess Source: v4l-utils-1.20.0.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: libv4l is a collection of libraries which adds a thin abstraction layer on top of video4linux2 devices. The purpose of this (thin) layer is to make it easy for application writers to support a wide variety of devices without having to write separate code for different devices in the same class. libv4l consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2. libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for those devices supporting v4l1 compatibility (which many v4l2 drivers do not). libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the application transparent libv4lconvert conversion where necessary. This package contains the video4linux utilities. https://www.linuxtv.org/ Ted Hess @@ Source-Makefile: feeds/packages/libs/libvorbis/Makefile Package: libvorbis Version: 1.3.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libogg Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libvorbis Maintainer: Ted Hess Source: libvorbis-1.3.7.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Vorbis is a general purpose audio and music encoding format contemporary to MPEG-4's AAC and TwinVQ, the next generation beyond MPEG audio layer 3. Unlike the MPEG sponsored formats (and other proprietary formats such as RealAudio G2 and Windows' flavor of the month), the Vorbis CODEC specification belongs to the public domain. All the technical details are published and documented, and any software entity may make full use of the format without license fee, royalty or patent concerns. http://xiph.org/vorbis/ Ted Hess @@ Source-Makefile: feeds/packages/libs/libvorbisidec/Makefile Package: libvorbisidec Version: 1.0.3-20180319-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libogg Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A fixed-point Ogg/Vorbis decoder library Maintainer: Ted Hess Source: libvorbisidec-1.0.3-20180319.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: libvorbisidec is "tremor", a fixed-point implementation of libvorbis. It also has libogg built-in. It is suitable as a replacement for libvorbis and libogg in tremor-aware applications. Tremor is a decoder only. http://wiki.xiph.org/index.php/Tremor Ted Hess @@ Source-Makefile: feeds/packages/libs/libvpx/Makefile Package: libvpx Version: 1.8.0-1 ABIVersion: 1.8 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libvpx Maintainer: Luiz Angelo Daros de Luca Source: libvpx-1.8.0-v1.8.0.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: libvpx is a VP8/VP9 Codec SDK. http://www.webmproject.org/ Luiz Angelo Daros de Luca @@ Source-Makefile: feeds/packages/libs/libwangle/Makefile Package: libwangle Version: 2019.10.07.00-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libfizz Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Wangle: C++ networking library Maintainer: Amol Bhave Source: libwangle-2019.10.07.00.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Wangle: C++ networking library https://github.com/facebook/wangle Amol Bhave @@ Source-Makefile: feeds/packages/libs/libwebsockets/Makefile Package: libwebsockets-openssl Version: 3.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +libcap +libopenssl Conflicts: Menu-Depends: Provides: libwebsockets Build-Variant: openssl Section: libs Category: Libraries Repository: base Title: libwebsockets (OpenSSL) Maintainer: Karl Palsson Source: libwebsockets-3.1.0.tar.gz License: LGPL-2.1+exception LicenseFiles: LICENSE Type: ipkg Description: libwebsockets (OpenSSL) https://libwebsockets.org Karl Palsson @@ Package: libwebsockets-mbedtls Version: 3.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +libcap +libmbedtls Conflicts: Menu-Depends: Provides: libwebsockets Build-Variant: mbedtls Section: libs Category: Libraries Repository: base Title: libwebsockets (mbedTLS) Maintainer: Karl Palsson Source: libwebsockets-3.1.0.tar.gz License: LGPL-2.1+exception LicenseFiles: LICENSE Type: ipkg Description: libwebsockets (mbedTLS) https://libwebsockets.org Karl Palsson @@ Package: libwebsockets-full Version: 3.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +libcap +libopenssl +libuv Conflicts: Menu-Depends: Provides: libwebsockets Build-Variant: full Section: libs Category: Libraries Repository: base Title: libwebsockets (Full - OpenSSL, libuv, plugins, CGI) Maintainer: Karl Palsson Source: libwebsockets-3.1.0.tar.gz License: LGPL-2.1+exception LicenseFiles: LICENSE Type: ipkg Description: libwebsockets (Full - OpenSSL, libuv, plugins, CGI) https://libwebsockets.org Karl Palsson @@ Source-Makefile: feeds/packages/libs/libx264/Makefile Package: libx264 Version: snapshot-20190324-2245-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread @BUILD_PATENTED Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: H264/AVC free codec library Maintainer: Adrian Panella Source: x264-snapshot-20190324-2245.tar.bz2 License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: x264 is a free software library for encoding video streams into the H.264/MPEG-4 AVC compression format. https://www.videolan.org/developers/x264.html Adrian Panella @@ Source-Makefile: feeds/packages/libs/libxerces-c/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: libxerces-c Version: 3.2.2-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libiconv-full +libstdcpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Validating XML parser library for C++ Maintainer: Álvaro Fernández Rojas Source: xerces-c-3.2.2.tar.xz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents. Xerces-C++ is faithful to the XML 1.0 recommendation and associated standards (DOM 1.0, DOM 2.0, SAX 1.0, SAX 2.0, Namespaces, XML Schema Part 1 and Part 2). It also provides experimental implementations of XML 1.1 and DOM Level 3.0. The parser provides high performance, modularity, and scalability. https://xerces.apache.org/ Álvaro Fernández Rojas @@ Package: libxerces-c-samples Version: 3.2.2-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libxerces-c Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Validating XML parser library for C++ (samples) Maintainer: Álvaro Fernández Rojas Source: xerces-c-3.2.2.tar.xz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Validating XML parser library for C++ (samples) https://xerces.apache.org/ Álvaro Fernández Rojas @@ Source-Makefile: feeds/packages/libs/libxml2/Makefile Build-Types: host Package: libxml2 Version: 2.9.9-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +zlib Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gnome XML library Maintainer: Michael Heimpold Source: libxml2-2.9.9.tar.gz License: MIT LicenseFiles: COPYING Type: ipkg Description: A library for manipulating XML and HTML resources. http://xmlsoft.org/ Michael Heimpold @@ Source-Makefile: feeds/packages/libs/libxslt/Makefile Build-Depends/host: libxml2/host Build-Types: host Package: libxslt Version: 1.1.34-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libxml2 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gnome XSLT library Maintainer: Jiri Slachta Source: libxslt-1.1.34.tar.gz License: MIT LicenseFiles: COPYING Type: ipkg Description: A library for XML transformation using XSLT. http://xmlsoft.org/XSLT/ Jiri Slachta @@ Package: libexslt Version: 1.1.34-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libxslt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Gnome XSLT library Extension Maintainer: Jiri Slachta Source: libxslt-1.1.34.tar.gz License: MIT LicenseFiles: COPYING Type: ipkg Description: An extension for XSLT. http://xmlsoft.org/XSLT/EXSLT/ Jiri Slachta @@ Package: xsltproc Version: 1.1.34-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libxslt +PACKAGE_xsltproc:libexslt Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Gnome XSLT xsltproc Utility Maintainer: Jiri Slachta Source: libxslt-1.1.34.tar.gz License: MIT LicenseFiles: COPYING Type: ipkg Description: XSLT XML transformation utility. http://xmlsoft.org/XSLT/ Jiri Slachta @@ Source-Makefile: feeds/packages/libs/libyaml-cpp/Makefile Package: libyaml-cpp Version: 0.6.3-1 ABIVersion: 0.6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp Conflicts: Menu-Depends: Provides: Section: development Category: Libraries Repository: base Title: libyaml-cpp Maintainer: Steven Hessing Source: yaml-cpp-0.6.3.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec. https://github.com/jbeder/yaml-cpp Steven Hessing @@ Source-Makefile: feeds/packages/libs/libyang/Makefile Package: libyang Version: 0.16-r3-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcre +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: YANG data modeling language library Maintainer: Mislav Novakovic Source: libyang-0.16-r3.tar.gz License: GPL-2.0-or-later Type: ipkg Description: libyang is YANG data modelling language parser and toolkit written (and providing API) in C. The library is used e.g. in libnetconf2, Netopeer2 or sysrepo projects. https://codeload.github.com/CESNET/libyang/tar.gz/v0.16-r3? Mislav Novakovic @@ Package: yanglint Version: 0.16-r3-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libyang Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: YANG data modeling language utility Maintainer: Mislav Novakovic Source: libyang-0.16-r3.tar.gz License: GPL-2.0-or-later Type: ipkg Description: YANG data modeling language utility https://codeload.github.com/CESNET/libyang/tar.gz/v0.16-r3? Mislav Novakovic @@ Source-Makefile: feeds/packages/libs/libyubikey/Makefile Package: libyubikey Version: 1.13-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: The Yuibco yubikey c library Maintainer: Stuart B. Wilkins Source: libyubikey-1.13.tar.gz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: The c library for the yubikey from Yubico https://developers.yubico.com/yubico-c/ Stuart B. Wilkins @@ Source-Makefile: feeds/packages/libs/libzdb/Makefile Build-Depends: libzdb/host !BUILD_NLS:libiconv !BUILD_NLS:gettext Build-Types: host Package: libzdb Version: 3.2.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsqlite3 +libpq +libmysqlclient +zlib +libpthread +libopenssl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A thread-safe multi database connection pool library Maintainer: Alexandru Ardelean Source: libzdb-3.2.1.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: zdb is a database library with thread-safe connection pooling. The library can connect transparently to multiple database systems. It has zero runtime configuration and connections are specified via a URL scheme. A modern object-oriented API is provided. zdb supports MySQL, PostgreSQL, SQLite, and Oracle. NOTE: This package does not include Oracle support. https://www.tildeslash.com/libzdb/ Alexandru Ardelean @@ Source-Makefile: feeds/packages/libs/libzip/Makefile Package: libzip-gnutls Submenu: Compression Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +PACKAGE_libzip-gnutls:libgnutls Conflicts: Menu-Depends: Provides: libzip Build-Variant: gnutls Section: libs Category: Libraries Repository: base Title: libzip (GnuTLS) Maintainer: Michael Heimpold Source: libzip-1.7.1.tar.xz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: libzip (GnuTLS) https://libzip.org/ Michael Heimpold @@ Package: libzip-mbedtls Submenu: Compression Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +PACKAGE_libzip-mbedtls:libmbedtls Conflicts: Menu-Depends: Provides: libzip Build-Variant: mbedtls Section: libs Category: Libraries Repository: base Title: libzip (mbedTLS) Maintainer: Michael Heimpold Source: libzip-1.7.1.tar.xz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: libzip (mbedTLS) https://libzip.org/ Michael Heimpold @@ Package: libzip-openssl Submenu: Compression Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +PACKAGE_libzip-openssl:libopenssl Conflicts: Menu-Depends: Provides: libzip Build-Variant: openssl Section: libs Category: Libraries Repository: base Title: libzip (OpenSSL) Maintainer: Michael Heimpold Source: libzip-1.7.1.tar.xz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: libzip (OpenSSL) https://libzip.org/ Michael Heimpold @@ Package: libzip-nossl Submenu: Compression Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib Conflicts: Menu-Depends: Provides: libzip Build-Variant: nossl Section: libs Category: Libraries Repository: base Title: libzip (w/o encryption support) Maintainer: Michael Heimpold Source: libzip-1.7.1.tar.xz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: libzip (w/o encryption support) https://libzip.org/ Michael Heimpold @@ Package: zipcmp Submenu: Compression Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libzip +USE_MUSL:musl-fts Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: zipcmp Maintainer: Michael Heimpold Source: libzip-1.7.1.tar.xz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: This package contains the command line tool zipcmp from libzip. https://libzip.org/ Michael Heimpold @@ Package: zipmerge Submenu: Compression Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libzip Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: zipmerge Maintainer: Michael Heimpold Source: libzip-1.7.1.tar.xz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: This package contains the command line tool zipmerge from libzip. https://libzip.org/ Michael Heimpold @@ Package: ziptool Submenu: Compression Version: 1.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libzip Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: ziptool Maintainer: Michael Heimpold Source: libzip-1.7.1.tar.xz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: This package contains the command line tool ziptool from libzip. https://libzip.org/ Michael Heimpold @@ Source-Makefile: feeds/packages/libs/lmdb/Makefile Package: lmdb Version: 0.9.24-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Lightning Memory-Mapped Database shared library Maintainer: Jan Pavlinec Source: LMDB_0.9.24.tar.gz License: OLDAP-2.8 LicenseFiles: LICENSE Type: ipkg Description: LMDB is an ultra-fast, ultra-compact key-value embedded data store developed for the OpenLDAP Project. https://symas.com/lmdb/ Jan Pavlinec @@ Package: lmdb-utils Version: 0.9.24-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: lmdb Provides: Section: libs Category: Libraries Repository: base Title: Lightning Memory-Mapped Database utils Maintainer: Jan Pavlinec Source: LMDB_0.9.24.tar.gz License: OLDAP-2.8 LicenseFiles: LICENSE Type: ipkg Description: LMDB environment status and copy tool https://symas.com/lmdb/ Jan Pavlinec @@ Package: lmdb-test Version: 0.9.24-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: lmdb Provides: Section: libs Category: Libraries Repository: base Title: Lightning Memory-Mapped Database test Maintainer: Jan Pavlinec Source: LMDB_0.9.24.tar.gz License: OLDAP-2.8 LicenseFiles: LICENSE Type: ipkg Description: LMDB test application https://symas.com/lmdb/ Jan Pavlinec @@ Source-Makefile: feeds/packages/libs/log4cplus/Makefile Build-Types: host Package: log4cplus Version: 2.0.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A simple to use C++ logging API Maintainer: BangLang Huang , Rosy Song Source: log4cplus-2.0.4.tar.xz License: BSD-2-Clause Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: log4cplus is a simple to use C++11 logging API providing thread--safe, flexible, and arbitrarily granular control over log management and configuration. It is modeled after the Java log4j API. https://sourceforge.net/p/log4cplus/wiki/Home/ BangLang Huang , Rosy Song @@ Source-Makefile: feeds/packages/libs/loudmouth/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: loudmouth Version: 1.5.3-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +glib2 +libopenssl +PACKAGE_krb5-libs:krb5-libs Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: loudmouth Maintainer: W. Michael Petullo Source: loudmouth-1.5.3.tar.gz License: LGPLv2.1 LicenseFiles: COPYING Type: ipkg Description: Lightweight and easy-to-use C library for programming with the Jabber protocol https://github.com/mcabber/loudmouth W. Michael Petullo @@ Source-Makefile: feeds/packages/libs/lttng-ust/Makefile Package: lttng-ust Version: 2.10.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +liburcu +libuuid +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Linux Trace Toolkit: next generation (library) Maintainer: Source: lttng-ust-2.10.3.tar.bz2 License: LGPL-2.1 GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Linux Trace Toolkit: next generation (library) https://lttng.org/ @@ Source-Makefile: feeds/packages/libs/measurement-kit/Makefile Package: measurement-kit Version: 0.10.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libcurl +libevent2-pthreads +libevent2-extra +libevent2-openssl +libevent2-core +libmaxminddb +ca-bundle Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: library for open network measurement Maintainer: Jan Pavlinec Source: measurement-kit-0.10.11.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE Type: ipkg Description: Measurement Kit is a C++14 library that implements open network measurement methodologies (performance, censorship, etc.) https://measurement-kit.github.io/ Jan Pavlinec @@ Source-Makefile: feeds/packages/libs/msgpack-c/Makefile Package: msgpack-c Version: 3.3.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lib Category: Libraries Repository: base Title: MessagePack implementation for C and C++ Maintainer: Tianling Shen Source: msgpack-c-3.3.0.tar.gz License: BSL-1.0 LicenseFiles: LICENSE Type: ipkg Description: MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller. Small integers are encoded into a single byte and short strings require only one extra byte in addition to the strings themselves. https://github.com/msgpack/msgpack-c Tianling Shen @@ Source-Makefile: feeds/packages/libs/mtdev/Makefile Package: mtdev Version: 1.1.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Multitouch Protocol Translation Library Maintainer: Daniel Golle Source: mtdev-1.1.5.tar.bz2 License: MIT LicenseFiles: COPYING Type: ipkg Description: The mtdev is a stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol. The events put into mtdev may be from any MT device, specifically type A without contact tracking, type A with contact tracking, or type B with contact tracking. See the kernel documentation for further details. http://bitmath.org/code/mtdev/ Daniel Golle @@ Source-Makefile: feeds/packages/libs/musl-fts/Makefile Package: musl-fts Version: 1.2.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: fts implementation for musl libc Maintainer: Lucian Cristian Source: musl-fts-1.2.7.tar.xz License: LGPL-2.1 LicenseFiles: COPYING AUTHORS Type: ipkg Description: The musl-fts package implements the fts(3) functions fts_open, fts_read, fts_children, fts_set and fts_close, which are missing in musl libc. https://github.com/pullmoll/musl-fts Lucian Cristian @@ Source-Makefile: feeds/packages/libs/mxml/Makefile Package: mxml Version: 2.12-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Mini-XML Maintainer: Espen Jürgensen Source: mxml-2.12.tar.xz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: A small xml library. http://www.minixml.org/ Espen Jürgensen @@ Source-Makefile: feeds/packages/libs/nacl/Makefile Package: nacl Version: 20110221-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: NaCl Networking and Cryptography library Maintainer: Matthias Schiffer Source: nacl-20110221.tar.bz2 License: PublicDomain Type: ipkg Description: NaCl Networking and Cryptography library http://nacl.cace-project.eu/ Matthias Schiffer @@ Source-Makefile: feeds/packages/libs/neon/Makefile Package: libneon Version: 0.30.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libexpat +zlib Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: HTTP and WebDAV client library Maintainer: Federico Di Marco Source: neon-0.30.2.tar.gz Type: ipkg Description: neon is an HTTP and WebDAV client library, with a C interface. Features: - High-level wrappers for common HTTP and WebDAV operations (GET, MOVE, DELETE, etc) - Low-level interface to the HTTP request/response engine, allowing the use of arbitrary HTTP methods, headers, etc. - Authentication support including Basic and Digest support, along with GSSAPI-based Negotiate on Unix, and SSPI-based Negotiate/NTLM on Win32 - SSL/TLS support using OpenSSL or GnuTLS; exposing an abstraction layer for verifying server certificates, handling client certificates, and examining certificate properties. Smartcard-based client certificates are also supported via a PKCS11 wrapper interface. - Abstract interface to parsing XML using libxml2 or expat, and wrappers for simplifying handling XML HTTP response bodies - WebDAV metadata support; wrappers for PROPFIND and PROPPATCH to simplify property manipulation. http://www.webdav.org/neon/ Federico Di Marco @@ Source-Makefile: feeds/packages/libs/newt/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: libnewt Version: 0.52.21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libslang2 +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Newt library Maintainer: Jeffery To Source: newt-0.52.21.tar.gz License: LGPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Newt is a programming library for color text mode, widget based user interfaces. Newt can be used to add stacked windows, entry widgets, checkboxes, radio buttons, labels, plain text fields, scrollbars, etc., to text mode user interfaces. Newt is based on the slang library. https://pagure.io/newt Jeffery To @@ Package: whiptail Version: 0.52.21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libnewt +libpopt +libslang2 Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Display dialog boxes from shell scripts Maintainer: Jeffery To Source: newt-0.52.21.tar.gz License: LGPL-2.0 LicenseFiles: COPYING Type: ipkg Description: A lightweight replacement for the dialog command (dialog boxes from shell scripts), based on libnewt. https://pagure.io/newt Jeffery To @@ Package: python3-newt Submenu: Python Version: 0.52.21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libnewt +python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Newt module for Python Maintainer: Jeffery To Source: newt-0.52.21.tar.gz License: LGPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Newt is a programming library for color text mode, widget based user interfaces. Newt can be used to add stacked windows, entry widgets, checkboxes, radio buttons, labels, plain text fields, scrollbars, etc., to text mode user interfaces. Newt is based on the slang library. This is the Newt module for Python 3. https://pagure.io/newt Jeffery To @@ Package: python3-newt-src Submenu: Python Version: 0.52.21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Newt module for Python (sources) Maintainer: Jeffery To Source: newt-0.52.21.tar.gz License: LGPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Newt is a programming library for color text mode, widget based user interfaces. Newt can be used to add stacked windows, entry widgets, checkboxes, radio buttons, labels, plain text fields, scrollbars, etc., to text mode user interfaces. Newt is based on the slang library. This is the Newt module for Python 3.. (Contains the Python3 sources for this package). https://pagure.io/newt Jeffery To @@ Source-Makefile: feeds/packages/libs/nspr/Makefile Package: nspr Version: 4.27-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Netscape Portable Runtime (NSPR) Maintainer: Lucian Cristian Source: nspr-4.27.tar.gz Type: ipkg Description: Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc-like functions. The API is used in the Mozilla clients, many of Red Hat's and Oracle's server applications, and other software offerings. https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR Lucian Cristian @@ Source-Makefile: feeds/packages/libs/nss/Makefile Package: nss-utils Version: 3.55-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libnss Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utilities for Mozilla's SSL and TLS implementation Maintainer: Lucian Cristian Source: nss-3.55.tar.gz LicenseFiles: nss/COPYING Type: ipkg Description: Utilities for Mozilla's SSL and TLS implementation https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS Lucian Cristian @@ Package: libnss Submenu: SSL Version: 3.55-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libsqlite3 +nspr Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Mozilla's SSL and TLS implementation Maintainer: Lucian Cristian Source: nss-3.55.tar.gz LicenseFiles: nss/COPYING Type: ipkg Description: Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS 5, PKCS 7, PKCS 11, PKCS 12, S/MIME, X.509 v3 certificates, and other security standards. https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS Lucian Cristian @@ Source-Makefile: feeds/packages/libs/oniguruma/Makefile Package: oniguruma Version: 6.9.4-1 ABIVersion: 5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Regular expression library for different character encodings Maintainer: Eneas U de Queiroz Source: onig-6.9.4.tar.gz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: Oniguruma is a modern and flexible regular expressions library. It encompasses features from different regular expression implementations that traditionally exist in different languages. Character encoding can be specified per regular expression object. https://github.com/kkos/oniguruma Eneas U de Queiroz @@ Source-Makefile: feeds/packages/libs/opencv/Makefile Package: opencv Version: 4.1.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +librt +libatomic +libstdcpp +zlib +libjpeg Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: OpenCV Maintainer: Source: opencv-4.1.1.tar.xz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: OpenCV https://opencv.org/ @@ Source-Makefile: feeds/packages/libs/openldap/Makefile Package: libopenldap Menu: 1 Submenu: OpenLDAP Version: 2.4.48-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libsasl2 +libpthread +OPENLDAP_DB47:libdb47 +OPENLDAP_ICU:icu Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: LDAP directory suite (libraries) Maintainer: W. Michael Petullo Source: openldap-2.4.48.tgz License: OLDAP-2.8 LicenseFiles: LICENSE Type: ipkg Description: OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol (LDAP). This package contains the shared LDAP client libraries, needed by other programs. http://www.openldap.org/ W. Michael Petullo @@ Config: config OPENLDAP_DEBUG bool "Enable debugging information" default y help Enable debugging information. This option must be enabled for the loglevel directive to work. config OPENLDAP_CRYPT bool "Crypt(3) passwords support" default n help With crypt(3) password storage scheme enabled, OpenLDAP can receive and store SHA-256 and SHA-512 password hashes from Samba AD-DC. If this option is disabled, synchronization of passwords between Samba AD-DC (v4.5 and above) and OpenLDAP requires use of cleartext passwords. To enable crypt(3) password synchronization functionality: 1. Re-include crypt(3) support in OpenWRT by enabling 'Include crypt() support for SHA256, SHA512 and Blowfish ciphers' option in "Advanced configuration options (for developers)" -> "Toolchain Options". 2. Provision AD-DC with 'password hash userPassword schemes' option. For more information, see smb.conf manpage for details on 'password hash userPassword schemes'. 3. Use a script to synchronize passwords from AD-DC to OpenLDAP. See samba-tool manpage for 'user syncpasswords'. config OPENLDAP_MONITOR bool "Enable monitor backend" default n help Enable monitor backend to obtain information about the running status of the daemon. See OpenLDAP documentation for more information. config OPENLDAP_DB47 bool "Berkeley DB support" default n help Enable Berkeley DB support (BDB). config OPENLDAP_ICU bool "ICU support" default n help Enable ICU (International Components for Unicode) support. @@ Package: openldap-utils Submenu: OpenLDAP Version: 2.4.48-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenldap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: LDAP directory suite (utilities) Maintainer: W. Michael Petullo Source: openldap-2.4.48.tgz License: OLDAP-2.8 LicenseFiles: LICENSE Type: ipkg Description: This package contains client programs required to access LDAP servers. http://www.openldap.org/ W. Michael Petullo @@ Package: openldap-server Submenu: OpenLDAP Version: 2.4.48-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenldap +libuuid Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: LDAP directory suite (server) Maintainer: W. Michael Petullo Source: openldap-2.4.48.tgz License: OLDAP-2.8 LicenseFiles: LICENSE Type: ipkg Description: This package contains server programs required to provide LDAP services. http://www.openldap.org/ W. Michael Petullo @@ Source-Makefile: feeds/packages/libs/opus/Makefile Package: libopus Version: 1.3.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: OPUS Audio Codec Maintainer: Ted Hess , Ian Leonard Source: opus-1.3.1.tar.gz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Opus is a totally open, royalty-free, highly versatile audio codec. Opus is unmatched for interactive speech and music transmission over the Internet, but is also intended for storage and streaming applications. https://opus-codec.org Ted Hess , Ian Leonard @@ Source-Makefile: feeds/packages/libs/opusfile/Makefile Package: libopusfile Version: 0.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libogg +libopus +libopenssl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: OPUS file library Maintainer: Eduardo Abinader Source: opusfile-0.11.tar.gz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: The opusfile library provides seeking, decode, and playback of Opus streams in the Ogg container (.opus files) http://opus-codec.org/ Eduardo Abinader @@ Source-Makefile: feeds/packages/libs/p11-kit/Makefile Package: p11-kit Version: 0.23.15-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libtasn1 +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A library that provides a way to load and enumerate PKCS11 modules. Maintainer: Nikos Mavrogiannopoulos Source: p11-kit-0.23.15.tar.gz License: BSD-3c LicenseFiles: COPYING Type: ipkg Description: Provides a way to load and enumerate PKCS11 modules. Provides a standard configuration setup for installing PKCS11 modules in such a way that they are discoverable. https://p11-glue.github.io/p11-glue/p11-kit.html Nikos Mavrogiannopoulos @@ Source-Makefile: feeds/packages/libs/pcre/Makefile Package: libpcre Version: 8.43-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A Perl Compatible Regular Expression library Maintainer: Thomas Heil Source: pcre-8.43.tar.bz2 License: BSD-3-Clause LicenseFiles: LICENCE Type: ipkg Description: A Perl Compatible Regular Expression library https://www.pcre.org/ Thomas Heil @@ Package: libpcre16 Version: 8.43-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A Perl Compatible Regular Expression library (16bit support) Maintainer: Thomas Heil Source: pcre-8.43.tar.bz2 License: BSD-3-Clause LicenseFiles: LICENCE Type: ipkg Description: A Perl Compatible Regular Expression library (16bit support) https://www.pcre.org/ Thomas Heil @@ Package: libpcrecpp Version: 8.43-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcre +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: C++ wrapper for Perl Compatible Regular Expression library Maintainer: Thomas Heil Source: pcre-8.43.tar.bz2 License: BSD-3-Clause LicenseFiles: LICENCE Type: ipkg Description: C++ wrapper for Perl Compatible Regular Expression library https://www.pcre.org/ Thomas Heil @@ Source-Makefile: feeds/packages/libs/pcre2/Makefile Package: libpcre2 Version: 10.32-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A Perl Compatible Regular Expression library Maintainer: Shane Peelar Source: pcre2-10.32.tar.bz2 License: BSD-3-Clause LicenseFiles: LICENCE Type: ipkg Description: A Perl Compatible Regular Expression library https://www.pcre.org/ Shane Peelar @@ Package: libpcre2-16 Version: 10.32-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A Perl Compatible Regular Expression library (16bit support) Maintainer: Shane Peelar Source: pcre2-10.32.tar.bz2 License: BSD-3-Clause LicenseFiles: LICENCE Type: ipkg Description: A Perl Compatible Regular Expression library (16bit support) https://www.pcre.org/ Shane Peelar @@ Package: libpcre2-32 Version: 10.32-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A Perl Compatible Regular Expression library (32bit support) Maintainer: Shane Peelar Source: pcre2-10.32.tar.bz2 License: BSD-3-Clause LicenseFiles: LICENCE Type: ipkg Description: A Perl Compatible Regular Expression library (32bit support) https://www.pcre.org/ Shane Peelar @@ Source-Makefile: feeds/packages/libs/pixman/Makefile Package: pixman Version: 0.38.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: a low-level software library for pixel manipulation Maintainer: Yousong Zhou Source: pixman-0.38.4.tar.gz License: MIT LicenseFiles: COPYING Type: ipkg Description: Pixman is a low-level software library for pixel manipulation, providing features such as image compositing and trapezoid rasterization. Important users of pixman are the cairo graphics library and the X server. http://www.pixman.org/ Yousong Zhou @@ Source-Makefile: feeds/packages/libs/poco/Makefile Package: poco Version: 1.9.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libpthread +librt @!arc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Poco C++ libraries Maintainer: Jean-Michel Julien Source: poco-1.9.0.tar.bz2 License: BSL-1.0 LicenseFiles: LICENSE Type: ipkg Description: POrtable COmponents, a modern and powerful open source C++ class libraries and frameworks for building network and internet-based applications that run on desktop, server and embedded systems. https://www.pocoproject.org/ Jean-Michel Julien @@ Source-Makefile: feeds/packages/libs/postgresql/Makefile Build-Depends: postgresql/host Build-Types: host Package: libpq Submenu: database Version: 11.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: PostgreSQL client library Maintainer: Daniel Golle Source: postgresql-11.3.tar.bz2 License: PostgreSQL Type: ipkg Description: PostgreSQL client library. http://www.postgresql.org/ Daniel Golle @@ Package: pgsql-cli Submenu: database Version: 11.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncursesw +libpq +libreadline +librt +zlib Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Command Line Interface (CLI) to PostgreSQL databases Maintainer: Daniel Golle Source: postgresql-11.3.tar.bz2 License: PostgreSQL Type: ipkg Description: Command Line Interface (CLI) to PostgreSQL databases. http://www.postgresql.org/ Daniel Golle @@ Package: pgsql-cli-extra Submenu: database Version: 11.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncursesw +libpq +libreadline +librt +zlib Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Command Line extras for PostgreSQL databases Maintainer: Daniel Golle Source: postgresql-11.3.tar.bz2 License: PostgreSQL Type: ipkg Description: Command Line extras for PostgreSQL databases. http://www.postgresql.org/ Daniel Golle @@ Package: pgsql-server Submenu: database Version: 11.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +pgsql-cli Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: PostgreSQL databases Server Maintainer: Daniel Golle Require-User: postgres=5432:postgres=5432 Source: postgresql-11.3.tar.bz2 License: PostgreSQL Type: ipkg Description: PostgreSQL databases Server. http://www.postgresql.org/ Daniel Golle @@ Source-Makefile: feeds/packages/libs/protobuf/Makefile Build-Depends: protobuf/host Build-Types: host Package: protobuf Version: 3.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +libpthread +libatomic +libstdcpp +protobuf-lite Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A structured data encoding library Maintainer: Ken Keys Source: protobuf-cpp-3.7.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. This package provides the libprotoc, libprotobuf, and libprotobuf-lite libraries. For a much smaller protobuf package, see "protobuf-lite". https://github.com/google/protobuf Ken Keys @@ Package: protobuf-lite Version: 3.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +libpthread +libatomic +libstdcpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A structured data encoding library Maintainer: Ken Keys Source: protobuf-cpp-3.7.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. This package provides the libprotobuf-lite library. https://github.com/google/protobuf Ken Keys @@ Source-Makefile: feeds/packages/libs/protobuf-c/Makefile Build-Depends: protobuf-c/host Build-Depends/host: protobuf/host Build-Types: host Package: libprotobuf-c Version: 1.3.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Protocol Buffers library Maintainer: Rosen Penev Source: protobuf-c-1.3.1.tar.gz License: BSD-2c Type: ipkg Description: Runtime library to use Google Protocol Buffers from C applications. Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. https://github.com/protobuf-c/protobuf-c Rosen Penev @@ Source-Makefile: feeds/packages/libs/psqlodbc/Makefile Build-Depends: unixodbc/host Package: psqlodbca Submenu: database Version: 11.00.0000-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +unixodbc +libpq Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: psqlODBC - PostgreSQL ODBC driver (ASCII) Maintainer: Source: psqlodbc-11.00.0000.tar.gz License: LGPL-2.0-or-later LicenseFiles: license.txt Type: ipkg Description: psqlODBC is the official PostgreSQL ODBC Driver. It is released under the Library General Public Licence, or LGPL. https://odbc.postgresql.org/ @@ Package: psqlodbcw Submenu: database Version: 11.00.0000-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +unixodbc +libpq Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: psqlODBC - PostgreSQL ODBC driver (UTF-8) Maintainer: Source: psqlodbc-11.00.0000.tar.gz License: LGPL-2.0-or-later LicenseFiles: license.txt Type: ipkg Description: psqlODBC is the official PostgreSQL ODBC Driver. It is released under the Library General Public Licence, or LGPL. (UTF-8 version) https://odbc.postgresql.org/ @@ Source-Makefile: feeds/packages/libs/pthsem/Makefile Package: pthsem Version: 2.0.8-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: GNU pth extended with semaphore support Maintainer: Othmar Truniger Source: pthsem_2.0.8.tar.gz License: LGPL-2.1+ LicenseFiles: COPYING Type: ipkg Description: GNU pth is a user mode multi threading library. pthsem is an extend version, with support for semaphores added. It can be installed parallel to a normal pth. http://www.auto.tuwien.ac.at/~mkoegler/index.php/pth Othmar Truniger @@ Source-Makefile: feeds/packages/libs/qrencode/Makefile Package: libqrencode Version: 4.0.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Library for encoding data in a QR Code symbol Maintainer: Jonathan Bennett Source: qrencode-4.0.2.tar.bz2 License: LGPL-2.1-or-later Type: ipkg Description: Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust. https://fukuchi.org/works/qrencode/ Jonathan Bennett @@ Package: qrencode Version: 4.0.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libqrencode Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: qrencode binary for producing qr codes Maintainer: Jonathan Bennett Source: qrencode-4.0.2.tar.bz2 License: LGPL-2.1-or-later Type: ipkg Description: Qrencode is a C program for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust. http://fukuchi.org/works/qrencode/ Jonathan Bennett @@ Source-Makefile: feeds/packages/libs/quasselc/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: quasselc Submenu: Instant Messaging Version: 2017-01-11-a0a1e6bd87d3eac68b5369972d1c2035cfe47e94-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +glib2 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: API to access a Quassel Core in pure C Maintainer: Ben Rosser Source: quasselc-2017-01-11.tar.gz License: LGPL-3.0 LicenseFiles: COPYING.LESSER Type: ipkg Description: An implementation of the Quassel protocol in pure C. https://github.com/phhusson/QuasselC Ben Rosser @@ Source-Makefile: feeds/packages/libs/rpcsvc-proto/Makefile Build-Depends: rpcsvc-proto/host !BUILD_NLS:libiconv !BUILD_NLS:gettext Build-Depends/host: gettext-full/host Build-Types: host Package: rpcsvc-proto Version: 1.4.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rpcgen and rpcsvc proto.x files from glibc Maintainer: Andy Walsh Source: rpcsvc-proto-1.4.1.tar.xz License: BSD-3-clause LicenseFiles: COPYING Type: ipkg Build-Only: 1 Description: This package contains rpcsvc proto.x files from glibc, which are missing in libtirpc. Additional it contains rpcgen, which is needed to create header files and sources from protocol files. https://github.com/thkukuk/rpcsvc-proto Andy Walsh @@ Source-Makefile: feeds/packages/libs/rxtx/Makefile Package: rxtx Version: 2.2pre2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: RX/TX Support for Java serial communications Maintainer: Dana H. Myers Source: rxtx-2.2pre2.zip License: LGPL-2.1 Type: ipkg Description: RX/TX Support for Java serial communications http://rxtx.qbang.org/wiki/index.php/Main_Page Dana H. Myers @@ Source-Makefile: feeds/packages/libs/sbc/Makefile Package: sbc Version: 1.4-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsndfile Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: sbc encoding library Maintainer: Source: sbc-1.4.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING.LIB Type: ipkg Description: Low Complexity Subband Coding for bluetooth audio profiles encoding and decoding. Needed for A2DP support. http://www.bluez.org @@ Source-Makefile: feeds/packages/libs/slang2/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: libslang2-mod-base64 Version: 2.3.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: S-Lang Programmer's Library (base64 module) Maintainer: Jeffery To Source: slang-2.3.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the base64 module. https://www.jedsoft.org/slang/ Jeffery To @@ Package: libslang2-mod-chksum Version: 2.3.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: S-Lang Programmer's Library (chksum module) Maintainer: Jeffery To Source: slang-2.3.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the chksum module. https://www.jedsoft.org/slang/ Jeffery To @@ Package: libslang2-mod-csv Version: 2.3.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: S-Lang Programmer's Library (csv module) Maintainer: Jeffery To Source: slang-2.3.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the csv module. https://www.jedsoft.org/slang/ Jeffery To @@ Package: libslang2-mod-fcntl Version: 2.3.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: S-Lang Programmer's Library (fcntl module) Maintainer: Jeffery To Source: slang-2.3.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the fcntl module. https://www.jedsoft.org/slang/ Jeffery To @@ Package: libslang2-mod-fork Version: 2.3.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: S-Lang Programmer's Library (fork module) Maintainer: Jeffery To Source: slang-2.3.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the fork module. https://www.jedsoft.org/slang/ Jeffery To @@ Package: libslang2-mod-histogram Version: 2.3.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: S-Lang Programmer's Library (histogram module) Maintainer: Jeffery To Source: slang-2.3.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the histogram module. https://www.jedsoft.org/slang/ Jeffery To @@ Package: libslang2-mod-iconv Version: 2.3.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: S-Lang Programmer's Library (iconv module) Maintainer: Jeffery To Source: slang-2.3.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the iconv module. https://www.jedsoft.org/slang/ Jeffery To @@ Package: libslang2-mod-json Version: 2.3.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: S-Lang Programmer's Library (json module) Maintainer: Jeffery To Source: slang-2.3.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the json module. https://www.jedsoft.org/slang/ Jeffery To @@ Package: libslang2-mod-onig Version: 2.3.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +oniguruma Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: S-Lang Programmer's Library (onig module) Maintainer: Jeffery To Source: slang-2.3.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the onig module. https://www.jedsoft.org/slang/ Jeffery To @@ Package: libslang2-mod-pcre Version: 2.3.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcre Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: S-Lang Programmer's Library (pcre module) Maintainer: Jeffery To Source: slang-2.3.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the pcre module. https://www.jedsoft.org/slang/ Jeffery To @@ Package: libslang2-mod-png Version: 2.3.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpng Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: S-Lang Programmer's Library (png module) Maintainer: Jeffery To Source: slang-2.3.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the png module. https://www.jedsoft.org/slang/ Jeffery To @@ Package: libslang2-mod-rand Version: 2.3.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: S-Lang Programmer's Library (rand module) Maintainer: Jeffery To Source: slang-2.3.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the rand module. https://www.jedsoft.org/slang/ Jeffery To @@ Package: libslang2-mod-select Version: 2.3.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: S-Lang Programmer's Library (select module) Maintainer: Jeffery To Source: slang-2.3.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the select module. https://www.jedsoft.org/slang/ Jeffery To @@ Package: libslang2-mod-slsmg Version: 2.3.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: S-Lang Programmer's Library (slsmg module) Maintainer: Jeffery To Source: slang-2.3.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the slsmg module. https://www.jedsoft.org/slang/ Jeffery To @@ Package: libslang2-mod-socket Version: 2.3.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: S-Lang Programmer's Library (socket module) Maintainer: Jeffery To Source: slang-2.3.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the socket module. https://www.jedsoft.org/slang/ Jeffery To @@ Package: libslang2-mod-stats Version: 2.3.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: S-Lang Programmer's Library (stats module) Maintainer: Jeffery To Source: slang-2.3.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the stats module. https://www.jedsoft.org/slang/ Jeffery To @@ Package: libslang2-mod-sysconf Version: 2.3.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: S-Lang Programmer's Library (sysconf module) Maintainer: Jeffery To Source: slang-2.3.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the sysconf module. https://www.jedsoft.org/slang/ Jeffery To @@ Package: libslang2-mod-termios Version: 2.3.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: S-Lang Programmer's Library (termios module) Maintainer: Jeffery To Source: slang-2.3.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the termios module. https://www.jedsoft.org/slang/ Jeffery To @@ Package: libslang2-mod-varray Version: 2.3.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: S-Lang Programmer's Library (varray module) Maintainer: Jeffery To Source: slang-2.3.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the varray module. https://www.jedsoft.org/slang/ Jeffery To @@ Package: libslang2-mod-zlib Version: 2.3.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: S-Lang Programmer's Library (zlib module) Maintainer: Jeffery To Source: slang-2.3.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the zlib module. https://www.jedsoft.org/slang/ Jeffery To @@ Package: libslang2 Version: 2.3.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +terminfo Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: S-Lang Programmer's Library Maintainer: Jeffery To Source: slang-2.3.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. https://www.jedsoft.org/slang/ Jeffery To @@ Package: libslang2-modules Version: 2.3.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libslang2-mod-base64 +libslang2-mod-chksum +libslang2-mod-csv +libslang2-mod-fcntl +libslang2-mod-fork +libslang2-mod-histogram +libslang2-mod-iconv +libslang2-mod-json +libslang2-mod-onig +libslang2-mod-pcre +libslang2-mod-png +libslang2-mod-rand +libslang2-mod-select +libslang2-mod-slsmg +libslang2-mod-socket +libslang2-mod-stats +libslang2-mod-sysconf +libslang2-mod-termios +libslang2-mod-varray +libslang2-mod-zlib Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: S-Lang Programmer's Library (all modules) Maintainer: Jeffery To Source: slang-2.3.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This installs all of S-Lang's bundled modules. https://www.jedsoft.org/slang/ Jeffery To @@ Package: slsh Version: 2.3.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libslang2 +libslang2-modules Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: S-Lang shell Maintainer: Jeffery To Source: slang-2.3.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: This is a shell which is mostly just a wrapper around the S-Lang Interpreter, which is part of the S-Lang Library. https://www.jedsoft.org/slang/slsh.html Jeffery To @@ Source-Makefile: feeds/packages/libs/speex/Makefile Package: libspeex Version: 1.2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Open source speech compression codec library Maintainer: Peter Wagner Source: speex-1.2.0.tar.gz Type: ipkg Description: Open source patent-free speech compression codec library. Speex is an Open Source/Free Software patent-free audio compression format designed for speech. The Speex Project aims to lower the barrier of entry for voice applications by providing a free alternative to expensive proprietary speech codecs. Moreover, Speex is well-adapted to Internet applications and provides useful features that are not present in most other codecs. This package contains the shared codec library, needed by other programs. http://www.speex.org/ Peter Wagner @@ Source-Makefile: feeds/packages/libs/speexdsp/Makefile Package: libspeexdsp Version: 1.2.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Open source speech compression codec library output to DSP Maintainer: Peter Wagner Source: speexdsp-1.2.0.tar.gz Type: ipkg Description: Open source patent-free speech compression codec library. Speex is an Open Source/Free Software patent-free audio compression format designed for speech. The Speex Project aims to lower the barrier of entry for voice applications by providing a free alternative to expensive proprietary speech codecs. Moreover, Speex is well-adapted to Internet applications and provides useful features that are not present in most other codecs. This package contains the shared dsp library, needed by other programs. http://www.speex.org/ Peter Wagner @@ Source-Makefile: feeds/packages/libs/sqlite3/Makefile Package: libsqlite3 Submenu: database Version: 3310100-1 ABIVersion: 0 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +zlib Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: SQLite (v3.x) database engine (library) Maintainer: Sebastian Kemper Source: sqlite-autoconf-3310100.tar.gz License: PUBLICDOMAIN Type: ipkg Description: SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. This package contains the SQLite (v3.x) shared library, used by other programs. http://www.sqlite.org/ Sebastian Kemper @@ Config: source "feeds/packages/libs/sqlite3/Config-lib.in" @@ Package: sqlite3-cli Submenu: database Version: 3310100-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsqlite3 +SQLITE3_LIBEDIT:libedit +SQLITE3_READLINE:libreadline +SQLITE3_READLINE:libncursesw Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: SQLite (v3.x) database engine (cli) Maintainer: Sebastian Kemper Source: sqlite-autoconf-3310100.tar.gz License: PUBLICDOMAIN Type: ipkg Description: SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. This package contains a terminal-based front-end to the SQLite (v3.x) library that can evaluate queries interactively and display the results in multiple formats. http://www.sqlite.org/ Sebastian Kemper @@ Config: source "feeds/packages/libs/sqlite3/Config-cli.in" @@ Source-Makefile: feeds/packages/libs/taglib/Makefile Package: taglib Version: 1.12-beta-1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: taglib Maintainer: Source: taglib-1.12-beta-1.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING.LGPL Type: ipkg Build-Only: 1 Description: TagLib is a library for reading and editing the metadata of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags in FLAC, MPC, Speex, WavPack, TrueAudio, WAV, AIFF, MP4, APE, DSF, DFF, and ASF files. https://github.com/taglib/taglib @@ Source-Makefile: feeds/packages/libs/tcp_wrappers/Makefile Package: libwrap Version: 7.6-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Security wrapper library for TCP services Maintainer: Peter Wagner Source: tcp_wrappers_7.6.tar.gz License: BSD Type: ipkg Description: Security wrapper library for TCP services ftp://ftp.porcupine.org/pub/security/index.html Peter Wagner @@ Source-Makefile: feeds/packages/libs/tdb/Makefile Package: tdb Submenu: database Version: 1.3.16-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Trivial Database Maintainer: Dmitry V. Zimin Source: tdb-1.3.16.tar.gz License: GPL-2.0 Type: ipkg Description: TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. TDB is also extremely small. http://sourceforge.net/projects/tdb/ Dmitry V. Zimin @@ Source-Makefile: feeds/packages/libs/tiff/Makefile Package: libtiff Version: 4.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +libjpeg Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: TIFF library Maintainer: Jiri Slachta Source: tiff-4.1.0.tar.gz License: BSD LicenseFiles: COPYRIGHT Type: ipkg Description: TIFF library http://simplesystems.org/libtiff/ Jiri Slachta @@ Package: libtiffxx Version: 4.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libtiff +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: TIFF library(c++ bindings) Maintainer: Jiri Slachta Source: tiff-4.1.0.tar.gz License: BSD LicenseFiles: COPYRIGHT Type: ipkg Description: TIFF library(c++ bindings) http://simplesystems.org/libtiff/ Jiri Slachta @@ Package: tiff-utils Submenu: Image Manipulation Version: 4.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libtiff Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: TIFF utilities Maintainer: Jiri Slachta Source: tiff-4.1.0.tar.gz License: BSD LicenseFiles: COPYRIGHT Type: ipkg Description: TIFF utilities http://simplesystems.org/libtiff/ Jiri Slachta @@ Source-Makefile: feeds/packages/libs/tinycdb/Makefile Package: tinycdb Version: 0.78-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: a Constant DataBase Maintainer: Denis Shulyaka Source: tinycdb-0.78.tar.gz License: NLPL Type: ipkg Description: TinyCDB is a very fast and simple package for creating and reading constant data bases http://www.corpit.ru/mjt/tinycdb.html Denis Shulyaka @@ Source-Makefile: feeds/packages/libs/udns/Makefile Package: libudns Version: 0.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: DNS Resolver Library Maintainer: Yousong Zhou Source: udns-0.4.tar.gz License: LGPL-2.1 Type: ipkg Description: UDNS is a stub DNS resolver library with ability to perform both syncronous and asyncronous DNS queries. http://www.corpit.ru/mjt/udns.html Yousong Zhou @@ Package: udns-dnsget Version: 0.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libudns Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: a simple DNS query tool Maintainer: Yousong Zhou Source: udns-0.4.tar.gz License: LGPL-2.1 Type: ipkg Description: a simple DNS query tool http://www.corpit.ru/mjt/udns.html Yousong Zhou @@ Package: udns-rblcheck Version: 0.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libudns Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: a simple DNSBL lookups tool Maintainer: Yousong Zhou Source: udns-0.4.tar.gz License: LGPL-2.1 Type: ipkg Description: a simple DNSBL lookups tool http://www.corpit.ru/mjt/udns.html Yousong Zhou @@ Package: udns-ex-rdns Version: 0.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libudns Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: a parallel rDNS resolver Maintainer: Yousong Zhou Source: udns-0.4.tar.gz License: LGPL-2.1 Type: ipkg Description: a parallel rDNS resolver http://www.corpit.ru/mjt/udns.html Yousong Zhou @@ Source-Makefile: feeds/packages/libs/unixodbc/Makefile Build-Depends/host: unixodbc Build-Types: host Package: unixodbc Submenu: database Version: 2.3.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libltdl +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: unixODBC (libraries) Maintainer: Thomas Heil Source: unixODBC-2.3.7.tar.gz License: prog GPL libs LGPL Type: ipkg Description: unixODBC is an Open Source ODBC sub-system and an ODBC SDK for Linux, Mac OSX, and UNIX. http://www.unixodbc.org Thomas Heil @@ Package: unixodbc-tools Submenu: database Version: 2.3.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +unixodbc +libncurses +libreadline Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: unixODBC Tools Maintainer: Thomas Heil Source: unixODBC-2.3.7.tar.gz License: prog GPL libs LGPL Type: ipkg Description: Command Line Tools to help install a driver and work with SQL. http://www.unixodbc.org Thomas Heil @@ Package: pgsqlodbc Submenu: database Version: 2.3.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +unixodbc +libpq Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Postgresql driver for ODBC Maintainer: Thomas Heil Source: unixODBC-2.3.7.tar.gz License: prog GPL libs LGPL Type: ipkg Description: Postgresql driver for ODBC. http://www.unixodbc.org Thomas Heil @@ Source-Makefile: feeds/packages/libs/uw-imap/Makefile Package: uw-imap Version: 2007f-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libopenssl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: University of Washington IMAP toolkit Maintainer: Lucian Cristian Source: imap-2007f.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.txt Type: ipkg Description: The UW IMAP tookit includes the following: c-lient library : an API (application programming interface) used to build email clients and servers, including support for IMAP,POP3, SMTP and NNTP protocols and for local mailbox file access on Unix and Windows https://www.washington.edu/imap/ Lucian Cristian @@ Source-Makefile: feeds/packages/libs/vips/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: vips Version: 8.7.4-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +glib2 +libexif +libexpat +libjpeg +libpng +giflib +libxml2 +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: An image manipulation library Maintainer: W. Michael Petullo Source: vips-8.7.4.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: An image manipulation library https://libvips.github.io/libvips/ W. Michael Petullo @@ Source-Makefile: feeds/packages/libs/websocketpp/Makefile Package: websocketpp Version: 0.8.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: WebSocket++ Maintainer: Bruno Randolf Source: websocketpp-0.8.1.tar.gz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Build-Only: 1 Description: WebSocket++ is a header only C++ library that implements RFC6455 The WebSocket Protocol. https://www.zaphoyd.com/websocketpp Bruno Randolf @@ Source-Makefile: feeds/packages/libs/xmlrpc-c/Makefile Package: xmlrpc-c Version: 1.51.03-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +xmlrpc-c-internal Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: XML-RPC library (uses internal expat variant) Maintainer: Ted Hess Source: xmlrpc-c-1.51.03.tgz License: VARIOUS LicenseFiles: doc/COPYING Type: ipkg Description: XML-RPC library (uses internal expat variant) http://xmlrpc-c.sourceforge.net/ Ted Hess @@ Package: xmlrpc-c-common Version: 1.51.03-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: XML-RPC library - common Maintainer: Ted Hess Source: xmlrpc-c-1.51.03.tgz License: VARIOUS LicenseFiles: doc/COPYING Type: ipkg Hidden: 1 Description: Programming library for writing an XML-RPC server or client in C or C++. XML-RPC is a standard network protocol to allow a client program to make a simple remote procedure call (RPC) type request of a server. http://xmlrpc-c.sourceforge.net/ Ted Hess @@ Package: xmlrpc-c-internal Version: 1.51.03-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +xmlrpc-c-common Conflicts: Menu-Depends: Provides: Build-Variant: internal Section: libs Category: Libraries Repository: base Title: XML-RPC library (uses internal expat variant) Maintainer: Ted Hess Source: xmlrpc-c-1.51.03.tgz License: VARIOUS LicenseFiles: doc/COPYING Type: ipkg Hidden: 1 Description: Programming library for writing an XML-RPC server or client in C or C++. XML-RPC is a standard network protocol to allow a client program to make a simple remote procedure call (RPC) type request of a server. Uses internal expat variant (stripped down) http://xmlrpc-c.sourceforge.net/ Ted Hess @@ Package: xmlrpc-c-server Version: 1.51.03-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +xmlrpc-c Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: XML-RPC library - server Maintainer: Ted Hess Source: xmlrpc-c-1.51.03.tgz License: VARIOUS LicenseFiles: doc/COPYING Type: ipkg Description: XML-RPC library - server http://xmlrpc-c.sourceforge.net/ Ted Hess @@ Package: xmlrpc-c-client Version: 1.51.03-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +xmlrpc-c +libcurl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: XML-RPC library - client Maintainer: Ted Hess Source: xmlrpc-c-1.51.03.tgz License: VARIOUS LicenseFiles: doc/COPYING Type: ipkg Description: XML-RPC library - client http://xmlrpc-c.sourceforge.net/ Ted Hess @@ Source-Makefile: feeds/packages/libs/xr_usb_serial_common/Makefile Package: kmod-usb-serial-xr_usb_serial_common Submenu: USB Support Version: +1a-2 Depends: kmod-usb-serial Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: Support for Exar USB to RS-485/RS-422 Maintainer: Daniel Golle Source: usb-serial-xr_usb_serial_common-1a-8c21f4afdfd6acd77b6adad59a4dabe5cbf2b947.tar.xz License: GPLv2 Type: ipkg Description: Support for Exar USB to RS-485/RS-422 https://www.exar.com/content/document.ashx?id=21651 Daniel Golle @@ Source-Makefile: feeds/packages/libs/yajl/Makefile Package: yajl Version: 2.1.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Yet Another JSON Library Maintainer: Charles Southerland Source: yajl-2.1.0.tar.xz License: ISC LicenseFiles: COPYING Type: ipkg Description: Yet Another JSON Library. YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator. YAJL is released under the ISC license. YAJL was created by Lloyd Hilaiel. https://lloyd.github.io/yajl Charles Southerland @@ Source-Makefile: feeds/packages/libs/yaml/Makefile Package: libyaml Submenu: Languages Version: 0.2.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Fast YAML 1.1 parser and emitter library Maintainer: Source: yaml-0.2.2.tar.gz License: MIT LicenseFiles: COPYING Type: ipkg Description: Fast YAML 1.1 parser and emitter library https://pyyaml.org/wiki/LibYAML @@ Source-Makefile: feeds/packages/libs/yubico-pam/Makefile Build-Depends: ykclient ykpers libyubikey libpam curl Package: yubico-pam Version: 2.26-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ykclient +ykpers +libyubikey +libpam +curl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: The Yuibco PAM module Maintainer: Stuart B. Wilkins Source: pam_yubico-2.26.tar.gz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: The Yubico PAM module provides an easy way to integrate the YubiKey into your existing user authentication infrastructure. https://developers.yubico.com/yubico-pam/ Stuart B. Wilkins @@ Source-Makefile: feeds/packages/libs/zmq/Makefile Package: libzmq-nc Version: 4.3.3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libuuid +libpthread +librt +libstdcpp +USE_GLIBC:libbsd Conflicts: Menu-Depends: Provides: libzmq Build-Variant: nc Section: libs Category: Libraries Repository: base Title: ZeroMQ - Message Queue engine Maintainer: Dirk Chang Source: zeromq-4.3.3.tar.gz License: GPL-3.0-or-later LicenseFiles: LICENCE.txt Type: ipkg Description: This package contains the ZeroMQ messaging engine shared library. http://www.zeromq.org/ Dirk Chang @@ Package: libzmq-curve Version: 4.3.3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libuuid +libpthread +librt +libstdcpp +USE_GLIBC:libbsd +libsodium Conflicts: Menu-Depends: Provides: libzmq Build-Variant: curve Section: libs Category: Libraries Repository: base Title: ZeroMQ - Message Queue engine (CurveZMQ) Maintainer: Dirk Chang Source: zeromq-4.3.3.tar.gz License: GPL-3.0-or-later LicenseFiles: LICENCE.txt Type: ipkg Description: This package contains the ZeroMQ messaging engine shared library. Includes CurveZMQ security by libsodium. http://www.zeromq.org/ Dirk Chang @@ Source-Makefile: feeds/packages/mail/alpine/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: alpine Version: 2.21.9999-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libncurses +libpthread +libpam +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full +libopenssl Conflicts: Menu-Depends: Provides: Build-Variant: ssl Section: mail Category: Mail Repository: base Title: Alternatively Licensed Program for Internet News and Email (with OpenSSL support) Maintainer: Antti Seppälä Source: alpine-2.21.9999.tar.xz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Alpine (Alternatively Licensed Program for Internet News and Email) is a free software email client developed at the University of Washington. It is suitable for both the inexperienced email user as well as for the most demanding power user. This package is built with OpenSSL support. http://alpine.x10host.com/alpine/ Antti Seppälä @@ Package: alpine-nossl Version: 2.21.9999-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libncurses +libpthread +libpam +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: Build-Variant: nossl Section: mail Category: Mail Repository: base Title: Alternatively Licensed Program for Internet News and Email (without OpenSSL support) Maintainer: Antti Seppälä Source: alpine-2.21.9999.tar.xz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Alpine (Alternatively Licensed Program for Internet News and Email) is a free software email client developed at the University of Washington. It is suitable for both the inexperienced email user as well as for the most demanding power user. This package is built without OpenSSL support. http://alpine.x10host.com/alpine/ Antti Seppälä @@ Source-Makefile: feeds/packages/mail/bogofilter/Makefile Package: bogofilter Version: 1.2.4-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libdb47 Conflicts: Menu-Depends: Provides: Section: mail Category: Mail Repository: base Title: bogofilter Maintainer: W. Michael Petullo Source: bogofilter-1.2.4.tar.bz2 License: GPLv2 LicenseFiles: COPYING Type: ipkg Description: Bogofilter is a fast Bayesian spam filter http://bogofilter.sourceforge.net/ W. Michael Petullo @@ Source-Makefile: feeds/packages/mail/clamsmtp/Makefile Package: clamsmtp Version: 1.10-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: mail Category: Mail Repository: base Title: clamsmtp Maintainer: Source: clamsmtp-1.10.tar.gz License: GPLv2 Type: ipkg Description: ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software. http://thewalter.net/stef/software/clamsmtp/ @@ Source-Makefile: feeds/packages/mail/dovecot/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: dovecot Version: 2.3.11.3-2 ABIVersion: 2.3.11.3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +DOVECOT_GSSAPI:krb5-libs +DOVECOT_LDAP:libopenldap +DOVECOT_MYSQL:libmysqlclient +DOVECOT_PGSQL:libpq +DOVECOT_SQLITE:libsqlite3 +libopenssl +librt +zlib +libbz2 +libcap +DOVECOT_ICU:icu +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: mail Category: Mail Repository: base Title: An IMAP and POP3 daemon Maintainer: Lucian Cristian Require-User: dovecot=59:dovecot=59 dovenull=60:dovenull=60 Source: dovecot-2.3.11.3.tar.gz License: LGPL-2.1-only MIT BSD-3-Clause LicenseFiles: COPYING COPYING.LGPL COPYING.MIT Type: ipkg Description: Dovecot is a program which provides POP3 and IMAP services. https://www.dovecot.org/ Lucian Cristian @@ Config: source "feeds/packages/mail/dovecot/Config.in" @@ Package: dovecot-utils Version: 2.3.11.3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +dovecot Conflicts: Menu-Depends: Provides: Section: mail Category: Mail Repository: base Title: doveadm and dsync utilities for Dovecot Maintainer: Lucian Cristian Source: dovecot-2.3.11.3.tar.gz License: LGPL-2.1-only MIT BSD-3-Clause LicenseFiles: COPYING COPYING.LGPL COPYING.MIT Type: ipkg Description: doveadm and dsync utilities for Dovecot Lucian Cristian @@ Source-Makefile: feeds/packages/mail/emailrelay/Makefile Package: emailrelay Menu: 1 Version: 2.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +EMAILRELAY_SSL:libopenssl +libstdcpp Conflicts: Menu-Depends: Provides: Section: mail Category: Mail Repository: base Title: A simple SMTP proxy and MTA Maintainer: Federico Di Marco Source: emailrelay-2.0-src.tar.gz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: Emailrelay is a simple SMTP proxy and store-and-forward message transfer agent (MTA). When running as a proxy all e-mail messages can be passed through a user-defined program, such as a spam filter, which can drop, re-address or edit messages as they pass through. When running as a store-and-forward MTA incoming messages are stored in a local spool directory, and then forwarded to the next SMTP server on request. http://emailrelay.sourceforge.net/ Federico Di Marco @@ Config: config EMAILRELAY_SUPPORT_VERBOSE_DBG bool "Enable support for extended logging" depends on PACKAGE_emailrelay default n help Enables support for extended logging (must also be explicitely enabled by using command line switch --debug when starting emailrelay) config EMAILRELAY_SSL bool "Enable support for OpenSSL" depends on PACKAGE_emailrelay default y select PACKAGE_libopenssl help Builds the package with OpenSSL support (SSMTP is supported). @@ Source-Makefile: feeds/packages/mail/fdm/Makefile Package: fdm Menu: 1 Version: 2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +tdb +zlib +libopenssl +FDM_WITH_PCRE:libpcre Conflicts: Menu-Depends: Provides: Section: mail Category: Mail Repository: base Title: fetch mail and deliver Maintainer: Dmitry V. Zimin Require-User: _fdm=99:_fdm=99 Source: fdm-2.0.tar.gz License: BSD-2-Clause Type: ipkg Description: fdm is a simple, lightweight replacement for mail fetch, filter and delivery programs such as fetchmail and procmail. It can fetch using POP3 or IMAP (with SSL) or from stdin, and deliver to a pipe, file, maildir, mbox or SMTP server, based on POSIX regexp https://github.com/nicm/fdm Dmitry V. Zimin @@ Config: source "feeds/packages/mail/fdm/Config.in" @@ Source-Makefile: feeds/packages/mail/greyfix/Makefile Package: greyfix Version: 0.4.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libdb47 Conflicts: Menu-Depends: Provides: Section: mail Category: Mail Repository: base Title: Greyfix - greylisting with Postfix. Maintainer: Source: greyfix-0.4.0.tar.gz License: GPLv2 Type: ipkg Description: Greyfix is the greylisting policy daemon for Postfix written by Kim Minh Kaplan. http://www.kim-minh.com/pub/greyfix/ @@ Source-Makefile: feeds/packages/mail/mailman/Makefile Package: mailman Version: 2.1.29-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +postfix +python +uhttpd +python-dns Conflicts: Menu-Depends: Provides: Section: mail Category: Mail Repository: base Title: The GNU Mailing List Manager Maintainer: Denis Shulyaka Source: mailman-2.1.29.tgz License: GPL-2.0-or-later LicenseFiles: gnu-COPYING-GPL Type: ipkg Description: Mailman is free software for managing electronic mail discussion and e-newsletter lists. https://www.gnu.org/software/mailman/ Denis Shulyaka @@ Source-Makefile: feeds/packages/mail/mailsend/Makefile Package: mailsend Version: 1.19-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl Conflicts: Menu-Depends: Provides: Build-Variant: ssl Section: mail Category: Mail Repository: base Title: A command-line mail sender (with SSL) Maintainer: Ted Hess Source: mailsend-1.19.tar.gz License: BSD-3-Clause LicenseFiles: COPYRIGHT Type: ipkg Description: Mailsend is a simple command line program to send mail via SMTP protocol. . SSL supported is provided by OpenSSL. https://github.com/muquit/mailsend Ted Hess @@ Package: mailsend-nossl Version: 1.19-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: nossl Section: mail Category: Mail Repository: base Title: A command-line mail sender (without SSL) Maintainer: Ted Hess Source: mailsend-1.19.tar.gz License: BSD-3-Clause LicenseFiles: COPYRIGHT Type: ipkg Description: Mailsend is a simple command line program to send mail via SMTP protocol. https://github.com/muquit/mailsend Ted Hess @@ Source-Makefile: feeds/packages/mail/msmtp/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: msmtp Version: 1.8.15-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libintl-full +libgnutls +ca-bundle Conflicts: Menu-Depends: Provides: Build-Variant: ssl Default-Variant: ssl Section: mail Category: Mail Repository: base Title: Simple sendmail SMTP forwarding (with SSL support) Maintainer: Source: msmtp-1.8.15.tar.xz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: msmtp is an SMTP client. In the default mode, it transmits a mail to an SMTP server (for example at a free mail provider) which does the delivery. To use this program with your mail user agent (MUA), create a configuration file with your mail account(s) and tell your MUA to call msmtp instead of /usr/sbin/sendmail. This package is built with SSL support. https://marlam.de/msmtp @@ Package: msmtp-nossl Version: 1.8.15-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: msmtp Build-Variant: nossl Section: mail Category: Mail Repository: base Title: Simple sendmail SMTP forwarding (without SSL support) Maintainer: Source: msmtp-1.8.15.tar.xz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: msmtp is an SMTP client. In the default mode, it transmits a mail to an SMTP server (for example at a free mail provider) which does the delivery. To use this program with your mail user agent (MUA), create a configuration file with your mail account(s) and tell your MUA to call msmtp instead of /usr/sbin/sendmail. This package is built without SSL support. https://marlam.de/msmtp @@ Package: msmtp-queue Version: 1.8.15-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libintl-full +bash +msmtp Conflicts: Menu-Depends: Provides: Section: mail Category: Mail Repository: base Title: Simple sendmail SMTP forwarding (queue scripts) Maintainer: Source: msmtp-1.8.15.tar.xz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: msmtp is an SMTP client. In the default mode, it transmits a mail to an SMTP server (for example at a free mail provider) which does the delivery. To use this program with your mail user agent (MUA), create a configuration file with your mail account(s) and tell your MUA to call msmtp instead of /usr/sbin/sendmail. This package contains the msmtp queue scripts. https://marlam.de/msmtp @@ Package: msmtp-mta Version: 1.8.15-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libintl-full +msmtp Conflicts: Menu-Depends: Provides: Section: mail Category: Mail Repository: base Title: Simple sendmail SMTP forwarding (as MTA) Maintainer: Source: msmtp-1.8.15.tar.xz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: msmtp is an SMTP client. In the default mode, it transmits a mail to an SMTP server (for example at a free mail provider) which does the delivery. To use this program with your mail user agent (MUA), create a configuration file with your mail account(s) and tell your MUA to call msmtp instead of /usr/sbin/sendmail. This package add a link from sendmail to msmtp and is built with SSL support. https://marlam.de/msmtp @@ Source-Makefile: feeds/packages/mail/mutt/Makefile Package: mutt Version: 1.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libncursesw +terminfo +zlib Conflicts: Menu-Depends: Provides: Section: mail Category: Mail Repository: base Title: Console mail client Maintainer: Phil Eichinger Source: mutt-1.12.0.tar.gz License: GPL-2.0+ LicenseFiles: GPL Type: ipkg Description: Mutt is a small but very powerful text-based mail client for Unix operating systems. http://www.mutt.org/ Phil Eichinger @@ Source-Makefile: feeds/packages/mail/nail/Makefile Package: nail Version: 12.5-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl Conflicts: Menu-Depends: Provides: Section: mail Category: Mail Repository: base Title: Heirloom mailx (nail) Maintainer: Dmitry V. Zimin Source: heirloom-mailx_12.5.orig.tar.gz License: BSD-2-Clause Type: ipkg Description: Heirloom mailx (formerly known as "nail") is intended provide the functionality of the POSIX mailx command with additional support for MIME messages, IMAP (including caching), POP3, SMTP, S/MIME, message threading/sorting, scoring, and filtering http://heirloom.sourceforge.net/mailx.html Dmitry V. Zimin @@ Source-Makefile: feeds/packages/mail/opendkim/Makefile Build-Depends: openssl Package: opendkim Version: 2.10.3-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopendkim Conflicts: Menu-Depends: Provides: Section: mail Category: Mail Repository: base Title: Open source milter for providing DKIM service Maintainer: Val Kulkov Require-User: opendkim:opendkim Source: opendkim-2.10.3.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE LICENSE.Sendmail Type: ipkg Description: The OpenDKIM daemon application and the opendkim-genkey Perl script for generating public/private key pairs. http://opendkim.org/ Val Kulkov @@ Package: libopendkim Version: 2.10.3-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libmilter-sendmail Conflicts: Menu-Depends: Provides: Section: mail Category: Libraries Repository: base Title: Library for signing and verifying DKIM signatures Maintainer: Val Kulkov Source: opendkim-2.10.3.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE LICENSE.Sendmail Type: ipkg Description: Library for signing and verifying DomainKeys Identified Mail (DKIM) signatures. http://opendkim.org/ Val Kulkov @@ Package: opendkim-tools Version: 2.10.3-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopendkim Conflicts: Menu-Depends: Provides: Section: mail Category: Mail Repository: base Title: genzone, testkey and testmsg tools for OpenDKIM Maintainer: Val Kulkov Source: opendkim-2.10.3.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE LICENSE.Sendmail Type: ipkg Description: opendkim-genzone, opendkim-testkey and opendkim-testmsg tools. http://opendkim.org/ Val Kulkov @@ Source-Makefile: feeds/packages/mail/pigeonhole/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: dovecot-pigeonhole Version: 2.3.11.3-0.5.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +dovecot Conflicts: Menu-Depends: Provides: Section: mail Category: Mail Repository: base Title: Mail filtering facilities for Dovecot Maintainer: W. Michael Petullo Source: dovecot-2.3-pigeonhole-0.5.11.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING COPYING.LGPL Type: ipkg Description: Pigeonhole provides mail filtering facilities for Dovecot using the Sieve (RFC 5228) language. https://wiki2.dovecot.org/Pigeonhole W. Michael Petullo @@ Source-Makefile: feeds/packages/mail/postfix/Makefile Build-Depends: POSTFIX_CDB:tinycdb Package: postfix Version: 3.4.4-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +POSTFIX_TLS:libopenssl +POSTFIX_SASL:libsasl2 +POSTFIX_LDAP:libopenldap +POSTFIX_DB:libdb47 +POSTFIX_SQLITE:libsqlite3 +POSTFIX_MYSQL:libmysqlclient +POSTFIX_PGSQL:libpq +POSTFIX_EAI:icu +POSTFIX_PCRE:libpcre Conflicts: Menu-Depends: Provides: Section: mail Category: Mail Repository: base Title: Postfix Mail Transmit Agent Maintainer: Denis Shulyaka Require-User: postfix=25:postfix=25 postdrop=26:postdrop=26 Source: postfix-3.4.4.tar.gz License: IPL-1.0 LicenseFiles: LICENSE Type: ipkg Description: Postfix is Wietse Venema's mailer that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different. http://www.postfix.org/ Denis Shulyaka @@ Config: menu "Select postfix build options" config POSTFIX_TLS bool "TLS support" default y help Implements TLS support in postfix (using OpenSSL). config POSTFIX_SASL bool "SASL support" default y help Implements SASL support in postfix (using Cyrus SASL). config POSTFIX_LDAP bool "LDAP support" default y help Implements LDAP support in postfix (using OpenLDAP). config POSTFIX_DB bool "BerkeleyDB support" default n help Implements support for btree and hash files using Berkeley DB. config POSTFIX_CDB bool "CDB support" default y help Implements support for cdb files using tinycdb config POSTFIX_SQLITE bool "SQLITE support" default y help Implements support for SQLite3 DB config POSTFIX_MYSQL bool "MYSQL support" default n help Implements support for MySQL config POSTFIX_PGSQL bool "PostgreSQL support" default n help Implement support for PostgreSQL config POSTFIX_PCRE bool "PCRE support" default y help Implement support for Perl Compatible Regular Expressions config POSTFIX_EAI bool "SMTPUTF8 support" default n help Enable Postfix support for Email Address Internationalization (EAI) as defined in RFC 6531 (SMTPUTF8 extension), RFC 6532 (Internationalized email headers) and RFC 6533 (Internationalized delivery status notifications). Since version 3.0, Postfix fully supports UTF-8 email addresses and UTF-8 message header values. endmenu @@ Source-Makefile: feeds/packages/mail/sendmail/Makefile Build-Depends: openssl Package: libmilter-sendmail Version: 8.15.2-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: The sendmail Mail Filter API (Milter) library Maintainer: Val Kulkov Source: sendmail.8.15.2.tar.gz License: Sendmail LicenseFiles: LICENSE Type: ipkg Description: The sendmail Mail Filter API (Milter) is designed to allow third-party programs access to mail messages as they are being processed in order to filter meta-information and content. http://sendmail.org/ Val Kulkov @@ Source-Makefile: feeds/packages/mail/ssmtp/Makefile Package: ssmtp Version: 2.64-7 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl Conflicts: Menu-Depends: Provides: Section: mail Category: Mail Repository: base Title: A minimal and secure mail sender with ssl support Maintainer: Dirk Brenken Source: ssmtp_2.64.orig.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: A secure, effective and simple way of getting mail off a system to your mail hub. Mail is simply forwarded to the configured mailhost, no daemons running in the background. Extremely easy configuration. http://packages.debian.org/ssmtp Dirk Brenken @@ Source-Makefile: feeds/packages/multimedia/crtmpserver/Makefile Package: crtmpserver Version: 2015-10-04-b866fffca37c3b967a8878499cd2b91aa2587f34-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +libopenssl +liblua Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: C++ RTMP Server Maintainer: Thomas Heil Source: crtmpserver-2015-10-04.tar.gz License: GPL-3.0-or-later LicenseFiles: LICENSE Type: ipkg Description: C++ RTMP Server it is a high performance streaming server able to stream (live or recorded) in the following technologies: * To and from Flash (RTMP,RTMPE, RTMPS, RTMPT, RTMPTE) * To and from embedded devices: iPhone, Android * From surveillance cameras * IP-TV using MPEG-TS and RTSP/RTCP/RTP protocols Also, crtmpserver can be used as a high performance rendes-vous server. For example, it enables you to do: * Audio/Video conferencing * Online gaming * Online collaboration * Simple/complex chat applications https://github.com/shiretu/crtmpserver Thomas Heil @@ Source-Makefile: feeds/packages/multimedia/ffmpeg/Makefile Package: ffmpeg Version: 3.4.7-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libffmpeg-full Conflicts: Menu-Depends: Provides: Build-Variant: full Section: multimedia Category: Multimedia Repository: base Title: FFmpeg program Maintainer: Ted Hess , Ian Leonard Source: ffmpeg-3.4.7.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LGPL-3.0-or-later LicenseFiles: COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1 COPYING.LGPLv3 Type: ipkg Description: FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats. FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains the FFmpeg command line tool. https://ffmpeg.org/ Ted Hess , Ian Leonard @@ Package: ffprobe Version: 3.4.7-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libffmpeg-full Conflicts: Menu-Depends: Provides: Build-Variant: full Section: multimedia Category: Multimedia Repository: base Title: FFmpeg CLI media identifier Maintainer: Ted Hess , Ian Leonard Source: ffmpeg-3.4.7.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LGPL-3.0-or-later LicenseFiles: COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1 COPYING.LGPLv3 Type: ipkg Description: FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats. FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains the FFprobe command line tool. https://ffmpeg.org/ Ted Hess , Ian Leonard @@ Package: ffserver Version: 3.4.7-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libffmpeg-full Conflicts: Menu-Depends: Provides: Build-Variant: full Section: multimedia Category: Multimedia Repository: base Title: FFmpeg streaming server Maintainer: Ted Hess , Ian Leonard Source: ffmpeg-3.4.7.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LGPL-3.0-or-later LicenseFiles: COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1 COPYING.LGPLv3 Type: ipkg Description: FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats. FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains the FFmpeg streaming server. https://ffmpeg.org/ Ted Hess , Ian Leonard @@ Package: ffmpeg-custom Version: 3.4.7-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread @!ALL libffmpeg-custom Conflicts: Menu-Depends: Provides: Build-Variant: custom Section: multimedia Category: Multimedia Repository: base Title: FFmpeg program (custom) Maintainer: Ted Hess , Ian Leonard Source: ffmpeg-3.4.7.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LGPL-3.0-or-later LicenseFiles: COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1 COPYING.LGPLv3 Type: ipkg Description: FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats. FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains the FFmpeg command line tool. https://ffmpeg.org/ Ted Hess , Ian Leonard @@ Package: ffprobe-custom Version: 3.4.7-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread @!ALL libffmpeg-custom Conflicts: Menu-Depends: Provides: Build-Variant: custom Section: multimedia Category: Multimedia Repository: base Title: FFmpeg CLI media identifier (custom) Maintainer: Ted Hess , Ian Leonard Source: ffmpeg-3.4.7.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LGPL-3.0-or-later LicenseFiles: COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1 COPYING.LGPLv3 Type: ipkg Description: FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats. FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains the FFprobe command line tool. https://ffmpeg.org/ Ted Hess , Ian Leonard @@ Package: ffserver-custom Version: 3.4.7-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread @!ALL libffmpeg-custom Conflicts: Menu-Depends: Provides: Build-Variant: custom Section: multimedia Category: Multimedia Repository: base Title: FFmpeg streaming server (custom) Maintainer: Ted Hess , Ian Leonard Source: ffmpeg-3.4.7.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LGPL-3.0-or-later LicenseFiles: COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1 COPYING.LGPLv3 Type: ipkg Description: FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats. FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains the FFmpeg streaming server. https://ffmpeg.org/ Ted Hess , Ian Leonard @@ Package: libffmpeg-audio-dec Version: 3.4.7-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libpthread +zlib +libbz2 Conflicts: Menu-Depends: Provides: libffmpeg Build-Variant: audio-dec Section: libs Category: Libraries Repository: base Title: FFmpeg libraries (audio) Maintainer: Ted Hess , Ian Leonard Source: ffmpeg-3.4.7.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LGPL-3.0-or-later LicenseFiles: COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1 COPYING.LGPLv3 Type: ipkg Description: FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats. FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains FFmpeg shared libraries for audio decoding https://ffmpeg.org/ Ted Hess , Ian Leonard @@ Package: libffmpeg-full Version: 3.4.7-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libpthread +zlib +libbz2 +alsa-lib +PACKAGE_libopus:libopus +SOFT_FLOAT:shine +!SOFT_FLOAT:lame-lib +PACKAGE_libx264:libx264 Conflicts: Menu-Depends: Provides: libffmpeg Build-Variant: full Section: libs Category: Libraries Repository: base Title: FFmpeg libraries (full) Maintainer: Ted Hess , Ian Leonard Source: ffmpeg-3.4.7.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LGPL-3.0-or-later LicenseFiles: COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1 COPYING.LGPLv3 Type: ipkg Description: FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats. FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains full-featured FFmpeg shared libraries. https://ffmpeg.org/ Ted Hess , Ian Leonard @@ Package: libffmpeg-mini Version: 3.4.7-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libpthread +zlib +libbz2 Conflicts: Menu-Depends: Provides: libffmpeg Build-Variant: mini Section: libs Category: Libraries Repository: base Title: FFmpeg libraries (mini) Maintainer: Ted Hess , Ian Leonard Source: ffmpeg-3.4.7.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LGPL-3.0-or-later LicenseFiles: COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1 COPYING.LGPLv3 Type: ipkg Description: FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats. FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains minimal-featured FFmpeg shared libraries. https://ffmpeg.org/ Ted Hess , Ian Leonard @@ Package: libffmpeg-custom Menu: 1 Version: 3.4.7-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libpthread +zlib +libbz2 @!ALL +FFMPEG_CUSTOM_SELECT_libopus:libopus +PACKAGE_libx264:libx264 +PACKAGE_lame-lib:lame-lib +FFMPEG_CUSTOM_SELECT_libshine:shine +PACKAGE_fdk-aac:fdk-aac Conflicts: Menu-Depends: Provides: libffmpeg Build-Variant: custom Section: libs Category: Libraries Repository: base Title: FFmpeg libraries (custom) Maintainer: Ted Hess , Ian Leonard Source: ffmpeg-3.4.7.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LGPL-3.0-or-later LicenseFiles: COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1 COPYING.LGPLv3 Type: ipkg Description: FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats. FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains customized FFmpeg shared libraries. https://ffmpeg.org/ Ted Hess , Ian Leonard @@ Config: source "feeds/packages/multimedia/ffmpeg/Config.in" @@ Source-Makefile: feeds/packages/multimedia/fswebcam/Makefile Package: fswebcam Version: 20140113-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgd Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: fswebcam Maintainer: Nicolas Thill Source: fswebcam-20140113.tar.xz License: GPL-2.0 LicenseFiles: LICENCE Type: ipkg Description: fswebcam is a neat and simple webcam app. It captures images from a V4L1/V4L2 compatible device or file, averages them to reduce noise and draws a caption using the GD Graphics Library which also handles compressing the image to PNG or JPEG. The resulting image is saved to a file or sent to stdio where it can be piped to something like ncftpput or scp. http://www.sanslogic.co.uk/fswebcam/ Nicolas Thill @@ Source-Makefile: feeds/packages/multimedia/gerbera/Makefile Build-Depends: libmatroska taglib !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: gerbera Version: 1.4.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +file +libupnp +libsqlite3 +libexif +libexpat +libuuid +BUILD_PATENTED:libffmpeg +libstdcpp +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: A free media server Maintainer: Require-User: gerbera:gerbera Source: gerbera-1.4.0.tar.gz License: GPL-2.0-or-later LicenseFiles: LICENSE.md Type: ipkg Description: Gerbera - UPnP Media Server based on Mediatomb. https://gerbera.io @@ Source-Makefile: feeds/packages/multimedia/gphoto2/Makefile Package: gphoto2 Version: 2.5.20-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgphoto2 +libpopt +libpthread +libreadline +libncurses +libexif +libjpeg Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: Gphoto Digital Camera Control Maintainer: Leonardo Medici Source: gphoto2-2.5.20.tar.bz2 License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: For downloading and controlling digital cameras http://www.gphoto.org/ Leonardo Medici @@ Source-Makefile: feeds/packages/multimedia/graphicsmagick/Makefile Build-Depends: zlib freetype libpng libjpeg tiff Package: graphicsmagick Version: 1.3.35-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libltdl +libpthread +zlib +libfreetype +libpng +libjpeg +libtiff Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: Graphics manipulation tools Maintainer: Val Kulkov Source: GraphicsMagick-1.3.35.tar.bz2 License: MIT LicenseFiles: Copyright.txt Type: ipkg Description: GraphicsMagick is a free and open-source software suite for displaying, converting, and editing raster image and vector image files. It is a fork of GraphicsMagick. https://www.graphicsmagick.org/ Val Kulkov @@ Source-Makefile: feeds/packages/multimedia/grilo/Makefile Build-Depends: vala/host !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: grilo Version: 0.3.6-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +glib2 +libsoup +libxml2 Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: grilo Maintainer: W. Michael Petullo Source: grilo-0.3.6.tar.xz License: LGPLv2.1 LicenseFiles: COPYING Type: ipkg Description: grilo https://wiki.gnome.org/Projects/Grilo W. Michael Petullo @@ Source-Makefile: feeds/packages/multimedia/grilo-plugins/Makefile Build-Depends: glib2 !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: grilo-plugins Menu: 1 Version: 0.3.7-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +grilo +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: Plugins for the Grilo framework Maintainer: W. Michael Petullo Source: grilo-plugins-0.3.7.tar.xz License: LGPLv2.1 LicenseFiles: COPYING Type: ipkg Description: Plugins for the Grilo framework https://wiki.gnome.org/Projects/Grilo W. Michael Petullo @@ Package: grilo-plugins-dleyna Version: 0.3.7-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread grilo-plugins Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: DLNA sharing plugin Maintainer: W. Michael Petullo Source: grilo-plugins-0.3.7.tar.xz License: LGPLv2.1 LicenseFiles: COPYING Type: ipkg Description: DLNA sharing plugin https://wiki.gnome.org/Projects/Grilo W. Michael Petullo @@ Package: grilo-plugins-gravatar Version: 0.3.7-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread grilo-plugins Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: Gravatar provider plugin Maintainer: W. Michael Petullo Source: grilo-plugins-0.3.7.tar.xz License: LGPLv2.1 LicenseFiles: COPYING Type: ipkg Description: Gravatar provider plugin https://wiki.gnome.org/Projects/Grilo W. Michael Petullo @@ Package: grilo-plugins-jamendo Version: 0.3.7-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread grilo-plugins Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: Jamendo sharing plugin Maintainer: W. Michael Petullo Source: grilo-plugins-0.3.7.tar.xz License: LGPLv2.1 LicenseFiles: COPYING Type: ipkg Description: Jamendo sharing plugin https://wiki.gnome.org/Projects/Grilo W. Michael Petullo @@ Package: grilo-plugins-magnatune Version: 0.3.7-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread grilo-plugins Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: Magnatune sharing plugin Maintainer: W. Michael Petullo Source: grilo-plugins-0.3.7.tar.xz License: LGPLv2.1 LicenseFiles: COPYING Type: ipkg Description: Magnatune sharing plugin https://wiki.gnome.org/Projects/Grilo W. Michael Petullo @@ Package: grilo-plugins-opensubtitles Version: 0.3.7-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread grilo-plugins Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: Open subtitles provider plugin Maintainer: W. Michael Petullo Source: grilo-plugins-0.3.7.tar.xz License: LGPLv2.1 LicenseFiles: COPYING Type: ipkg Description: Open subtitles provider plugin https://wiki.gnome.org/Projects/Grilo W. Michael Petullo @@ Package: grilo-plugins-raitv Version: 0.3.7-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread grilo-plugins Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: Rai.tv sharing plugin Maintainer: W. Michael Petullo Source: grilo-plugins-0.3.7.tar.xz License: LGPLv2.1 LicenseFiles: COPYING Type: ipkg Description: Rai.tv sharing plugin https://wiki.gnome.org/Projects/Grilo W. Michael Petullo @@ Package: grilo-plugins-shoutcast Version: 0.3.7-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread grilo-plugins Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: SHOUTcast sharing plugin Maintainer: W. Michael Petullo Source: grilo-plugins-0.3.7.tar.xz License: LGPLv2.1 LicenseFiles: COPYING Type: ipkg Description: SHOUTcast sharing plugin https://wiki.gnome.org/Projects/Grilo W. Michael Petullo @@ Source-Makefile: feeds/packages/multimedia/gst1-libav/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: gst1-libav Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +gstreamer1-plugins-base +gst1-mod-alsa +libgst1audio +libgst1pbutils +libgst1video +libbz2 +liblzma Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer Libav plugin Maintainer: W. Michael Petullo Ted Hess Source: gst-libav-1.16.2.tar.xz License: GPL-2.0 LGPL-2.0 LicenseFiles: COPYING COPYING.LIB Type: ipkg Description: GStreamer with libav bindings using internal Libav https://www.gstreamer.net/modules/gst-libav.html W. Michael Petullo Ted Hess @@ Config: source "feeds/packages/multimedia/gst1-libav/Config.in" @@ Source-Makefile: feeds/packages/multimedia/gst1-plugins-bad/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext ninja/host Build-Depends/host: ninja/host Package: libgst1adaptivedemux Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1app +libgst1uridownloader Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer adaptivedemux library (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer adaptivedemux library. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: libgst1photography Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer photography library (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer photography library. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: libgst1basecamerabinsrc Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1app Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer basecamerabinsrc library (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer basecamerabinsrc library. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: libgst1uridownloader Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer uridownloader library (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer uridownloader library. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-adpcmdec Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer adpcm decoding support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer adpcm decoding support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-adpcmenc Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer adpcm encoding support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer adpcm encoding support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-aiff Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1tag Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer aiff support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer aiff support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-asfmux Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1rtp Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer asf muxing support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer asf muxing support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-audiobuffersplit Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer audiobuffersplit support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer audiobuffersplit support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-audiofxbad Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer audiofxbad support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer audiofxbad support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-audiolatency Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer audiolatency support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer audiolatency support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-audiomixmatrix Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer audiomixmatrix support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer audiomixmatrix support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-audiovisualizers Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer audiovisualizers support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer audiovisualizers support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-autoconvert Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer autoconvert support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer autoconvert support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-bayer Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer bayer support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer bayer support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-bluez Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +bluez-libs Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer bluez support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer bluez support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-bz2 Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libbz2 Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer bzip2 support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer bzip2 support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-camerabin Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1basecamerabinsrc +libgst1photography +libgst1pbutils +libgst1app Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer camerabin support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer camerabin support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-coloreffects Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer coloreffects support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer coloreffects support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-debugutilsbad Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer debugutils support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer debugutils support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-dtls Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libopenssl Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer DTLS support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer DTLS support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-dvbsuboverlay Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer dvbsuboverlay support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer dvbsuboverlay support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-dvdspu Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer dvdspu support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer dvdspu support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-faad Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libfaad2 Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer faad support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer faad support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-faceoverlay Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1pbutils Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer faceoverlay support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer faceoverlay support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-fbdevsink Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer fbdev support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer fbdev support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-festival Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer festival support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer festival support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-fieldanalysis Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer fieldanalysis support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer fieldanalysis support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-freeverb Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer freeverb support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer freeverb support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-frei0r Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1controller +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer frei0r support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer frei0r support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-gaudieffects Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer gaudieffects support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer gaudieffects support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-gdp Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer gdp support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer gdp support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-geometrictransform Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer geometrictransform support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer geometrictransform support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-hls Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1pbutils +libgst1adaptivedemux +gst1-mod-multifile +libnettle Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer HLS support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer HLS support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-id3tag Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1tag Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer id3tag support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer id3tag support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-inter Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer inter support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer inter support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-interlace Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer interlace support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer interlace support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-ivfparse Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer ivfparse support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer ivfparse support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-ivtc Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer ivtc support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer ivtc support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-jp2kdecimator Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer jp2kdecimator support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer jp2kdecimator support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-jpegformat Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1tag Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer jpegformat support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer jpegformat support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-legacyrawparse Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer rawparse support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer rawparse support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-midi Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer midi support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer midi support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-mpegpsdemux Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1pbutils Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer mpegpsdemux support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer mpegpsdemux support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-mpegpsmux Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer mpegpsmux support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer mpegpsmux support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-mxf Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer mxf support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer mxf support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-netsim Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer netsim support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer netsim support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-opusparse Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1pbutils +libopus Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer OPUS streams library plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer OPUS streams library plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-pcapparse Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer pcapparse support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer pcapparse support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-pnm Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer pnm support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer pnm support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-proxy Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer proxy support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer proxy support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-removesilence Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer removesilence support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer removesilence support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-rfbsrc Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer librfb support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer librfb support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-rtponvif Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer rtponvif support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer rtponvif support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-sbc Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +sbc Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer sbc support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer sbc support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-sdpelem Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1rtp +libgst1sdp Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer sdp support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer sdp support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-segmentclip Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer segmentclip support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer segmentclip support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-shm Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +librt Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer POSIX shared memory source and sink plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer POSIX shared memory source and sink plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-siren Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1rtp Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer siren support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer siren support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-smooth Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer smooth support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer smooth support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-sndfile Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libsndfile Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer sndfile support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer sndfile support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-speed Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer speed support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer speed support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-subenc Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1controller Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer subenc support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer subenc support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-timecode Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer timecode support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer timecode support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-videofiltersbad Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer videofiltersbad support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer videofiltersbad support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-videoframe_audiolevel Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer videoframe_audiolevel support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer videoframe_audiolevel support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-videosignal Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer videosignal support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer videosignal support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-vmnc Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer vmnc support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer vmnc support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-y4mdec Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer y4mdec support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer y4mdec support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-yadif Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer yadif support plugin (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer yadif support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gstreamer1-plugins-bad Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ALL:gst1-plugins-bad +gstreamer1-plugins-base Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer plugins collection (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Description: GStreamer plugins collection (bad) http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Config: menu "Select GStreamer bad modules and libraries" depends on PACKAGE_gstreamer1-plugins-bad config gst1-plugins-bad-all bool "Include all GStreamer bad plugins" select PACKAGE_gst1-plugins-bad comment "Modules" config PACKAGE_gst1-mod-adpcmdec prompt "GStreamer adpcmdec module" config PACKAGE_gst1-mod-adpcmenc prompt "GStreamer adpcmenc module" config PACKAGE_gst1-mod-aiff prompt "GStreamer aiff module" config PACKAGE_gst1-mod-asfmux prompt "GStreamer asfmux module" config PACKAGE_gst1-mod-audiobuffersplit prompt "GStreamer audiobuffersplit module" config PACKAGE_gst1-mod-audiofxbad prompt "GStreamer audiofxbad module" config PACKAGE_gst1-mod-audiolatency prompt "GStreamer audiolatency module" config PACKAGE_gst1-mod-audiomixmatrix prompt "GStreamer audiomixmatrix module" config PACKAGE_gst1-mod-audiovisualizers prompt "GStreamer audiovisualizers module" config PACKAGE_gst1-mod-autoconvert prompt "GStreamer autoconvert module" config PACKAGE_gst1-mod-bayer prompt "GStreamer bayer module" config PACKAGE_gst1-mod-bluez prompt "GStreamer bluez module" config PACKAGE_gst1-mod-bz2 prompt "GStreamer bz2 module" config PACKAGE_gst1-mod-camerabin prompt "GStreamer camerabin module" config PACKAGE_gst1-mod-coloreffects prompt "GStreamer coloreffects module" config PACKAGE_gst1-mod-debugutilsbad prompt "GStreamer debugutilsbad module" config PACKAGE_gst1-mod-dtls prompt "GStreamer dtls module" config PACKAGE_gst1-mod-dvbsuboverlay prompt "GStreamer dvbsuboverlay module" config PACKAGE_gst1-mod-dvdspu prompt "GStreamer dvdspu module" config PACKAGE_gst1-mod-faad prompt "GStreamer faad module" config PACKAGE_gst1-mod-faceoverlay prompt "GStreamer faceoverlay module" config PACKAGE_gst1-mod-fbdevsink prompt "GStreamer fbdevsink module" config PACKAGE_gst1-mod-festival prompt "GStreamer festival module" config PACKAGE_gst1-mod-fieldanalysis prompt "GStreamer fieldanalysis module" config PACKAGE_gst1-mod-freeverb prompt "GStreamer freeverb module" config PACKAGE_gst1-mod-frei0r prompt "GStreamer frei0r module" config PACKAGE_gst1-mod-gaudieffects prompt "GStreamer gaudieffects module" config PACKAGE_gst1-mod-gdp prompt "GStreamer gdp module" config PACKAGE_gst1-mod-geometrictransform prompt "GStreamer geometrictransform module" config PACKAGE_gst1-mod-hls prompt "GStreamer hls module" config PACKAGE_gst1-mod-id3tag prompt "GStreamer id3tag module" config PACKAGE_gst1-mod-inter prompt "GStreamer inter module" config PACKAGE_gst1-mod-interlace prompt "GStreamer interlace module" config PACKAGE_gst1-mod-ivfparse prompt "GStreamer ivfparse module" config PACKAGE_gst1-mod-ivtc prompt "GStreamer ivtc module" config PACKAGE_gst1-mod-jp2kdecimator prompt "GStreamer jp2kdecimator module" config PACKAGE_gst1-mod-jpegformat prompt "GStreamer jpegformat module" config PACKAGE_gst1-mod-legacyrawparse prompt "GStreamer legacyrawparse module" config PACKAGE_gst1-mod-midi prompt "GStreamer midi module" config PACKAGE_gst1-mod-mpegpsdemux prompt "GStreamer mpegpsdemux module" config PACKAGE_gst1-mod-mpegpsmux prompt "GStreamer mpegpsmux module" config PACKAGE_gst1-mod-mxf prompt "GStreamer mxf module" config PACKAGE_gst1-mod-netsim prompt "GStreamer netsim module" config PACKAGE_gst1-mod-opusparse prompt "GStreamer opusparse module" config PACKAGE_gst1-mod-pcapparse prompt "GStreamer pcapparse module" config PACKAGE_gst1-mod-pnm prompt "GStreamer pnm module" config PACKAGE_gst1-mod-proxy prompt "GStreamer proxy module" config PACKAGE_gst1-mod-removesilence prompt "GStreamer removesilence module" config PACKAGE_gst1-mod-rfbsrc prompt "GStreamer rfbsrc module" config PACKAGE_gst1-mod-rtponvif prompt "GStreamer rtponvif module" config PACKAGE_gst1-mod-sbc prompt "GStreamer sbc module" config PACKAGE_gst1-mod-sdpelem prompt "GStreamer sdpelem module" config PACKAGE_gst1-mod-segmentclip prompt "GStreamer segmentclip module" config PACKAGE_gst1-mod-shm prompt "GStreamer shm module" config PACKAGE_gst1-mod-siren prompt "GStreamer siren module" config PACKAGE_gst1-mod-smooth prompt "GStreamer smooth module" config PACKAGE_gst1-mod-sndfile prompt "GStreamer sndfile module" config PACKAGE_gst1-mod-speed prompt "GStreamer speed module" config PACKAGE_gst1-mod-subenc prompt "GStreamer subenc module" config PACKAGE_gst1-mod-timecode prompt "GStreamer timecode module" config PACKAGE_gst1-mod-videofiltersbad prompt "GStreamer videofiltersbad module" config PACKAGE_gst1-mod-videoframe_audiolevel prompt "GStreamer videoframe_audiolevel module" config PACKAGE_gst1-mod-videosignal prompt "GStreamer videosignal module" config PACKAGE_gst1-mod-vmnc prompt "GStreamer vmnc module" config PACKAGE_gst1-mod-y4mdec prompt "GStreamer y4mdec module" config PACKAGE_gst1-mod-yadif prompt "GStreamer yadif module" comment "Libraries" config PACKAGE_libgst1adaptivedemux prompt "GStreamer adaptivedemux library" config PACKAGE_libgst1photography prompt "GStreamer photography library" config PACKAGE_libgst1basecamerabinsrc prompt "GStreamer basecamerabinsrc library" config PACKAGE_libgst1uridownloader prompt "GStreamer uridownloader library" endmenu @@ Package: gst1-plugins-bad Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +gst1-plugins-base +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1adaptivedemux +libgst1photography +libgst1basecamerabinsrc +libgst1uridownloader +gst1-mod-adpcmdec +gst1-mod-adpcmenc +gst1-mod-aiff +gst1-mod-asfmux +gst1-mod-audiobuffersplit +gst1-mod-audiofxbad +gst1-mod-audiolatency +gst1-mod-audiomixmatrix +gst1-mod-audiovisualizers +gst1-mod-autoconvert +gst1-mod-bayer +gst1-mod-bluez +gst1-mod-bz2 +gst1-mod-camerabin +gst1-mod-coloreffects +gst1-mod-debugutilsbad +gst1-mod-dtls +gst1-mod-dvbsuboverlay +gst1-mod-dvdspu +gst1-mod-faad +gst1-mod-faceoverlay +gst1-mod-fbdevsink +gst1-mod-festival +gst1-mod-fieldanalysis +gst1-mod-freeverb +gst1-mod-frei0r +gst1-mod-gaudieffects +gst1-mod-gdp +gst1-mod-geometrictransform +gst1-mod-hls +gst1-mod-id3tag +gst1-mod-inter +gst1-mod-interlace +gst1-mod-ivfparse +gst1-mod-ivtc +gst1-mod-jp2kdecimator +gst1-mod-jpegformat +gst1-mod-legacyrawparse +gst1-mod-midi +gst1-mod-mpegpsdemux +gst1-mod-mpegpsmux +gst1-mod-mxf +gst1-mod-netsim +gst1-mod-opusparse +gst1-mod-pcapparse +gst1-mod-pnm +gst1-mod-proxy +gst1-mod-removesilence +gst1-mod-rfbsrc +gst1-mod-rtponvif +gst1-mod-sbc +gst1-mod-sdpelem +gst1-mod-segmentclip +gst1-mod-shm +gst1-mod-siren +gst1-mod-smooth +gst1-mod-sndfile +gst1-mod-speed +gst1-mod-subenc +gst1-mod-timecode +gst1-mod-videofiltersbad +gst1-mod-videoframe_audiolevel +gst1-mod-videosignal +gst1-mod-vmnc +gst1-mod-y4mdec +gst1-mod-yadif Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer plugins collection (bad) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-bad-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer plugins collection (bad) http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Source-Makefile: feeds/packages/multimedia/gst1-plugins-base/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext ninja/host Build-Depends/host: ninja/host Package: libgst1allocators Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer allocators library (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer allocators library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: libgst1app Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer app library (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer app library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: libgst1audio Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgst1tag Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer audio library (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer audio library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: libgst1fft Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer FFT library (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer FFT library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: libgst1pbutils Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgst1audio +libgst1tag +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer utils library (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer utils library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: libgst1riff Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgst1audio +libgst1tag Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer RIFF media library (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer RIFF media library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: libgst1rtp Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer RTP library (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer RTP library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: libgst1rtsp Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer RTSP library (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer RTSP library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: libgst1sdp Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgst1rtp Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer SDP library (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer SDP library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: libgst1tag Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer tag support library (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer tag support library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: libgst1video Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer video library (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer video library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-alsa Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgst1audio +libgst1tag +alsa-lib Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer ALSA plugin (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer ALSA plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-app Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgst1app Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer app plugin (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer app plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-audioconvert Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgst1audio Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer audio format conversion plugin (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer audio format conversion plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-audiorate Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgst1audio +libgst1tag Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer audio rate adjusting plugin (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer audio rate adjusting plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-audioresample Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgst1audio +libgst1tag Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer audio resampling plugin (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer audio resampling plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-audiotestsrc Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgst1audio +libgst1tag +libgst1controller Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer audio test plugin (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer audio test plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-playback Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgst1pbutils Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer media decoder (v2) plugin (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer media decoder (v2) plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-gio Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer GIO plugin (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer GIO plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-ogg Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgst1riff +libgst1tag +libgst1pbutils +libgst1video +libogg Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer Ogg plugin (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer Ogg plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-opus Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgst1pbutils +libgst1video +libopus Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer OPUS plugin library plugin (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer OPUS plugin library plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-tcp Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgst1net Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer TCP plugin (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer TCP plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-theora Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgst1tag +libgst1video +libogg +libtheora Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer Theora plugin (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer Theora plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-typefindfunctions Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgst1audio +libgst1pbutils +libgst1tag +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer 'typefind' functions plugin (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer 'typefind' functions plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-videoconvert Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer video format conversion plugin (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer video format conversion plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-videorate Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer Adjusts video frames plugin (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer Adjusts video frames plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-videoscale Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer Resizes video plugin (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer Resizes video plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-videotestsrc Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgst1video +liboil Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer video test plugin (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer video test plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-volume Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgst1audio +libgst1controller +liboil Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer volume plugin (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer volume plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-vorbis Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgst1audio +libgst1tag +gst1-mod-ogg +libvorbis Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer Vorbis plugin (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer Vorbis plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gstreamer1-plugins-base Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ALL:gst1-plugins-base +gstreamer1-libs Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer plugins collection (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Description: GStreamer plugins collection (base) https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Config: menu "Select GStreamer base modules and libraries" depends on PACKAGE_gstreamer1-plugins-base config gst1-plugins-base-all bool "Include all GStreamer base plugins" select PACKAGE_gst1-plugins-base comment "Modules" config PACKAGE_gst1-mod-alsa prompt "GStreamer alsa module" config PACKAGE_gst1-mod-app prompt "GStreamer app module" config PACKAGE_gst1-mod-audioconvert prompt "GStreamer audioconvert module" config PACKAGE_gst1-mod-audiorate prompt "GStreamer audiorate module" config PACKAGE_gst1-mod-audioresample prompt "GStreamer audioresample module" config PACKAGE_gst1-mod-audiotestsrc prompt "GStreamer audiotestsrc module" config PACKAGE_gst1-mod-playback prompt "GStreamer playback module" config PACKAGE_gst1-mod-gio prompt "GStreamer gio module" config PACKAGE_gst1-mod-ogg prompt "GStreamer ogg module" config PACKAGE_gst1-mod-opus prompt "GStreamer opus module" config PACKAGE_gst1-mod-tcp prompt "GStreamer tcp module" config PACKAGE_gst1-mod-theora prompt "GStreamer theora module" config PACKAGE_gst1-mod-typefindfunctions prompt "GStreamer typefindfunctions module" config PACKAGE_gst1-mod-videoconvert prompt "GStreamer videoconvert module" config PACKAGE_gst1-mod-videorate prompt "GStreamer videorate module" config PACKAGE_gst1-mod-videoscale prompt "GStreamer videoscale module" config PACKAGE_gst1-mod-videotestsrc prompt "GStreamer videotestsrc module" config PACKAGE_gst1-mod-volume prompt "GStreamer volume module" config PACKAGE_gst1-mod-vorbis prompt "GStreamer vorbis module" comment "Libraries" config PACKAGE_libgst1allocators prompt "GStreamer allocators library" config PACKAGE_libgst1app prompt "GStreamer app library" config PACKAGE_libgst1audio prompt "GStreamer audio library" config PACKAGE_libgst1fft prompt "GStreamer fft library" config PACKAGE_libgst1pbutils prompt "GStreamer pbutils library" config PACKAGE_libgst1riff prompt "GStreamer riff library" config PACKAGE_libgst1rtp prompt "GStreamer rtp library" config PACKAGE_libgst1rtsp prompt "GStreamer rtsp library" config PACKAGE_libgst1sdp prompt "GStreamer sdp library" config PACKAGE_libgst1tag prompt "GStreamer tag library" config PACKAGE_libgst1video prompt "GStreamer video library" endmenu @@ Package: gst1-plugins-base Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgst1allocators +libgst1app +libgst1audio +libgst1fft +libgst1pbutils +libgst1riff +libgst1rtp +libgst1rtsp +libgst1sdp +libgst1tag +libgst1video +gst1-mod-alsa +gst1-mod-app +gst1-mod-audioconvert +gst1-mod-audiorate +gst1-mod-audioresample +gst1-mod-audiotestsrc +gst1-mod-playback +gst1-mod-gio +gst1-mod-ogg +gst1-mod-opus +gst1-mod-tcp +gst1-mod-theora +gst1-mod-typefindfunctions +gst1-mod-videoconvert +gst1-mod-videorate +gst1-mod-videoscale +gst1-mod-videotestsrc +gst1-mod-volume +gst1-mod-vorbis Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer plugins collection (base) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-base-1.16.2.tar.xz License: LGPL-2.1-or-later GPL-2.0-or-later LicenseFiles: COPYING.LIB COPYING Type: ipkg Hidden: 1 Description: GStreamer plugins collection (base) https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Source-Makefile: feeds/packages/multimedia/gst1-plugins-good/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext ninja/host Build-Depends/host: ninja/host Package: gst1-mod-alaw Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer alaw codec plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer alaw codec plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-alpha Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer alpha support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer alpha support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-alphacolor Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer alphacolor support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer alphacolor support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-apetag Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1pbutils +libgst1tag +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer apetag support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer apetag support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-audiofx Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1fft +libgst1controller Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer audio effects plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer audio effects plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-audioparsers Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1tag +libgst1pbutils Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer audioparsers plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer audioparsers plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-auparse Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1tag +libgst1pbutils Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer auparse plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer auparse plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-autodetect Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer format auto-detection plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer format auto-detection plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-avi Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1riff +libgst1tag +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer avi support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer avi support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-cutter Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer audio cutter plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer audio cutter plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-debug Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer debugging plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer debugging plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-deinterlace Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer deinterlace support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer deinterlace support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-dtmf Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1rtp Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer dtmf support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer dtmf support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-effectv Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer effectvsupport plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer effectvsupport plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-equalizer Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1controller Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer audio equalizer plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer audio equalizer plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-flac Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1pbutils +libgst1tag +libflac Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer FLAC codec plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer FLAC codec plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-flv Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1pbutils +libgst1tag +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer flv codec plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer flv codec plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-flxdec Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer flx codec plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer flx codec plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-goom2k1 Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1video +libgst1pbutils Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer goom support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer goom support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-goom Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1video +libgst1pbutils Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer goom support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer goom support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-icydemux Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1tag Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer icy demuxer plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer icy demuxer plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-id3demux Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1pbutils +libgst1tag Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer ID3v1/v2 demuxer plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer ID3v1/v2 demuxer plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-imagefreeze Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer imagefreeze support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer imagefreeze support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-interleave Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer audio interleave plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer audio interleave plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-isomp4 Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1pbutils +libgst1riff +libgst1rtp +libgst1tag +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer isomp4 support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer isomp4 support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-jpeg Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1video +libjpeg Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer jpeg support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer jpeg support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-lame Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +lame-lib Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer MP3 encoder (using LAME) plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer MP3 encoder (using LAME) plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-level Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer audio level plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer audio level plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-matroska Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1pbutils +libgst1riff +libgst1tag +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer matroska support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer matroska support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-mpg123 Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1tag +libid3tag +mpg123 Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer MP3 decoder (using mpg123) plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer MP3 decoder (using mpg123) plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-mulaw Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer mulaw support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer mulaw support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-multifile Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer multiple files access plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer multiple files access plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-multipart Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer multipart stream handling plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer multipart stream handling plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-navigationtest Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer navigationtest support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer navigationtest support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-oss4 Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1tag Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer OSS 4 audio support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer OSS 4 audio support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-ossaudio Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer OSS audio support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer OSS audio support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-png Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1video +libpng Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer png support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer png support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-replaygain Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1pbutils Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer volume normalization plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer volume normalization plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-rtpmanager Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1net +libgst1rtp +libgst1tag +libgst1pbutils +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer RTP manager plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer RTP manager plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-rtp Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1rtp +libgst1tag +libgst1pbutils +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer RTP plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer RTP plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-rtsp Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1net +libgst1rtp +libgst1rtsp +libgst1sdp Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer RTSP plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer RTSP plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-shapewipe Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer shapewipe support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer shapewipe support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-shout2 Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libshout Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer shout2 support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer shout2 support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-smpte Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer smpte support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer smpte support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-soup Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1tag +libsoup Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer soup input plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer soup input plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-spectrum Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1fft Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer spectrum data output plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer spectrum data output plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-speex Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1tag +libspeex Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer speex support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer speex support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-udp Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1net Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer UDP plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer UDP plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-video4linux2 Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1video +libgst1allocators +libv4l Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer video4linux2 support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer video4linux2 support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-videobox Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer videobox support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer videobox support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-videocrop Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer videocrop support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer videocrop support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-videofilter Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer videofilter support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer videofilter support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-videomixer Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1video Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer videomixer support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer videomixer support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-vpx Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1tag +libgst1video +libvpx Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer vpx support plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer vpx support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-wavenc Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1riff Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer Wav encoder plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer Wav encoder plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-wavparse Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +libgst1audio +libgst1riff +libgst1tag Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer Wav parser plugin (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer Wav parser plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gstreamer1-plugins-good Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ALL:gst1-plugins-good +gstreamer1-plugins-base Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer plugins collection (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: GStreamer plugins collection (good) https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Config: menu "Select GStreamer good modules" depends on PACKAGE_gstreamer1-plugins-good config gst1-plugins-good-all bool "Include all GStreamer good plugins" select PACKAGE_gst1-plugins-good comment "Modules" config PACKAGE_gst1-mod-alaw prompt "GStreamer alaw module" config PACKAGE_gst1-mod-alpha prompt "GStreamer alpha module" config PACKAGE_gst1-mod-alphacolor prompt "GStreamer alphacolor module" config PACKAGE_gst1-mod-apetag prompt "GStreamer apetag module" config PACKAGE_gst1-mod-audiofx prompt "GStreamer audiofx module" config PACKAGE_gst1-mod-audioparsers prompt "GStreamer audioparsers module" config PACKAGE_gst1-mod-auparse prompt "GStreamer auparse module" config PACKAGE_gst1-mod-autodetect prompt "GStreamer autodetect module" config PACKAGE_gst1-mod-avi prompt "GStreamer avi module" config PACKAGE_gst1-mod-cutter prompt "GStreamer cutter module" config PACKAGE_gst1-mod-debug prompt "GStreamer debug module" config PACKAGE_gst1-mod-deinterlace prompt "GStreamer deinterlace module" config PACKAGE_gst1-mod-dtmf prompt "GStreamer dtmf module" config PACKAGE_gst1-mod-effectv prompt "GStreamer effectv module" config PACKAGE_gst1-mod-equalizer prompt "GStreamer equalizer module" config PACKAGE_gst1-mod-flac prompt "GStreamer flac module" config PACKAGE_gst1-mod-flv prompt "GStreamer flv module" config PACKAGE_gst1-mod-flxdec prompt "GStreamer flxdec module" config PACKAGE_gst1-mod-goom2k1 prompt "GStreamer goom2k1 module" config PACKAGE_gst1-mod-goom prompt "GStreamer goom module" config PACKAGE_gst1-mod-icydemux prompt "GStreamer icydemux module" config PACKAGE_gst1-mod-id3demux prompt "GStreamer id3demux module" config PACKAGE_gst1-mod-imagefreeze prompt "GStreamer imagefreeze module" config PACKAGE_gst1-mod-interleave prompt "GStreamer interleave module" config PACKAGE_gst1-mod-isomp4 prompt "GStreamer isomp4 module" config PACKAGE_gst1-mod-jpeg prompt "GStreamer jpeg module" config PACKAGE_gst1-mod-lame prompt "GStreamer lame module" config PACKAGE_gst1-mod-level prompt "GStreamer level module" config PACKAGE_gst1-mod-matroska prompt "GStreamer matroska module" config PACKAGE_gst1-mod-mpg123 prompt "GStreamer mpg123 module" config PACKAGE_gst1-mod-mulaw prompt "GStreamer mulaw module" config PACKAGE_gst1-mod-multifile prompt "GStreamer multifile module" config PACKAGE_gst1-mod-multipart prompt "GStreamer multipart module" config PACKAGE_gst1-mod-navigationtest prompt "GStreamer navigationtest module" config PACKAGE_gst1-mod-oss4 prompt "GStreamer oss4 module" config PACKAGE_gst1-mod-ossaudio prompt "GStreamer ossaudio module" config PACKAGE_gst1-mod-png prompt "GStreamer png module" config PACKAGE_gst1-mod-replaygain prompt "GStreamer replaygain module" config PACKAGE_gst1-mod-rtpmanager prompt "GStreamer rtpmanager module" config PACKAGE_gst1-mod-rtp prompt "GStreamer rtp module" config PACKAGE_gst1-mod-rtsp prompt "GStreamer rtsp module" config PACKAGE_gst1-mod-shapewipe prompt "GStreamer shapewipe module" config PACKAGE_gst1-mod-shout2 prompt "GStreamer shout2 module" config PACKAGE_gst1-mod-smpte prompt "GStreamer smpte module" config PACKAGE_gst1-mod-soup prompt "GStreamer soup module" config PACKAGE_gst1-mod-spectrum prompt "GStreamer spectrum module" config PACKAGE_gst1-mod-speex prompt "GStreamer speex module" config PACKAGE_gst1-mod-udp prompt "GStreamer udp module" config PACKAGE_gst1-mod-video4linux2 prompt "GStreamer video4linux2 module" config PACKAGE_gst1-mod-videobox prompt "GStreamer videobox module" config PACKAGE_gst1-mod-videocrop prompt "GStreamer videocrop module" config PACKAGE_gst1-mod-videofilter prompt "GStreamer videofilter module" config PACKAGE_gst1-mod-videomixer prompt "GStreamer videomixer module" config PACKAGE_gst1-mod-vpx prompt "GStreamer vpx module" config PACKAGE_gst1-mod-wavenc prompt "GStreamer wavenc module" config PACKAGE_gst1-mod-wavparse prompt "GStreamer wavparse module" endmenu @@ Package: gst1-plugins-good Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1pbutils +BUILD_NLS:libiconv-full +gst1-mod-alaw +gst1-mod-alpha +gst1-mod-alphacolor +gst1-mod-apetag +gst1-mod-audiofx +gst1-mod-audioparsers +gst1-mod-auparse +gst1-mod-autodetect +gst1-mod-avi +gst1-mod-cutter +gst1-mod-debug +gst1-mod-deinterlace +gst1-mod-dtmf +gst1-mod-effectv +gst1-mod-equalizer +gst1-mod-flac +gst1-mod-flv +gst1-mod-flxdec +gst1-mod-goom2k1 +gst1-mod-goom +gst1-mod-icydemux +gst1-mod-id3demux +gst1-mod-imagefreeze +gst1-mod-interleave +gst1-mod-isomp4 +gst1-mod-jpeg +gst1-mod-lame +gst1-mod-level +gst1-mod-matroska +gst1-mod-mpg123 +gst1-mod-mulaw +gst1-mod-multifile +gst1-mod-multipart +gst1-mod-navigationtest +gst1-mod-oss4 +gst1-mod-ossaudio +gst1-mod-png +gst1-mod-replaygain +gst1-mod-rtpmanager +gst1-mod-rtp +gst1-mod-rtsp +gst1-mod-shapewipe +gst1-mod-shout2 +gst1-mod-smpte +gst1-mod-soup +gst1-mod-spectrum +gst1-mod-speex +gst1-mod-udp +gst1-mod-video4linux2 +gst1-mod-videobox +gst1-mod-videocrop +gst1-mod-videofilter +gst1-mod-videomixer +gst1-mod-vpx +gst1-mod-wavenc +gst1-mod-wavparse Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer plugins collection (good) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-good-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This meta package contains only dependencies to the other plugins from the good plugins collection. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Source-Makefile: feeds/packages/multimedia/gst1-plugins-ugly/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext ninja/host Build-Depends/host: ninja/host Package: gst1-mod-asf Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgstreamer1 +libgst1audio +libgst1video +libgst1riff +libgst1rtp +libgst1rtsp +libgst1sdp +libgst1tag Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer ASF demuxer plugin (ugly) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-ugly-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer ASF demuxer plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gst1-mod-mpeg2dec Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +libgstreamer1 +libgst1video +libmpeg2 Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer MPEG decoder plugin (ugly) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-ugly-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer MPEG decoder plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gstreamer1-plugins-ugly Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ALL:gst1-plugins-ugly +gstreamer1-plugins-base Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer plugins collection (ugly) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-ugly-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: GStreamer plugins collection (ugly) https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Config: menu "Select GStreamer ugly modules" depends on PACKAGE_gstreamer1-plugins-ugly config gst1-plugins-ugly-all bool "Include all GStreamer ugly plugins" select PACKAGE_gst1-plugins-ugly comment "Modules" config PACKAGE_gst1-mod-asf prompt "GStreamer asf module" config PACKAGE_gst1-mod-mpeg2dec prompt "GStreamer mpeg2dec module" endmenu @@ Package: gst1-plugins-ugly Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +BUILD_NLS:libiconv-full +gst1-mod-asf +gst1-mod-mpeg2dec Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer plugins collection (ugly) Maintainer: W. Michael Petullo Ted Hess Source: gst-plugins-ugly-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer plugins collection (ugly) https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Source-Makefile: feeds/packages/multimedia/gstreamer1/Makefile Build-Depends: meson/host glib2/host !BUILD_NLS:libiconv !BUILD_NLS:gettext ninja/host Build-Depends/host: ninja/host Package: libgst1check Version: 1.16.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full +libgstreamer1 Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer check unit testing library (core) Maintainer: W. Michael Petullo Ted Hess Source: gstreamer-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer check unit testing library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: libgst1controller Version: 1.16.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full +libgstreamer1 Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer dynamic parameter control library (core) Maintainer: W. Michael Petullo Ted Hess Source: gstreamer-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer dynamic parameter control library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: libgst1net Version: 1.16.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full +libgstreamer1 Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer network classes library (core) Maintainer: W. Michael Petullo Ted Hess Source: gstreamer-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer network classes library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: libgstreamer1 Version: 1.16.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full +glib2 +libpthread +libxml2 Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer library (core) Maintainer: W. Michael Petullo Ted Hess Source: gstreamer-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer open source multimedia framework . This package contains the GStreamer core library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gstreamer1-libs Version: 1.16.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full +ALL:gstreamer1 Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer core libraries Maintainer: W. Michael Petullo Ted Hess Source: gstreamer-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: GStreamer open source multimedia framework . This meta package contains only dependencies on the other GStreamer componenents. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Config: menu "Select GStreamer libraries" depends on PACKAGE_gstreamer1-libs config gstreamer1-all bool "Include all GStreamer1 core libraries" select PACKAGE_gstreamer1 comment "Libraries" config PACKAGE_libgstreamer1 prompt "GStreamer core library libgstreamer1" config PACKAGE_libgst1check prompt "GStreamer core library libgst1check" config PACKAGE_libgst1controller prompt "GStreamer core library libgst1controller" config PACKAGE_libgst1net prompt "GStreamer core library libgst1net" endmenu @@ Package: gstreamer1-utils Version: 1.16.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full +libgstreamer1 +gstreamer1-libs Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer utilities Maintainer: W. Michael Petullo Ted Hess Source: gstreamer-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: GStreamer open source multimedia framework . This package contains the GStreamer utilities. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Package: gstreamer1 Version: 1.16.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgstreamer1 +libgst1check +libgst1controller +libgst1net Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: GStreamer (All libraries) Maintainer: W. Michael Petullo Ted Hess Source: gstreamer-1.16.2.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: GStreamer (All libraries) https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess @@ Source-Makefile: feeds/packages/multimedia/icecast/Makefile Package: icecast Version: 2.4.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libcurl +libxml2 +libxslt +libogg +libvorbisidec Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: A streaming media server for Ogg/Vorbis and MP3 audio streams Maintainer: André Gaul , Ted Hess Require-User: icecast=87:icecast=87 Source: icecast-2.4.4.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Icecast is a streaming media server which currently supports Ogg Vorbis and MP3 audio streams. It can be used to create an Internet radio station or a privately running jukebox and many things in between. It is very versatile in that new formats can be added relatively easily and supports open standards for commuincation and interaction. https://icecast.org/ André Gaul , Ted Hess @@ Source-Makefile: feeds/packages/multimedia/ices/Makefile Package: ices Version: 2.0.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libshout +libxml2 +zlib +libogg +libvorbis +alsa-lib Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: ices client for Icecast media streaming servers Maintainer: Nicolas Thill , Ted Hess Source: ices-2.0.2.tar.bz2 License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: ices is a command line source client for Icecast media streaming servers. It began as the successor of the old "shout" utility, and has since gained a lot of useful features. http://www.icecast.org/ices/ Nicolas Thill , Ted Hess @@ Source-Makefile: feeds/packages/multimedia/lcdgrilo/Makefile Build-Depends: vala !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: lcdgrilo Version: 0.0.12-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +grilo +grilo-plugins +libgee +libgstreamer1 Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: lcdgrilo Maintainer: W. Michael Petullo Source: lcdgrilo-0.0.12.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: lcdgrilo http://www.flyn.org/projects/lcdgrilo/ W. Michael Petullo @@ Source-Makefile: feeds/packages/multimedia/minidlna/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: minidlna Version: 1.3.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libexif +libjpeg +libsqlite3 +libffmpeg +libid3tag +libflac +libvorbis +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: UPnP A/V & DLNA Media Server Maintainer: Require-User: minidlna:minidlna Source: minidlna-1.3.0.tar.gz License: GPL-2.0-or-later BSD-3-Clause LicenseFiles: COPYING LICENCE.miniupnpd Type: ipkg Description: MiniDLNA (aka ReadyDLNA) is server software with the aim of being fully compliant with DLNA/UPnP-AV clients. http://minidlna.sourceforge.net/ @@ Source-Makefile: feeds/packages/multimedia/mjpg-streamer/Makefile Build-Depends: MJPG_STREAMER_V4L2:libv4l Package: mjpg-streamer Menu: 1 Version: 2018-10-25-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libjpeg +MJPG_STREAMER_V4L2:libv4l Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: MJPG-streamer Maintainer: Roger D , Ted Hess Source: mjpg-streamer-2018-10-25.tar.xz License: GPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: Streaming application for Linux-UVC compatible webcams https://github.com/jacksonliam/mjpg-streamer Roger D , Ted Hess @@ Config: source "feeds/packages/multimedia/mjpg-streamer/Config.in" @@ Source-Makefile: feeds/packages/multimedia/motion/Makefile Package: motion Version: 4.2.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libjpeg +libpthread +libmicrohttpd-ssl Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: webcam motion sensing and logging Maintainer: Roger D Source: motion-release-4.2.2.tar.gz License: GPLv2 LicenseFiles: COPYING Type: ipkg Description: webcam motion sensing and logging https://motion-project.github.io/ Roger D @@ Source-Makefile: feeds/packages/multimedia/oggfwd/Makefile Package: oggfwd Submenu: Streaming Version: 20150412-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libshout-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: Pipe media into icecast Maintainer: Nicolas Thill Source: oggfwd-20150412.tar.gz License: GPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: A basic icecast client that is very simple but also very useful for video streaming. http://www.v2v.cc/~j/oggfwd Nicolas Thill @@ Source-Makefile: feeds/packages/multimedia/tvheadend/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: tvheadend Version: 4.0.10-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +librt +zlib +TVHEADEND_AVAHI_SUPPORT:libavahi-client +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: Tvheadend is a TV streaming server for Linux Maintainer: Jan Čermák Source: tvheadend-4.0.10.tar.gz License: GPL-3.0 LicenseFiles: LICENSE.md Type: ipkg Description: Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, SAT>IP and HDHomeRun as input sources. Tvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming. https://tvheadend.org Jan Čermák @@ Config: menu "Configuration" depends on PACKAGE_tvheadend source "feeds/packages/multimedia/tvheadend/Config.in" endmenu @@ Source-Makefile: feeds/packages/multimedia/v4l2rtspserver/Makefile Package: v4l2rtspserver Version: 0.1.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: v4l2rtspserver Maintainer: Roger Dammit Source: v4l2rtspserver-0.1.8.tar.xz License: Unlicense LicenseFiles: LICENSE Type: ipkg Description: RTSP server for v4L2 video sources https://github.com/mpromonet/v4l2rtspserver Roger Dammit @@ Source-Makefile: feeds/packages/multimedia/xupnpd/Makefile Package: xupnpd Version: 2018-11-20-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +liblua +libopenssl Conflicts: Menu-Depends: Provides: Section: multimedia Category: Multimedia Repository: base Title: eXtensible UPnP agent Maintainer: Álvaro Fernández Rojas Source: xupnpd-2018-11-20.tar.gz License: GPLv2 LicenseFiles: LICENSE Type: ipkg Description: xupnpd - eXtensible UPnP agent This program is a light DLNA Media Server which provides ContentDirectory:1 service for sharing IPTV unicast streams over local area network (with udpxy for multicast to HTTP unicast conversion). The program shares UTF8-encoded M3U playlists with links over local area network as content of the directory. You can watch HDTV broadcasts (multicast or unicast) and listen Internet Radio in IP network without transcoding and PC. http://xupnpd.org/ Álvaro Fernández Rojas @@ Source-Makefile: feeds/packages/multimedia/youtube-dl/Makefile Package: youtube-dl Version: 2021.4.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ca-certificates +python3 +python3-email +python3-xml +python3-codecs +python3-ctypes +python3-setuptools Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: multimedia Category: Multimedia Repository: base Title: Utility to download videos from YouTube.com Maintainer: Josef Schlehofer Source: youtube_dl-2021.4.7.tar.gz License: Unlicense LicenseFiles: LICENSE Type: ipkg Description: youtube-dl is a small command-line program to download videos from YouTube.com and other video sites. It requires the Python3 interpreter. https://yt-dl.org Josef Schlehofer @@ Package: youtube-dl-src Version: 2021.4.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: multimedia Category: Multimedia Repository: base Title: Utility to download videos from YouTube.com (sources) Maintainer: Josef Schlehofer Source: youtube_dl-2021.4.7.tar.gz License: Unlicense LicenseFiles: LICENSE Type: ipkg Description: youtube-dl is a small command-line program to download videos from YouTube.com and other video sites. It requires the Python3 interpreter.. (Contains the Python3 sources for this package). https://yt-dl.org Josef Schlehofer @@ Source-Makefile: feeds/packages/net/Netopeer2/Makefile Package: netopeer2-server Menu: 1 Version: 0.7-r1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libcurl +libpthread +libyang +libnetconf2 +netopeer2-keystored +libsysrepo +sysrepocfg +sysrepoctl +sysrepo Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: NETCONF server Maintainer: Mislav Novakovic Source: Netopeer2-0.7-r1.tar.gz License: BSD-3-Clause Type: ipkg Description: NETCONF server https://codeload.github.com/CESNET/Netopeer2/tar.gz/v0.7-r1? Mislav Novakovic @@ Package: netopeer2-cli Version: 0.7-r1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libyang +libnetconf2 +libopenssl Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Netopeer2 cli tool Maintainer: Mislav Novakovic Source: Netopeer2-0.7-r1.tar.gz License: BSD-3-Clause Type: ipkg Description: Netopeer2 cli tool https://codeload.github.com/CESNET/Netopeer2/tar.gz/v0.7-r1? Mislav Novakovic @@ Package: netopeer2-keystored Menu: 1 Version: 0.7-r1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libsysrepo +sysrepo +sysrepocfg +sysrepoctl +SSH_KEYS:openssh-keygen Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Netopeer2 key store management Maintainer: Mislav Novakovic Source: Netopeer2-0.7-r1.tar.gz License: BSD-3-Clause Type: ipkg Description: Netopeer2 key store management https://codeload.github.com/CESNET/Netopeer2/tar.gz/v0.7-r1? Mislav Novakovic @@ Config: source "feeds/packages/net/Netopeer2/Config_keystored.in" @@ Source-Makefile: feeds/packages/net/acme/Makefile Package: acme Version: 2.8.5-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +wget-ssl +ca-bundle +openssl-util +socat Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ACME (Letsencrypt) client Maintainer: Toke Høiland-Jørgensen Source: acme-2.8.5.tar.gz License: GPL-3.0-only LicenseFiles: LICENSE.md Type: ipkg Description: A client for issuing Letsencrypt certificates. https://acme.sh Toke Høiland-Jørgensen @@ Package: acme-dnsapi Version: 2.8.5-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +acme Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: DNS API integration for ACME (Letsencrypt) client Maintainer: Toke Høiland-Jørgensen Source: acme-2.8.5.tar.gz License: GPL-3.0-only LicenseFiles: LICENSE.md Type: ipkg Description: This package provides DNS API integration for ACME (Letsencrypt) client. Toke Høiland-Jørgensen @@ Package: luci-app-acme Submenu: 3. Applications Version: 2.8.5-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lua luci-base luci-compat +acme Conflicts: Menu-Depends: Provides: Section: luci Category: LuCI Repository: base Title: ACME package - LuCI interface Maintainer: Toke Høiland-Jørgensen Source: acme-2.8.5.tar.gz License: GPL-3.0-only LicenseFiles: LICENSE.md Type: ipkg Description: Control the ACME Letsencrypt certificate interface Toke Høiland-Jørgensen @@ Source-Makefile: feeds/packages/net/adblock/Makefile Package: adblock Version: 4.0.7-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +jshn +jsonfilter +coreutils +coreutils-sort +ca-bundle +opkg Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Powerful adblock script to block ad/abuse domains by using DNS Maintainer: Dirk Brenken Source: License: GPL-3.0-or-later Type: ipkg Description: Powerful adblock script to block ad/abuse domains via dnsmasq, unbound, named or kresd. The script supports many domain blacklist sites plus manual black- and whitelist overrides. Please see https://github.com/openwrt/packages/blob/master/net/adblock/files/README.md for further information. Dirk Brenken @@ Source-Makefile: feeds/packages/net/addrwatch/Makefile Build-Depends: USE_UCLIBC:argp-standalone USE_MUSL:argp-standalone Package: addrwatch Version: 1.0.2-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcap +libevent2 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: IPv4/IPv6 and ethernet address pairing tool Maintainer: Ondrej Caletka Source: addrwatch-1.0.2.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: This is a tool similar to arpwatch. It main purpose is to monitor network and log discovered ethernet/ip pairings. Addrwatch is extremely useful in networks with IPv6 autoconfiguration (RFC4862) enabled. It allows to track IPv6 addresses of hosts using IPv6 privacy extensions (RFC4941). https://github.com/fln/addrwatch Ondrej Caletka @@ Source-Makefile: feeds/packages/net/aggregate/Makefile Package: aggregate Submenu: IP Addresses and Names Version: 1.6-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ipv4 cidr prefix aggregator Maintainer: Nikil Mehta Source: aggregate-1.6.tar.gz License: ISC LicenseFiles: LICENSE Type: ipkg Description: takes a list of prefixes in conventional format on stdin, and performs two optimisations to reduce the length of the prefix list. It removes any supplied prefixes which are supurfluous because they are already included in another supplied prefix (e.g., 203.97.2.0/24 would be removed if 203.97.0.0/17 was also supplied), and identifies adjacent prefixes that can be combined under a single, shorter-length prefix (e.g., 203.97.2.0/24 and 203.97.3.0/24 can be combined into the single prefix 203.97.2.0/23). https://ftp.isc.org/isc/aggregate/ Nikil Mehta @@ Source-Makefile: feeds/packages/net/aircrack-ng/Makefile Package: aircrack-ng Submenu: wireless Version: 1.5.2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +AIRCRACK_NG_HWLOC:libhwloc +libpcap +libpcre +libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +AIRCRACK_NG_OPENSSL:libopenssl +AIRCRACK_NG_GCRYPT:libgcrypt +AIRCRACK_NG_SQLITE3:libsqlite3 +libnl-core +libnl-genl +zlib Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: WLAN tools (without airmon-ng) for breaking 802.11 WEP/WPA keys Maintainer: Rick Farina Source: aircrack-ng-1.5.2-42f2b48d7f46b39e0d5d2f2a64cbf63f87416a70.tar.xz License: GPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: WLAN tools for breaking 802.11 WEP/WPA keys https://www.aircrack-ng.org/ Rick Farina @@ Config: source "feeds/packages/net/aircrack-ng/Config.in" @@ Package: airmon-ng Submenu: wireless Version: 1.5.2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +wireless-tools +ethtool +procps-ng +CONFIG_PCI_SUPPORT:pciutils +CONFIG_USB_SUPPORT:usbutils Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Bash script designed to turn wireless cards into monitor mode. Maintainer: Rick Farina Source: aircrack-ng-1.5.2-42f2b48d7f46b39e0d5d2f2a64cbf63f87416a70.tar.xz License: GPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: Bash script designed to turn wireless cards into monitor mode. http://www.aircrack-ng.org/ Rick Farina @@ Source-Makefile: feeds/packages/net/announce/Makefile Package: announce Submenu: IP Addresses and Names Version: 1.0.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Announce services on the network with Zeroconf/Bonjour Maintainer: Simon Peter Source: announce-1.0.1-1368525c7305ca5bb4134242f332344f5f7e94e3.tar.gz License: BSD-3-Clause LicenseFiles: src/LICENSE.txt Type: ipkg Description: Announce services on the network with Zeroconf/Bonjour. This announces services such as ssh, sftp, and http running on the local machine to the network. https://github.com/probonopd/announce Simon Peter @@ Source-Makefile: feeds/packages/net/apache/Makefile Build-Depends: openssl !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: apache Submenu: Web Servers/Proxies Version: 2.4.48-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libapr +libaprutil +libpcre Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: The Apache Web Server Maintainer: Thomas Heil Require-User: apache=377:apache=377 Source: httpd-2.4.48.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server. This package contains the Apache web server and utility programs. https://httpd.apache.org/ Thomas Heil @@ Package: apache-ab Submenu: Web Servers/Proxies Version: 2.4.48-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread apache +libopenssl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Apache benchmark utility Maintainer: Thomas Heil Source: httpd-2.4.48.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server. Apache server benchmarking utility. https://httpd.apache.org/ Thomas Heil @@ Package: apache-error Submenu: Web Servers/Proxies Version: 2.4.48-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread apache Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Error documents Maintainer: Thomas Heil Source: httpd-2.4.48.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server. Apache multi language custom error documents. https://httpd.apache.org/ Thomas Heil @@ Package: apache-icons Submenu: Web Servers/Proxies Version: 2.4.48-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread apache Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Icons from Apache Maintainer: Thomas Heil Source: httpd-2.4.48.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server. This package contains the icons from Apache. https://httpd.apache.org/ Thomas Heil @@ Package: apache-suexec Submenu: Web Servers/Proxies Version: 2.4.48-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread apache Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Apache suEXEC Maintainer: Thomas Heil Source: httpd-2.4.48.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server. This package contains the suEXEC utility from Apache. https://httpd.apache.org/ Thomas Heil @@ Package: apache-utils Submenu: Web Servers/Proxies Version: 2.4.48-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread apache Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Apache utilities Maintainer: Thomas Heil Source: httpd-2.4.48.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server. Apache utility programs for webservers. https://httpd.apache.org/ Thomas Heil @@ Package: apache-mod-deflate Submenu: Web Servers/Proxies Version: 2.4.48-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread apache +PACKAGE_apache-mod-deflate:zlib Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Deflate module Maintainer: Thomas Heil Source: httpd-2.4.48.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Deflate support for the Apache HTTP server. https://httpd.apache.org/ Thomas Heil @@ Package: apache-mod-http2 Submenu: Web Servers/Proxies Version: 2.4.48-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread apache +PACKAGE_apache-mod-http2:libnghttp2 +PACKAGE_apache-mod-http2:libopenssl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: HTTP2 module Maintainer: Thomas Heil Source: httpd-2.4.48.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: HTTP/2 transport layer for the Apache HTTP Server. https://httpd.apache.org/ Thomas Heil @@ Package: apache-mod-ldap Submenu: Web Servers/Proxies Version: 2.4.48-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread apache +PACKAGE_apache-mod-ldap:libaprutil-ldap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: LDAP module Maintainer: Thomas Heil Source: httpd-2.4.48.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: LDAP authentication/authorization module for the Apache HTTP Server. https://httpd.apache.org/ Thomas Heil @@ Package: apache-mod-lua Submenu: Web Servers/Proxies Version: 2.4.48-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread apache +PACKAGE_apache-mod-lua:liblua Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Lua module Maintainer: Thomas Heil Source: httpd-2.4.48.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Lua support for the Apache HTTP server. https://httpd.apache.org/ Thomas Heil @@ Package: apache-mod-md Submenu: Web Servers/Proxies Version: 2.4.48-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread apache +PACKAGE_apache-mod-md:libcurl +PACKAGE_apache-mod-md:jansson +PACKAGE_apache-mod-md:libopenssl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Managed Domain handling module Maintainer: Thomas Heil Source: httpd-2.4.48.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Managed Domain handling. https://httpd.apache.org/ Thomas Heil @@ Package: apache-mod-proxy Submenu: Web Servers/Proxies Version: 2.4.48-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread apache Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Proxy module Maintainer: Thomas Heil Source: httpd-2.4.48.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Proxy modules for the Apache HTTP Server. https://httpd.apache.org/ Thomas Heil @@ Package: apache-mod-proxy-html Submenu: Web Servers/Proxies Version: 2.4.48-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread apache +PACKAGE_apache-mod-proxy-html:apache-mod-proxy +PACKAGE_apache-mod-proxy-html:libxml2 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Proxy HTML module Maintainer: Thomas Heil Source: httpd-2.4.48.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: HTML and XML content filters for the Apache HTTP Server. https://httpd.apache.org/ Thomas Heil @@ Package: apache-mod-session-crypto Submenu: Web Servers/Proxies Version: 2.4.48-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread apache +PACKAGE_apache-mod-session-crypto:libaprutil-crypto-openssl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Session crypto module Maintainer: Thomas Heil Source: httpd-2.4.48.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Session encryption support for the Apache HTTP Server. https://httpd.apache.org/ Thomas Heil @@ Package: apache-mod-ssl Submenu: Web Servers/Proxies Version: 2.4.48-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread apache +PACKAGE_apache-mod-ssl:libopenssl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: SSL/TLS module Maintainer: Thomas Heil Source: httpd-2.4.48.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: SSL/TLS module for the Apache HTTP Server. https://httpd.apache.org/ Thomas Heil @@ Package: apache-mod-suexec Submenu: Web Servers/Proxies Version: 2.4.48-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread apache +PACKAGE_apache-mod-suexec:apache-suexec Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: suEXEC module Maintainer: Thomas Heil Source: httpd-2.4.48.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: suEXEC module for the Apache HTTP Server. https://httpd.apache.org/ Thomas Heil @@ Package: apache-mod-webdav Submenu: Web Servers/Proxies Version: 2.4.48-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread apache Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: WebDAV module Maintainer: Thomas Heil Source: httpd-2.4.48.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: WebDAV support for the Apache HTTP Server. https://httpd.apache.org/ Thomas Heil @@ Source-Makefile: feeds/packages/net/apcupsd/Makefile Build-Depends: libgd Package: apcupsd Version: 3.14.14-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libusb-compat Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: UPS control software Maintainer: Othmar Truniger Source: apcupsd-3.14.14.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: UPS control software http://www.apcupsd.org/ Othmar Truniger @@ Package: apcupsd-cgi Version: 3.14.14-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libgd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: UPS control software CGI module Maintainer: Othmar Truniger Source: apcupsd-3.14.14.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: UPS control software CGI module http://www.apcupsd.org/ Othmar Truniger @@ Source-Makefile: feeds/packages/net/apfree-wifidog/Makefile Package: apfree-wifidog Submenu: Captive Portals Version: 3.11.1716-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +iptables-mod-extra +iptables-mod-ipopt +kmod-ipt-nat +iptables-mod-nat-extra +libjson-c +ipset +libip4tc +libevent2 +libevent2-openssl +libuci +px5g Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Apfree's wireless captive portal solution Maintainer: Dengfeng Liu Source: apfree-wifidog-3.11.1716.tar.xz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: The ApFree Wifidog project is a complete and embeddable captive portal solution for wireless community groups or individuals who wish to open a free Hotspot while still preventing abuse of their Internet connection. It's enhanced wifidog https://github.com/liudf0716/apfree_wifidog Dengfeng Liu @@ Source-Makefile: feeds/packages/net/apinger/Makefile Package: apinger Version: 2015-04-09-78eb328721ba1a10571c19df95acd-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Tool which monitors various IP devices by simple ICMP echo requests Maintainer: Alex Samorukov Source: apinger-2015-04-09-78eb328721ba1a10571c19df95acd.tar.xz License: GPL-2.0-only Type: ipkg Description: Alarm Pinger (apinger) is a little tool which monitors various IP devices by simple ICMP echo requests. There are various other tools, that can do this, but most of them are shell or perl scripts, spawning many processes, thus much CPU-expensive, especially when one wants continuous monitoring and fast response on target failure. Alarm Pinger is a single program written in C, so it doesn't need much CPU power even when monitoring many targets with frequent probes. Alarm Pinger supports both IPv4 and IPv6. The code have been tested on Linux and FreeBSD. https://github.com/Jajcus/apinger Alex Samorukov @@ Source-Makefile: feeds/packages/net/aria2/Makefile Package: aria2 Submenu: File Transfer Version: 1.35.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +libstdcpp +ARIA2_OPENSSL:libopenssl +ARIA2_GNUTLS:libgnutls +ARIA2_NETTLE:libnettle +ARIA2_LIBGCRYPT:libgcrypt +ARIA2_GMP:libgmp +ARIA2_LIBXML2:libxml2 +ARIA2_EXPAT:libexpat +ARIA2_SFTP:libssh2 +ARIA2_ASYNC_DNS:libcares +ARIA2_COOKIE:libsqlite3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: lightweight download utility Maintainer: Imre Kaloz , Hsing-Wang Liao Require-User: aria2=6800:aria2=6800 Source: aria2-1.35.0.tar.xz License: GPLv2 LicenseFiles: COPYING Type: ipkg Description: aria2 is a lightweight multi-protocol & multi-source command-line download utility https://aria2.github.io/ Imre Kaloz , Hsing-Wang Liao @@ Config: source "feeds/packages/net/aria2/Config.in" @@ Source-Makefile: feeds/packages/net/ariang/Makefile Package: ariang Submenu: Download Manager Version: 1.1.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +aria2 +uhttpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: AriaNg webui for uhttpd webserver Maintainer: Ansuel Smith Source: ariang-1.1.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: AriaNg is a web frontend making aria2 easier to use. AriaNg is written in pure html & javascript, thus it does not need any compilers or runtime environment. https://ariang.mayswind.net Ansuel Smith @@ Package: ariang-nginx Submenu: Download Manager Version: 1.1.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +aria2 +nginx Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: AriaNg webui for nginx webserver Maintainer: Ansuel Smith Source: ariang-1.1.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: AriaNg is a web frontend making aria2 easier to use. AriaNg is written in pure html & javascript, thus it does not need any compilers or runtime environment. https://ariang.mayswind.net Ansuel Smith @@ Source-Makefile: feeds/packages/net/arp-scan/Makefile Package: arp-scan Version: 1.9.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ARP scanner Maintainer: Sergey Urushkin Source: arp-scan-1.9.5.tar.gz License: GPL-3.0 Type: ipkg Description: ARP scanner https://github.com/royhills/arp-scan Sergey Urushkin @@ Source-Makefile: feeds/packages/net/atftp/Makefile Package: atftp Submenu: File Transfer Version: 0.7.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libreadline +libncurses Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: TFTP client Maintainer: Daniel Danzberger Source: atftp-0.7.2.tar.gz License: GPL-2.0-or-later LicenseFiles: LICENSE Type: ipkg Description: TFTP client Daniel Danzberger @@ Package: atftpd Submenu: File Transfer Version: 0.7.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcre +libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: TFTP server Maintainer: Daniel Danzberger Source: atftp-0.7.2.tar.gz License: GPL-2.0-or-later LicenseFiles: LICENSE Type: ipkg Description: TFTP server Daniel Danzberger @@ Source-Makefile: feeds/packages/net/autossh/Makefile Package: autossh Submenu: SSH Version: 1.4g-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Autossh client Maintainer: Christian Beier Source: autossh-1.4g.tgz License: 0BSD Type: ipkg Description: Autossh client https://www.harding.motd.ca/autossh/ Christian Beier @@ Source-Makefile: feeds/packages/net/banip/Makefile Package: banip Version: 0.3.11-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +jshn +jsonfilter +ip +ipset +iptables +ca-bundle Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Ban incoming and/or outgoing ip adresses via ipsets Maintainer: Dirk Brenken Source: License: GPL-3.0-or-later Type: ipkg Description: Powerful banIP script to block ip addresses via ipsets. The script supports many ip blacklist sites plus manual black- and whitelist overrides. Please see https://github.com/openwrt/packages/blob/master/net/banip/files/README.md for further information. Dirk Brenken @@ Source-Makefile: feeds/packages/net/bcp38/Makefile Package: bcp38 Submenu: Routing and Redirection Version: 5-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ipset Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: BCP38 compliance Maintainer: Toke Høiland-Jørgensen Source: Type: ipkg Description: bcp38 implements IETF BCP38 for home routers. See https://tools.ietf.org/html/bcp38. This package provides BCP38 for IPv4 only - IPv6 uses source specific default routes, so no firewall configuration is needed. https://github.com/dtaht/ceropackages-3.10 Toke Høiland-Jørgensen @@ Source-Makefile: feeds/packages/net/beanstalkd/Makefile Package: beanstalkd Version: 1.9-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Beanstalk Maintainer: Philip Prindeville Source: beanstalkd-b7b4a6a14b7e8d096dc8cbc255b23be17a228cbb.tar.xz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Beanstalk is a simple, fast work queue. Philip Prindeville @@ Source-Makefile: feeds/packages/net/bind/Makefile Build-Depends: BIND_LIBXML2:libxml2 BIND_LIBJSON:libjson-c Package: bind-libs Version: 9.16.18-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +zlib +libpthread +libatomic +libuv +BIND_LIBXML2:libxml2 +BIND_LIBJSON:libjson-c Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: bind shared libraries Maintainer: Noah Meyerhans Source: bind-9.16.18.tar.xz License: MPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: bind shared libraries https://www.isc.org/software/bind Noah Meyerhans @@ Package: bind-server Submenu: IP Addresses and Names Version: 9.16.18-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +bind-libs +@OPENSSL_WITH_EC Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: bind DNS server Maintainer: Noah Meyerhans Source: bind-9.16.18.tar.xz License: MPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: bind DNS server https://www.isc.org/software/bind Noah Meyerhans @@ Config: source "feeds/packages/net/bind/Config.in" @@ Package: bind-server-filter-aaaa Submenu: IP Addresses and Names Version: 9.16.18-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread bind-server Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: bind DNS server filter AAAA plugin Maintainer: Noah Meyerhans Source: bind-9.16.18.tar.xz License: MPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: bind DNS server filter AAAA plugin https://www.isc.org/software/bind Noah Meyerhans @@ Package: bind-client Submenu: IP Addresses and Names Version: 9.16.18-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +bind-libs +@OPENSSL_WITH_EC Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: bind dynamic DNS client Maintainer: Noah Meyerhans Source: bind-9.16.18.tar.xz License: MPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: bind dynamic DNS client https://www.isc.org/software/bind Noah Meyerhans @@ Package: bind-tools Submenu: IP Addresses and Names Version: 9.16.18-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +bind-check +bind-dig +bind-nslookup +bind-dnssec +bind-host +bind-rndc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: bind administration tools (all) Maintainer: Noah Meyerhans Source: bind-9.16.18.tar.xz License: MPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: bind administration tools (all) https://www.isc.org/software/bind Noah Meyerhans @@ Package: bind-rndc Submenu: IP Addresses and Names Version: 9.16.18-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +bind-libs +@OPENSSL_WITH_EC Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: bind administration tools (rndc and rndc-confgen only) Maintainer: Noah Meyerhans Source: bind-9.16.18.tar.xz License: MPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: bind administration tools (rndc and rndc-confgen only) https://www.isc.org/software/bind Noah Meyerhans @@ Package: bind-check Submenu: IP Addresses and Names Version: 9.16.18-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +bind-libs +@OPENSSL_WITH_EC Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: bind administration tools (named-checkconf and named-checkzone only) Maintainer: Noah Meyerhans Source: bind-9.16.18.tar.xz License: MPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: bind administration tools (named-checkconf and named-checkzone only) https://www.isc.org/software/bind Noah Meyerhans @@ Package: bind-dnssec Submenu: IP Addresses and Names Version: 9.16.18-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +bind-libs +@OPENSSL_WITH_EC Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: bind administration tools (dnssec-keygen, dnssec-settime and dnssec-signzone only) Maintainer: Noah Meyerhans Source: bind-9.16.18.tar.xz License: MPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: bind administration tools (dnssec-keygen, dnssec-settime and dnssec-signzone only) https://www.isc.org/software/bind Noah Meyerhans @@ Package: bind-host Submenu: IP Addresses and Names Version: 9.16.18-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +bind-libs +@OPENSSL_WITH_EC Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: bind simple DNS client Maintainer: Noah Meyerhans Source: bind-9.16.18.tar.xz License: MPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: bind simple DNS client https://www.isc.org/software/bind Noah Meyerhans @@ Package: bind-dig Submenu: IP Addresses and Names Version: 9.16.18-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +bind-libs +@OPENSSL_WITH_EC Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: bind DNS excavation tool Maintainer: Noah Meyerhans Source: bind-9.16.18.tar.xz License: MPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: bind DNS excavation tool https://www.isc.org/software/bind Noah Meyerhans @@ Package: bind-nslookup Submenu: IP Addresses and Names Version: 9.16.18-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +bind-libs +@OPENSSL_WITH_EC Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: bind nslookup utility Maintainer: Noah Meyerhans Source: bind-9.16.18.tar.xz License: MPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: bind nslookup utility https://www.isc.org/software/bind Noah Meyerhans @@ Source-Makefile: feeds/packages/net/bitlbee/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: bitlbee Submenu: Instant Messaging Version: 3.5.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +glib2 +libopenssl +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: An IRC to other chat networks gateway Maintainer: Nikil Mehta Source: bitlbee-3.5.1.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: This program can be used as an IRC server which forwards everything you say to people on other chat networks: Jabber (which includes Google Talk and Facebook Chat), ICQ, AIM, MSN, Yahoo! and Twitter/Identica/Status.net. http://www.bitlbee.org/ Nikil Mehta @@ Source-Makefile: feeds/packages/net/bmon/Makefile Package: bmon Version: 4.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncursesw +libnl-core +libnl-route +confuse +terminfo Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: bmon is a portable bandwidth monitor Maintainer: Baptiste Jonglez Source: bmon-4.0.tar.gz License: MIT Type: ipkg Description: bmon is a portable bandwidth monitor and rate estimator running on various operating systems. It supports various input methods for different architectures. https://github.com/tgraf/bmon/ Baptiste Jonglez @@ Source-Makefile: feeds/packages/net/boinc/Makefile Package: boinc Version: 7.16.16-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +curl +bzip2 +libstdcpp +libopenssl +zlib Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: BOINC client Maintainer: Christian Dreihsig , Steffen Moeller Require-User: boinc:boinc Source: boinc-7.16.16.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: The Berkeley Open Infrastructure for Network Computing (BOINC) is a software platform for distributed computing: several initiatives of various scientific disciplines all compete for the idle time of desktop computers. The developers' web site at the University of Berkeley serves as a common portal to the otherwise independently run projects. This package provides the BOINC core client program that is required to participate in any project that uses BOINC to control what projects to join and to determine constraints for the computation like the percentage of CPU time. OpenWrt does not provide the graphical BOINC Manager, but you can connect to this machine from the BOINC Manager of your desktop computer. https://github.com/BOINC/boinc/ Christian Dreihsig , Steffen Moeller @@ Source-Makefile: feeds/packages/net/bonding/Makefile Package: proto-bonding Version: 2018-06-11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-bonding Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Link Aggregation (Channel Bonding) proto handler Maintainer: Helge Mader Source: License: GPL-2.0 Type: ipkg Description: This package contains the channel bonding proto handler for netifd Helge Mader @@ Source-Makefile: feeds/packages/net/bridge-utils/Makefile Package: bridge Version: 1.6-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Base system Repository: base Title: Ethernet bridging configuration utility Maintainer: Nikolay Martynov Source: bridge-utils-1.6.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Manage ethernet bridging: a way to connect networks together to form a larger network. http://www.linuxfromscratch.org/blfs/view/svn/basicnet/bridge-utils.html Nikolay Martynov @@ Source-Makefile: feeds/packages/net/bwm-ng/Makefile Package: bwm-ng Menu: 1 Version: 0.6.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BWMNG_LIBNCURSES:libncurses Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: bwm-ng Maintainer: Julen Landa Alustiza Source: bwm-ng-0.6.1.tar.gz License: GPL2-2.0 LicenseFiles: COPYING Type: ipkg Description: Bandwidth Monitor NG is a small and simple console-based live network and disk io bandwidth monitor. http://www.gropp.org/?id=projects&sub=bwm-ng Julen Landa Alustiza @@ Config: source "feeds/packages/net/bwm-ng/Config.in" @@ Source-Makefile: feeds/packages/net/cgi-io/Makefile Package: cgi-io Submenu: Web Servers/Proxies Version: 19 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libubox +libubus Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: CGI utility for handling up/downloading of files Maintainer: John Crispin Source: License: GPL-2.0-or-later Type: ipkg Description: This package contains an cgi utility that is useful for up/downloading files John Crispin @@ Source-Makefile: feeds/packages/net/chaosvpn/Makefile Package: chaosvpn Submenu: VPN Version: 2.19-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +tinc +ip +kmod-tun +libopenssl +zlib Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Config generator for chaos vpn Maintainer: Norbert Summer Source: chaosvpn-2.19.tar.gz License: Apache-2.0 Type: ipkg Description: Configure tincd for the chaosvpn network https://wiki.hamburg.ccc.de/index.php/ChaosVPN::DebianHowto Norbert Summer @@ Source-Makefile: feeds/packages/net/chrony/Makefile Build-Depends: pps-tools Package: chrony Submenu: Time Synchronization Version: 3.5.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libcap +libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: A versatile NTP client and server Maintainer: Miroslav Lichvar Require-User: chrony=323:chrony=323 Source: chrony-3.5.1.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: An NTP client and server designed to perform well in a wide range of conditions. It can synchronize the system clock with NTP servers, reference clocks, and manual input using wristwatch and keyboard. http://chrony.tuxfamily.org/ Miroslav Lichvar @@ Source-Makefile: feeds/packages/net/cifs-utils/Makefile Package: cifsmount Version: 6.9-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-fs-cifs Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: CIFS mount utilities Maintainer: Florian Fainelli Source: cifs-utils-6.9.tar.bz2 License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: CIFS mount utilities https://wiki.samba.org/index.php/LinuxCIFS_utils Florian Fainelli @@ Source-Makefile: feeds/packages/net/clamav/Makefile Package: clamav Submenu: Web Servers/Proxies Version: 0.102.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +libpthread +zlib +libcurl +libjson-c +libmilter-sendmail +libopenssl +libltdl +libpcre2 +USE_MUSL:musl-fts Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ClamAV Maintainer: Marko Ratkaj Lucian Cristian Source: clamav-0.102.4.tar.gz License: GPL-2.0-only LicenseFiles: COPYING* Type: ipkg Description: ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats. https://www.clamav.net/ Marko Ratkaj Lucian Cristian @@ Package: freshclam Submenu: Web Servers/Proxies Version: 0.102.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +libpthread +zlib +libcurl +libjson-c +libmilter-sendmail +libopenssl +libltdl +libpcre2 +USE_MUSL:musl-fts +clamav Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ClamAV database updater Maintainer: Marko Ratkaj Lucian Cristian Source: clamav-0.102.4.tar.gz License: GPL-2.0-only LicenseFiles: COPYING* Type: ipkg Description: Database updater for ClamAV https://www.clamav.net/ Marko Ratkaj Lucian Cristian @@ Source-Makefile: feeds/packages/net/conntrack-tools/Makefile Build-Depends: libtirpc Package: conntrack Submenu: Firewall Version: 2018-05-01-88610abee7e58f4da7ec6f198e00ff70a92c870f-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libnetfilter-conntrack +libnetfilter-cttimeout +libnetfilter-cthelper +libnetfilter-queue Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Connection tracking tool Maintainer: Jo-Philipp Wich Source: conntrack-tools-2018-05-01-88610abee7e58f4da7ec6f198e00ff70a92c870f.tar.xz License: GPL-2.0 Type: ipkg Description: Conntrack is a userspace command line program targeted at system administrators. It enables them to view and manage the in-kernel connection tracking state table. http://conntrack-tools.netfilter.org/ Jo-Philipp Wich @@ Package: conntrackd Submenu: Firewall Version: 2018-05-01-88610abee7e58f4da7ec6f198e00ff70a92c870f-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libnetfilter-conntrack +libnetfilter-cttimeout +libnetfilter-cthelper +libnetfilter-queue Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Connection tracking daemon Maintainer: Jo-Philipp Wich Source: conntrack-tools-2018-05-01-88610abee7e58f4da7ec6f198e00ff70a92c870f.tar.xz License: GPL-2.0 Type: ipkg Description: Conntrackd can replicate the status of the connections that are currently being processed by your stateful firewall based on Linux. Conntrackd can also run as statistics daemon. http://conntrack-tools.netfilter.org/ Jo-Philipp Wich @@ Source-Makefile: feeds/packages/net/conserver/Makefile Package: conserver Version: 8.2.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Connect multiple user to a serial console with logging Maintainer: Bjørn Mork Source: conserver-8.2.4.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: Conserver is an application that allows multiple users to watch a serial console at the same time. It can log the data, allows users to take write-access of a console (one at a time), and has a variety of bells and whistles to accentuate that basic functionality. The idea is that conserver will log all your serial traffic so you can go back and review why something crashed, look at changes (if done on the console), or tie the console logs into a monitoring system (just watch the logfiles it creates). With multi-user capabilities you can work on equipment with others, mentor, train, etc. It also does all that client-server stuff so that, assuming you have a network connection, you can interact with any of the equipment from home or wherever. http://www.conserver.com/ Bjørn Mork @@ Source-Makefile: feeds/packages/net/coova-chilli/Makefile Package: coova-chilli Menu: 1 Submenu: Captive Portals Version: 1.4-10 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-tun +librt +COOVACHILLI_WOLFSSL:libwolfssl +COOVACHILLI_OPENSSL:libopenssl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Wireless LAN HotSpot controller (Coova Chilli Version) Maintainer: Jaehoon You Source: coova-chilli-1.4.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: CoovaChilli is an open source access controller for wireless LAN access points and is based on ChilliSpot. It is used for authenticating users of a wireless (or wired) LAN. It supports web based login (UAM) which is today's standard for public HotSpots and it supports Wireless Protected Access (WPA) which is the standard of the future. Authentication, authorization and accounting (AAA) is handled by your favorite radius server. https://coova.github.io/ Jaehoon You @@ Config: source "feeds/packages/net/coova-chilli/Config.in" @@ Package: kmod-ipt-coova Submenu: Netfilter Extensions Version: +1.4-10 Depends: coova-chilli +kmod-ipt-core +libxtables Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: Coova netfilter module Maintainer: Jaehoon You Source: coova-chilli-1.4.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Netfilter kernel module for CoovaChilli Includes: - coova http://www.coova.org/CoovaChilli Jaehoon You @@ Source-Makefile: feeds/packages/net/cshark/Makefile Package: cshark Version: 2018-08-20-7a7cf7f35074b85c6fb0c52067e640d2433ef73b-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libjson-c +libpcap +libuci +libubox +libuclient +libustream-mbedtls Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: CloudShark capture tool Maintainer: Luka Perkov Source: cshark-2018-08-20-7a7cf7f35074b85c6fb0c52067e640d2433ef73b-7a7cf7f35074b85c6fb0c52067e640d2433ef73b.tar.xz Type: ipkg Description: CloudShark capture tool http://www.cloudshark.org/ Luka Perkov @@ Source-Makefile: feeds/packages/net/daemonlogger/Makefile Package: daemonlogger Version: 1.2.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcap +libdnet Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Software Network Tap Maintainer: Mirko Vogt Source: daemonlogger-1.2.1.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Software Network Tap http://www.snort.org/snort-downloads/additional-downloads Mirko Vogt @@ Source-Makefile: feeds/packages/net/danish/Makefile Package: danish Submenu: IP Addresses and Names Version: 0.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python +python-dns +python-pcapy +python-dpkt +kmod-ipt-filter +iptables-mod-filter Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: A middle box implementation of RFC 6698 for HTTPS. Maintainer: Andrew McConachie Source: danish-0.1.tar.gz License: GPL-3.0 Type: ipkg Description: Danish is an experiment in middle-box DANE (RFC 6698) for HTTPS. https://www.middlebox-dane.org/ https://github.com/smutt/danish Andrew McConachie @@ Source-Makefile: feeds/packages/net/darkstat/Makefile Package: darkstat Version: 3.0.719-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcap +zlib Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Network bandwidth monitor Maintainer: Jean-Michel Lacroix Source: darkstat-3.0.719.tar.bz2 License: GPL-2.0 BSD-ISC LicenseFiles: COPYING.GPL LICENSE Type: ipkg Description: darkstat is a packet sniffer that runs as a background process on a cable/DSL router, gathers all sorts of statistics about network usage, and serves them over HTTP. http://unix4lyfe.org/darkstat/ Jean-Michel Lacroix @@ Source-Makefile: feeds/packages/net/davfs2/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: davfs2 Submenu: Filesystem Version: 1.5.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libneon +kmod-fuse +libfuse +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Mount a WebDAV resource as a regular file system. Maintainer: Federico Di Marco Source: davfs2-1.5.5.tar.gz License: GPL-3 LicenseFiles: COPYING Type: ipkg Description: Web Distributed Authoring and Versioning (WebDAV), an extension to the HTTP-protocol, allows authoring of resources on a remote web server.davfs2 provides the ability to access such resources like a typical filesystem, allowing for use by standard applications with no built-in support for WebDAV. davfs2 is designed to fully integrate into the filesystem semantics of Unix-like systems (mount, umount, etc.). davfs2 makes mounting by unprivileged users as easy and secure as possible. davfs2 does extensive caching to make the file system responsive, to avoid unnecessary network traffic and to prevent data loss, and to cope for slow or unreliable connections. davfs2 will work with most WebDAV servers needing little or no configuration. https://savannah.nongnu.org/projects/davfs2/ Federico Di Marco @@ Source-Makefile: feeds/packages/net/dcstad/Makefile Package: dcstad Submenu: Routing and Redirection Version: 1.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libdcwsocket +libdcwproto Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Dual-Channel WiFi client daemon Maintainer: Carey Sonsino Source: dcstad-1.1.0.tar.gz License: Apache-2.0 LicenseFiles: COPYING Type: ipkg Description: Implementation of the Dual-Channel WiFi client daemon https://www.edgewaterwireless.com Carey Sonsino @@ Source-Makefile: feeds/packages/net/dcwapd/Makefile Package: dcwapd Submenu: Routing and Redirection Version: 1.1.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +kmod-macremapper +libdcwsocket +libdcwproto +mrmctl +libuci Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Dual-Channel WiFi AP daemon Maintainer: Carey Sonsino Source: dcwapd-1.1.0.tar.gz License: Apache-2.0 LicenseFiles: COPYING Type: ipkg Description: Implementation of the Dual-Channel WiFi AP daemon https://www.edgewaterwireless.com Carey Sonsino @@ Source-Makefile: feeds/packages/net/ddns-scripts/Makefile Package: ddns-scripts Submenu: IP Addresses and Names Version: 2.7.8-14 Depends: Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Dynamic DNS Client scripts (with IPv6 support) Maintainer: Source: License: GPL-2.0 Type: ipkg Description: Dynamic DNS Client scripts (with IPv6 support) - Info: https://openwrt.org/docs/guide-user/services/ddns/client @@ Config: help A highly configurable set of scripts for doing dynamic dns updates. - IPv6 support - DNS server support - Glue Record support (require BIND host or KNOT host) - DNS requests via TCP - Proxy server support - log file support - support to run once Version: 2.7.8-14 Info : https://openwrt.org/docs/guide-user/services/ddns/client @@ Package: ddns-scripts_cloudflare.com-v4 Submenu: IP Addresses and Names Version: 2.7.8-14 Depends: ddns-scripts +curl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: CloudFlare.com API v4 (requires cURL) Maintainer: Source: License: GPL-2.0 Type: ipkg Description: Dynamic DNS Client scripts extension for CloudFlare.com API-v4 (require/install cURL) @@ Package: ddns-scripts_freedns_42_pl Submenu: IP Addresses and Names Version: 2.7.8-14 Depends: ddns-scripts +curl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: DDNS extension for FreeDNS.42.pl (requires cURL) Maintainer: Source: License: GPL-2.0 Type: ipkg Description: Dynamic DNS Client scripts extension for freedns.42.pl @@ Package: ddns-scripts_godaddy.com-v1 Submenu: IP Addresses and Names Version: 2.7.8-14 Depends: ddns-scripts +curl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GoDaddy.com (require cURL) Maintainer: Source: License: GPL-2.0 Type: ipkg Description: Dynamic DNS Client scripts extension for GoDaddy.com (require/install cURL) @@ Package: ddns-scripts_no-ip_com Submenu: IP Addresses and Names Version: 2.7.8-14 Depends: ddns-scripts Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: DDNS extension for No-IP.com Maintainer: Source: License: GPL-2.0 Type: ipkg Description: Dynamic DNS Client scripts extension for No-IP.com @@ Package: ddns-scripts_nsupdate Submenu: IP Addresses and Names Version: 2.7.8-14 Depends: ddns-scripts +bind-client Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: DDNS extension using Bind nsupdate Maintainer: Source: License: GPL-2.0 Type: ipkg Description: Dynamic DNS Client scripts extension for direct updates using Bind nsupdate @@ Config: help The script directly updates a PowerDNS (or maybe bind server) via nsupdate from bind-client package. It requires "option dns_server" to be set to the server to be used by nsupdate. "option username" should be set to the key name and "option password" to the base64 encoded shared secret. @@ Package: ddns-scripts_route53-v1 Submenu: IP Addresses and Names Version: 2.7.8-14 Depends: ddns-scripts +curl +openssl-util Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Amazon AWS Route 53 API v1 Maintainer: Source: License: GPL-2.0 Type: ipkg Description: Dynamic DNS Client scripts extension for Amazon AWS Route53. Note: You must also install ca-certificate or ca-bundle. It requires: "option username" to be a valid AWS access key id "option password" to be the matching AWS secret key id "option domain" to contain the hosted zone ID @@ Source-Makefile: feeds/packages/net/dhcp-forwarder/Makefile Package: dhcp-forwarder Submenu: IP Addresses and Names Version: 0.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: DHCP relay agent Maintainer: Scott K Logan Require-User: dhcp-fwd=375:dhcp-fwd=375 Source: dhcp-forwarder-0.11.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: This program forwards DHCP messages between subnets with different sublayer broadcast domains. It is similarly to the DHCP relay agent dhcrelay of ISC's DHCP, but has the following features which are important for me: - Runs as non-root in a chroot-jail - Uses "normal" AF_INET sockets; this allows to uses packetfilters to filter incoming messages. - The DHCP agent IDs can be defined freely - Has a small memory footprint when using dietlibc It tries to be RFC 2131/2132 and 3046 compliant. Probably it works with BOOTP (RFC 951) also, but since the handling of the giaddr field is described misleading (see RFC 1542), there may occur problems. http://www.nongnu.org/dhcp-fwd/ Scott K Logan @@ Source-Makefile: feeds/packages/net/dhcpcd/Makefile Package: dhcpcd Version: 7.2.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: DHCPv4/IPv4LL/IPv6RS/DHCPv6 quad stack client Maintainer: Marko Ratkaj Source: dhcpcd-7.2.2.tar.xz License: BSD-2c Type: ipkg Description: DHCPv4, IPv6RS and DHCPv6 client with IPv4LL support dhcpcd is a one stop network management daemon which includes * RFC compliant DHCPv4 and DHCPv6 clients * DHCPv6 Prefix Delegation support * IPv4LL (aka ZeroConf) support * ARP address conflict resolution * Link carrier detection * Wireless SSID profiles * ARP ping profiles http://roy.marples.name/projects/dhcpcd Marko Ratkaj @@ Source-Makefile: feeds/packages/net/dmapd/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: dmapd Version: 0.0.82-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libdmapsharing +libdb47 +vips +libgst1pbutils Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: dmapd Maintainer: W. Michael Petullo Require-User: dmapd=56:dmapd=56 Source: dmapd-0.0.82.tar.gz License: GPLv2 LicenseFiles: COPYING Type: ipkg Description: Dmapd is a DMAP server http://www.flyn.org/projects/dmapd/ W. Michael Petullo @@ Source-Makefile: feeds/packages/net/dnscrypt-proxy/Makefile Package: dnscrypt-proxy Submenu: IP Addresses and Names Version: 2018-11-22-f61ca76a852cf56e399a458f9e002886b1b049f0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsodium +dnscrypt-proxy-resolvers +DNSCRYPT_ENABLE_PLUGINS:libltdl +DNSCRYPT_ENABLE_PLUGINS:libldns Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: A tool for securing communications between a client and a DNS resolver Maintainer: Damiano Renfer Source: dnscrypt-proxy-2018-11-22-f61ca76a852cf56e399a458f9e002886b1b049f0.tar.xz License: ISC LicenseFiles: COPYING Type: ipkg Description: dnscrypt-proxy provides local service which can be used directly as your local resolver or as a DNS forwarder, encrypting and authenticating requests using the DNSCrypt protocol and passing them to an upstream server. The DNSCrypt protocol uses high-speed high-security elliptic-curve cryptography and is very similar to DNSCurve, but focuses on securing communications between a client and its first-level resolver. https://github.com/dyne/dnscrypt-proxy Damiano Renfer @@ Config: source "feeds/packages/net/dnscrypt-proxy/Config.in" @@ Package: dnscrypt-proxy-resolvers Submenu: IP Addresses and Names Version: 2018-11-22-f61ca76a852cf56e399a458f9e002886b1b049f0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Package with current list of dnscrypt-proxy resolvers Maintainer: Damiano Renfer Source: dnscrypt-proxy-2018-11-22-f61ca76a852cf56e399a458f9e002886b1b049f0.tar.xz License: ISC LicenseFiles: COPYING Type: ipkg Description: Package with current list of dnscrypt-proxy resolvers. https://github.com/dyne/dnscrypt-proxy Damiano Renfer @@ Package: hostip Submenu: IP Addresses and Names Version: 2018-11-22-f61ca76a852cf56e399a458f9e002886b1b049f0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsodium Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Resolver to IPv4 or IPv6 addresses Maintainer: Damiano Renfer Source: dnscrypt-proxy-2018-11-22-f61ca76a852cf56e399a458f9e002886b1b049f0.tar.xz License: ISC LicenseFiles: COPYING Type: ipkg Description: The DNSCrypt proxy ships with a simple tool named hostip that resolves a name to IPv4 or IPv6 addresses. https://github.com/dyne/dnscrypt-proxy Damiano Renfer @@ Source-Makefile: feeds/packages/net/dnscrypt-proxy2/Makefile Build-Depends: golang/host Package: dnscrypt-proxy2 Version: 2.0.45-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) +ca-bundle Conflicts: dnscrypt-proxy Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Flexible DNS proxy with encrypted DNS protocols Maintainer: Josef Schlehofer Source: dnscrypt-proxy-2.0.45.tar.gz License: ISC LicenseFiles: LICENSE Type: ipkg Description: A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2 and DNS-over-HTTPS. https://github.com/DNSCrypt/dnscrypt-proxy Josef Schlehofer @@ Package: golang-github-jedisct1-dnscrypt-proxy2-dev Submenu: Go Version: 2.0.45-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) +ca-bundle Conflicts: dnscrypt-proxy Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Flexible DNS proxy with encrypted DNS protocols (source files) Maintainer: Josef Schlehofer Source: dnscrypt-proxy-2.0.45.tar.gz License: ISC LicenseFiles: LICENSE Type: ipkg Description: A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2 and DNS-over-HTTPS. This package provides the source files for the client/bridge program. https://github.com/DNSCrypt/dnscrypt-proxy Josef Schlehofer @@ Source-Makefile: feeds/packages/net/dnsdist/Makefile Build-Depends: protobuf/host Package: dnsdist Submenu: IP Addresses and Names Version: 1.3.3-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +DNSDIST_OPENSSL:libopenssl +DNSDIST_GNUTLS:libgnutls +protobuf +re2 +libedit +libfstrm +libsodium +lua +boost +libnetsnmp +libatomic Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: dnsdist DNS-, DOS- and abuse-aware loadbalancer Maintainer: James Taylor Source: dnsdist-1.3.3.tar.bz2 License: GPL-2.0-only LicenseFiles: COPYING Type: ipkg Description: dnsdist is a highly DNS-, DoS- and abuse-aware loadbalancer. Its goal in life is to route traffic to the best server, delivering top performance to legitimate users while shunting or blocking abusive traffic. https://dnsdist.org/ James Taylor @@ Config: comment "SSL support" choice prompt "Selected SSL library" default DNSDIST_OPENSSSL config DNSDIST_OPENSSL bool "OpenSSL" config DNSDIST_GNUTLS bool "GnuTLS" config DNSDIST_NOSSL bool "No SSL support" endchoice @@ Source-Makefile: feeds/packages/net/dynapoint/Makefile Package: dynapoint Submenu: wireless Version: 3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua +libubus-lua +libuci-lua +libubox-lua +luci-lib-nixio Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Dynamic access point manager Maintainer: Tobias Ilte Source: License: GPL-3.0-or-later Type: ipkg Description: Dynapoint uses LUA scripts to allow dynamic access point creation and deletion depending on changes of certain network conditions. Tobias Ilte @@ Source-Makefile: feeds/packages/net/e2guardian/Makefile Package: e2guardian Submenu: Web Servers/Proxies Version: 3.2.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +zlib +libpcre Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: E2Guardian Maintainer: Luka Perkov Source: e2guardian-3.2.0.tar.xz License: GPL-2.0 Type: ipkg Description: E2Guardian http://e2guardian.org/cms/ Luka Perkov @@ Source-Makefile: feeds/packages/net/esniper/Makefile Package: esniper Version: 2.35.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libcurl +ca-certificates Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Simple, lightweight tool for sniping eBay auctions Maintainer: Thomas Weißschuh Source: esniper-2-35-0.tgz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: Simple, lightweight tool for sniping eBay auctions http://esniper.sourceforge.net/ Thomas Weißschuh @@ Source-Makefile: feeds/packages/net/etherwake/Makefile Package: etherwake Version: 1.09-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: WoL client for magic packets via ethernet frames Maintainer: Peter Wagner Source: etherwake_1.09.orig.tar.gz Type: ipkg Description: You can wake up WOL compliant Computers which have been powered down to sleep mode or start WOL compliant Computers with a BIOS feature. WOL is an abbreviation for Wake-on-LAN. It is a standard that allows you to turn on a computer from another location over a network connection. ether-wake also supports WOL passwords. http://ftp.debian.org/debian/pool/main/e/etherwake Peter Wagner @@ Source-Makefile: feeds/packages/net/fakeidentd/Makefile Package: fakeidentd Version: 2.6-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: A static, secure identd. Maintainer: Daniel Gimpelevich Source: fakeidentd-2.6.c License: GPL-2.0-or-later Type: ipkg Description: A static secure identd, only one source file. http://www.guru-group.fi/~too/sw/releases/ Daniel Gimpelevich @@ Source-Makefile: feeds/packages/net/fastd/Makefile Build-Depends: nacl Package: fastd Submenu: VPN Version: 18-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-tun +librt +libpthread +libuecc +FASTD_WITH_STATUS_SOCKET:libjson-c +FASTD_WITH_CAPABILITIES:libcap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Fast and Secure Tunneling Daemon Maintainer: Matthias Schiffer Source: fastd-18.tar.xz License: BSD-2-Clause LicenseFiles: COPYRIGHT Type: ipkg Description: Fast and secure tunneling daemon, which is optimized on small code size and few dependencies https://github.com/NeoRaider/fastd/ Matthias Schiffer @@ Config: source "feeds/packages/net/fastd/Config.in" @@ Source-Makefile: feeds/packages/net/foolsm/Makefile Package: foolsm Version: 1.0.10-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ssmtp Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: A link state monitor Maintainer: Source: foolsm-1.0.10.tar.gz Type: ipkg Description: foolsm is a link state monitor for carrying out actions when a link transistions from the up to down state or vice versa. http://lsm.foobar.fi/ @@ Source-Makefile: feeds/packages/net/fping/Makefile Package: fping Version: 4.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: sends ICMP ECHO_REQUEST packets to network hosts Maintainer: Nikil Mehta Source: fping-4.2.tar.gz License: BSD-4-Clause LicenseFiles: COPYING Type: ipkg Description: fping is a ping like program which uses the Internet Control Message Protocol (ICMP) echo request to determine if a target host is responding. fping differs from ping in that you can specify any number of targets on the command line, or specify a file containing the lists of targets to ping. Instead of sending to one target until it times out or replies, fping will send out a ping packet and move on to the next target in a round-robin fashion. https://fping.org/ Nikil Mehta @@ Source-Makefile: feeds/packages/net/freeradius3/Makefile Package: freeradius3 Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +freeradius3-common Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: A flexible RADIUS server (version 3) Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: A flexible RADIUS server (version 3) https://freeradius.org/ @@ Config: source "feeds/packages/net/freeradius3/Config.in" @@ Package: freeradius3-common Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +FREERADIUS3_OPENSSL:libopenssl +libcap +libpcap +libncurses +libpcre +libreadline +libtalloc +libatomic Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: common files Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: common files https://freeradius.org/ @@ Package: freeradius3-default Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 +freeradius3-democerts +freeradius3-mod-always +freeradius3-mod-attr-filter +freeradius3-mod-chap +freeradius3-mod-detail +freeradius3-mod-digest +freeradius3-mod-eap +freeradius3-mod-eap-gtc +freeradius3-mod-eap-leap +freeradius3-mod-eap-md5 +freeradius3-mod-eap-mschapv2 +freeradius3-mod-eap-peap +freeradius3-mod-eap-pwd +freeradius3-mod-eap-tls +freeradius3-mod-eap-ttls +freeradius3-mod-exec +freeradius3-mod-expiration +freeradius3-mod-expr +freeradius3-mod-files +freeradius3-mod-logintime +freeradius3-mod-mschap +freeradius3-mod-pap +freeradius3-mod-preprocess +freeradius3-mod-radutmp +freeradius3-mod-realm +freeradius3-mod-unix Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Modules needed for Radius default configuration Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: This meta-package contains only dependencies for modules needed in FreeRADIUS default configuration. https://freeradius.org/ @@ Package: freeradius3-democerts Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Demo certificates to test the server Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: Demo certificates to test the server https://freeradius.org/ @@ Package: freeradius3-mod-always Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Always module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: Always module https://freeradius.org/ @@ Package: freeradius3-mod-attr-filter Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ATTR filter module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: ATTR filter module https://freeradius.org/ @@ Package: freeradius3-mod-chap Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: CHAP module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: CHAP module https://freeradius.org/ @@ Package: freeradius3-mod-detail Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Detailed accounting module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: Detailed accounting module https://freeradius.org/ @@ Package: freeradius3-mod-digest Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: HTTP Digest Authentication Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: HTTP Digest Authentication https://freeradius.org/ @@ Package: freeradius3-mod-eap Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Base EAP module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: Base EAP module https://freeradius.org/ @@ Package: freeradius3-mod-eap-gtc Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3-mod-eap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: EAP/GTC module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: EAP/GTC module https://freeradius.org/ @@ Package: freeradius3-mod-eap-leap Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3-mod-eap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: EAP/LEAP module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: EAP/LEAP module https://freeradius.org/ @@ Package: freeradius3-mod-eap-md5 Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3-mod-eap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: EAP/MD5 module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: EAP/MD5 module https://freeradius.org/ @@ Package: freeradius3-mod-eap-mschapv2 Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3-mod-eap +freeradius3-mod-mschap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: EAP/MS-CHAPv2 module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: EAP/MS-CHAPv2 module https://freeradius.org/ @@ Package: freeradius3-mod-eap-peap Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3-mod-eap @FREERADIUS3_OPENSSL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: EAP/PEAP module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: EAP/PEAP module https://freeradius.org/ @@ Package: freeradius3-mod-eap-pwd Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3-mod-eap @FREERADIUS3_OPENSSL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: EAP/PWD module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: EAP/PWD module https://freeradius.org/ @@ Package: freeradius3-mod-eap-tls Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3-mod-eap @FREERADIUS3_OPENSSL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: EAP/TLS module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: EAP/TLS module https://freeradius.org/ @@ Package: freeradius3-mod-eap-ttls Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3-mod-eap-tls Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: EAP/TTLS module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: EAP/TTLS module https://freeradius.org/ @@ Package: freeradius3-mod-exec Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: EXEC module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: EXEC module https://freeradius.org/ @@ Package: freeradius3-mod-expiration Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Expiration module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: Expiration module https://freeradius.org/ @@ Package: freeradius3-mod-expr Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: EXPR module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: EXPR module https://freeradius.org/ @@ Package: freeradius3-mod-files Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Module using local files for authorization Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: Module using local files for authorization https://freeradius.org/ @@ Package: freeradius3-mod-ldap Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 +libopenldap @FREERADIUS3_OPENSSL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: LDAP Authentication Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: LDAP Authentication https://freeradius.org/ @@ Package: freeradius3-mod-logintime Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Logintime module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: Logintime module https://freeradius.org/ @@ Package: freeradius3-mod-mschap Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: MS-CHAP and MS-CHAPv2 module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: MS-CHAP and MS-CHAPv2 module https://freeradius.org/ @@ Package: freeradius3-mod-pap Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: PAP module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: PAP module https://freeradius.org/ @@ Package: freeradius3-mod-passwd Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Rlm passwd module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: Rlm passwd module https://freeradius.org/ @@ Package: freeradius3-mod-preprocess Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Request pre-processing module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: Request pre-processing module https://freeradius.org/ @@ Package: freeradius3-mod-python Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 +python Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Python module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: Python module https://freeradius.org/ @@ Package: freeradius3-mod-python3 Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 +python3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Python3 module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: Python3 module https://freeradius.org/ @@ Package: freeradius3-mod-radutmp Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Radius UTMP module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: Radius UTMP module https://freeradius.org/ @@ Package: freeradius3-mod-realm Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Realms handling module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: Realms handling module https://freeradius.org/ @@ Package: freeradius3-mod-rest Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 +libcurl +libjson-c Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Radius REST module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: Radius REST module https://freeradius.org/ @@ Package: freeradius3-mod-sql Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Radius generic SQL front-end Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: Radius generic SQL front-end https://freeradius.org/ @@ Package: freeradius3-mod-sql-mysql Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3-mod-sql +libmysqlclient Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Radius MySQL back-end drivers Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: Radius MySQL back-end drivers https://freeradius.org/ @@ Package: freeradius3-mod-sql-null Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3-mod-sql Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Radius Dummy SQL back-end drivers Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: Radius Dummy SQL back-end drivers https://freeradius.org/ @@ Package: freeradius3-mod-sql-postgresql Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3-mod-sql +libpq Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Radius PostgreSQL back-end drivers Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: Radius PostgreSQL back-end drivers https://freeradius.org/ @@ Package: freeradius3-mod-sql-sqlite Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3-mod-sql +libsqlite3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Radius SQLite back-end drivers Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: Radius SQLite back-end drivers https://freeradius.org/ @@ Package: freeradius3-mod-sqlcounter Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +freeradius3-mod-sql Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Packet counter using accounting records written into an SQL database Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: Packet counter using accounting records written into an SQL database https://freeradius.org/ @@ Package: freeradius3-mod-sqlippool Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +freeradius3-mod-sql Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Radius SQL Based IP Pool module Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: Radius SQL Based IP Pool module https://freeradius.org/ @@ Package: freeradius3-mod-unix Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread freeradius3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: System Authentication Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: System Authentication https://freeradius.org/ @@ Package: freeradius3-utils Submenu: FreeRADIUS (version 3) Version: 3_0_21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +freeradius3-common Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Misc. client utilities Maintainer: Source: release_3_0_21.tar.gz License: GPL-2.0 LicenseFiles: COPYRIGHT LICENSE Type: ipkg Description: Misc. client utilities https://freeradius.org/ @@ Source-Makefile: feeds/packages/net/fwknop/Makefile Package: fwknopd Submenu: Firewall Version: 2.6.10-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +iptables +libfko +!FWKNOPD_NFQ_CAPTURE:libpcap +FWKNOPD_NFQ_CAPTURE:iptables-mod-nfqueue +FWKNOP_GPG:gnupg +FWKNOPD_NFQ_CAPTURE:libnetfilter-queue +FWKNOPD_NFQ_CAPTURE:libnfnetlink Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: FireWall KNock OPerator Daemon Maintainer: Jonathan Bennett Source: fwknop-2.6.10.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: Fwknop implements an authorization scheme known as Single Packet Authorization (SPA) for Linux systems running iptables. This mechanism requires only a single encrypted and non-replayed packet to communicate various pieces of information including desired access through an iptables policy. The main application of this program is to use iptables in a default-drop stance to protect services such as SSH with an additional layer of security in order to make the exploitation of vulnerabilities (both 0-day and unpatched code) much more difficult. This package contains the fwknop daemon. https://www.cipherdyne.org/fwknop/ Jonathan Bennett @@ Config: source "feeds/packages/net/fwknop/Config.in" @@ Package: fwknop Submenu: Firewall Version: 2.6.10-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libfko Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: FireWall KNock OPerator Client Maintainer: Jonathan Bennett Source: fwknop-2.6.10.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: Fwknop implements an authorization scheme known as Single Packet Authorization (SPA) for Linux systems running iptables. This mechanism requires only a single encrypted and non-replayed packet to communicate various pieces of information including desired access through an iptables policy. The main application of this program is to use iptables in a default-drop stance to protect services such as SSH with an additional layer of security in order to make the exploitation of vulnerabilities (both 0-day and unpatched code) much more difficult. This package contains the fwknop client. https://www.cipherdyne.org/fwknop/ Jonathan Bennett @@ Package: libfko Submenu: Firewall Version: 2.6.10-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: FireWall KNock OPerator Library Maintainer: Jonathan Bennett Source: fwknop-2.6.10.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: Fwknop implements an authorization scheme known as Single Packet Authorization (SPA) for Linux systems running iptables. This mechanism requires only a single encrypted and non-replayed packet to communicate various pieces of information including desired access through an iptables policy. The main application of this program is to use iptables in a default-drop stance to protect services such as SSH with an additional layer of security in order to make the exploitation of vulnerabilities (both 0-day and unpatched code) much more difficult. This package contains the libfko shared library. https://www.cipherdyne.org/fwknop/ Jonathan Bennett @@ Source-Makefile: feeds/packages/net/geth/Makefile Build-Depends: golang/host Package: geth Version: 1.9.9-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Ethereum Go client Maintainer: Mislav Novakovic Source: go-ethereum-1.9.9.tar.gz License: GPL-3.0-or-later LGPL-3.0-or-later LicenseFiles: COPYING COPYING.LESSER Type: ipkg Description: Ethereum is a decentralized platform that runs smart contracts, applications that run exactly as programmed without possibility of downtime, censorship, fraud or third party interference. https://geth.ethereum.org/ Mislav Novakovic @@ Source-Makefile: feeds/packages/net/git/Makefile Package: git Submenu: Version Control Systems Version: 2.26.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libpthread +librt +zlib Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: The fast version control system Maintainer: Peter Wagner Source: git-2.26.2.tar.xz Type: ipkg Description: Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency. https://git-scm.com Peter Wagner @@ Package: git-http Submenu: Version Control Systems Version: 2.26.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libpthread +librt +zlib +git +libcurl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Git HTTP commands Maintainer: Peter Wagner Source: git-2.26.2.tar.xz Type: ipkg Description: Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This package allows git push/fetch over http(s) and ftp(s) https://git-scm.com Peter Wagner @@ Package: git-gitweb Submenu: Version Control Systems Version: 2.26.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libpthread +librt +zlib +git +perl-cgi +perlbase-digest +perlbase-encode +perlbase-essential +perlbase-fcntl +perlbase-file +perlbase-filetest +perlbase-storable +perlbase-time Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Git repository web interface Maintainer: Peter Wagner Source: git-2.26.2.tar.xz Type: ipkg Description: Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This package builds the gitweb web interface for git repositories https://git-scm.com Peter Wagner @@ Source-Makefile: feeds/packages/net/gitolite/Makefile Package: gitolite Submenu: Version Control Systems Version: 3.6.11-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +git +perlbase-essential +perlbase-data +perlbase-digest +perlbase-env +perlbase-findbin +perlbase-getopt +perlbase-mime +perlbase-storable +perlbase-sys +perlbase-text +perlbase-time +perlbase-utf8 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Easy administration of git repositories Maintainer: Daniel Dickinson Require-User: git=382:git=382 Source: gitolite-3.6.11.tar.gz Type: ipkg Description: Gitolite is a system for managing access to git repositories. See https://openwrt.org/docs/guide-user/services/gitolite for a guide to installation. NB: You will need an SSH server to use gitolite: dropbear is now sufficient for gitolite purposes. http://gitolite.com/gitolite Daniel Dickinson @@ Source-Makefile: feeds/packages/net/gnunet/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: gnunet Menu: 1 Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libatomic +libgcrypt +libgpg-error +libidn2 +libltdl +libunistring +librt +zlib +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet - a peer-to-peer framework focusing on security Maintainer: Daniel Golle Require-User: gnunet=958:gnunet=958 Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet is a peer-to-peer framework focusing on security. The first and primary application for GNUnet is anonymous file-sharing. GNUnet is currently developed by a worldwide group of independent free software developers. GNUnet is a GNU package (http://www.gnu.org/). This is an ALPHA release. There are known and significant bugs as well as many missing features in this release. This package provides the core components of GNUnet including the CADET routing engine, a DHT implementation and basic transports as well as their helpers. https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-auction Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-reclaim +jansson Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet auction components Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet auction components https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-conversation Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-gns +libgst1app +libgst1audio +libgstreamer1 +glib2 +pulseaudio-daemon +libopus +libogg Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet conversation component Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet conversation component https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-curl Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +libgnurl +jansson Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet cURL wrapper component Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet cURL wrapper component https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-datastore Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-gns Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet data storage components Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet data storage components https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-dht-cli Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet DHT command line clients Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet DHT command line clients https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-experiments Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +libglpk Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet experimental components Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet experimental components https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-fs Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-datastore +libextractor Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet file-sharing components Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet file-sharing components https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-gns Default: y if PACKAGE_gnunet Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-vpn +iptables-mod-extra Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet name resolution components Maintainer: Daniel Golle Require-User: gnunet=958:gnunetdns=452 Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet name resolution components https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-gns-proxy Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-gns +gnunet-curl +libmicrohttpd-ssl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet gns-proxy component Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet gns-proxy component https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-hostlist Default: y if PACKAGE_gnunet Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +libmicrohttpd-ssl +gnunet-curl +ca-certificates Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet HTTP bootstrap hostlist client and server Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet HTTP bootstrap hostlist client and server https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-reclaim Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-gns +gnunet-sqlite +libpbc +libgabe Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet reclaim identity-provider subsystem Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet reclaim identity-provider subsystem https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-rest Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-gns +gnunet-reclaim +libmicrohttpd-ssl +jansson Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet REST interface Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet REST interface https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-rps Default: y if PACKAGE_gnunet Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet RPS routing component Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet RPS routing component https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-namestore-fcfsd Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-gns +libmicrohttpd-ssl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet first-come-first-serve registration server Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet first-come-first-serve registration server https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-dhtcache-heap Default: y if PACKAGE_gnunet Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet Conflicts: gnunet-dhtcache-pgsql gnunet-dhtcache-sqlite Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet heap-based dhtcache plugin Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet heap-based dhtcache plugin https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-fs-heap Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-datastore Conflicts: gnunet-fs-mysql gnunet-fs-pgsql gnunet-fs-sqlite Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet heap-based filesharing plugin Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet heap-based filesharing plugin https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-gns-flat Default: y if PACKAGE_gnunet Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-gns Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet flat storage GNS plugins Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet flat storage GNS plugins https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-peerstore-flat Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet flat storage peerstore plugin Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet flat storage peerstore plugin https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-mysql Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +libmysqlclient Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet mySQL backend Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet mySQL backend https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-fs-mysql Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-mysql +gnunet-datastore Conflicts: gnunet-fs-pgsql gnunet-fs-sqlite Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet mySQL filesharing plugins Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet mySQL filesharing plugins https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-pgsql Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +libpq Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet PostgreSQL backend Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet PostgreSQL backend https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-dhtcache-pgsql Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-pgsql Conflicts: gnunet-dhtcache-sqlite Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet PostgreSQL dhtcache plugin Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet PostgreSQL dhtcache plugin https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-fs-pgsql Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-pgsql +gnunet-datastore Conflicts: gnunet-fs-sqlite Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet PostgreSQL filesharing plugin Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet PostgreSQL filesharing plugin https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-gns-pgsql Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-pgsql +gnunet-gns Conflicts: gnunet-gns-sqlite gnunet-gns-flat Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet PostgreSQL GNS plugins Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet PostgreSQL GNS plugins https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-sqlite Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +libsqlite3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet libsqlite3 backend Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet libsqlite3 backend https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-dhtcache-sqlite Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-sqlite Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet libsqlite3 dhtcache plugin Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet libsqlite3 dhtcache plugin https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-fs-sqlite Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-datastore +gnunet-sqlite Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet libsqlite3 filesharing plugin Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet libsqlite3 filesharing plugin https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-gns-sqlite Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-gns +gnunet-sqlite Conflicts: gnunet-gns-flat Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet libsqlite3 gns plugins Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet libsqlite3 gns plugins https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-peerstore-sqlite Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-sqlite Conflicts: gnunet-peerstore-flat Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet libsqlite3 peerstore plugin Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet libsqlite3 peerstore plugin https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-transport-bluetooth Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +bluez-libs Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet bluetooth transport Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet bluetooth transport https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-transport-http_client Default: y if PACKAGE_gnunet Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-curl +ca-certificates Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet HTTP/HTTPS client transport Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet HTTP/HTTPS client transport https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-transport-http_server Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +libmicrohttpd-ssl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet HTTP/HTTPS server transport Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet HTTP/HTTPS server transport https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-transport-tcp Default: y if PACKAGE_gnunet Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet TCP transport Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet TCP transport https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-transport-udp Default: y if PACKAGE_gnunet Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet UDP transport Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet UDP transport https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-transport-wlan Default: y if PACKAGE_gnunet Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet WLAN transport Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet WLAN transport https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-utils Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +certtool +openssl-util Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet administration utililties Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet administration utililties https://www.gnunet.org/ Daniel Golle @@ Package: gnunet-vpn Default: y if PACKAGE_gnunet Version: 0.11.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +kmod-tun +iptables +firewall Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet vpn components Maintainer: Daniel Golle Source: gnunet-0.11.5.tar.gz License: AGPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet vpn components https://www.gnunet.org/ Daniel Golle @@ Source-Makefile: feeds/packages/net/gnunet-fuse/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: gnunet-fuse Version: 0.11.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-fs +libfuse Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet filesystem mount via FUSE Maintainer: Daniel Golle Source: gnunet-fuse-0.11.0.tar.gz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet filesystem mount via FUSE https://www.gnunet.org/ Daniel Golle @@ Source-Makefile: feeds/packages/net/gnunet-secushare/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: gnunet-secushare Version: 20190228-81939cb93670efcee8e99884d10d2676b02edba9-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-reclaim Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet Secushare Maintainer: Daniel Golle Source: gnunet-secushare-20190228-81939cb93670efcee8e99884d10d2676b02edba9.tar.xz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet Secushare https://www.secushare.org/ Daniel Golle @@ Package: gnunet-secushare-mysql Version: 20190228-81939cb93670efcee8e99884d10d2676b02edba9-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-secushare +gnunet-mysql Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet Secushare (mySQL) Maintainer: Daniel Golle Source: gnunet-secushare-20190228-81939cb93670efcee8e99884d10d2676b02edba9.tar.xz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet Secushare (mySQL) https://www.secushare.org/ Daniel Golle @@ Package: gnunet-secushare-pgsql Version: 20190228-81939cb93670efcee8e99884d10d2676b02edba9-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-secushare +gnunet-pgsql Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet Secushare (PostgreSQL) Maintainer: Daniel Golle Source: gnunet-secushare-20190228-81939cb93670efcee8e99884d10d2676b02edba9.tar.xz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet Secushare (PostgreSQL) https://www.secushare.org/ Daniel Golle @@ Package: gnunet-secushare-sqlite Version: 20190228-81939cb93670efcee8e99884d10d2676b02edba9-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnunet +gnunet-secushare +gnunet-sqlite Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GNUnet Secushare (SQLite) Maintainer: Daniel Golle Source: gnunet-secushare-20190228-81939cb93670efcee8e99884d10d2676b02edba9.tar.xz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GNUnet Secushare (SQLite) https://www.secushare.org/ Daniel Golle @@ Source-Makefile: feeds/packages/net/gnurl/Makefile Package: gnurl Submenu: File Transfer Version: 7.65.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgnurl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: A client-side HTTP/HTTPS transfer utility Maintainer: Daniel Golle Source: gnurl-7.65.1.tar.gz License: MIT LicenseFiles: COPYING Type: ipkg Description: A client-side HTTP/HTTPS transfer utility https://gnunet.org/gnurl Daniel Golle @@ Package: libgnurl Version: 7.65.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgnutls +libidn2 +zlib Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: A client-side HTTP/HTTPS transfer library Maintainer: Daniel Golle Source: gnurl-7.65.1.tar.gz License: MIT LicenseFiles: COPYING Type: ipkg Description: A client-side HTTP/HTTPS transfer library https://gnunet.org/gnurl Daniel Golle @@ Source-Makefile: feeds/packages/net/haproxy/Makefile Package: haproxy Submenu: Web Servers/Proxies Version: 2.0.21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcre +libltdl +zlib +libpthread +libopenssl +libncurses +libreadline +libatomic Conflicts: Menu-Depends: Provides: Build-Variant: ssl Section: net Category: Network Repository: base Title: The Reliable, High Performance TCP/HTTP Load Balancer Maintainer: Thomas Heil , Christian Lachner Source: haproxy-2.0.21.tar.gz License: GPL-2.0-only LicenseFiles: LICENSE Type: ipkg Description: Open source Reliable, High Performance TCP/HTTP Load Balancer. This package is built with SSL and LUA support. https://www.haproxy.org/ Thomas Heil , Christian Lachner @@ Package: halog Menu: 1 Submenu: Web Servers/Proxies Version: 2.0.21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread haproxy Conflicts: Menu-Depends: Provides: Build-Variant: ssl Section: net Category: Network Repository: base Title: The Reliable, High Performance TCP/HTTP Load Balancer halog Maintainer: Thomas Heil , Christian Lachner Source: haproxy-2.0.21.tar.gz License: GPL-2.0-only LicenseFiles: LICENSE Type: ipkg Description: HAProxy Log Analyzer https://www.haproxy.org/ Thomas Heil , Christian Lachner @@ Package: haproxy-nossl Submenu: Web Servers/Proxies Version: 2.0.21-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcre +libltdl +zlib +libpthread +libatomic Conflicts: Menu-Depends: Provides: Build-Variant: nossl Section: net Category: Network Repository: base Title: The Reliable, High Performance TCP/HTTP Load Balancer Maintainer: Thomas Heil , Christian Lachner Source: haproxy-2.0.21.tar.gz License: GPL-2.0-only LicenseFiles: LICENSE Type: ipkg Description: Open source Reliable, High Performance TCP/HTTP Load Balancer. This package is built without SSL support. https://www.haproxy.org/ Thomas Heil , Christian Lachner @@ Source-Makefile: feeds/packages/net/hcxdumptool/Makefile Package: hcxdumptool Submenu: Wireless Version: 6.0.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcap +libopenssl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: hcxdumptool Maintainer: Andreas Nilsen Source: hcxdumptool-6.0.1.tar.gz License: MIT LicenseFiles: license.txt Type: ipkg Description: Small tool to capture packets from wlan devices. After capturing, upload the "uncleaned" cap here (https://wpa-sec.stanev.org/?submit) to see if your ap or the client is vulnerable by using common wordlists. Convert the cap to hccapx and/or to WPA-PMKID-PBKDF2 hashline (16800) with hcxpcaptool (hcxtools) and check if wlan-key or plainmasterkey was transmitted unencrypted. https://github.com/ZerBea/hcxdumptool Andreas Nilsen @@ Source-Makefile: feeds/packages/net/hcxtools/Makefile Package: hcxtools Submenu: Wireless Version: 5.3.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libpcap +zlib +libcurl +libopenssl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: hcxtools Maintainer: Andreas Nilsen Source: hcxtools-5.3.0.tar.gz License: MIT LicenseFiles: license.txt Type: ipkg Description: Set of tools convert packets from captures (h = hash, c = capture, convert and calculate candidates, x = different hashtypes) for the use with latest hashcat or John the Ripper. https://github.com/ZerBea/hcxtools Andreas Nilsen @@ Source-Makefile: feeds/packages/net/horst/Makefile Package: horst Submenu: wireless Version: 5.1-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses +libnl-tiny Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Highly Optimized 802.11 Radio Scanning Tool Maintainer: Bruno Randolf Source: horst-5.1.tar.gz License: GPL-2.0-or-later LicenseFiles: LICENSE Type: ipkg Description: [horst] is a scanning and analysis tool for 802.11 wireless networks and especially IBSS (ad-hoc) mode and mesh networks (OLSR). http://br1.einfach.org/tech/horst/ Bruno Randolf @@ Source-Makefile: feeds/packages/net/htpdate/Makefile Package: htpdate Submenu: Time Synchronization Version: 1.1.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: an HTP (Hypertext Time Protocol) implementation Maintainer: Tijs Van Buggenhout , Marcin Jurkowski Source: htpdate-1.1.1.tar.xz License: GPL-2.0-or-later Type: ipkg Description: The HTTP Time Protocol (HTP) is used to synchronize a computer's time with web servers as reference time source. Htpdate will synchronize your computer's time by extracting timestamps from HTTP headers found in web server responses. Htpdate can be used as a daemon, to keep your computer synchronized. http://www.vervest.com/htp/ Tijs Van Buggenhout , Marcin Jurkowski @@ Source-Makefile: feeds/packages/net/httping/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: httping Version: 2.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libintl-full +libopenssl Conflicts: Menu-Depends: Provides: Build-Variant: ssl Section: net Category: Network Repository: base Title: Httping is like 'ping' but for http-requests (with SSL support) Maintainer: Marcin Jurkowski Source: httping-2.5.tgz Type: ipkg Description: Give it an url, and it'll show you how long it takes to connect, send a request and retrieve the reply (only the headers). Be aware that the transmission across the network also takes time! This package is built with SSL support. http://www.vanheusden.com/httping/ Marcin Jurkowski @@ Package: httping-nossl Version: 2.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: Build-Variant: nossl Section: net Category: Network Repository: base Title: Httping is like 'ping' but for http-requests (without SSL support) Maintainer: Marcin Jurkowski Source: httping-2.5.tgz Type: ipkg Description: Give it an url, and it'll show you how long it takes to connect, send a request and retrieve the reply (only the headers). Be aware that the transmission across the network also takes time! This package is built without SSL support. http://www.vanheusden.com/httping/ Marcin Jurkowski @@ Source-Makefile: feeds/packages/net/https-dns-proxy/Makefile Build-Depends: ninja/host Build-Depends/host: ninja/host Package: https-dns-proxy Version: 2021-06-03-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libcares +libcurl +libev +ca-bundle Conflicts: https_dns_proxy Menu-Depends: Provides: Section: net Category: Network Repository: base Title: DNS Over HTTPS Proxy Maintainer: Stan Grishin Source: https-dns-proxy-2021-06-03.tar.xz License: MIT LicenseFiles: LICENSE Type: ipkg Description: https-dns-proxy is a light-weight DNS<-->HTTPS, non-caching translation proxy for the RFC 8484 DoH standard. It receives regular (UDP) DNS requests and issues them via DoH. Please see https://docs.openwrt.melmac.net/https-dns-proxy/ for more information. https://docs.openwrt.melmac.net/https-dns-proxy/ Stan Grishin @@ Source-Makefile: feeds/packages/net/i2pd/Makefile Package: i2pd Version: 2.24.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +boost +boost-system +boost-filesystem +boost-program_options +boost-date_time +libatomic +zlib Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: full-featured C++ implementation of I2P client Maintainer: David Yang Require-User: i2pd:i2pd Source: i2pd-2.24.0.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: I2P (Invisible Internet Protocol) is a universal anonymous network layer. All communications over I2P are anonymous and end-to-end encrypted, participants don't reveal their real IP addresses. https://github.com/PurpleI2P/i2pd David Yang @@ Source-Makefile: feeds/packages/net/ibrdtn-tools/Makefile Package: ibrdtn-tools Version: 1.0.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ibrdtn +libarchive Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: DTN Tools Maintainer: Johannes Morgenroth Source: ibrdtn-tools-1.0.1.tar.gz License: Apache-2.0 Type: ipkg Description: The IBR-DTN Tools include functionality for sending and receiving files (dtnsend/dtnrecv) and a tools to ping a DTN node (dtnping). Johannes Morgenroth @@ Source-Makefile: feeds/packages/net/ibrdtnd/Makefile Package: ibrdtnd Version: 1.0.1-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +dtndht +ibrdtn +libsqlite3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: DTN Daemon Maintainer: Johannes Morgenroth Source: ibrdtnd-1.0.1.tar.gz License: Apache-2.0 Type: ipkg Description: The implementation of the bundle protocol of the IBR (TU Braunschweig). Johannes Morgenroth @@ Source-Makefile: feeds/packages/net/ifstat/Makefile Package: ifstat Version: 1.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libnetsnmp Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: InterFace STATistics Monitoring Maintainer: Nikil Mehta Source: ifstat-1.1.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: ifstat is a tool to report network interfaces bandwidth just like vmstat/iostat do for other system counters. It can monitor local interfaces by polling the kernel counters, or remote hosts interfaces using SNMP. http://gael.roualland.free.fr/ifstat/ Nikil Mehta @@ Source-Makefile: feeds/packages/net/inadyn/Makefile Package: inadyn Submenu: IP Addresses and Names Version: 2.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +confuse +libopenssl +ca-certificates Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: A Dynamic DNS client with SSL/TLS support Maintainer: Source: inadyn-2.5.tar.xz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Inadyn is a small and simple Dynamic DNS, DDNS, client with HTTPS support http://troglobit.com/project/inadyn/ @@ Source-Makefile: feeds/packages/net/iodine/Makefile Package: iodine Submenu: Firewall Tunnel Version: 0.7.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-tun +zlib Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: IP over DNS tunneling client version Maintainer: Uwe Kleine-König Source: iodine-0.7.0.tar.gz License: ISC LicenseFiles: README Type: ipkg Description: iodine client version http://code.kryo.se/iodine/ Uwe Kleine-König @@ Package: iodined Submenu: Firewall Tunnel Version: 0.7.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-tun +zlib Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: IP over DNS tunneling server version Maintainer: Uwe Kleine-König Source: iodine-0.7.0.tar.gz License: ISC LicenseFiles: README Type: ipkg Description: iodine server version http://code.kryo.se/iodine/ Uwe Kleine-König @@ Source-Makefile: feeds/packages/net/iotivity/Makefile Build-Depends: boost Package: iotivity Menu: 1 Version: 1.2.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @!USE_UCLIBC +libpthread +librt +libuuid +libsqlite3 +PACKAGE_iotivity_SECURE:libmbedtls Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: IoTivity C Library Maintainer: Hauke Mehrtens Source: iotivity-1.2.1.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.md Type: ipkg Description: IoTivity is a framework for the Internet of Things based on the Open Interconnect Consortium Specification. https://www.iotivity.org Hauke Mehrtens @@ Config: if PACKAGE_iotivity config PACKAGE_iotivity_DEBUG bool "IoTivity with debug support" help Build IoTivity with debuging support. config PACKAGE_iotivity_SECURE bool "IoTivity with security support" help Activate security support. config PACKAGE_iotivity_LOGGING bool "IoTivity with logging support" default y help Activate logging support. This will make IoTivity write a lot of log messages to stdout. endif @@ Package: iotivity-cpp Version: 1.2.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +iotivity +libpthread +libstdcpp Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: IoTivity C++ Library Maintainer: Hauke Mehrtens Source: iotivity-1.2.1.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.md Type: ipkg Description: IoTivity is a framework for the Internet of Things based on the Open Interconnect Consortium Specification. https://www.iotivity.org Hauke Mehrtens @@ Package: iotivity-resource-directory-lib Version: 1.2.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +iotivity +iotivity-cpp Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: IoTivity Resource Directory library Maintainer: Hauke Mehrtens Source: iotivity-1.2.1.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.md Type: ipkg Description: IoTivity Resource Directory library https://www.iotivity.org Hauke Mehrtens @@ Package: iotivity-oic-middle Version: 1.2.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +iotivity +iotivity-cpp +iotivity-resource-directory-lib Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: IoTivity OIC Middle Maintainer: Hauke Mehrtens Source: iotivity-1.2.1.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.md Type: ipkg Description: IoTivity OIC Middle https://www.iotivity.org Hauke Mehrtens @@ Package: iotivity-resource-container-lib Version: 1.2.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +iotivity +iotivity-cpp +boost +boost-system +boost-thread +boost-date_time Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: IoTivity Resource Container library Maintainer: Hauke Mehrtens Source: iotivity-1.2.1.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.md Type: ipkg Description: IoTivity Resource Container library https://www.iotivity.org Hauke Mehrtens @@ Package: iotivity-resource-container-sample Version: 1.2.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +iotivity +iotivity-resource-container-lib Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: IoTivity Resource Container sample Application Maintainer: Hauke Mehrtens Source: iotivity-1.2.1.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.md Type: ipkg Description: IoTivity Resource Container sample Application https://www.iotivity.org Hauke Mehrtens @@ Package: iotivity-resource-container-hue Version: 1.2.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +iotivity +iotivity-resource-container-lib +libcurl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: IoTivity Resource Container Hue Bundle Maintainer: Hauke Mehrtens Source: iotivity-1.2.1.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.md Type: ipkg Description: IoTivity Resource Container Hue Bundle https://www.iotivity.org Hauke Mehrtens @@ Package: iotivity-example-garage Version: 1.2.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +iotivity +iotivity-cpp +iotivity-resource-directory-lib Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: IoTivity Garage example Maintainer: Hauke Mehrtens Source: iotivity-1.2.1.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.md Type: ipkg Description: An IoTivity example application https://www.iotivity.org Hauke Mehrtens @@ Package: iotivity-example-simple Version: 1.2.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +iotivity +iotivity-cpp +iotivity-resource-directory-lib Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: IoTivity simple client + server Maintainer: Hauke Mehrtens Source: iotivity-1.2.1.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.md Type: ipkg Description: The IoTivity simple client and simple server exmaple https://www.iotivity.org Hauke Mehrtens @@ Source-Makefile: feeds/packages/net/ipsec-tools/Makefile Package: ipsec-tools Submenu: VPN Version: 0.8.2-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +kmod-ipsec Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: IPsec management tools Maintainer: Noah Meyerhans Source: ipsec-tools-0.8.2.tar.bz2 License: BSD-3-Clause Type: ipkg Description: IPsec management tools http://ipsec-tools.sourceforge.net/ Noah Meyerhans @@ Source-Makefile: feeds/packages/net/iptraf-ng/Makefile Package: iptraf-ng Version: 1.1.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: A console-based network monitoring program Maintainer: Florian Fainelli Source: iptraf-ng-1.1.4.tar.gz License: GPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: iptraf-ng is a console-based network statistics utility for Linux. It gathers a variety of figures such as TCP connection packet and byte counts, interface statistics and activity indicators, TCP/UDP traffic breakdowns, and LAN station packet and byte counts. https://infrastructure.fedoraproject.org/infra/hosted-content/iptraf-ng/ Florian Fainelli @@ Source-Makefile: feeds/packages/net/ipvsadm/Makefile Package: ipvsadm Version: 1.29-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-nf-ipvs +libnl-tiny +libpopt Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: IP Virtual Server Configuration Manager Maintainer: Mauro Mozzarelli , Florian Eckert Source: ipvsadm-1.29.tar.xz License: GPL-2.0+ Type: ipkg Description: IPVS (IP Virtual Server) implements transport-layer load balancing inside the Linux kernel, so called Layer-4 switching. The command line tool ipvsadm is used to set up, maintain or inspect the virtual server table in the Linux kernel. The Linux Virtual Server can be used to build scalable network services based on a cluster of two or more nodes. http://www.linuxvirtualserver.org Mauro Mozzarelli , Florian Eckert @@ Source-Makefile: feeds/packages/net/irssi/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: irssi Submenu: Instant Messaging Version: 1.2.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +glib2 +libncurses +libpthread +libopenssl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Console IRC client Maintainer: Peter Wagner Source: irssi-1.2.2.tar.xz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Irssi is a terminal based IRC client for UNIX systems. https://irssi.org/ Peter Wagner @@ Source-Makefile: feeds/packages/net/isc-dhcp/Makefile Package: isc-dhcp-relay-ipv4 Submenu: IP Addresses and Names Version: 4.4.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib Conflicts: Menu-Depends: Provides: Build-Variant: ipv4 Section: net Category: Network Repository: base Title: ISC's DHCP relay (without IPv6) Maintainer: Philip Prindeville Source: dhcp-4.4.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: provides a means for relaying DHCP and BOOTP requests from a subnet to which no DHCP server is directly connected to one or more DHCP servers on other subnets. This package is compiled with IPv4 and IPv6 support. This package is compiled with IPv4 support only. https://www.isc.org/software/dhcp Philip Prindeville @@ Package: isc-dhcp-server-ipv4 Submenu: IP Addresses and Names Version: 4.4.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib Conflicts: Menu-Depends: Provides: Build-Variant: ipv4 Section: net Category: Network Repository: base Title: ISC's DHCP server (without IPv6) Maintainer: Philip Prindeville Source: dhcp-4.4.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: implements the Dynamic Host Configuration Protocol (DHCP) and the Internet Bootstrap Protocol (BOOTP). This package is compiled with IPv4 support only. https://www.isc.org/software/dhcp Philip Prindeville @@ Package: isc-dhcp-client-ipv4 Submenu: IP Addresses and Names Version: 4.4.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib Conflicts: Menu-Depends: Provides: Build-Variant: ipv4 Section: net Category: Network Repository: base Title: ISC's DHCP client (without IPv6) Maintainer: Philip Prindeville Source: dhcp-4.4.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: provides a means for configuring one or more network interfaces using the Dynamic Host Configuration Protocol, BOOTP protocol, or if these protocols fail, by statically assigning an address. This package is compiled with IPv4 support only. https://www.isc.org/software/dhcp Philip Prindeville @@ Package: isc-dhcp-omshell-ipv4 Submenu: IP Addresses and Names Version: 4.4.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +isc-dhcp-server-ipv4 Conflicts: Menu-Depends: Provides: Build-Variant: ipv4 Section: net Category: Network Repository: base Title: ISC's DHCP omshell (without IPv6) Maintainer: Philip Prindeville Source: dhcp-4.4.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: provides an interactive way to connect to, query, and possibly change, the ISC DHCP Server's state via OMAPI, the Object Management API. This package is compiled with IPv4 support only. https://www.isc.org/software/dhcp Philip Prindeville @@ Package: isc-dhcp-relay-ipv6 Submenu: IP Addresses and Names Version: 4.4.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib Conflicts: Menu-Depends: Provides: Build-Variant: ipv6 Section: net Category: Network Repository: base Title: ISC's DHCP relay (with IPv6) Maintainer: Philip Prindeville Source: dhcp-4.4.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: provides a means for relaying DHCP and BOOTP requests from a subnet to which no DHCP server is directly connected to one or more DHCP servers on other subnets. This package is compiled with IPv4 and IPv6 support. https://www.isc.org/software/dhcp Philip Prindeville @@ Package: isc-dhcp-server-ipv6 Submenu: IP Addresses and Names Version: 4.4.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib Conflicts: Menu-Depends: Provides: Build-Variant: ipv6 Section: net Category: Network Repository: base Title: ISC's DHCP server (with IPv6) Maintainer: Philip Prindeville Source: dhcp-4.4.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: implements the Dynamic Host Configuration Protocol (DHCP) and the Internet Bootstrap Protocol (BOOTP). This package is compiled with IPv4 and IPv6 support. https://www.isc.org/software/dhcp Philip Prindeville @@ Package: isc-dhcp-client-ipv6 Submenu: IP Addresses and Names Version: 4.4.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib Conflicts: Menu-Depends: Provides: Build-Variant: ipv6 Section: net Category: Network Repository: base Title: ISC's DHCP client (with IPv6) Maintainer: Philip Prindeville Source: dhcp-4.4.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: provides a means for configuring one or more network interfaces using the Dynamic Host Configuration Protocol, BOOTP protocol, or if these protocols fail, by statically assigning an address. This package is compiled with IPv4 and IPv6 support. https://www.isc.org/software/dhcp Philip Prindeville @@ Package: isc-dhcp-omshell-ipv6 Submenu: IP Addresses and Names Version: 4.4.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +isc-dhcp-server-ipv6 Conflicts: Menu-Depends: Provides: Build-Variant: ipv6 Section: net Category: Network Repository: base Title: ISC's DHCP omshell (with IPv6) Maintainer: Philip Prindeville Source: dhcp-4.4.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: provides an interactive way to connect to, query, and possibly change, the ISC DHCP Server's state via OMAPI, the Object Management API. This package is compiled with IPv4 and IPv6 support. https://www.isc.org/software/dhcp Philip Prindeville @@ Source-Makefile: feeds/packages/net/jool/Makefile Build-Depends: USE_UCLIBC:argp-standalone USE_MUSL:argp-standalone Package: jool Version: 3.5.7-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-jool +jool-tools Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Jool meta-package Maintainer: Source: jool-3.5.7.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Jool is an Open Source SIIT and NAT64 for Linux. https://www.jool.mx @@ Package: kmod-jool Submenu: Network Support Version: +3.5.7-2 Depends: @IPV6 +kmod-crypto-md5 +kmod-nf-conntrack +kmod-nf-conntrack6 Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: Jool kernel module Maintainer: Source: jool-3.5.7.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Jool is an Open Source SIIT and NAT64 for Linux. This package provides the kernel module for Jool. @@ Package: jool-tools Version: 3.5.7-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libnl +ethtool Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Jool userspace control programs Maintainer: Source: jool-3.5.7.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Jool is an Open Source SIIT and NAT64 for Linux. This package provides the userspace control programs for Jool. https://www.jool.mx @@ Source-Makefile: feeds/packages/net/kadnode/Makefile Package: kadnode Menu: 1 Submenu: IP Addresses and Names Version: 2.2.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +KADNODE_ENABLE_BOB:libmbedtls +KADNODE_ENABLE_TLS:libmbedtls +KADNODE_ENABLE_UPNP:libminiupnpc +KADNODE_ENABLE_NATPMP:libnatpmp Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: P2P DNS Resolver Maintainer: Moritz Warning Source: kadnode-2.2.5.tar.gz License: MIT Type: ipkg Description: A P2P DNS system based on the BitTorrent network. It can be used as a decentralized DynDNS service. https://github.com/mwarning/KadNode Moritz Warning @@ Config: source "feeds/packages/net/kadnode/Config.in" @@ Source-Makefile: feeds/packages/net/kcptun/Makefile Build-Depends: golang/host Package: kcptun-c Submenu: Web Servers/Proxies Version: 20190725-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: KCP-based Secure Tunnel (client) Maintainer: Dengfeng Liu Source: kcptun-20190725.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: kcptun is a Stable & Secure Tunnel Based On KCP with N:M Multiplexing https://github.com/xtaci/kcptun Dengfeng Liu @@ Package: kcptun-s Submenu: Web Servers/Proxies Version: 20190725-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: KCP-based Secure Tunnel (server) Maintainer: Dengfeng Liu Source: kcptun-20190725.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: kcptun is a Stable & Secure Tunnel Based On KCP with N:M Multiplexing https://github.com/xtaci/kcptun Dengfeng Liu @@ Source-Makefile: feeds/packages/net/kea/Makefile Build-Depends: kea/host Build-Depends/host: boost/host log4cplus/host Build-Types: host Package: kea-libs Submenu: IP Addresses and Names Version: 1.6.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +log4cplus +boost +boost-system Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ISC Kea Libraries Maintainer: BangLang Huang, Rosy Song Source: kea-1.6.2.tar.gz License: MPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Kea required Libraries. https://www.isc.org/kea BangLang Huang, Rosy Song @@ Package: kea-ctrl Submenu: IP Addresses and Names Version: 1.6.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +procps-ng +procps-ng-ps +kea-dhcp4 +IPV6:kea-dhcp6 +kea-dhcp-ddns Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ISC Kea Control Maintainer: BangLang Huang, Rosy Song Source: kea-1.6.2.tar.gz License: MPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Tool to start, stop, reconfigure, and report status for the Kea servers. https://www.isc.org/kea BangLang Huang, Rosy Song @@ Package: kea-dhcp4 Submenu: IP Addresses and Names Version: 1.6.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kea-libs Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ISC Kea DHCP Server v4 Maintainer: BangLang Huang, Rosy Song Source: kea-1.6.2.tar.gz License: MPL-2.0 LicenseFiles: COPYING Type: ipkg Description: The DHCPv4 server process. This process responds to DHCPv4 queries from clients. https://www.isc.org/kea BangLang Huang, Rosy Song @@ Package: kea-dhcp6 Submenu: IP Addresses and Names Version: 1.6.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @IPV6 +kea-libs Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ISC Kea DHCP Server v6 Maintainer: BangLang Huang, Rosy Song Source: kea-1.6.2.tar.gz License: MPL-2.0 LicenseFiles: COPYING Type: ipkg Description: The DHCPv6 server process. This process responds to DHCPv6 queries from clients. https://www.isc.org/kea BangLang Huang, Rosy Song @@ Package: kea-dhcp-ddns Submenu: IP Addresses and Names Version: 1.6.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kea-libs Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ISC Kea DHCP Dynamic DNS Maintainer: BangLang Huang, Rosy Song Source: kea-1.6.2.tar.gz License: MPL-2.0 LicenseFiles: COPYING Type: ipkg Description: The DHCP Dynamic DNS process. This process acts as an intermediary between the DHCP servers and DNS servers. It receives name update requests from the DHCP servers and sends DNS Update messages to the DNS servers. https://www.isc.org/kea BangLang Huang, Rosy Song @@ Package: kea-admin Submenu: IP Addresses and Names Version: 1.6.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kea-libs Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ISC Kea Admin Maintainer: BangLang Huang, Rosy Song Source: kea-1.6.2.tar.gz License: MPL-2.0 LicenseFiles: COPYING Type: ipkg Description: A useful tool for database backend maintenance (creating a new database, checking versions, upgrading etc.). https://www.isc.org/kea BangLang Huang, Rosy Song @@ Package: kea-lfc Submenu: IP Addresses and Names Version: 1.6.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kea-libs Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ISC Kea lfc Maintainer: BangLang Huang, Rosy Song Source: kea-1.6.2.tar.gz License: MPL-2.0 LicenseFiles: COPYING Type: ipkg Description: This process removes redundant information from the files used to provide persistent storage for the memfile data base backend. While it can be run standalone, it is normally run as and when required by the Kea DHCP servers. https://www.isc.org/kea BangLang Huang, Rosy Song @@ Package: kea-perfdhcp Submenu: IP Addresses and Names Version: 1.6.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kea-libs Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ISC Kea perfdhcp (Benchmarking) Maintainer: BangLang Huang, Rosy Song Source: kea-1.6.2.tar.gz License: MPL-2.0 LicenseFiles: COPYING Type: ipkg Description: A DHCP benchmarking tool which simulates multiple clients to test both DHCPv4 and DHCPv6 server performance. https://www.isc.org/kea BangLang Huang, Rosy Song @@ Source-Makefile: feeds/packages/net/keepalived/Makefile Package: keepalived Version: 2.0.18-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libnl-genl +libmagic +KEEPALIVED_VRRP:kmod-macvlan +KEEPALIVED_VRRP:libnl-route +KEEPALIVED_VRRP:libnfnetlink +KEEPALIVED_SHA1:libopenssl +KEEPALIVED_IPTABLES:libip4tc +KEEPALIVED_IPTABLES:libxtables +KEEPALIVED_IPTABLES:libipset +(KEEPALIVED_SNMP_VRRP||KEEPALIVED_SNMP_CHECKER||KEEPALIVED_SNMP_RFC2||KEEPALIVED_SNMP_RFC3):libnetsnmp +KEEPALIVED_JSON:libjson-c +KEEPALIVED_DBUS:glib2 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: VRRP with failover and monitoring daemon for LVS clusters Maintainer: Ben Kelly Florian Eckert Source: keepalived-2.0.18.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: VRRP with failover and monitoring daemon for Linux Virtual Server (LVS) clusters. http://www.keepalived.org/ Ben Kelly Florian Eckert @@ Config: source "feeds/packages/net/keepalived/Config.in" @@ Source-Makefile: feeds/packages/net/kismet/Makefile Package: kismet-client Submenu: wireless Version: 2016-07-R1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +libnl +libncurses Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Kismet client Maintainer: Jean-Michel lacroix Source: kismet-2016-07-R1.tar.xz License: LGPLv2.1 Type: ipkg Description: An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. This package contains the kismet text interface client. http://www.kismetwireless.net/ Jean-Michel lacroix @@ Package: kismet-drone Submenu: wireless Version: 2016-07-R1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +libnl +libpcap +libpcre +libcap +wireless-tools Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Kismet drone Maintainer: Jean-Michel lacroix Source: kismet-2016-07-R1.tar.xz License: LGPLv2.1 Type: ipkg Description: An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. This package contains the kismet remote sniffing.and monitoring drone. http://www.kismetwireless.net/ Jean-Michel lacroix @@ Package: kismet-server Submenu: wireless Version: 2016-07-R1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +libnl +libpcap +libpcre +libcap +wireless-tools Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Kismet server Maintainer: Jean-Michel lacroix Source: kismet-2016-07-R1.tar.xz License: LGPLv2.1 Type: ipkg Description: An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. This package contains the kismet server. http://www.kismetwireless.net/ Jean-Michel lacroix @@ Source-Makefile: feeds/packages/net/knot/Makefile Package: knot-libs Version: 3.0.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libgnutls +lmdb @!arc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Knot DNS common DNS and DNSSEC libraries Maintainer: Daniel Salzman Source: knot-3.0.4.tar.xz License: GPL-3.0 LGPL-2.0 0BSD BSD-3-Clause OLDAP-2.8 Type: ipkg Description: Knot DNS common DNS and DNSSEC libraries. https://www.knot-dns.cz Daniel Salzman @@ Package: knot-libzscanner Version: 3.0.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread @!arc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Knot DNS zone parser library Maintainer: Daniel Salzman Source: knot-3.0.4.tar.xz License: GPL-3.0 LGPL-2.0 0BSD BSD-3-Clause OLDAP-2.8 Type: ipkg Description: Knot DNS zone parser library. https://www.knot-dns.cz Daniel Salzman @@ Package: knot Submenu: IP Addresses and Names Version: 3.0.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libatomic +libedit +liburcu +knot-libs +knot-libzscanner Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Knot DNS server with control utility Maintainer: Daniel Salzman Require-User: knot=5353:knot=5353 Source: knot-3.0.4.tar.xz License: GPL-3.0 LGPL-2.0 0BSD BSD-3-Clause OLDAP-2.8 Type: ipkg Description: High-performance authoritative-only DNS server. https://www.knot-dns.cz Daniel Salzman @@ Package: knot-dig Submenu: IP Addresses and Names Version: 3.0.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libatomic +libedit +knot-libs Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Knot DNS advanced DNS lookup utility Maintainer: Daniel Salzman Source: knot-3.0.4.tar.xz License: GPL-3.0 LGPL-2.0 0BSD BSD-3-Clause OLDAP-2.8 Type: ipkg Description: Knot DNS advanced DNS lookup utility. https://www.knot-dns.cz Daniel Salzman @@ Package: knot-host Submenu: IP Addresses and Names Version: 3.0.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libatomic +libedit +knot-libs Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Knot DNS simple DNS lookup utility Maintainer: Daniel Salzman Source: knot-3.0.4.tar.xz License: GPL-3.0 LGPL-2.0 0BSD BSD-3-Clause OLDAP-2.8 Type: ipkg Description: Knot DNS simple DNS lookup utility. https://www.knot-dns.cz Daniel Salzman @@ Package: knot-nsupdate Submenu: IP Addresses and Names Version: 3.0.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libatomic +libedit +knot-libs +knot-libzscanner Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Knot DNS dynamic DNS update utility Maintainer: Daniel Salzman Source: knot-3.0.4.tar.xz License: GPL-3.0 LGPL-2.0 0BSD BSD-3-Clause OLDAP-2.8 Type: ipkg Description: Knot DNS dynamic DNS update utility. https://www.knot-dns.cz Daniel Salzman @@ Package: knot-zonecheck Submenu: IP Addresses and Names Version: 3.0.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libatomic +libedit +liburcu +knot-libs +knot-libzscanner Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Knot DNS zonefile check utility Maintainer: Daniel Salzman Source: knot-3.0.4.tar.xz License: GPL-3.0 LGPL-2.0 0BSD BSD-3-Clause OLDAP-2.8 Type: ipkg Description: Knot DNS zonefile check utility. https://www.knot-dns.cz Daniel Salzman @@ Package: knot-keymgr Submenu: IP Addresses and Names Version: 3.0.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libatomic +libedit +liburcu +knot-libs +knot-libzscanner Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Knot DNS DNSSEC key management utility Maintainer: Daniel Salzman Source: knot-3.0.4.tar.xz License: GPL-3.0 LGPL-2.0 0BSD BSD-3-Clause OLDAP-2.8 Type: ipkg Description: Knot DNS DNSSEC key management utility. https://www.knot-dns.cz Daniel Salzman @@ Package: knot-tests Submenu: IP Addresses and Names Version: 3.0.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libatomic +libedit +liburcu +knot-libs +knot-libzscanner Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Knot DNS tests Maintainer: Daniel Salzman Source: knot-3.0.4.tar.xz License: GPL-3.0 LGPL-2.0 0BSD BSD-3-Clause OLDAP-2.8 Type: ipkg Description: Unit tests for the Knot DNS server and libraries. Usage: /usr/share/knot/runtests.sh https://www.knot-dns.cz Daniel Salzman @@ Source-Makefile: feeds/packages/net/knxd/Makefile Build-Depends: !USE_GLIBC:argp-standalone Package: knxd Version: 0.14.29-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libusb-1.0 +libev +libfmt Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: EIB KNX daemon Maintainer: Othmar Truniger Source: knxd-0.14.29.tar.gz License: GPL-2.0-or-later LicenseFiles: LICENSE Type: ipkg Description: EIB KNX Daemon Othmar Truniger @@ Source-Makefile: feeds/packages/net/kplex/Makefile Package: kplex Version: 1.4-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: NMEA-0183 multiplexer and router Maintainer: Nuno Goncalves Source: kplex-1.4.tgz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: Kplex is a program for combining and routing NMEA-0183 data to and from multiple sources and destinations. kplex inputs and outputs may be any of Serial lines, Pseudo Terminals (ptys), Network Interfaces and Files. http://www.stripydog.com/kplex/ Nuno Goncalves @@ Source-Makefile: feeds/packages/net/krb5/Makefile Package: krb5-libs Version: 1.17-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses +libss +libcomerr Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Kerberos 5 Shared Libraries Maintainer: W. Michael Petullo Source: krb5-1.17.tar.gz License: MIT LicenseFiles: NOTICE Type: ipkg Description: Kerberos 5 Shared Libraries http://web.mit.edu/kerberos/ W. Michael Petullo @@ Package: krb5-server Version: 1.17-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +krb5-libs +libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Kerberos 5 Server Maintainer: W. Michael Petullo Source: krb5-1.17.tar.gz License: MIT LicenseFiles: NOTICE Type: ipkg Description: Kerberos 5 Server https://web.mit.edu/kerberos/ W. Michael Petullo @@ Package: krb5-server-extras Version: 1.17-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +krb5-libs +libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Kerberos 5 Admin Server Maintainer: W. Michael Petullo Source: krb5-1.17.tar.gz License: MIT LicenseFiles: NOTICE Type: ipkg Description: Kerberos 5 Admin Server https://web.mit.edu/kerberos/ W. Michael Petullo @@ Package: krb5-client Version: 1.17-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +krb5-libs Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Kerberos 5 Client Maintainer: W. Michael Petullo Source: krb5-1.17.tar.gz License: MIT LicenseFiles: NOTICE Type: ipkg Description: Kerberos 5 Client https://web.mit.edu/kerberos/ W. Michael Petullo @@ Source-Makefile: feeds/packages/net/ksmbd-tools/Makefile Build-Depends: glib2 !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: ksmbd-server Submenu: Filesystem Version: 3.3.9-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full +kmod-fs-ksmbd +libnl-core +libnl-genl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Kernel SMB server Maintainer: Andy Walsh Source: ksmbd-tools-3.3.9.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: installs: ksmbd.mountd This provides the basic fileserver service and is the minimum needed to serve 'guest only' file shares or use a existing user database file ksmbdpwd.db. https://github.com/cifsd-team/cifsd-tools Andy Walsh @@ Config: select PACKAGE_wsdd2 @@ Package: ksmbd-utils Submenu: Filesystem Version: 3.3.9-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Kernel SMB user management-util Maintainer: Andy Walsh Source: ksmbd-tools-3.3.9.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: installs: ksmbd.adduser (ksmbd.addshare) Tool needed to create the ksmbdpwd.db, to manage per user share passwords. NOTE: Not needed for 'guest only' shares. https://github.com/cifsd-team/cifsd-tools Andy Walsh @@ Config: config KSMBD_UTILS_SHAREADD bool "Add ksmbd.addshare util" depends on PACKAGE_ksmbd-utils help Add the ksmbd.addshare tool, to directly manipulate the /etc/ksmbd/smb.conf. default n @@ Package: ksmbd-avahi-service Submenu: Filesystem Version: 3.3.9-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +avahi-daemon Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Kernel SMB (Avahi service) Maintainer: Andy Walsh Source: ksmbd-tools-3.3.9.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: installs: smb.service This package contains the service definition for announcing the Ksmbd (smb/445) Daemon service via mDNS/DNS-SD. https://github.com/cifsd-team/cifsd-tools Andy Walsh @@ Source-Makefile: feeds/packages/net/lcdringer/Makefile Build-Depends: vala !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: lcdringer Version: 0.0.3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgee +libgstreamer1 +loudmouth @TARGET_brcm2708 Conflicts: Menu-Depends: Provides: Section: network Category: Network Repository: base Title: lcdringer Maintainer: W. Michael Petullo Source: lcdringer-0.0.3.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: lcdringer https://www.flyn.org/projects/lcdringer/ W. Michael Petullo @@ Source-Makefile: feeds/packages/net/lftp/Makefile Package: lftp Submenu: File Transfer Version: 4.8.4-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses +libopenssl +libreadline +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +libexpat +zlib Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: a sophisticated file transfer program with command line interface. Maintainer: Federico Di Marco Source: lftp-4.8.4.tar.xz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: LFTP is a sophisticated file transfer program with command line interface. It supports FTP, HTTP, FISH, SFTP, HTTPS and FTPS protocols. GNU Readline library is used for input. Every operation in lftp is reliable, that is any non-fatal error is handled and the operation is retried automatically. So if downloading breaks, it will be restarted from the point automatically. Even if ftp server does not support REST command, lftp will try to retrieve the file from the very beginning until the file is transferred completely. This is useful for dynamic-ip machines which change their IP addresses quite often, and for sites with very bad internet connectivity. lftp has shell-like command syntax allowing you to launch several commands in parallel in background (&). It is also possible to group commands within () and execute them in background. All background jobs are executed in the same single process. You can bring a foreground job to background with ^Z (c-z) and back with command `wait' (or `fg' which is alias to `wait'). To list running jobs, use command `jobs'. Some commands allow redirecting their output (cat, ls, ...) to file or via pipe to external command. Commands can be executed conditionally based on termination status of previous command (&&, ||). lftp has builtin mirror which can download or update a whole directory tree. There is also reverse mirror (mirror -R) which uploads or updates a directory tree on server. http://lftp.yar.ru/ Federico Di Marco @@ Source-Makefile: feeds/packages/net/libndp/Makefile Package: libndp Version: 1.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: NDP Library Maintainer: Thomas Guyot-Sionnest Source: libndp-1.7.tar.gz License: LGPL-2.1 Type: ipkg Description: Library for Neighbor Discovery Protocol https://github.com/jpirko/libndp/ Thomas Guyot-Sionnest @@ Package: ndptool Version: 1.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libndp Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: NDP Tool Maintainer: Thomas Guyot-Sionnest Source: libndp-1.7.tar.gz License: LGPL-2.1 Type: ipkg Description: Tool for Neighbor Discovery Protocol https://github.com/jpirko/libndp/ Thomas Guyot-Sionnest @@ Source-Makefile: feeds/packages/net/libreswan/Makefile Package: libreswan Submenu: VPN Version: 3.32-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +IPV6:kmod-ip6-vti +IPV6:kmod-ipsec6 +ip-full +iptables-mod-ipsec +kmod-crypto-aead +kmod-crypto-authenc +kmod-crypto-gcm +kmod-crypto-hash +kmod-crypto-rng +kmod-ip-vti +kmod-ipsec +kmod-ipsec4 +kmod-ipt-ipsec +libevent2 +libevent2-pthreads +libldns +librt +libunbound +nss-utils +nspr Conflicts: strongswan Menu-Depends: Provides: openswan Section: net Category: Network Repository: base Title: Libreswan IPsec Server Maintainer: Lucian Cristian Source: libreswan-3.32.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Description: Libreswan is a free software implementation of the most widely supported and standardized VPN protocol based on ("IPsec") and the Internet Key Exchange ("IKE"). These standards are produced and maintained by the Internet Engineering Task Force ("IETF"). Libreswan is a free software implementation of the most widely supported and standardized VPN protocol based on ("IPsec") and the Internet Key Exchange ("IKE"). These standards are produced and maintained by the Internet Engineering Task Force ("IETF"). https://libreswan.org/ Lucian Cristian @@ Source-Makefile: feeds/packages/net/lighttpd/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: lighttpd Menu: 1 Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +LIGHTTPD_SSL:libopenssl +libpcre +libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: A flexible and lightweight web server Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: A flexible and lightweight web server https://www.lighttpd.net/ W. Michael Petullo @@ Config: config LIGHTTPD_SSL bool "SSL support" depends on PACKAGE_lighttpd default y help Implements SSL support in lighttpd (using libopenssl). This option is required if you enable the SSL engine in your lighttpd confguration file. @@ Package: lighttpd-mod-redirect Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd +PACKAGE_lighttpd-mod-redirect:libpcre Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: URL redirection module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: URL redirection module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-auth Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Authentication module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Authentication module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-authn_file Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd lighttpd-mod-auth Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: File-based authentication module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: File-based authentication module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-authn_gssapi Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd lighttpd-mod-auth +PACKAGE_lighttpd-mod-authn_gssapi:krb5-libs Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Kerberos-based authentication module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Kerberos-based authentication module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-authn_ldap Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd lighttpd-mod-auth +PACKAGE_lighttpd-mod-authn_ldap:libopenldap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: LDAP-based authentication module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: LDAP-based authentication module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-authn_mysql Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd lighttpd-mod-auth +PACKAGE_lighttpd-mod-authn_mysql:libmysqlclient Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Mysql-based authentication module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Mysql-based authentication module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-access Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Access restrictions module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Access restrictions module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-accesslog Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Access logging module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Access logging module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-alias Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Directory alias module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Directory alias module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-cgi Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: CGI module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: CGI module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-cml Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd +PACKAGE_lighttpd-mod-cml:liblua Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Cache Meta Language module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Cache Meta Language module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-compress Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd +PACKAGE_lighttpd-mod-compress:zlib Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Compress output module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Compress output module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-deflate Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd +PACKAGE_lighttpd-mod-deflate:zlib Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Compress dynamic output module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Compress dynamic output module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-evasive Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Evasive module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Evasive module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-evhost Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Enhanced Virtual-Hosting module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Enhanced Virtual-Hosting module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-expire Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Expire module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Expire module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-extforward Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Extract client module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Extract client module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-fastcgi Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: FastCGI module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: FastCGI module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-flv_streaming Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: FLV streaming module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: FLV streaming module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-magnet Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd +PACKAGE_lighttpd-mod-magnet:liblua Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Magnet module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Magnet module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-mysql_vhost Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd +PACKAGE_lighttpd-mod-mysql_vhost:libmysqlclient Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Mysql virtual hosting module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Mysql virtual hosting module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-proxy Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Proxy module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Proxy module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-rewrite Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd +PACKAGE_lighttpd-mod-rewrite:libpcre Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: URL rewriting module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: URL rewriting module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-rrdtool Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: RRDtool module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: RRDtool module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-scgi Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: SCGI module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: SCGI module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-secdownload Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Secure and fast download module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Secure and fast download module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-setenv Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Environment variable setting module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Environment variable setting module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-simple_vhost Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Simple virtual hosting module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Simple virtual hosting module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-ssi Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd +PACKAGE_lighttpd-mod-ssi:libpcre Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: SSI module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: SSI module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-status Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Server status display module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Server status display module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-trigger_b4_dl Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd +PACKAGE_lighttpd-mod-trigger_b4_dl:libpcre +PACKAGE_lighttpd-mod-trigger_b4_dl:libgdbm Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Trigger before download module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Trigger before download module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-userdir Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: User directory module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: User directory module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-usertrack Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: User tracking module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: User tracking module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-webdav Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd +PACKAGE_lighttpd-mod-webdav:libsqlite3 +PACKAGE_lighttpd-mod-webdav:libuuid +PACKAGE_lighttpd-mod-webdav:libxml2 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: WebDAV module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: WebDAV module https://www.lighttpd.net/ W. Michael Petullo @@ Package: lighttpd-mod-wstunnel Submenu: Web Servers/Proxies Version: 1.4.54-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lighttpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Websocket tunneling module Maintainer: W. Michael Petullo Source: lighttpd-1.4.54.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Websocket tunneling module https://www.lighttpd.net/ W. Michael Petullo @@ Source-Makefile: feeds/packages/net/linknx/Makefile Build-Depends: USE_UCLIBC:argp-standalone USE_MUSL:argp-standalone !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: linknx Version: 0.0.1.37-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +pthsem +lua +luac +libcurl +libesmtp +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: KNX home automation platform Maintainer: Othmar Truniger Source: linknx-0.0.1.37.tar.gz License: GPL-2.0-or-later LicenseFiles: LICENSE Type: ipkg Description: KNX home automation platform https://github.com/linknx/linknx Othmar Truniger @@ Source-Makefile: feeds/packages/net/linuxptp/Makefile Package: linuxptp Submenu: Time Synchronization Version: 2.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Linux Precision Time Protocol (PTP) daemon Maintainer: Wojciech Dubowik Source: linuxptp-2.0.tgz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: The PTP daemon (PTPd) implements version 2 of the Precision Time Protocol (PTP) as defined by the IEEE 1588-2008 standard. PTP was developed to provide very precise time coordination of LAN connected computers. http://linuxptp.sourceforge.net/ Wojciech Dubowik @@ Source-Makefile: feeds/packages/net/lksctp-tools/Makefile Package: libsctp Submenu: Networking Version: 1.0.16-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-sctp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: SCTP user-land library Maintainer: Nicolas Thill Source: lksctp-tools-1.0.16.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: SCTP user-land library http://lksctp.sourceforge.net Nicolas Thill @@ Package: sctp Version: 1.0.16-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsctp +sctp-tools Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: SCTP user-land (meta) Maintainer: Nicolas Thill Source: lksctp-tools-1.0.16.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: SCTP user-land (meta) http://lksctp.sourceforge.net Nicolas Thill @@ Package: sctp-tools Version: 1.0.16-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsctp Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: SCTP user-land tools Maintainer: Nicolas Thill Source: lksctp-tools-1.0.16.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: SCTP user-land tools http://lksctp.sourceforge.net Nicolas Thill @@ Source-Makefile: feeds/packages/net/lora-gateway-hal/Makefile Package: libloragw Version: 5.0.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-spi-dev @(!PACKAGE_lora-picogw-hal) Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Driver/HAL library for Semtech SX1301 Maintainer: Xue Liu Source: lora-gateway-hal-5.0.1.tar.gz LicenseFiles: LICENSE Type: ipkg Description: Driver/HAL library for Semtech SX1301 multi-channel modem and SX1257/SX1255 RF transceivers. https://www.semtech.com/products/wireless-rf/lora-gateways/sx1301 Xue Liu @@ Config: source "feeds/packages/net/lora-gateway-hal/Config.in" @@ Package: libloragw-tests Submenu: LoRaWAN Version: 5.0.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libloragw Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Test programs for libloragw to check functionality Maintainer: Xue Liu Source: lora-gateway-hal-5.0.1.tar.gz LicenseFiles: LICENSE Type: ipkg Description: Test programs for libloragw to check functionality Xue Liu @@ Package: libloragw-utils Submenu: LoRaWAN Version: 5.0.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libloragw Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Utility programs for libloragw Maintainer: Xue Liu Source: lora-gateway-hal-5.0.1.tar.gz LicenseFiles: LICENSE Type: ipkg Description: Utility programs for libloragw Xue Liu @@ Source-Makefile: feeds/packages/net/lynx/Makefile Package: lynx Version: 2.8.9rel.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncursesw +zlib +libopenssl +ca-bundle Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Lynx is the text web browser Maintainer: Leonid Esman Source: lynx2.8.9rel.1.tar.bz2 License: GPL-2.0 Type: ipkg Description: Classic non-graphical (text-mode) web browser http://lynx.invisible-island.net/ Leonid Esman @@ Source-Makefile: feeds/packages/net/mac-telnet/Makefile Package: mac-telnet-server Version: 2015-09-02-37d83cbc9c07266d6c957d27bf75285b305eceab-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libubox Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: MAC-Telnet / MAC-SSH server Maintainer: Jo-Philipp Wich Source: mac-telnet-2015-09-02-37d83cbc9c07266d6c957d27bf75285b305eceab.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Open source MAC Telnet client and server utilities for connecting to Mikrotik RouterOS routers and Linux machines via MAC address. https://github.com/jow-/MAC-Telnet Jo-Philipp Wich @@ Config: config MACTELNET_PLAIN_SUPPORT bool "Include support for plain telnet connections" depends on PACKAGE_mac-telnet-server default y help Disable this option to only support SSH logins to the MAC-Telnet server. @@ Package: mac-telnet-client Version: 2015-09-02-37d83cbc9c07266d6c957d27bf75285b305eceab-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libubox Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: MAC-Telnet / MAC-SSH client Maintainer: Jo-Philipp Wich Source: mac-telnet-2015-09-02-37d83cbc9c07266d6c957d27bf75285b305eceab.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Open source MAC Telnet client and server utilities for connecting to Mikrotik RouterOS routers and Linux machines via MAC address. https://github.com/jow-/MAC-Telnet Jo-Philipp Wich @@ Package: mac-telnet-ping Version: 2015-09-02-37d83cbc9c07266d6c957d27bf75285b305eceab-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libubox Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: MAC-Telnet / MAC-SSH ping Maintainer: Jo-Philipp Wich Source: mac-telnet-2015-09-02-37d83cbc9c07266d6c957d27bf75285b305eceab.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Open source MAC Telnet client and server utilities for connecting to Mikrotik RouterOS routers and Linux machines via MAC address. https://github.com/jow-/MAC-Telnet Jo-Philipp Wich @@ Package: mac-telnet-discover Version: 2015-09-02-37d83cbc9c07266d6c957d27bf75285b305eceab-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libubox Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: MAC-Telnet / MAC-SSH discover Maintainer: Jo-Philipp Wich Source: mac-telnet-2015-09-02-37d83cbc9c07266d6c957d27bf75285b305eceab.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Open source MAC Telnet client and server utilities for connecting to Mikrotik RouterOS routers and Linux machines via MAC address. https://github.com/jow-/MAC-Telnet Jo-Philipp Wich @@ Source-Makefile: feeds/packages/net/mdnsresponder/Makefile Build-Depends: libcap Package: mdns-utils Submenu: IP Addresses and Names Version: 878.200.35-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +mdnsd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: mDNS client utilities Maintainer: Source: mDNSResponder-878.200.35.tar.gz License: Apache-2.0 Type: ipkg Description: Bonjour, also known as zero-configuration networking, enables automatic discovery of computers, devices, and services on IP networks. . This package contains mDNS client utilities: - dns-sd - mDNSClient - mDNSIdentify - mDNSNetMonitor - mDNSProxyResponder - mDNSResponder http://developer.apple.com/networking/bonjour/ @@ Package: mdnsd Submenu: IP Addresses and Names Version: 878.200.35-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: mDNS server daemon Maintainer: Source: mDNSResponder-878.200.35.tar.gz License: Apache-2.0 Type: ipkg Description: Bonjour, also known as zero-configuration networking, enables automatic discovery of computers, devices, and services on IP networks. . This package contains the mDNS server daemon. http://developer.apple.com/networking/bonjour/ @@ Package: mdnsresponder Submenu: IP Addresses and Names Version: 878.200.35-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +mdns-utils +mdnsd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: mDNS suite (meta) Maintainer: Source: mDNSResponder-878.200.35.tar.gz License: Apache-2.0 Type: ipkg Description: Bonjour, also known as zero-configuration networking, enables automatic discovery of computers, devices, and services on IP networks. . This meta package contains only dependencies on other packages. http://developer.apple.com/networking/bonjour/ @@ Source-Makefile: feeds/packages/net/memcached/Makefile Package: memcached Version: 1.5.14-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libevent2 +libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: The high-performance, distributed memory object caching system Maintainer: Thomas Heil Source: memcached-1.5.14.tar.gz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Free and open source, high-performance, distributed memory object caching system https://memcached.org/ Thomas Heil @@ Source-Makefile: feeds/packages/net/mii-tool/Makefile Package: mii-tool Version: 2016-10-06-115f1af2494ded1fcd21c8419d5e289bc4df380f-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: configure media type using MII commands Maintainer: Stijn Segers Source: mii-tool-2016-10-06-115f1af2494ded1fcd21c8419d5e289bc4df380f.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: The mii-tool command allows you to set or autodetect the media type or mii chipset-based ethernet devices. It traditionally had been distributed in the net-tools package. This is a single distribution optimized for embedded systems and fully automated cross/-sysroot-builds http://net-tools.sourceforge.net/ Stijn Segers @@ Source-Makefile: feeds/packages/net/mikrotik-btest/Makefile Package: mikrotik-btest Version: 0.5.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +librt Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Bandwidth test client for Mikrotik BTest server Maintainer: Roger Pueyo Centelles Source: mikrotik_btest-0.5.1.tar.xz License: GPLv3 LicenseFiles: COPYING Type: ipkg Description: A bandwidth test client compatible with Mikrotik's RouterOS BTest server. https://github.com/kadosch/mikrotik_btest.git Roger Pueyo Centelles @@ Source-Makefile: feeds/packages/net/mini_snmpd/Makefile Package: mini_snmpd Version: 1.4-rc1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +jsonfilter +ubus +procd +ubox Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: A tiny SNMP server for embedded systems Maintainer: Marcin Jurkowski Source: mini_snmpd-1.4-rc1.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: A tiny SNMP server for embedded systems http://troglobit.github.io/mini-snmpd.html Marcin Jurkowski @@ Source-Makefile: feeds/packages/net/miniupnpc/Makefile Package: miniupnpc Submenu: Firewall Version: 2.1.20190408-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libminiupnpc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Lightweight UPnP client Maintainer: Steven Barth Source: miniupnpc-2.1.20190408.tar.gz License: BSD-3c LicenseFiles: LICENSE Type: ipkg Description: Lightweight UPnP client https://miniupnp.tuxfamily.org Steven Barth @@ Package: libminiupnpc Version: 2.1.20190408-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Lightweight UPnP library Maintainer: Steven Barth Source: miniupnpc-2.1.20190408.tar.gz License: BSD-3c LicenseFiles: LICENSE Type: ipkg Description: Lightweight UPnP library https://miniupnp.tuxfamily.org Steven Barth @@ Source-Makefile: feeds/packages/net/miniupnpd/Makefile Package: miniupnpd Submenu: Firewall Version: 2.2.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +iptables +libip4tc +IPV6:libip6tc +IPV6:ip6tables +libuuid +libcap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Lightweight UPnP IGD, NAT-PMP & PCP daemon Maintainer: Source: miniupnpd-2.2.0.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: Lightweight UPnP IGD, NAT-PMP & PCP daemon https://miniupnp.tuxfamily.org/ @@ Source-Makefile: feeds/packages/net/modemmanager/Makefile Build-Depends: glib2/host libxslt/host !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: modemmanager Version: 1.12.10-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libintl-full +glib2 +dbus +ppp +MODEMMANAGER_WITH_MBIM:libmbim +MODEMMANAGER_WITH_QMI:libqmi Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Control utility for any kind of mobile broadband modem Maintainer: Nicholas Smith Source: ModemManager-1.12.10.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: ModemManager is a D-Bus-activated service which allows controlling mobile broadband modems. Add kernel modules for your modems as needed. Select Utilities/usb-modeswitch if needed. https://www.freedesktop.org/wiki/Software/ModemManager Nicholas Smith @@ Config: source "feeds/packages/net/modemmanager/Config.in" @@ Source-Makefile: feeds/packages/net/mosh/Makefile Build-Depends: protobuf/host Package: mosh-client Version: 1.3.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncursesw +libopenssl +protobuf Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Mosh mobile shell (client) Maintainer: Rosen Penev Source: mosh-1.3.2.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: Mosh is a remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. This is a mosh client. https://mosh.org/ Rosen Penev @@ Package: mosh-server Version: 1.3.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncursesw +libopenssl +protobuf Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Mosh mobile shell (server) Maintainer: Rosen Penev Source: mosh-1.3.2.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: Mosh is a remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. This is a mosh server. https://mosh.org/ Rosen Penev @@ Package: mosh-full Version: 1.3.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +mosh-client +mosh-server +perlbase-essential +perlbase-socket +perlbase-xsloader +perlbase-getopt +perlbase-errno +perlbase-config +perlbase-io +perlbase-symbol +perlbase-selectsaver +perlbase-posix +perlbase-autoloader +perlbase-fcntl +perlbase-tie Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Mosh mobile shell (full) Maintainer: Rosen Penev Source: mosh-1.3.2.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: Mosh is a remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. This is a full package with perl wrapper script https://mosh.org/ Rosen Penev @@ Source-Makefile: feeds/packages/net/mosquitto/Makefile Package: mosquitto-ssl Version: 1.6.15-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt +libopenssl +MOSQUITTO_LWS:libwebsockets-openssl Conflicts: Menu-Depends: Provides: mosquitto Build-Variant: ssl Section: net Category: Network Repository: base Title: mosquitto - an MQTT message broker (with SSL support) Maintainer: Karl Palsson Require-User: mosquitto=200:mosquitto=200 Source: mosquitto-1.6.15.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.txt Type: ipkg Description: Mosquitto is an open source (BSD licensed) message broker that implements the MQTT protocol version 3.1 and 3.1.1. MQTT provides a lightweight method of carrying out messaging using a publish/subscribe model. This package also includes some basic support for configuring via UCI This package is built with SSL support. TLS-PSK will be included (in both the client and broker) if OpenSSL is built with TLS-PSK support. http://www.mosquitto.org/ Karl Palsson @@ Config: source "feeds/packages/net/mosquitto/Config.in" @@ Package: mosquitto-nossl Version: 1.6.15-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt Conflicts: Menu-Depends: Provides: mosquitto Build-Variant: nossl Section: net Category: Network Repository: base Title: mosquitto - an MQTT message broker (without SSL support) Maintainer: Karl Palsson Require-User: mosquitto=200:mosquitto=200 Source: mosquitto-1.6.15.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.txt Type: ipkg Description: Mosquitto is an open source (BSD licensed) message broker that implements the MQTT protocol version 3.1 and 3.1.1. MQTT provides a lightweight method of carrying out messaging using a publish/subscribe model. This package also includes some basic support for configuring via UCI This package is built WITHOUT SSL support. http://www.mosquitto.org/ Karl Palsson @@ Package: libmosquitto-ssl Version: 1.6.15-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +librt +libcares +libopenssl Conflicts: Menu-Depends: Provides: libmosquitto Build-Variant: ssl Section: libs Category: Libraries Repository: base Title: mosquitto - client library (With SSL Support) Maintainer: Karl Palsson Require-User: mosquitto=200:mosquitto=200 Source: mosquitto-1.6.15.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.txt Type: ipkg Description: Library required for mosquitto's command line client tools, also for use by any third party software that wants to communicate with a mosquitto server. Should be useable for communicating with any MQTT v3.1/3.1.1 compatible server, such as IBM's RSMB, in addition to Mosquitto This package is built with SSL support http://www.mosquitto.org/ Karl Palsson @@ Package: libmosquitto-nossl Version: 1.6.15-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +librt +libcares Conflicts: Menu-Depends: Provides: libmosquitto Build-Variant: nossl Section: libs Category: Libraries Repository: base Title: mosquitto - client library (Without SSL Support) Maintainer: Karl Palsson Require-User: mosquitto=200:mosquitto=200 Source: mosquitto-1.6.15.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.txt Type: ipkg Description: Library required for mosquitto's command line client tools, also for use by any third party software that wants to communicate with a mosquitto server. Should be useable for communicating with any MQTT v3.1/3.1.1 compatible server, such as IBM's RSMB, in addition to Mosquitto This package is built without SSL support http://www.mosquitto.org/ Karl Palsson @@ Package: libmosquittopp Version: 1.6.15-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libmosquitto +libstdcpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: mosquitto - client c++ library Maintainer: Source: mosquitto-1.6.15.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.txt Type: ipkg Description: C++ Library wrapper for libmosquitto. @@ Package: mosquitto-client-ssl Version: 1.6.15-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt +libcares +libmosquitto-ssl Conflicts: Menu-Depends: Provides: mosquitto-client Build-Variant: ssl Section: net Category: Network Repository: base Title: mosquitto - client tools (With SSL support) Maintainer: Karl Palsson Require-User: mosquitto=200:mosquitto=200 Source: mosquitto-1.6.15.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.txt Type: ipkg Description: Command line client tools for publishing messages to MQTT servers and subscribing to topics. This package is built with SSL support http://www.mosquitto.org/ Karl Palsson @@ Package: mosquitto-client-nossl Version: 1.6.15-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt +libcares +libmosquitto-nossl Conflicts: Menu-Depends: Provides: mosquitto-client Build-Variant: nossl Section: net Category: Network Repository: base Title: mosquitto - client tools (Without SSL support) Maintainer: Karl Palsson Require-User: mosquitto=200:mosquitto=200 Source: mosquitto-1.6.15.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE.txt Type: ipkg Description: Command line client tools for publishing messages to MQTT servers and subscribing to topics. This package is built without SSL support http://www.mosquitto.org/ Karl Palsson @@ Source-Makefile: feeds/packages/net/mrmctl/Makefile Package: mrmctl Submenu: Routing and Redirection Version: 1.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-macremapper Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Dual-Channel WiFi macremapper utility Maintainer: Carey Sonsino Source: macremapper-1.1.0.tar.gz License: Apache-2.0 LicenseFiles: userland/COPYING Type: ipkg Description: Command-line utility to manually manipulate the macremapper kernel module https://www.edgewaterwireless.com Carey Sonsino @@ Source-Makefile: feeds/packages/net/mtr/Makefile Package: mtr Version: 0.93-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Full screen ncurses traceroute tool Maintainer: Jonathan McCrohan Source: mtr-0.93.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool. As mtr starts, it investigates the network connection between the host mtr runs on and a user-specified destination host. After it determines the address of each network hop between the machines, it sends a sequence ICMP ECHO requests to each one to determine the quality of the link to each machine. As it does this, it prints running statistics about each machine. https://www.bitwizard.nl/mtr/ Jonathan McCrohan @@ Source-Makefile: feeds/packages/net/mwan3/Makefile Package: mwan3 Submenu: Routing and Redirection Version: 2.8.16-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +rpcd +ip +ipset +iptables +iptables-mod-conntrack-extra +iptables-mod-ipopt +jshn Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Multiwan hotplug script with connection tracking support Maintainer: Florian Eckert Source: License: GPL-2.0 Type: ipkg Description: Hotplug script which makes configuration of multiple WAN interfaces simple and manageable. With loadbalancing/failover support for up to 250 wan interfaces, connection tracking and an easy to manage traffic ruleset. Florian Eckert @@ Source-Makefile: feeds/packages/net/nbd/Makefile Build-Depends: glib2 gettext Package: nbd Version: 3.19-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-nbd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Network Block Device utilities Maintainer: Marcin Jurkowski Source: nbd-3.19.tar.xz License: GPL-2.0-or-later Type: ipkg Description: This package contains the network block device client. http://nbd.sourceforge.net Marcin Jurkowski @@ Package: nbd-server Version: 3.19-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +glib2 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Network Block Device Server Maintainer: Marcin Jurkowski Source: nbd-3.19.tar.xz License: GPL-2.0-or-later Type: ipkg Description: This package contains the network block device server. http://nbd.sourceforge.net Marcin Jurkowski @@ Source-Makefile: feeds/packages/net/ncp/Makefile Build-Depends: libowfat Package: ncp Version: 1.2.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: copy files over the network Maintainer: Andreas Shimokawa Source: ncp-1.2.4.tar.bz2 License: FREE Type: ipkg Description: copy files over the network https://www.fefe.de/ncp/ Andreas Shimokawa @@ Source-Makefile: feeds/packages/net/net-snmp/Makefile Package: libnetsnmp Version: 5.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libnl-tiny +libpci Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Open source SNMP implementation (libraries) Maintainer: Stijn Tintel Source: net-snmp-5.8.tar.gz License: MIT BSD-3-Clause-Clear Type: ipkg Description: Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (eg. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. . This package contains shared libraries, needed by other programs. http://www.net-snmp.org/ Stijn Tintel @@ Package: snmp-mibs Version: 5.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Open source SNMP implementation (MIB-files) Maintainer: Stijn Tintel Source: net-snmp-5.8.tar.gz License: MIT BSD-3-Clause-Clear Type: ipkg Description: Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (eg. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. . This package contains SNMP MIB-Files. http://www.net-snmp.org/ Stijn Tintel @@ Package: snmp-utils Version: 5.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libnetsnmp Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Open source SNMP implementation (utilities) Maintainer: Stijn Tintel Source: net-snmp-5.8.tar.gz License: MIT BSD-3-Clause-Clear Type: ipkg Description: Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (eg. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. . This package contains SNMP client utilities: - snmpget - snmpset - snmpstatus - snmptest - snmptrap - snmpwalk http://www.net-snmp.org/ Stijn Tintel @@ Package: snmpd Version: 5.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libnetsnmp Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Open source SNMP implementation (daemon) Maintainer: Stijn Tintel Source: net-snmp-5.8.tar.gz License: MIT BSD-3-Clause-Clear Type: ipkg Description: Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (eg. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. . This package contains the SNMP agent, dynamically linked. http://www.net-snmp.org/ Stijn Tintel @@ Package: snmpd-static Version: 5.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +snmpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Open source SNMP implementation (daemon) Maintainer: Stijn Tintel Source: net-snmp-5.8.tar.gz License: MIT BSD-3-Clause-Clear Type: ipkg Description: Open source SNMP implementation (daemon) http://www.net-snmp.org/ Stijn Tintel @@ Package: snmptrapd Version: 5.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libnetsnmp Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Open source SNMP implementation (notification receiver) Maintainer: Stijn Tintel Source: net-snmp-5.8.tar.gz License: MIT BSD-3-Clause-Clear Type: ipkg Description: Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (eg. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. . This package contains the SNMP notification receiver. http://www.net-snmp.org/ Stijn Tintel @@ Source-Makefile: feeds/packages/net/netatalk/Makefile Build-Depends: libevent2 Package: netatalk Submenu: Filesystem Version: 3.1.12-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libattr +libdb47 +libgcrypt +libopenssl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: netatalk Maintainer: Alexandru Ardelean Source: netatalk-3.1.12.tar.bz2 Type: ipkg Description: netatalk http://netatalk.sourceforge.net Alexandru Ardelean @@ Source-Makefile: feeds/packages/net/netcat/Makefile Package: netcat Version: 0.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: A feature-rich network debugging and exploration tool. Maintainer: Adam Gensler Source: netcat-0.7.1.tar.bz2 License: GPL-2.0 Type: ipkg Description: Netcat is a featured networking utility which reads and writes data across network connections, using the TCP/IP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities. http://netcat.sourceforge.net/ Adam Gensler @@ Source-Makefile: feeds/packages/net/netdiscover/Makefile Package: netdiscover Version: 0.3-pre-beta7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcap +libnet-1.2.x +libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: An active/passive address reconnaissance tool Maintainer: Mislav Novakovic Source: netdiscover-0.3-pre-beta7-LINUXONLY.tar.gz License: GPL-2.0 Type: ipkg Description: An active/passive address reconnaissance tool https://sourceforge.net/projects/netdiscover Mislav Novakovic @@ Source-Makefile: feeds/packages/net/netifyd/Makefile Package: netifyd Version: 2019-06-06-v2.88-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libcurl +libmnl +libnetfilter-conntrack +libjson-c +libpcap +zlib +libpthread @!USE_UCLIBC +libstdcpp Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Netify Agent Maintainer: Darryl Sokoloski Source: netifyd-2019-06-06-v2.88.tar.xz License: GPL-3.0-or-later Type: ipkg Description: The Netify Agent is a deep-packet inspection server which detects network protocols and applications. These detections can be saved locally, served over a UNIX or TCP socket, and/or "pushed" (via HTTP POSTs) to a remote third-party server. Flow metadata, network statistics, and detection classifications are JSON encoded for easy consumption by third-party applications. http://www.netify.ai/ Darryl Sokoloski @@ Source-Makefile: feeds/packages/net/netperf/Makefile Package: netperf Version: 2.7.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Network performance measurement tool Maintainer: Toke Høiland-Jørgensen Source: netperf-2.7.0.tar.bz2 License: Custom Type: ipkg Description: Network performance measurement tool http://www.netperf.org/ Toke Høiland-Jørgensen @@ Source-Makefile: feeds/packages/net/nextdns/Makefile Build-Depends: golang/host Package: nextdns Version: 1.35.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) +ca-bundle Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: NextDNS DNS over HTTPS Proxy Maintainer: Olivier Poitrey Source: nextdns-1.35.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Official NextDNS DNS over HTTPS Proxy. https://github.com/nextdns/nextdns Olivier Poitrey @@ Package: golang-github-nextdns-nextdns-dev Submenu: Go Version: 1.35.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) +ca-bundle Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: NextDNS DNS over HTTPS Proxy (source files) Maintainer: Olivier Poitrey Source: nextdns-1.35.0.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Official NextDNS DNS over HTTPS Proxy. This package provides the source files for the client/bridge program. https://github.com/nextdns/nextdns Olivier Poitrey @@ Source-Makefile: feeds/packages/net/nfs-kernel-server/Makefile Build-Depends: nfs-kernel-server/host libevent2 Build-Depends/host: libtirpc/host Build-Types: host Package: nfs-utils Submenu: Filesystem Version: 2.3.4-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libwrap +libblkid +libuuid +libtirpc +NFS_KERNEL_SERVER_V4:libkeyutils +NFS_KERNEL_SERVER_V4:libdevmapper Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: updated mount utility (includes nfs4) Maintainer: Peter Wagner Source: nfs-utils-2.3.4.tar.xz Type: ipkg Description: Updated mount.nfs command - allows mounting nfs4 volumes http://nfs.sourceforge.net/ Peter Wagner @@ Package: nfs-utils-libs Submenu: Filesystem Version: 2.3.4-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libwrap +libblkid +libuuid +libtirpc +NFS_KERNEL_SERVER_V4:libkeyutils +NFS_KERNEL_SERVER_V4:libdevmapper Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: libraries provided by nfs-utils Maintainer: Peter Wagner Source: nfs-utils-2.3.4.tar.xz Type: ipkg Description: Libraries provided by nfs-utils http://nfs.sourceforge.net/ Peter Wagner @@ Package: nfs-kernel-server Submenu: Filesystem Version: 2.3.4-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libwrap +libblkid +libuuid +libtirpc +kmod-fs-nfsd +kmod-fs-nfs +NFS_KERNEL_SERVER_V4:kmod-fs-nfs-v4 +rpcbind +NFS_KERNEL_SERVER_V4:nfs-utils-libs +NFS_KERNEL_SERVER_V4:libkeyutils +NFS_KERNEL_SERVER_V4:libdevmapper Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Kernel NFS server support Maintainer: Peter Wagner Require-User: nfs:nfs Source: nfs-utils-2.3.4.tar.xz Type: ipkg Description: Kernel NFS server support http://nfs.sourceforge.net/ Peter Wagner @@ Config: source "feeds/packages/net/nfs-kernel-server/Config.in" @@ Package: nfs-kernel-server-utils Submenu: Filesystem Version: 2.3.4-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nfs-kernel-server Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: NFS server utils Maintainer: Peter Wagner Source: nfs-utils-2.3.4.tar.xz Type: ipkg Description: NFS server utils http://nfs.sourceforge.net/ Peter Wagner @@ Source-Makefile: feeds/packages/net/nft-qos/Makefile Package: nft-qos Version: 1.0.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +nftables +kmod-nft-netdev +kmod-nft-bridge Conflicts: Menu-Depends: Provides: Section: utils Category: Base system Repository: base Title: QoS scripts over nftables Maintainer: Rosy Song Source: License: GPL-2.0 Type: ipkg Description: This package provides implementation for qos over nftables. Currently, static/dynamic qos and traffic shaping are supported. Rosy Song @@ Source-Makefile: feeds/packages/net/nginx/Makefile Package: nginx Submenu: Web Servers/Proxies Version: 1.17.7-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +NGINX_PCRE:libpcre +NGINX_SSL:libopenssl +NGINX_HTTP_GZIP:zlib +NGINX_LUA:liblua +libpthread +NGINX_DAV:libxml2 +NGINX_UBUS:libubus +NGINX_UBUS:libblobmsg-json +NGINX_UBUS:libjson-c Conflicts: Menu-Depends: Provides: Build-Variant: no-ssl Section: net Category: Network Repository: base Title: Nginx web server Maintainer: Thomas Heil Ansuel Smith Source: nginx-1.17.7.tar.gz License: 2-clause BSD-like license Type: ipkg Description: nginx is an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoev. (Some module require SSL module enable to show up in config menu) http://nginx.org/ Thomas Heil Ansuel Smith @@ Config: source "feeds/packages/net/nginx/Config.in" @@ Package: nginx-ssl Submenu: Web Servers/Proxies Version: 1.17.7-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +NGINX_PCRE:libpcre +NGINX_SSL:libopenssl +NGINX_HTTP_GZIP:zlib +NGINX_LUA:liblua +libpthread +NGINX_DAV:libxml2 +NGINX_UBUS:libubus +NGINX_UBUS:libblobmsg-json +NGINX_UBUS:libjson-c +libopenssl Conflicts: Menu-Depends: Provides: nginx Build-Variant: ssl Section: net Category: Network Repository: base Title: Nginx web server with SSL support Maintainer: Thomas Heil Ansuel Smith Source: nginx-1.17.7.tar.gz License: 2-clause BSD-like license Type: ipkg Description: nginx is an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoev. (Some module require SSL module enable to show up in config menu) This variant is compiled with SSL support enabled. To enable additional module select them in the nginx default configuration menu. http://nginx.org/ Thomas Heil Ansuel Smith @@ Config: source "feeds/packages/net/nginx/Config_ssl.in" @@ Package: nginx-all-module Submenu: Web Servers/Proxies Version: 1.17.7-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcre +libopenssl +zlib +liblua +libpthread +libxml2 +libubus +libblobmsg-json +libjson-c Conflicts: Menu-Depends: Provides: nginx Build-Variant: all-module Section: net Category: Network Repository: base Title: Nginx web server with ALL module selected Maintainer: Thomas Heil Ansuel Smith Source: nginx-1.17.7.tar.gz License: 2-clause BSD-like license Type: ipkg Description: nginx is an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoev. (Some module require SSL module enable to show up in config menu) This variant is compiled with ALL module selected. http://nginx.org/ Thomas Heil Ansuel Smith @@ Package: nginx-mod-luci Submenu: Web Servers/Proxies Version: 1.17.7-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +uwsgi +uwsgi-luci-support +nginx Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Support file for Nginx Maintainer: Thomas Heil Ansuel Smith Source: nginx-1.17.7.tar.gz License: 2-clause BSD-like license Type: ipkg Description: Support file for LuCI in nginx. Include custom nginx configuration, autostart script for uwsgi. http://nginx.org/ Thomas Heil Ansuel Smith @@ Package: nginx-mod-luci-ssl Submenu: Web Servers/Proxies Version: 1.17.7-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +uwsgi +uwsgi-luci-support +nginx-ssl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Support file for Nginx with HTTPS support Maintainer: Thomas Heil Ansuel Smith Source: nginx-1.17.7.tar.gz License: 2-clause BSD-like license Type: ipkg Description: This also include redirect from http to https and cert autogeneration. http://nginx.org/ Thomas Heil Ansuel Smith @@ Source-Makefile: feeds/packages/net/ngircd/Makefile Package: ngircd Submenu: Instant Messaging Version: 25-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +libopenssl Conflicts: Menu-Depends: Provides: Build-Variant: ssl Section: net Category: Network Repository: base Title: Next Generation IRC Server (with OpenSSL support) Maintainer: Source: ngircd-25.tar.xz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: ngIRCd is an Open Source server for the Internet Relay Chat (IRC), which is developed and published under the terms of the GNU General Public Licence. ngIRCd means "next generation IRC daemon", it's written from scratch and not deduced from the "grandfather of IRC daemons", the daemon of the IRCNet. This package is built with OpenSSL support. https://ngircd.barton.de @@ Package: ngircd-nossl Submenu: Instant Messaging Version: 25-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib Conflicts: Menu-Depends: Provides: Build-Variant: nossl Section: net Category: Network Repository: base Title: Next Generation IRC Server (without OpenSSL support) Maintainer: Source: ngircd-25.tar.xz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: ngIRCd is an Open Source server for the Internet Relay Chat (IRC), which is developed and published under the terms of the GNU General Public Licence. ngIRCd means "next generation IRC daemon", it's written from scratch and not deduced from the "grandfather of IRC daemons", the daemon of the IRCNet. This package is built without OpenSSL support. https://ngircd.barton.de @@ Source-Makefile: feeds/packages/net/nlbwmon/Makefile Package: nlbwmon Version: 2020-04-11.1-34a188769750927d839ad27fbfc90c973fe7bb06-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libubox +libnl-tiny +zlib +kmod-nf-conntrack-netlink Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: OpenWrt Traffic Usage Monitor Maintainer: Jo-Philipp Wich Source: nlbwmon-2020-04-11.1-34a188769750927d839ad27fbfc90c973fe7bb06.tar.xz License: ISC LicenseFiles: COPYING Type: ipkg Description: OpenWrt Traffic Usage Monitor Jo-Philipp Wich @@ Source-Makefile: feeds/packages/net/nmap/Makefile Package: nmap Submenu: NMAP Suite Version: 7.70-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcap +libstdcpp +zlib +libpcre Conflicts: Menu-Depends: Provides: Build-Variant: nossl Section: net Category: Network Repository: base Title: Utility for network exploration or security auditing Maintainer: Nuno Goncalves Source: nmap-7.70.tar.bz2 License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Utility for network exploration or security auditing http://nmap.org/ Nuno Goncalves @@ Package: nmap-ssl Submenu: NMAP Suite Version: 7.70-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcap +libstdcpp +zlib +libpcre +libopenssl Conflicts: Menu-Depends: Provides: Build-Variant: ssl Section: net Category: Network Repository: base Title: Nmap (with OpenSSL support) Maintainer: Nuno Goncalves Source: nmap-7.70.tar.bz2 License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Nmap (with OpenSSL support) http://nmap.org/ Nuno Goncalves @@ Package: ncat Submenu: NMAP Suite Version: 7.70-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcap Conflicts: Menu-Depends: Provides: Build-Variant: nossl Section: net Category: Network Repository: base Title: Much-improved reimplementation of Netcat Maintainer: Nuno Goncalves Source: nmap-7.70.tar.bz2 License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Much-improved reimplementation of Netcat http://nmap.org/ Nuno Goncalves @@ Package: ncat-ssl Submenu: NMAP Suite Version: 7.70-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcap +libopenssl Conflicts: Menu-Depends: Provides: Build-Variant: ssl Section: net Category: Network Repository: base Title: Ncat (with OpenSSL support) Maintainer: Nuno Goncalves Source: nmap-7.70.tar.bz2 License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Ncat (with OpenSSL support) http://nmap.org/ Nuno Goncalves @@ Package: nping Submenu: NMAP Suite Version: 7.70-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcap +libpthread +libstdcpp Conflicts: Menu-Depends: Provides: Build-Variant: nossl Section: net Category: Network Repository: base Title: Network packet generation tool / ping utility Maintainer: Nuno Goncalves Source: nmap-7.70.tar.bz2 License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Network packet generation tool / ping utility http://nmap.org/ Nuno Goncalves @@ Package: ndiff Submenu: NMAP Suite Version: 7.70-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python Conflicts: Menu-Depends: Provides: Build-Variant: nossl Section: net Category: Network Repository: base Title: Utility to compare the results of Nmap scans Maintainer: Nuno Goncalves Source: nmap-7.70.tar.bz2 License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Utility to compare the results of Nmap scans http://nmap.org/ Nuno Goncalves @@ Source-Makefile: feeds/packages/net/nsd/Makefile Package: nsd Submenu: IP Addresses and Names Version: 4.2.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl Conflicts: Menu-Depends: Provides: Build-Variant: ssl Section: net Category: Network Repository: base Title: NSD Name Server Daemon (with SSL support) Maintainer: Vasilis Tsiligiannis Source: nsd-4.2.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: NSD is an authoritative only, high performance, simple and open source name server. https://www.nlnetlabs.nl/projects/nsd/ Vasilis Tsiligiannis @@ Package: nsd-nossl Submenu: IP Addresses and Names Version: 4.2.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: nossl Section: net Category: Network Repository: base Title: NSD Name Server Daemon (without SSL support) Maintainer: Vasilis Tsiligiannis Source: nsd-4.2.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: NSD is an authoritative only, high performance, simple and open source name server. https://www.nlnetlabs.nl/projects/nsd/ Vasilis Tsiligiannis @@ Package: nsd-control Submenu: IP Addresses and Names Version: 4.2.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: NSD Name Server Daemon remote control utility Maintainer: Vasilis Tsiligiannis Source: nsd-4.2.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: NSD is an authoritative only, high performance, simple and open source name server. https://www.nlnetlabs.nl/projects/nsd/ Vasilis Tsiligiannis @@ Package: nsd-control-setup Submenu: IP Addresses and Names Version: 4.2.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +openssl-util Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: NSD Name Server Daemon SSL keys setup script Maintainer: Vasilis Tsiligiannis Source: nsd-4.2.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: NSD is an authoritative only, high performance, simple and open source name server. https://www.nlnetlabs.nl/projects/nsd/ Vasilis Tsiligiannis @@ Source-Makefile: feeds/packages/net/ntpclient/Makefile Package: ntpclient Submenu: Time Synchronization Version: 2015_365-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: NTP (Network Time Protocol) client Maintainer: Ted Hess Source: ntpclient_2015_365.tar.gz License: GPL-2.0 Type: ipkg Description: NTP client for setting system time from NTP servers. http://doolittle.icarus.com/ntpclient/ Ted Hess @@ Source-Makefile: feeds/packages/net/ntpd/Makefile Package: ntpd Submenu: Time Synchronization Version: 4.2.8p15-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libpthread +libcap +libevent2-pthreads +ntp-utils Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ISC ntp server Maintainer: Peter Wagner Require-User: ntp=123:ntp=123 Source: ntp-4.2.8p15.tar.gz License: Unique LicenseFiles: COPYRIGHT html/copyright.html Type: ipkg Description: The ISC ntp suite is a collection of tools used to synchronize the system clock with remote NTP time servers and run/monitor local NTP servers. . This package contains the ntpd server. http://www.ntp.org/ Peter Wagner @@ Package: ntpdate Submenu: Time Synchronization Version: 4.2.8p15-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libpthread +libcap +libevent2-pthreads Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ISC ntp date Maintainer: Peter Wagner Source: ntp-4.2.8p15.tar.gz License: Unique LicenseFiles: COPYRIGHT html/copyright.html Type: ipkg Description: The ISC ntp suite is a collection of tools used to synchronize the system clock with remote NTP time servers and run/monitor local NTP servers. . This package contains ntpdate. http://www.ntp.org/ Peter Wagner @@ Package: ntp-utils Submenu: Time Synchronization Version: 4.2.8p15-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libpthread +libcap +libevent2-pthreads Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ISC ntp utilities Maintainer: Peter Wagner Source: ntp-4.2.8p15.tar.gz License: Unique LicenseFiles: COPYRIGHT html/copyright.html Type: ipkg Description: The ISC ntp suite is a collection of tools used to synchronize the system clock with remote NTP time servers and run/monitor local NTP servers. . This package contains ntpdc, ntpq and ntptime. http://www.ntp.org/ Peter Wagner @@ Package: ntp-keygen Submenu: Time Synchronization Version: 4.2.8p15-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libpthread +libcap +libevent2-pthreads Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ISC ntp keygen Maintainer: Peter Wagner Source: ntp-4.2.8p15.tar.gz License: Unique LicenseFiles: COPYRIGHT html/copyright.html Type: ipkg Description: The ISC ntp suite is a collection of tools used to synchronize the system clock with remote NTP time servers and run/monitor local NTP servers. . This package contains the ntp-keygen. http://www.ntp.org/ Peter Wagner @@ Source-Makefile: feeds/packages/net/ntripcaster/Makefile Package: ntripcaster Submenu: NTRIP Version: 0.1.5-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Standard Ntrip Broadcaster Maintainer: Nuno Goncalves Source: ntripcaster-0.1.5.tar.gz License: GPL-2.0-or-later Type: ipkg Description: BKG Standard Ntrip Broadcaster https://igs.bkg.bund.de/ntrip Nuno Goncalves @@ Source-Makefile: feeds/packages/net/ntripclient/Makefile Package: ntripclient Submenu: NTRIP Version: 1.51-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Ntrip Version 2.0 Command Line Client Maintainer: Nuno Goncalves Source: ntripclient-1.51.tar.gz License: GPL-2.0-or-later Type: ipkg Description: Ntrip Version 2.0 Command Line Client, reading from Ntrip Version 1.0 or 2.0 Caster http://igs.bkg.bund.de/ntrip/download Nuno Goncalves @@ Source-Makefile: feeds/packages/net/ntripserver/Makefile Package: ntripserver Submenu: NTRIP Version: 1.51-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Ntrip Version 2.0 Command Line Server Maintainer: Nuno Goncalves Source: ntripserver-1.51.tar.gz License: GPL-2.0-or-later Type: ipkg Description: Ntrip Version 2.0 Command Line Server, reading from SISNeT Server, TCP/UDP IP Port, Serial port, or NtripCaster to support an Ntrip Version 1.0 or 2.0 Caster http://igs.bkg.bund.de/ntrip/download Nuno Goncalves @@ Source-Makefile: feeds/packages/net/nut/Makefile Package: nut Menu: 1 Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Network UPS Tools (NUT) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. http://www.networkupstools.org/ Daniel Dickinson @@ Config: source "feeds/packages/net/nut/Config.in" @@ Package: nut-common Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +NUT_DRIVER_SNMP:libnetsnmp +NUT_DRIVER_USB:libusb-compat +NUT_SSL:libopenssl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Network UPS Tools (NUT) (common) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. This package contains the common files. http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-server Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-common Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Network UPS Tools (NUT) (server) Maintainer: Daniel Dickinson Require-User: nut=113:nut=113 Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upsd is responsible for serving the data from the drivers to the clients. It connects to each driver and maintains a local cache of the current state. Queries from the clients are served from this cache, so delays are minimal. This program is essential, and must be running at all times to actually make any use out of the drivers and clients. http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-upsmon Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-common Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Network UPS Tools (NUT) (monitor) Maintainer: Daniel Dickinson Require-User: nutmon=114:nutmon=114 Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upsmon is the client process that is responsible for the most important part of UPS monitoring--shutting down the system when the power goes out. It can call out to other helper programs for notification purposes during power events. upsmon can monitor multiple systems using a single process. Every UPS that is defined in the upsmon.conf configuration file is assigned a power value and a type (slave or master). http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-upsmon-sendmail-notify Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-upsmon Conflicts: nut-upssched Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Network UPS Tools (NUT) (upsmon with notifications via sendmail) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upsmon with default notification via sendmail http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-upsc Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-common Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Network UPS Tools (NUT) (upsc command) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upsc is provided as a quick way to poll the status of a UPS server. It can be used inside shell scripts and other programs that need UPS data but do not want to include the full interface. http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-upscmd Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-common Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Network UPS Tools (NUT) (controller) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upscmd allows you to invoke "instant commands" in your UPS hardware. Not all hardware supports this, so check the list with -l to see if anything will work on your equipment. On hardware that supports it, you can use this program to start and stop battery tests, invoke a front panel test (beep!), turn the load on or off, and more. http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-upslog Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-common Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Network UPS Tools (NUT) (logging client) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upslog is a daemon that will poll a UPS at periodic intervals, fetch the variables that interest you, format them, and write them to a file. http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-upsrw Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-common Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Network UPS Tools (NUT) (variable editor) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upsrw allows you to view and change the read/write variables inside your UPS. It sends commands via the upsd to your driver, which configures the hardware for you. The list of variables that allow you to change their values is based on the capabilities of your UPS equipment. Not all models support this feature. Typically, cheaper hardware does not support any of them. http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-upssched Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-common +nut-upsmon Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Network UPS Tools (NUT) (helper for triggering events from upsmon) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upssched was created to allow users to execute programs at times relative to events being monitored by upsmon. The original purpose was to allow for a shutdown to occur after some fixed period on battery, but there are other uses that are possible. You can alternatively write your own script and save some space. http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-web-cgi Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-common +PACKAGE_nut-web-cgi:libgd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Network UPS Tools (NUT) Web CGI interface Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: The CGI programs are clients that run through your web server. They allow you to see UPS status and perform certain administrative commands from any web browser. Javascript and cookies are not required. http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-avahi-service Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +avahi-daemon Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Network UPS Tools (NUT) (Avahi service) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: This package contains the service definition for announcing the attached UPS via mDNS/DNS-SD. http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-al175 Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: al175 (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Eltek UPS models with AL175 alarm module http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-bcmxcp Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: bcmxcp (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for UPSes supporting the serial BCM/XCP protocol http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-belkin Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: belkin (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Belkin serial UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-belkinunv Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: belkinunv (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Belkin "Universal UPS" and compatible http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-bestfcom Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: bestfcom (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Best Power Fortress/Ferrups http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-bestfortress Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: bestfortress (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for old Best Fortress UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-bestuferrups Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: bestuferrups (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Best Power Micro-Ferrups http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-bestups Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: bestups (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Best Power / SOLA (Phoenixtec protocol) UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-dummy-ups Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: dummy-ups (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for multi-purpose UPS emulation http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-etapro Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: etapro (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for ETA UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-everups Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: everups (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Ever UPS models http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-gamatronic Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: gamatronic (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Gamatronic UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-genericups Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: genericups (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for contact-closure UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-isbmex Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: isbmex (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for ISBMEX UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-liebert Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: liebert (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Liebert contact-closure UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-liebert-esp2 Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: liebert-esp2 (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Liebert UPS http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-masterguard Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: masterguard (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Masterguard UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-metasys Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: metasys (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Meta System UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-oldmge-shut Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: oldmge-shut (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for SHUT Protocol UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-mge-utalk Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: mge-utalk (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for MGE UPS SYSTEMS UTalk protocol equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-microdowell Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: microdowell (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Microdowell Enterprise UPS series http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-mge-shut Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: mge-shut (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for SHUT Protocol UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-oneac Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: oneac (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Oneac UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-optiups Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: optiups (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Opti-UPS (Viewsonic) UPS and Zinto D (ONLINE-USV) equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-powercom Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: powercom (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for serial Powercom/Trust/Advice UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-rhino Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: rhino (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Brazilian Microsol RHINO UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-safenet Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: safenet (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for SafeNet compatible UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-solis Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: solis (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Brazilian Microsol SOLIS UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-tripplite Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: tripplite (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Tripp-Lite SmartPro UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-tripplitesu Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: tripplitesu (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Tripp-Lite SmartOnline (SU) UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-upscode2 Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: upscode2 (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for UPScode II compatible UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-victronups Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: victronups (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for IMV/Victron UPS unit Match http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-powerpanel Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: powerpanel (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for PowerPanel Plus compatible UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-blazer_ser Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: blazer_ser (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Megatec/Q1 protocol serial based UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-clone Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: clone (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: UPS driver clone http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-ivtscd Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ivtscd (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for the IVT Solar Controller Device http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-apcsmart Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: apcsmart (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for American Power Conversion Smart Protocol UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-apcsmart-old Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: apcsmart-old (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for American Power Conversion Smart Protocol UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-apcupsd-ups Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: apcupsd-ups (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for apcupsd client access http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-riello_ser Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SERIAL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: riello_ser (NUT serial driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Riello UPS Protocol UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-snmp-ups Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_SNMP Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: snmp-ups (NUT snmp driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Multi-MIB Driver for SNMP UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-usbhid-ups Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_USB Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: usbhid-ups (NUT usb driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for USB/HID UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-bcmxcp_usb Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_USB Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: bcmxcp_usb (NUT usb driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Experimental driver for UPSes supporting the BCM/XCP protocol over USB http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-tripplite_usb Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_USB Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: tripplite_usb (NUT usb driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for older Tripp Lite USB UPSes (not PDC HID) http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-blazer_usb Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_USB Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: blazer_usb (NUT usb driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Megatec/Q1 protocol USB based UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-richcomm_usb Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_USB Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: richcomm_usb (NUT usb driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for UPS equipment using Richcomm dry-contact to USB solution http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-riello_usb Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_USB Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: riello_usb (NUT usb driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Riello UPS Protocol UPS equipment via USB http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-nutdrv_atcl_usb Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_USB Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: nutdrv_atcl_usb (NUT usb driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for ATCL FOR UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Package: nut-driver-nutdrv_qx Version: 2.7.4-22 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread nut +nut-server @NUT_DRIVER_USB Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: nutdrv_qx (NUT usb driver) Maintainer: Daniel Dickinson Source: nut-2.7.4.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl LicenseFiles: LICENSE-GPL2 LICENSE-GPL3 COPYING Type: ipkg Description: Driver for Q* protocol serial and USB based UPS equipment http://www.networkupstools.org/ Daniel Dickinson @@ Source-Makefile: feeds/packages/net/obfs4proxy/Makefile Build-Depends: golang/host Package: obfs4proxy Version: 0.0.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: A Tor pluggable transport proxy, implementing obfs4 Maintainer: Jeffery To Source: obfs4-obfs4proxy-0.0.11.tar.bz2 License: BSD-2-Clause LicenseFiles: LICENSE Type: ipkg Description: obfs4proxy is a tool that attempts to circumvent censorship by transforming the Tor traffic between the client and the bridge. This way censors, who usually monitor traffic between the client and the bridge, will see innocent-looking transformed traffic instead of the actual Tor traffic. obfs4proxy implements the obfsucation protocols obfs2, obfs3, and obfs4. It is written in Go and is compliant with the Tor pluggable transports specification, and its modular architecture allows it to support multiple pluggable transports. This package contains both the client and the bridge in a single program. https://gitlab.com/yawning/obfs4 Jeffery To @@ Package: golang-gitlab-yawning-obfs4-dev Submenu: Go Version: 0.0.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: A Tor pluggable transport proxy, implementing obfs4 (source files) Maintainer: Jeffery To Source: obfs4-obfs4proxy-0.0.11.tar.bz2 License: BSD-2-Clause LicenseFiles: LICENSE Type: ipkg Description: obfs4proxy is a tool that attempts to circumvent censorship by transforming the Tor traffic between the client and the bridge. This way censors, who usually monitor traffic between the client and the bridge, will see innocent-looking transformed traffic instead of the actual Tor traffic. obfs4proxy implements the obfsucation protocols obfs2, obfs3, and obfs4. It is written in Go and is compliant with the Tor pluggable transports specification, and its modular architecture allows it to support multiple pluggable transports. This package provides the source files for the client/bridge program. https://gitlab.com/yawning/obfs4 Jeffery To @@ Source-Makefile: feeds/packages/net/obfsproxy/Makefile Package: obfsproxy Version: 0.2.13-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python-light +python-crypto +python-pyptlib +python-setuptools +python-twisted +python-yaml Conflicts: Menu-Depends: Provides: Build-Variant: python Section: net Category: Network Repository: base Title: A pluggable transport proxy written in Python Maintainer: Jeffery To Source: obfsproxy-0.2.13.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: obfsproxy is a tool that attempts to circumvent censorship, by transforming the Tor traffic between the client and the bridge. This way, censors, who usually monitor traffic between the client and the bridge, will see innocent-looking transformed traffic instead of the actual Tor traffic. https://gitweb.torproject.org/pluggable-transports/obfsproxy.git/ Jeffery To @@ Package: obfsproxy-src Version: 0.2.13-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python Section: net Category: Network Repository: base Title: A pluggable transport proxy written in Python (sources) Maintainer: Jeffery To Source: obfsproxy-0.2.13.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: obfsproxy is a tool that attempts to circumvent censorship, by transforming the Tor traffic between the client and the bridge. This way, censors, who usually monitor traffic between the client and the bridge, will see innocent-looking transformed traffic instead of the actual Tor traffic.. (Contains the Python sources for this package). https://gitweb.torproject.org/pluggable-transports/obfsproxy.git/ Jeffery To @@ Source-Makefile: feeds/packages/net/ocserv/Makefile Package: ocserv Submenu: VPN Version: 1.1.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +OCSERV_RADIUS:libradcli +OCSERV_HTTP_PARSER:libhttp-parser +OCSERV_SECCOMP:libseccomp +libgnutls +certtool +libncurses +libreadline +OCSERV_PAM:libpam +OCSERV_PROTOBUF:libprotobuf-c +libev +kmod-tun Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: OpenConnect VPN server Maintainer: Nikos Mavrogiannopoulos Require-User: ocserv=72:ocserv=72 Source: ocserv-1.1.1.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: OpenConnect server (ocserv) is an SSL VPN server. Its purpose is to be a secure, small, fast and configurable VPN server. It implements the OpenConnect SSL VPN protocol, and has also (currently experimental) compatibility with clients using the AnyConnect SSL VPN protocol. The OpenConnect VPN protocol uses the standard IETF security protocols such as TLS 1.2, and Datagram TLS to provide the secure VPN service. http://www.infradead.org/ocserv/ Nikos Mavrogiannopoulos @@ Config: source "feeds/packages/net/ocserv/Config.in" @@ Source-Makefile: feeds/packages/net/ola/Makefile Build-Depends: ola/host libtool gettext libiconv libtool gettext libiconv Build-Depends/host: protobuf/host Build-Types: host Package: ola Version: 0.10.7-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +protobuf +libftdi1 +libusb-1.0 +libuuid +libstdcpp +libpthread +librt +zlib +libncurses +liblo +libmicrohttpd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Open Lighting Architecture Daemon Maintainer: Christian Beier Source: ola-0.10.7.tar.gz License: LGPL-2.1-or-later Type: ipkg Description: OLA (Open Lighting Architecture) is a framework that allows applications to send and receive DMX512, using various hardware devices and 'DMX over IP' protocols. It enables software controllers talk to DMX hardware. https://www.openlighting.org/ Christian Beier @@ Source-Makefile: feeds/packages/net/oor/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: oor Version: 1.3.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt +confuse +kmod-tun +uci @IPV6 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Open Overlay Router Maintainer: Albert Lopez Source: oor-1.3.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: This packet provides support for the Locator-ID Separation Protocol, VXLAN-GPE. https://github.com/OpenOverlayRouter Albert Lopez @@ Source-Makefile: feeds/packages/net/openconnect/Makefile Package: openconnect Submenu: VPN Version: 8.10-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libxml2 +kmod-tun +resolveip +vpnc-scripts +OPENCONNECT_OPENSSL:libopenssl +OPENCONNECT_OPENSSL:p11-kit +OPENCONNECT_OPENSSL:libp11 +OPENCONNECT_GNUTLS:libgnutls +OPENCONNECT_GNUTLS:libtasn1 +OPENCONNECT_STOKEN:libstoken Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: OpenConnect VPN client (Cisco AnyConnect and Juniper/Pulse compatible) Maintainer: Nikos Mavrogiannopoulos Source: openconnect-8.10.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING.LGPL Type: ipkg Description: A VPN client compatible with several SSL VPN implementations (ocserv, Cisco AnyConnect, Juniper, Palo Alto) OpenConnect is an SSL VPN client initially created to support Cisco's AnyConnect SSL VPN. It has since been extended to support the Pulse Connect Secure VPN (formerly known as Juniper Network Connect or Junos Pulse) and the Palo Alto Networks GlobalProtect SSL VPN. A corresponding OpenConnect VPN server implementation can be found in the ocserv package. https://www.infradead.org/openconnect/ Nikos Mavrogiannopoulos @@ Config: source "feeds/packages/net/openconnect/Config.in" @@ Source-Makefile: feeds/packages/net/opennhrp/Makefile Package: opennhrp Submenu: VPN Version: 0.14.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libcares +ipsec-tools +ip +kmod-gre Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: NBMA Next Hop Resolution Protocol Maintainer: Artem Makhutov Source: opennhrp-0.14.1.tar.bz2 License: MIT License Type: ipkg Kernel-Config: CONFIG_ARPD=y Description: OpenNHRP implements NBMA Next Hop Resolution Protocol (as defined in RFC 2332). It makes it possible to create dynamic multipoint VPN Linux router using NHRP, GRE and IPsec. It aims to be Cisco DMVPN compatible. http://opennhrp.sourceforge.net/ Artem Makhutov @@ Source-Makefile: feeds/packages/net/openssh/Makefile Package: openssh-client Submenu: SSH Version: 8.0p1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +zlib Conflicts: Menu-Depends: Provides: Build-Variant: without-pam Section: net Category: Network Repository: base Title: OpenSSH client Maintainer: Peter Wagner Source: openssh-8.0p1.tar.gz License: BSD ISC LicenseFiles: LICENCE Type: ipkg Description: OpenSSH client. http://www.openssh.com/ Peter Wagner @@ Package: openssh-moduli Submenu: SSH Version: 8.0p1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +zlib +openssh-keygen Conflicts: Menu-Depends: Provides: Build-Variant: without-pam Section: net Category: Network Repository: base Title: OpenSSH moduli file Maintainer: Peter Wagner Source: openssh-8.0p1.tar.gz License: BSD ISC LicenseFiles: LICENCE Type: ipkg Description: OpenSSH server moduli file. http://www.openssh.com/ Peter Wagner @@ Package: openssh-client-utils Submenu: SSH Version: 8.0p1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +zlib +openssh-client +openssh-keygen Conflicts: Menu-Depends: Provides: Build-Variant: without-pam Section: net Category: Network Repository: base Title: OpenSSH client utilities Maintainer: Peter Wagner Source: openssh-8.0p1.tar.gz License: BSD ISC LicenseFiles: LICENCE Type: ipkg Description: OpenSSH client utilities. http://www.openssh.com/ Peter Wagner @@ Package: openssh-keygen Submenu: SSH Version: 8.0p1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +zlib Conflicts: Menu-Depends: Provides: Build-Variant: without-pam Section: net Category: Network Repository: base Title: OpenSSH keygen Maintainer: Peter Wagner Source: openssh-8.0p1.tar.gz License: BSD ISC LicenseFiles: LICENCE Type: ipkg Description: OpenSSH keygen. http://www.openssh.com/ Peter Wagner @@ Package: openssh-server Submenu: SSH Version: 8.0p1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +zlib +openssh-keygen Conflicts: Menu-Depends: Provides: Build-Variant: without-pam Section: net Category: Network Repository: base Title: OpenSSH server Maintainer: Peter Wagner Require-User: sshd=22:sshd=22 Source: openssh-8.0p1.tar.gz License: BSD ISC LicenseFiles: LICENCE Type: ipkg Description: OpenSSH server. http://www.openssh.com/ Peter Wagner @@ Package: openssh-server-pam Submenu: SSH Version: 8.0p1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +zlib +libpthread +openssh-keygen +libpam Conflicts: Menu-Depends: Provides: Build-Variant: with-pam Section: net Category: Network Repository: base Title: OpenSSH server (with PAM support) Maintainer: Peter Wagner Require-User: sshd=22:sshd=22 Source: openssh-8.0p1.tar.gz License: BSD ISC LicenseFiles: LICENCE Type: ipkg Description: OpenSSH server (with PAM support). http://www.openssh.com/ Peter Wagner @@ Package: openssh-sftp-client Submenu: SSH Version: 8.0p1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +zlib Conflicts: Menu-Depends: Provides: Build-Variant: without-pam Section: net Category: Network Repository: base Title: OpenSSH SFTP client Maintainer: Peter Wagner Source: openssh-8.0p1.tar.gz License: BSD ISC LicenseFiles: LICENCE Type: ipkg Description: OpenSSH SFTP client. http://www.openssh.com/ Peter Wagner @@ Package: openssh-sftp-server Submenu: SSH Version: 8.0p1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +zlib Conflicts: Menu-Depends: Provides: Build-Variant: without-pam Section: net Category: Network Repository: base Title: OpenSSH SFTP server Maintainer: Peter Wagner Source: openssh-8.0p1.tar.gz License: BSD ISC LicenseFiles: LICENCE Type: ipkg Description: OpenSSH SFTP server. http://www.openssh.com/ Peter Wagner @@ Package: openssh-sftp-avahi-service Submenu: SSH Version: 8.0p1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +openssh-sftp-server +avahi-daemon Conflicts: Menu-Depends: Provides: Build-Variant: without-pam Section: net Category: Network Repository: base Title: OpenSSH (SFTP Avahi service) Maintainer: Peter Wagner Source: openssh-8.0p1.tar.gz License: BSD ISC LicenseFiles: LICENCE Type: ipkg Description: This package contains the service definition for announcing SFTP support via mDNS/DNS-SD. http://www.openssh.com/ Peter Wagner @@ Source-Makefile: feeds/packages/net/opentracker/Makefile Build-Depends: libowfat Package: opentracker Submenu: BitTorrent Version: 20180526-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +libpthread Conflicts: Menu-Depends: Provides: Build-Variant: ipv4 Section: net Category: Network Repository: base Title: opentracker Maintainer: Daniel Golle Source: opentracker-20180526.tar.bz2 License: Beerware Type: ipkg Description: opentracker - An open and free bittorrent tracker opentracker is an open and free bittorrent tracker project. It aims for minimal resource usage and is intended to run at your wlan router. Currently it is deployed as an open and free tracker instance. Read our free and open tracker blog and announce your torrents there (but do not hesitate to setup your own free trackers!). This package contains the IPv4-build of opentracker. http://erdgeist.org/arts/software/opentracker/ Daniel Golle @@ Package: opentracker6 Submenu: BitTorrent Version: 20180526-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +libpthread Conflicts: Menu-Depends: Provides: Build-Variant: ipv6 Section: net Category: Network Repository: base Title: opentracker (IPv6 build) Maintainer: Daniel Golle Source: opentracker-20180526.tar.bz2 License: Beerware Type: ipkg Description: opentracker - An open and free bittorrent tracker opentracker is an open and free bittorrent tracker project. It aims for minimal resource usage and is intended to run at your wlan router. Currently it is deployed as an open and free tracker instance. Read our free and open tracker blog and announce your torrents there (but do not hesitate to setup your own free trackers!). This package contains the IPv6-build of opentracker. http://erdgeist.org/arts/software/opentracker/ Daniel Golle @@ Source-Makefile: feeds/packages/net/openvswitch/Makefile Build-Depends: python3/host python-six/host Package: kmod-openvswitch Submenu: Network Support Version: +2.11.6-1 Depends: +kmod-lib-crc32c +kmod-mpls +kmod-nf-nat +IPV6:kmod-nf-nat6 +kmod-nf-conntrack +IPV6:kmod-nf-conntrack6 Conflicts: Menu-Depends: Provides: kmod-openvswitch Section: kernel Category: Kernel modules Title: Open vSwitch kernel datapath (upstream) Maintainer: Yousong Zhou Source: openvswitch-2.11.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Kernel-Config: CONFIG_OPENVSWITCH Description: Open vSwitch kernel datapath (upstream) Yousong Zhou @@ Package: kmod-openvswitch-gre Submenu: Network Support Version: +2.11.6-1 Depends: +kmod-openvswitch +kmod-gre Conflicts: Menu-Depends: Provides: kmod-openvswitch-gre Section: kernel Category: Kernel modules Title: Open vSwitch GRE tunneling support (upstream) Maintainer: Yousong Zhou Source: openvswitch-2.11.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Kernel-Config: CONFIG_OPENVSWITCH_GRE Description: Open vSwitch GRE tunneling support (upstream) Yousong Zhou @@ Package: kmod-openvswitch-vxlan Submenu: Network Support Version: +2.11.6-1 Depends: +kmod-openvswitch +kmod-vxlan Conflicts: Menu-Depends: Provides: kmod-openvswitch-vxlan Section: kernel Category: Kernel modules Title: Open vSwitch VXLAN tunneling support (upstream) Maintainer: Yousong Zhou Source: openvswitch-2.11.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Kernel-Config: CONFIG_OPENVSWITCH_VXLAN Description: Open vSwitch VXLAN tunneling support (upstream) Yousong Zhou @@ Package: kmod-openvswitch-geneve Submenu: Network Support Version: +2.11.6-1 Depends: +kmod-openvswitch +kmod-geneve Conflicts: Menu-Depends: Provides: kmod-openvswitch-geneve Section: kernel Category: Kernel modules Title: Open vSwitch Geneve tunneling support (upstream) Maintainer: Yousong Zhou Source: openvswitch-2.11.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Kernel-Config: CONFIG_OPENVSWITCH_GENEVE Description: Open vSwitch Geneve tunneling support (upstream) Yousong Zhou @@ Package: kmod-openvswitch-intree Submenu: Network Support Version: +2.11.6-1 Depends: +kmod-lib-crc32c +kmod-mpls +kmod-nf-nat +IPV6:kmod-nf-nat6 +kmod-nf-conntrack +IPV6:kmod-nf-conntrack6 +kmod-gre +IPV6:kmod-gre6 @IPV6 @DEVEL Conflicts: Menu-Depends: Provides: kmod-openvswitch Section: kernel Category: Kernel modules Title: Open vSwitch kernel datapath (in tree) Maintainer: Yousong Zhou Source: openvswitch-2.11.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Open vSwitch kernel datapath (in tree) Yousong Zhou @@ Package: kmod-openvswitch-gre-intree Submenu: Network Support Version: +2.11.6-1 Depends: +kmod-openvswitch-intree +kmod-gre @IPV6 @DEVEL Conflicts: Menu-Depends: Provides: kmod-openvswitch-gre Section: kernel Category: Kernel modules Title: Open vSwitch GRE tunneling support (in tree) Maintainer: Yousong Zhou Source: openvswitch-2.11.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Open vSwitch GRE tunneling support (in tree) Yousong Zhou @@ Package: kmod-openvswitch-vxlan-intree Submenu: Network Support Version: +2.11.6-1 Depends: +kmod-openvswitch-intree +kmod-vxlan @IPV6 @DEVEL Conflicts: Menu-Depends: Provides: kmod-openvswitch-vxlan Section: kernel Category: Kernel modules Title: Open vSwitch VXLAN tunneling support (in tree) Maintainer: Yousong Zhou Source: openvswitch-2.11.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Open vSwitch VXLAN tunneling support (in tree) Yousong Zhou @@ Package: kmod-openvswitch-geneve-intree Submenu: Network Support Version: +2.11.6-1 Depends: +kmod-openvswitch-intree +kmod-geneve @IPV6 @DEVEL Conflicts: Menu-Depends: Provides: kmod-openvswitch-geneve Section: kernel Category: Kernel modules Title: Open vSwitch Geneve tunneling support (in tree) Maintainer: Yousong Zhou Source: openvswitch-2.11.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Open vSwitch Geneve tunneling support (in tree) Yousong Zhou @@ Package: kmod-openvswitch-stt-intree Submenu: Network Support Version: +2.11.6-1 Depends: +kmod-openvswitch-intree @IPV6 @DEVEL Conflicts: Menu-Depends: Provides: kmod-openvswitch-stt Section: kernel Category: Kernel modules Title: Open vSwitch STT tunneling support (in tree) Maintainer: Yousong Zhou Source: openvswitch-2.11.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Open vSwitch STT tunneling support (in tree) Yousong Zhou @@ Package: kmod-openvswitch-lisp-intree Submenu: Network Support Version: +2.11.6-1 Depends: +kmod-openvswitch-intree @IPV6 @DEVEL Conflicts: Menu-Depends: Provides: kmod-openvswitch-lisp Section: kernel Category: Kernel modules Title: Open vSwitch LISP tunneling support (in tree) Maintainer: Yousong Zhou Source: openvswitch-2.11.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Open vSwitch LISP tunneling support (in tree) Yousong Zhou @@ Package: openvswitch-libopenvswitch Submenu: Open vSwitch Version: 2.11.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +librt +libatomic +libunbound Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Open vSwitch (libopenvswitch.so) Maintainer: Yousong Zhou Source: openvswitch-2.11.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Hidden: 1 Description: Open vSwitch (libopenvswitch.so) https://www.openvswitch.org Yousong Zhou @@ Package: openvswitch-libofproto Submenu: Open vSwitch Version: 2.11.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt +libatomic +libunbound Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Open vSwitch (libofproto.so libsflow.so) Maintainer: Yousong Zhou Source: openvswitch-2.11.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Hidden: 1 Description: Open vSwitch (libofproto.so libsflow.so) https://www.openvswitch.org Yousong Zhou @@ Package: openvswitch-libovsdb Submenu: Open vSwitch Version: 2.11.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt +libatomic +libunbound Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Open vSwitch (libovsdb.so) Maintainer: Yousong Zhou Source: openvswitch-2.11.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Hidden: 1 Description: Open vSwitch (libovsdb.so) https://www.openvswitch.org Yousong Zhou @@ Package: openvswitch-libovn Submenu: Open vSwitch Version: 2.11.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt +libatomic +libunbound Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Open vSwitch (libovn.so) Maintainer: Yousong Zhou Source: openvswitch-2.11.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Hidden: 1 Description: Open vSwitch (libovn.so) https://www.openvswitch.org Yousong Zhou @@ Package: openvswitch-vswitchd Submenu: Open vSwitch Version: 2.11.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt +openvswitch-libopenvswitch +openvswitch-libofproto +libatomic +libunbound Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Open vSwitch (ovs-vswitchd) Maintainer: Yousong Zhou Source: openvswitch-2.11.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Hidden: 1 Description: Open vSwitch (ovs-vswitchd) https://www.openvswitch.org Yousong Zhou @@ Package: openvswitch-ovsdb Submenu: Open vSwitch Version: 2.11.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt +openvswitch-libopenvswitch +openvswitch-libovsdb +libatomic +libunbound Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Open vSwitch (ovsdb-server) Maintainer: Yousong Zhou Source: openvswitch-2.11.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Hidden: 1 Description: Open vSwitch (ovsdb-server) https://www.openvswitch.org Yousong Zhou @@ Package: openvswitch-common Submenu: Open vSwitch Version: 2.11.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt +openvswitch-libopenvswitch +openvswitch-libofproto +openvswitch-libovsdb +libatomic +libunbound Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Open vSwitch (common files) Maintainer: Yousong Zhou Source: openvswitch-2.11.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Hidden: 1 Description: Open vSwitch (common files) https://www.openvswitch.org Yousong Zhou @@ Package: openvswitch Submenu: Open vSwitch Version: 2.11.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt +coreutils +coreutils-sleep +uuidgen +openvswitch-common +openvswitch-vswitchd +openvswitch-ovsdb +kmod-openvswitch +libatomic +libunbound Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Open vSwitch Maintainer: Yousong Zhou Source: openvswitch-2.11.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Open vSwitch https://www.openvswitch.org Yousong Zhou @@ Package: openvswitch-ovn-common Submenu: Open vSwitch Version: 2.11.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt +openvswitch-common +openvswitch-libopenvswitch +openvswitch-libovn +openvswitch-libovsdb +libatomic +libunbound Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Open Virtual Network (common files) Maintainer: Yousong Zhou Source: openvswitch-2.11.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Hidden: 1 Description: Open Virtual Network (common files) https://www.openvswitch.org Yousong Zhou @@ Package: openvswitch-ovn-north Submenu: Open vSwitch Version: 2.11.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +openvswitch-ovsdb +openvswitch-ovn-common +libatomic +libunbound Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Open Virtual Network (north package) Maintainer: Yousong Zhou Source: openvswitch-2.11.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Open Virtual Network (north package) https://www.openvswitch.org Yousong Zhou @@ Package: openvswitch-ovn-host Submenu: Open vSwitch Version: 2.11.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +openvswitch +openvswitch-ovn-common +libatomic +libunbound Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Open Virtual Network (chassis package) Maintainer: Yousong Zhou Source: openvswitch-2.11.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Open Virtual Network (chassis package) https://www.openvswitch.org Yousong Zhou @@ Package: openvswitch-python Submenu: Open vSwitch Version: 2.11.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_openvswitch-python:python +PACKAGE_openvswitch-python:python-six +libatomic +libunbound Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Open vSwitch (Python library) Maintainer: Yousong Zhou Source: openvswitch-2.11.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Open vSwitch (Python library) https://www.openvswitch.org Yousong Zhou @@ Package: openvswitch-python3 Submenu: Open vSwitch Version: 2.11.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_openvswitch-python3:python3 +PACKAGE_openvswitch-python3:python3-six +libatomic +libunbound Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Open vSwitch (Python3 library) Maintainer: Yousong Zhou Source: openvswitch-2.11.6.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Open vSwitch (Python3 library) https://www.openvswitch.org Yousong Zhou @@ Source-Makefile: feeds/packages/net/p910nd/Makefile Package: p910nd Submenu: Printing Version: 0.97-8 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: A small non-spooling printer server Maintainer: Philipp Kerling Require-User: p910nd=393:lp=7 Source: p910nd-0.97.tar.bz2 License: GPLv2 LicenseFiles: COPYING Type: ipkg Description: p910nd is a small daemon that copies any data received on the port it is listening on to the corresponding printer port. It is primarily intended for diskless Linux hosts running as printer drivers but there is no reason why it could not be used on diskful hosts. Port 9100 is copied to /dev/lp0, 9101 to /dev/lp1 and 9102 to /dev/lp2. The default is port 9100 to /dev/lp0. http://p910nd.sourceforge.net Philipp Kerling @@ Source-Makefile: feeds/packages/net/pagekitec/Makefile Package: pagekitec Version: 0.91.200718C-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpagekite Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Make localhost servers publicly visible. Maintainer: Karl Palsson Source: pagekitec-0.91.200718C.tar.xz License: Apache-2.0 Type: ipkg Description: PageKite is a system for running publicly visible servers (generally web servers) on machines without a direct connection to the Internet, such as mobile devices or computers behind restrictive firewalls. PageKite works around NAT, firewalls and IP-address limitations by using a combination of tunnels and reverse proxies. This package provides an implementation of the PageKite Protocol in C, optimized for high-performance or embedded applications. This package contains a basic backend useful for exposing http/ssh servers. Basic UCI support for configuring this backend is also included. https://pagekite.net/wiki/Floss/LibPageKite/ Karl Palsson @@ Package: libpagekite Version: 0.91.200718C-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libpthread +libev Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Make localhost servers publicly visible. (library) Maintainer: Karl Palsson Source: pagekitec-0.91.200718C.tar.xz License: Apache-2.0 Type: ipkg Description: PageKite is a system for running publicly visible servers (generally web servers) on machines without a direct connection to the Internet, such as mobile devices or computers behind restrictive firewalls. PageKite works around NAT, firewalls and IP-address limitations by using a combination of tunnels and reverse proxies. This package provides an implementation of the PageKite Protocol in C, optimized for high-performance or embedded applications. This package contains the core library https://pagekite.net/wiki/Floss/LibPageKite/ Karl Palsson @@ Source-Makefile: feeds/packages/net/pen/Makefile Package: pen Version: 0.34.1-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Simple TCP load balancer Maintainer: Source: pen-0.34.1.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: This is pen, a load balancer for "simple" TCP based protocols such as HTTP or SMTP. It allows several servers to appear as one to the outside and automatically detects servers that are down and distributes clients among the available servers. This gives high availability and scalable performance. http://siag.nu/pen/ @@ Source-Makefile: feeds/packages/net/phantap/Makefile Package: phantap Version: 2020.02.09-fb3be84b4f4e081c35b7d0caa977bc659c02f8f1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ebtables +libpcap +libnl-tiny +ip-full +kmod-br-netfilter +kmod-ebtables-ipv4 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: PhanTap Maintainer: Diana Dragusin , Etienne Champetier Source: phantap-2020.02.09-fb3be84b4f4e081c35b7d0caa977bc659c02f8f1.tar.xz License: GPL-3.0-only Type: ipkg Description: PhanTap or Phantom tap is a small set of scripts and C code that allow you to setup a network tap that automatically impersonate a victim device, allowing you to access internet using the IP & MAC of the victim. https://github.com/nccgroup/phantap Diana Dragusin , Etienne Champetier @@ Source-Makefile: feeds/packages/net/pingcheck/Makefile Package: pingcheck Version: 2020-02-12-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libubus +libuci Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Check Internet and interface connectivity Maintainer: Bruno Randolf Source: pingcheck-2020-02-12.tar.xz License: GPL-2.0-or-later LicenseFiles: LICENSE Type: ipkg Description: Checks by using "ping" (ICMP echo) or by opening connections to TCP port 80 wether a configured host (normally on the internet) can be reached via a specific interface. Then makes this information available via ubus and triggers "online" and "offline" scripts. https://github.com/br101/pingcheck Bruno Randolf @@ Source-Makefile: feeds/packages/net/pixiewps/Makefile Package: pixiewps Submenu: wireless Version: 1.4.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: An offline WPS bruteforce utility Maintainer: Yousong Zhou Source: pixiewps-1.4.2.tar.xz License: GPL-3.0 LicenseFiles: LICENSE.md Type: ipkg Description: Pixiewps is a tool written in C used to bruteforce offline the WPS PIN exploiting the low or non-existing entropy of some Access Points, the so-called "pixie-dust attack" discovered by Dominique Bongard in summer 2014. It is meant for educational purposes only. https://github.com/wiire-a/pixiewps Yousong Zhou @@ Source-Makefile: feeds/packages/net/polipo/Makefile Package: polipo Submenu: Web Servers/Proxies Version: 1.1.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: A caching web proxy Maintainer: Gabriel Kerneis Source: polipo-1.1.1.tar.gz Type: ipkg Description: Polipo is a small and fast caching web proxy (a web cache, an HTTP proxy, a proxy server). While Polipo was designed to be used by one person or a small group of people, there is nothing that prevents it from being used by a larger group. http://www.pps.univ-paris-diderot.fr/~jch/software/polipo/ Gabriel Kerneis @@ Source-Makefile: feeds/packages/net/port-mirroring/Makefile Package: port-mirroring Menu: 1 Version: 1.4.4-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcap +libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Copy network packets with optional support for TaZmen Sniffer Protocol (TZSP) Maintainer: Mike Maraya Source: port-mirroring-1.4.4.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE Type: ipkg Description: Copy network packets with optional support for TaZmen Sniffer Protocol (TZSP) https://github.com/mmaraya/port-mirroring Mike Maraya @@ Source-Makefile: feeds/packages/net/pppossh/Makefile Package: pppossh Version: 2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ppp +resolveip @(PACKAGE_dropbear||PACKAGE_openssh-client) Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: PPPoSSH (Point-to-Point Protocol over SSH) Maintainer: Yousong Zhou Source: License: GPLv2 Type: ipkg Description: This package adds protocol support for PPP over SSH. The protocol name is 'pppossh' as in netifd interface config option 'proto'. Yousong Zhou @@ Source-Makefile: feeds/packages/net/pptpd/Makefile Package: pptpd Submenu: VPN Version: 1.4.0-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-ppp +kmod-gre +kmod-mppe +ppp Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: PopTop pptp server Maintainer: Source: pptpd-1.4.0.tar.gz Type: ipkg Description: PopTop pptp server http://poptop.sourceforge.net/ @@ Source-Makefile: feeds/packages/net/privoxy/Makefile Package: privoxy Menu: 1 Submenu: Web Servers/Proxies Version: 3.0.28-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +!PRIVOXY_no_pcre:libpcre +!PRIVOXY_no_pthread:libpthread +!PRIVOXY_no_zlib:zlib Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Privoxy WEB Proxy Maintainer: Require-User: privoxy=8118:privoxy=8118 Source: privoxy-3.0.28-stable-src.tar.gz License: GPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: Privoxy WEB Proxy - Homepage: www.privoxy.org http://www.privoxy.org/ @@ Config: help Privoxy is a web proxy with advanced filtering capabilities for protecting privacy, modifying web page content, managing cookies, controlling access, and removing ads, banners, pop-ups and other obnoxious Internet junk. Privoxy has a very flexible configuration and can be customized to suit individual needs and tastes. Privoxy has application for both stand-alone systems and multi-user networks. Run as : privoxy=8118:privoxy=8118 Version: 3.0.28-1 Home : http://www.privoxy.org/ source "feeds/packages/net/privoxy/Config.in" @@ Source-Makefile: feeds/packages/net/prosody/Makefile Build-Depends: lua/host Build-Depends/host: lua/host Package: prosody Submenu: Instant Messaging Version: 0.11.2-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +luafilesystem +libidn +luaexpat +luasec +libopenssl +libidn +liblua +luabitop Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: XMPP server Maintainer: Thomas Heil Require-User: prosody=54:prosody=54 Source: prosody-0.11.2.tar.gz License: MIT/X11 Type: ipkg Description: Prosody is an exciting new server for Jabber/XMPP written in Lua. It aims to be easy to use, and light on resources https://prosody.im/ Thomas Heil @@ Source-Makefile: feeds/packages/net/ptunnel-ng/Makefile Package: ptunnel-ng Version: 1.42-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: PingTunnel [N]ew[G]eneration Maintainer: Toni Uhlig Source: ptunnel-ng-1.42.tar.gz License: BSD-3 LicenseFiles: COPYING Type: ipkg Description: Tunnel TCP connections through ICMP. https://github.com/lnslbrty/ptunnel-ng Toni Uhlig @@ Source-Makefile: feeds/packages/net/quassel-irssi/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: quassel-irssi Submenu: Instant Messaging Version: 2017-11-30-079be662dde374a383646256108a4974c2bc7796-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +irssi +quasselc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: An irssi plugin to connect to quassel core Maintainer: Ben Rosser Source: quassel-irssi-2017-11-30.tar.gz License: GPL-3.0-or-later LicenseFiles: core/COPYING Type: ipkg Description: An irssi plugin that supports connecting to a quassel core. https://github.com/phhusson/quassel-irssi Ben Rosser @@ Source-Makefile: feeds/packages/net/radicale/Makefile Package: radicale-py2 Submenu: Web Servers/Proxies Version: 1.1.6-3 Depends: +python-logging +python-openssl +python-xml +python-codecs Conflicts: Menu-Depends: Provides: Build-Variant: 2 Section: net Category: Network Repository: base Title: Radicale CalDAV/CardDAV server (Python 2) Maintainer: Require-User: radicale=5232:radicale=5232 Source: radicale-1.1.6.tar.xz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: Radicale CalDAV/CardDAV server (Python 2) - Homepage: http://radicale.org/ http://radicale.org/ @@ Config: help The Radicale Project is a CalDAV (calendar) and CardDAV (contact) server. It aims to be a light solution, easy to use, easy to install, easy to configure. As a consequence, it requires few software dependances and is pre-configured to work out-of-the-box. !!! Will install and use Python 2 !!! . Version : 1.1.6 Homepage: http://radicale.org/ @@ Package: radicale-py3 Submenu: Web Servers/Proxies Version: 1.1.6-3 Depends: +python3-logging +python3-openssl +python3-xml +python3-codecs +python3-urllib Conflicts: Menu-Depends: Provides: Build-Variant: 3 Section: net Category: Network Repository: base Title: Radicale CalDAV/CardDAV server (Python 3) Maintainer: Require-User: radicale=5232:radicale=5232 Source: radicale-1.1.6.tar.xz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: Radicale CalDAV/CardDAV server (Python 3) - Homepage: http://radicale.org/ http://radicale.org/ @@ Config: help The Radicale Project is a CalDAV (calendar) and CardDAV (contact) server. It aims to be a light solution, easy to use, easy to install, easy to configure. As a consequence, it requires few software dependances and is pre-configured to work out-of-the-box. !!! Will install and use Python 3 !!! . Version : 1.1.6 Homepage: http://radicale.org/ @@ Source-Makefile: feeds/packages/net/radicale2/Makefile Package: radicale2 Submenu: Web Servers/Proxies Version: 2.1.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3 +python3-dateutil +python3-vobject +python3-setuptools Conflicts: radicale Menu-Depends: Provides: Build-Variant: python3 Section: net Category: Network Repository: base Title: Radicale 2.x CalDAV/CardDAV server Maintainer: Daniel Dickinson Require-User: radicale2=225:radicale2=225 Source: Radicale-2.1.11.tar.gz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: The Radicale Project is a CalDAV (calendar) and CardDAV (contact) server. It aims to be a light solution, easy to use, easy to install, easy to configure. As a consequence, it requires few software dependances and is pre-configured to work out-of-the-box. The Radicale Project runs on most of the UNIX-like platforms (Linux, BSD, MacOS X) and Windows. It is known to work with Evolution, Lightning, iPhone and Android clients. It is free and open-source software, released under GPL version 3. This package contains the python files. Note that md5 encryption of passwords requires passlib, and bcrypt encryption requires passlib + bcrypt. These are not added as hard dependencies as users may be running radicale2 with a web server doing the authentication instead of radicale2. http://radicale.org/ Daniel Dickinson @@ Package: radicale2-src Submenu: Web Servers/Proxies Version: 2.1.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: net Category: Network Repository: base Title: Radicale 2.x CalDAV/CardDAV server (sources) Maintainer: Daniel Dickinson Source: Radicale-2.1.11.tar.gz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: The Radicale Project is a CalDAV (calendar) and CardDAV (contact) server. It aims to be a light solution, easy to use, easy to install, easy to configure. As a consequence, it requires few software dependances and is pre-configured to work out-of-the-box. The Radicale Project runs on most of the UNIX-like platforms (Linux, BSD, MacOS X) and Windows. It is known to work with Evolution, Lightning, iPhone and Android clients. It is free and open-source software, released under GPL version 3. This package contains the python files. Note that md5 encryption of passwords requires passlib, and bcrypt encryption requires passlib + bcrypt. These are not added as hard dependencies as users may be running radicale2 with a web server doing the authentication instead of radicale2. . (Contains the Python3 sources for this package). http://radicale.org/ Daniel Dickinson @@ Package: radicale2-examples Submenu: Web Servers/Proxies Version: 2.1.11-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Radicale v2 example configs Maintainer: Daniel Dickinson Source: Radicale-2.1.11.tar.gz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: The Radicale Project is a CalDAV (calendar) and CardDAV (contact) server. It aims to be a light solution, easy to use, easy to install, easy to configure. As a consequence, it requires few software dependances and is pre-configured to work out-of-the-box. The Radicale Project runs on most of the UNIX-like platforms (Linux, BSD, MacOS X) and Windows. It is known to work with Evolution, Lightning, iPhone and Android clients. It is free and open-source software, released under GPL version 3. . This package contains upstream configs for example purposes. http://radicale.org/ Daniel Dickinson @@ Source-Makefile: feeds/packages/net/radsecproxy/Makefile Package: radsecproxy Version: 1.7.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libpthread +libnettle Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: radsecproxy Maintainer: Toke Høiland-Jørgensen Source: radsecproxy-1.7.2.tar.gz License: BSD-3-CLAUSE LicenseFiles: LICENSE Type: ipkg Description: A generic radius proxy for UDP/TLS (RadSec) https://radsecproxy.github.io/ Toke Høiland-Jørgensen @@ Source-Makefile: feeds/packages/net/ratechecker/Makefile Package: ratechecker Version: 0.0.20170609-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libevent2 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: IEEE 802.11 bitrate analysis tool Maintainer: Simon Wunderlich Source: ratechecker-0.0.20170609.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: IEEE 802.11 bitrate analysis tool https://bitbucket.org/comnets/ratechecker/ Simon Wunderlich @@ Source-Makefile: feeds/packages/net/reaver/Makefile Package: reaver Submenu: wireless Version: 1.6.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Efficient brute force attack against Wifi Protected Setup Maintainer: Yousong Zhou Source: reaver-1.6.5.tar.xz License: GPL-2.0 LicenseFiles: docs/LICENSE Type: ipkg Description: Reaver has been designed to be a robust and practical attack against Wi-Fi Protected Setup (WPS) registrar PINs in order to recover WPA/WPA2 passphrases. It has been tested against a wide variety of access points and WPS implementations. This is reaver-wps-fork-t6x, a community forked version, which has included various bug fixes and additional attack method (the offline Pixie Dust attack). https://github.com/t6x/reaver-wps-fork-t6x Yousong Zhou @@ Source-Makefile: feeds/packages/net/redsocks/Makefile Package: redsocks Version: 0.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libevent2-core Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Redirect any TCP connection to a SOCKS or HTTPS proxy server Maintainer: Johannes Morgenroth Source: redsocks-release-0.5.tar.gz License: Apache-2.0 Type: ipkg Description: Redsocks is a daemon running on the local system, that will transparently tunnel any TCP connection via a remote SOCKS4, SOCKS5 or HTTP proxy server. It uses the system firewall's redirection facility to intercept TCP connections, thus the redirection is system-wide, with fine-grained control, and does not depend on LD_PRELOAD libraries. Redsocks supports tunneling TCP connections and UDP packets. It has authentication support for both, SOCKS and HTTP proxies. Also included is a small DNS server returning answers with the "truncated" flag set for any UDP query, forcing the resolver to use TCP. Johannes Morgenroth @@ Source-Makefile: feeds/packages/net/remserial/Makefile Package: remserial Version: 1.4-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Bridge TCP/IP port with a device Maintainer: Nuno Goncalves Source: remserial-1.4.tar.gz License: GPL-2.0-or-later Type: ipkg Description: Bridge TCP/IP port with a device http://lpccomp.bc.ca/remserial/ Nuno Goncalves @@ Source-Makefile: feeds/packages/net/restic-rest-server/Makefile Build-Depends: golang/host Package: restic-rest-server Version: 0.9.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: restic REST server Maintainer: Markus Weippert Source: rest-server-0.9.7.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE Type: ipkg Description: Rest Server is a high performance HTTP server that implements restic's REST backend API. It provides secure and efficient way to backup data remotely, using restic backup client via the rest: URL. http://github.com/restic/rest-server Markus Weippert @@ Source-Makefile: feeds/packages/net/rosy-file-server/Makefile Package: rosy-file-server Submenu: File Transfer Version: 1.0.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Rosy File Server over HTTP Maintainer: Rosy Song Source: License: GPL-2.0 Type: ipkg Description: This package is a configuration management for luci-app-rosy-file-server. Rosy Song @@ Source-Makefile: feeds/packages/net/rp-pppoe/Makefile Build-Depends: ppp Package: rp-pppoe-common Submenu: dial-in/up Version: 3.12-7 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ppp Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: PPPoE (PPP over Ethernet) common Maintainer: Source: rp-pppoe-3.12.tar.gz License: LGPL-2.0-or-later Type: ipkg Description: Dubbed RP-PPPoE, this open-source product is ideal for Linux users with a DSL "modem" whose Internet service provider uses PPPoE. This package contains files common to server and relay. http://roaringpenguin.com/products/pppoe @@ Package: rp-pppoe-relay Submenu: dial-in/up Default: n Version: 3.12-7 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +rp-pppoe-common Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: PPPoE (PPP over Ethernet) relay Maintainer: Source: rp-pppoe-3.12.tar.gz License: LGPL-2.0-or-later Type: ipkg Description: Dubbed RP-PPPoE, this open-source product is ideal for Linux users with a DSL "modem" whose Internet service provider uses PPPoE. This package contains pppoe-relay. http://roaringpenguin.com/products/pppoe @@ Package: rp-pppoe-server Submenu: dial-in/up Version: 3.12-7 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +rp-pppoe-common +ppp-mod-pppoe Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: PPPoE (PPP over Ethernet) server Maintainer: Source: rp-pppoe-3.12.tar.gz License: LGPL-2.0-or-later Type: ipkg Description: Dubbed RP-PPPoE, this open-source product is ideal for Linux users with a DSL "modem" whose Internet service provider uses PPPoE. This package contains pppoe-server. http://roaringpenguin.com/products/pppoe @@ Package: rp-pppoe-sniff Submenu: dial-in/up Version: 3.12-7 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ppp @BROKEN Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: PPPoE (PPP over Ethernet) sniffer Maintainer: Source: rp-pppoe-3.12.tar.gz License: LGPL-2.0-or-later Type: ipkg Description: Dubbed RP-PPPoE, this open-source product is ideal for Linux users with a DSL "modem" whose Internet service provider uses PPPoE. This package contains pppoe-sniff. http://roaringpenguin.com/products/pppoe @@ Source-Makefile: feeds/packages/net/rpcbind/Makefile Package: rpcbind Version: 1.2.5-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libtirpc +RPCBIND_LIBWRAP:libwrap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Universal addresses to RPC mapper Maintainer: Andy Walsh Require-User: rpc=65533:rpc=65533 Source: rpcbind-1.2.5.tar.bz2 License: BSD-3-Clause Type: ipkg Description: The rpcbind utility is a server that converts RPC program numbers into universal addresses. It must be running on the host to be able to make RPC calls on a server on that machine. Rpcbind replaces portmap for NFS v2/v3. It has more features, like ipv6 support. Note: Nfs4 only configurations can run without it. http://rpcbind.sourceforge.net/ Andy Walsh @@ Config: if PACKAGE_rpcbind config RPCBIND_LIBWRAP bool "Enable libwrap (TCP wrappers) support." default y config RPCBIND_RMTCALLS bool "Enable broadcast discovery support of rpc services." help Services such as Kodi (via libnfs) use this functionality to discover available NFS shares on the network. default y endif @@ Source-Makefile: feeds/packages/net/rsync/Makefile Package: rsync Menu: 1 Submenu: File Transfer Version: 3.1.3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpopt +RSYNC_xattr:libattr +RSYNC_acl:libacl +RSYNC_zlib:zlib Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Fast remote file copy program (like rcp) Maintainer: Maxim Storchak Source: rsync-3.1.3.tar.gz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: rsync is a program that allows files to be copied to and from remote machines in much the same way as rcp. It has many more options than rcp, and uses the rsync remote-update protocol to greatly speed up file transfers when the destination file already exists. The rsync remote-update protocol allows rsync to transfer just the differences between two sets of files across the network link. http://rsync.samba.org/ Maxim Storchak @@ Config: source "feeds/packages/net/rsync/Config.in" @@ Package: rsyncd Submenu: File Transfer Version: 3.1.3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +rsync Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Rsync daemon Maintainer: Maxim Storchak Source: rsync-3.1.3.tar.gz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: rsyncd is a configuration file and initscript to utilize rsync as a daemon. It uses the same binary as rsync. http://rsync.samba.org/ Maxim Storchak @@ Source-Makefile: feeds/packages/net/rsyslog/Makefile Package: rsyslog Version: 8.39.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libestr +libfastjson +libuuid +zlib Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Enhanced system logging and kernel message trapping daemons Maintainer: Source: rsyslog-8.39.0.tar.gz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: Enhanced system logging and kernel message trapping daemons https://www.rsyslog.com/ @@ Source-Makefile: feeds/packages/net/rtorrent/Makefile Build-Depends: libtorrent Package: rtorrent Submenu: BitTorrent Version: 0.9.8-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libcurl +libncurses +libpthread +libopenssl +libstdcpp +zlib Conflicts: Menu-Depends: Provides: Build-Variant: norpc Section: net Category: Network Repository: base Title: BitTorrent client for ncurses Maintainer: Rosen Penev Source: rtorrent-0.9.8.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: rTorrent is a BitTorrent client for ncurses, using the libtorrent library. The client and library is written in C++ with emphasis on speed and efficiency, while delivering equivalent features to those found in GUI based clients in an ncurses client. This package is built without xmlrpc support https://github.com/rakshasa/rtorrent Rosen Penev @@ Package: rtorrent-rpc Submenu: BitTorrent Version: 0.9.8-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libcurl +libncurses +libpthread +libopenssl +libstdcpp +zlib +xmlrpc-c-server Conflicts: Menu-Depends: Provides: Build-Variant: rpc Section: net Category: Network Repository: base Title: BitTorrent client for ncurses (with rpc support) Maintainer: Rosen Penev Source: rtorrent-0.9.8.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: rTorrent is a BitTorrent client for ncurses, using the libtorrent library. The client and library is written in C++ with emphasis on speed and efficiency, while delivering equivalent features to those found in GUI based clients in an ncurses client. This package is built with xmlrpc support https://github.com/rakshasa/rtorrent Rosen Penev @@ Source-Makefile: feeds/packages/net/safe-search/Makefile Package: safe-search Version: 1.0.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Safe Search Maintainer: Gregory L. Dietsche Source: License: MIT Type: ipkg Description: This package prevents adult content from appearing in search results by configuring dnsmasq to force all devices on your network to use Google and Bing's Safe Search IP addresses. This is designed to be approperiate for most businesses and families. The default filtering rules do not interfere with normal web browsing. Gregory L. Dietsche @@ Source-Makefile: feeds/packages/net/samba4/Makefile Build-Depends: samba4/host libtasn1/host Build-Depends/host: python3/host rpcsvc-proto/host perl/host Build-Types: host Package: samba4-libs Version: 4.11.17-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libtirpc +libreadline +libpopt +libcap +zlib +libgnutls +libtasn1 +libuuid +libopenssl +libpthread +PACKAGE_libpam:libpam +SAMBA4_SERVER_VFS:attr +SAMBA4_SERVER_VFSX:libaio +SAMBA4_SERVER_AVAHI:libavahi-client +SAMBA4_SERVER_AD_DC:python3-cryptodome +SAMBA4_SERVER_AD_DC:libopenldap +SAMBA4_SERVER_AD_DC:jansson +SAMBA4_SERVER_AD_DC:libarchive +SAMBA4_SERVER_AD_DC:acl +SAMBA4_SERVER_AD_DC:attr Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Samba 4.11.17 libs Maintainer: Andy Walsh Source: samba-4.11.17.tar.gz License: GPL-3.0-only LicenseFiles: COPYING Type: ipkg Description: Samba 4.11.17 libs https://www.samba.org/ Andy Walsh @@ Package: samba4-server Version: 4.11.17-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +samba4-libs Conflicts: samba36-server Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Samba 4.11.17 server Maintainer: Andy Walsh Source: samba-4.11.17.tar.gz License: GPL-3.0-only LicenseFiles: COPYING Type: ipkg Description: installs: smbd (nmbd) smbpasswd pdbedit testparm (nmblookup) (smbcacls sharesec) (samba samba-tool ntlm_auth samba-gpupdate samba_dnsupdate samba_kcc samba_spnupdate samba_upgradedns samba_downgrade_db) This provides the basic fileserver service and is the minimum needed to serve file shares. HINT: https://fitzcarraldoblog.wordpress.com/2016/10/17/a-correct-method-of-configuring-samba-for-browsing-smb-shares-in-a-home-network/ https://www.samba.org/ Andy Walsh @@ Config: select PACKAGE_wsdd2 source "feeds/packages/net/samba4/Config.in" @@ Package: samba4-client Version: 4.11.17-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +samba4-libs Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Samba 4.11.17 client Maintainer: Andy Walsh Source: samba-4.11.17.tar.gz License: GPL-3.0-only LicenseFiles: COPYING Type: ipkg Description: installs: cifsdd smbclient smbget The smbclient program implements a simple ftp-like client for accessing SMB shares https://www.samba.org/ Andy Walsh @@ Package: samba4-admin Version: 4.11.17-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +samba4-libs Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Samba 4.11.17 admin tools Maintainer: Andy Walsh Source: samba-4.11.17.tar.gz License: GPL-3.0-only LicenseFiles: COPYING Type: ipkg Description: installs: net smbcontrol profiles rpcclient dbwrap_tool eventlogadm ldbadd ldbdel ldbedit ldbmodify ldbrename ldbsearch tdbbackup tdbdump tdbrestore tdbtool Administration tools collection https://www.samba.org/ Andy Walsh @@ Package: samba4-utils Version: 4.11.17-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +samba4-libs Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Samba 4.11.17 utils Maintainer: Andy Walsh Source: samba-4.11.17.tar.gz License: GPL-3.0-only LicenseFiles: COPYING Type: ipkg Description: installs: smbstatus smbtree mvxattr smbtar smbcquotas Utilities collection https://www.samba.org/ Andy Walsh @@ Source-Makefile: feeds/packages/net/scapy/Makefile Package: scapy Version: 2.4.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Interactive packet manipulation tool and network scanner Maintainer: W. Michael Petullo Source: scapy-2.4.2.tar.gz License: GPL-2.0 LicenseFiles: PKG-INFO Type: ipkg Description: Scapy is a powerful interactive packet manipulation program built on top of the Python interpreter. It can be used to forge or decode packets of a wide number of protocols, send them over the wire, capture them, match requests and replies, and much more. https://scapy.net/ W. Michael Petullo @@ Source-Makefile: feeds/packages/net/seafile-ccnet/Makefile Build-Depends: vala/host Package: seafile-ccnet Version: 6.3.4-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsearpc +libevent2 +libopenssl +glib2 +python +libzdb +libuuid +libpthread +libsqlite3 +jansson +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Seafile server - ccnet component Maintainer: Alexandru Ardelean Source: seafile-ccnet-6.3.4.tar.gz License: GPL-3.0 Type: ipkg Description: Ccnet is a framework for writing networked applications in C. http://seafile.com/ Alexandru Ardelean @@ Source-Makefile: feeds/packages/net/seafile-seahub/Makefile Package: seafile-seahub Version: 6.3.4-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python +python-flup +gunicorn +openpyxl +python-simplejson +python-chardet +python-dateutil +python-mysql +python-pytz +python-qrcode +python-requests +python-requests-oauthlib +python-django +python-django-constance +python-django-appconf +python-django-compressor +python-django-formtools +python-django-jsonfield +python-django-picklefield +python-django-postoffice +python-django-restframework +python-pillow +python-django-simple-captcha Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Seafile server - seahub component Maintainer: Alexandru Ardelean Source: seafile-seahub-6.3.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE.txt Type: ipkg Description: The web end of seafile server. NOTE: in order to have better performance, localization support is turned off by default. Please set 'USE_I18N = True' in seahub_settings.py if you intend to use languages other than English. https://seafile.com/ Alexandru Ardelean @@ Source-Makefile: feeds/packages/net/seafile-server/Makefile Build-Depends: vala/host libevhtp Package: seafile-server Menu: 1 Version: 6.3.4-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libarchive +libopenssl +glib2 +libsearpc +seafile-ccnet +seafile-seahub +sqlite3-cli +python-mysql +python-urllib3 +jansson +libevent2 +libevent2-openssl +zlib +libzdb +libsqlite3 +libmysqlclient +oniguruma +libpthread +libuuid +bash +procps-ng +procps-ng-pkill +SEAFILE_FUSE_SUPPORT:libfuse +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Seafile server Maintainer: Alexandru Ardelean Source: seafile-server-6.3.4.tar.gz License: GPL-3.0 Type: ipkg Description: Open source cloud storage with advanced features on privacy protection and teamwork. https://seafile.com/ Alexandru Ardelean @@ Config: source "feeds/packages/net/seafile-server/Config.in" @@ Source-Makefile: feeds/packages/net/ser2net/Makefile Package: ser2net Version: 3.5.1-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Serial to Network Proxy Maintainer: Michael Heimpold Source: ser2net-3.5.1.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: This project provides a proxy that allows telnet/tcp connections to be made to serial ports on a machine. https://sourceforge.net/projects/ser2net/ Michael Heimpold @@ Source-Makefile: feeds/packages/net/shadowsocks-libev/Makefile Build-Depends: c-ares pcre Package: shadowsocks-libev-config Submenu: Web Servers/Proxies Version: 3.2.5-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: shadowsocks-libev config scripts Maintainer: Yousong Zhou Source: shadowsocks-libev-3.2.5.tar.gz License: GPL-3.0-or-later LicenseFiles: LICENSE Type: ipkg Description: shadowsocks-libev config scripts https://github.com/shadowsocks/shadowsocks-libev Yousong Zhou @@ Package: shadowsocks-libev-ss-rules Submenu: Web Servers/Proxies Version: 3.2.5-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ip +ipset +iptables-mod-tproxy +resolveip +shadowsocks-libev-ss-redir +shadowsocks-libev-config Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: shadowsocks-libev ss-rules Maintainer: Yousong Zhou Source: shadowsocks-libev-3.2.5.tar.gz License: GPL-3.0-or-later LicenseFiles: LICENSE Type: ipkg Description: shadowsocks-libev ss-rules https://github.com/shadowsocks/shadowsocks-libev Yousong Zhou @@ Package: shadowsocks-libev-ss-local Submenu: Web Servers/Proxies Version: 3.2.5-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libev +libmbedtls +libpthread +libsodium +shadowsocks-libev-config +libpcre Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: shadowsocks-libev ss-local Maintainer: Yousong Zhou Source: shadowsocks-libev-3.2.5.tar.gz License: GPL-3.0-or-later LicenseFiles: LICENSE Type: ipkg Description: shadowsocks-libev ss-local https://github.com/shadowsocks/shadowsocks-libev Yousong Zhou @@ Package: shadowsocks-libev-ss-redir Submenu: Web Servers/Proxies Version: 3.2.5-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libev +libmbedtls +libpthread +libsodium +shadowsocks-libev-config Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: shadowsocks-libev ss-redir Maintainer: Yousong Zhou Source: shadowsocks-libev-3.2.5.tar.gz License: GPL-3.0-or-later LicenseFiles: LICENSE Type: ipkg Description: shadowsocks-libev ss-redir https://github.com/shadowsocks/shadowsocks-libev Yousong Zhou @@ Package: shadowsocks-libev-ss-tunnel Submenu: Web Servers/Proxies Version: 3.2.5-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libev +libmbedtls +libpthread +libsodium +shadowsocks-libev-config Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: shadowsocks-libev ss-tunnel Maintainer: Yousong Zhou Source: shadowsocks-libev-3.2.5.tar.gz License: GPL-3.0-or-later LicenseFiles: LICENSE Type: ipkg Description: shadowsocks-libev ss-tunnel https://github.com/shadowsocks/shadowsocks-libev Yousong Zhou @@ Package: shadowsocks-libev-ss-server Submenu: Web Servers/Proxies Version: 3.2.5-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libev +libmbedtls +libpthread +libsodium +shadowsocks-libev-config +libcares +libpcre Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: shadowsocks-libev ss-server Maintainer: Yousong Zhou Source: shadowsocks-libev-3.2.5.tar.gz License: GPL-3.0-or-later LicenseFiles: LICENSE Type: ipkg Description: shadowsocks-libev ss-server https://github.com/shadowsocks/shadowsocks-libev Yousong Zhou @@ Source-Makefile: feeds/packages/net/shorewall/Makefile Package: shorewall Submenu: Firewall Version: 5.2.3.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ip +iptables +kmod-ipt-hashlimit +kmod-ipt-raw +iptables-mod-hashlimit +shorewall-core +perl +perlbase-autoloader +perlbase-autouse +perlbase-dynaloader +perlbase-digest +perlbase-findbin +perlbase-getopt +perlbase-hash Conflicts: Menu-Depends: Provides: Section: devel Category: Network Repository: base Title: Shorewall Central Administration System Maintainer: Willem van den Akker Source: shorewall-5.2.3.7.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: The Shoreline Firewall, is high-level tool for configuring Netfilter. Shorewall allows for central administration of multiple IPv4 firewalls. This is the full Shorewall product which will compile Shorewall scripts. It is not recommended to run it on a low memory system. Note: This is the IPv4 implementation of Shorewall. This full Shorewal packages also installs Perl which can make the image big (about +2M). http://www.shorewall.net/ Willem van den Akker @@ Source-Makefile: feeds/packages/net/shorewall-core/Makefile Package: shorewall-core Submenu: Firewall Version: 5.2.3.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Shorewall Core Maintainer: Willem van den Akker Source: shorewall-core-5.2.3.7.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: The Shoreline Firewall, is high-level tool for configuring Netfilter. This package provides the core Shorewall libraries installed in /usr/share/shorewall/, which are required for the rest of the Shorewall packages to work. http://www.shorewall.net/ Willem van den Akker @@ Source-Makefile: feeds/packages/net/shorewall-lite/Makefile Package: shorewall-lite Submenu: Firewall Version: 5.2.3.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ip +iptables +shorewall-core Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Shorewall Lite Maintainer: Willem van den Akker Source: shorewall-lite-5.2.3.7.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: The Shoreline Firewall, is high-level tool for configuring Netfilter. Shorewall allows for central administration of multiple IPv4 firewalls through use of Shorewall lite. The full Shorewall product is installed on a central administrative system where compiled Shorewall scripts are generated. These scripts are copied to the firewall systems where they run under the control of Shorewall-lite. Note: This is the IPv4 implementation of Shorewall. http://www.shorewall.net/ Willem van den Akker @@ Source-Makefile: feeds/packages/net/shorewall6/Makefile Package: shorewall6 Submenu: Firewall Version: 5.2.3.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ip +ip6tables +kmod-ipt-hashlimit +kmod-ipt-raw6 +iptables-mod-hashlimit +shorewall-core +perl +perlbase-autoloader +perlbase-autouse +perlbase-dynaloader +perlbase-digest +perlbase-findbin +perlbase-getopt +perlbase-hash Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Shorewall6 Central Administration System Maintainer: Willem van den Akker Source: shorewall6-5.2.3.7.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: The Shoreline Firewall, is high-level tool for configuring Netfilter. Shorewall allows for central administration of multiple IPv6 firewalls. This is the full Shorewall product which will compile Shorewall scripts It is not recommended to run it on a low memory system. Note: This is the IPv6 implementation of Shorewall. This full Shorewal packages also installs Perl which can make the image big (about +2M). http://www.shorewall.net/ Willem van den Akker @@ Source-Makefile: feeds/packages/net/shorewall6-lite/Makefile Package: shorewall6-lite Submenu: Firewall Version: 5.2.3.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ip +ip6tables +shorewall-core Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Shorewall6 Lite Maintainer: Willem van den Akker Source: shorewall6-lite-5.2.3.7.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: The Shoreline Firewall, is high-level tool for configuring Netfilter. Shorewall6 allows for central administration of multiple IPv6 firewalls through use of Shorewall6 lite. The full Shorewall6 product is installed on a central administrative system where compiled Shorewall6 scripts are generated. These scripts are copied to the firewall systems where they run under the control of Shorewall6-lite. Note: This is the IPv6 implementation of Shorewall. http://www.shorewall.net/ Willem van den Akker @@ Source-Makefile: feeds/packages/net/siit/Makefile Package: kmod-siit Submenu: Network Devices Version: +1.2-3 Depends: @(!(TARGET_ps3||TARGET_pxcab)) Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: Stateless IP ICMP Translation Algorithm Maintainer: Vladimir Ulrich Source: License: GPL-2.0-or-later Type: ipkg Description: Stateless IP ICMP Translation Algorithm Vladimir Ulrich @@ Source-Makefile: feeds/packages/net/simple-adblock/Makefile Package: simple-adblock Version: 1.8.4-10 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +jshn Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Simple AdBlock Service Maintainer: Stan Grishin Source: License: GPL-3.0-or-later Type: ipkg Description: Simple adblock script to block ad or abuse/malware domains with DNSMASQ or Unbound. Script supports local/remote list of domains and hosts-files for both block-listing and allow-listing. Please see https://docs.openwrt.melmac.net/simple-adblock/ for more information. https://docs.openwrt.melmac.net/simple-adblock/ Stan Grishin @@ Source-Makefile: feeds/packages/net/smartsnmpd/Makefile Package: smartsnmpd Version: 2014-08-13-fb93473d895f058b2d8975d3cfa280ae2a8ae98d Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua +liblua +libubox +libuci-lua +libubus-lua Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Smart-SNMP (Agent) Maintainer: Xiongfei Guo Source: smartsnmpd-2014-08-13-fb93473d895f058b2d8975d3cfa280ae2a8ae98d.tar.gz License: GPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: smartsnmpd is an implementation of SNMP Agent. Its goal is "Easily writing boring SNMP MIB with Lua". This package add native support for OpenWrt. Include using ubus and uci to get system info/status. And, it use libubox/uloop as low level event-driven library. https://github.com/credosemi/smartsnmp Xiongfei Guo @@ Source-Makefile: feeds/packages/net/smcroute/Makefile Package: smcroute Submenu: Routing and Redirection Version: 2.4.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Static Multicast Routing Daemon Maintainer: Moritz Warning Source: smcroute-2.4.4.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: SMCRoute is a command line tool to manipulate the multicast routes of the Linux kernel. http://troglobit.com/smcroute.html Moritz Warning @@ Source-Makefile: feeds/packages/net/snort/Makefile Build-Depends: libtirpc Package: snort Menu: 1 Submenu: Firewall Version: 2.9.11.1-8 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libdaq +libdnet +libnghttp2 +libopenssl +libpcap +libpcre +libpthread +libuuid +zlib +SNORT_LZMA:liblzma Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Lightweight Network Intrusion Detection System Maintainer: W. Michael Petullo Source: snort-2.9.11.1.tar.gz License: GPL-2.0 Type: ipkg Description: Snort is an open source network intrusion detection and prevention system. It is capable of performing real-time traffic analysis, alerting, blocking and packet logging on IP networks. It utilizes a combination of protocol analysis and pattern matching in order to detect anomalies, misuse and attacks. http://www.snort.org/ W. Michael Petullo @@ Config: source "feeds/packages/net/snort/Config.in" @@ Source-Makefile: feeds/packages/net/snort3/Makefile Package: snort3 Menu: 1 Submenu: Firewall Version: 3.1.0.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libdaq3 +libdnet +libopenssl +libpcap +libpcre +libpthread +libuuid +zlib +libhwloc +libtirpc +luajit Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Lightweight Network Intrusion Detection System Maintainer: W. Michael Petullo Source: snort3-3.1.0.0.tar.gz License: GPL-2.0-only LicenseFiles: COPYING Type: ipkg Description: Snort is an open source network intrusion detection and prevention system. It is capable of performing real-time traffic analysis, alerting, blocking and packet logging on IP networks. It utilizes a combination of protocol analysis and pattern matching in order to detect anomalies, misuse and attacks. http://www.snort.org/ W. Michael Petullo @@ Source-Makefile: feeds/packages/net/socat/Makefile Package: socat Version: 1.7.3.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +librt +SOCAT_SSL:libopenssl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: A multipurpose relay (SOcket CAT) Maintainer: Ted Hess Source: socat-1.7.3.3.tar.bz2 License: GPL-2.0 OpenSSL LicenseFiles: COPYING COPYING.OpenSSL Type: ipkg Description: SoCat (for SOcket CAT) establishes two bidirectional byte streams and transfers data between them. Data channels may be files, pipes, devices (terminal or modem, etc.), or sockets (Unix, IPv4, IPv6, raw, UDP, TCP, SSL). It provides forking, logging and tracing, different modes for interprocess communication and many more options. http://www.dest-unreach.org/socat/ Ted Hess @@ Config: config SOCAT_SSL bool "SSL support" depends on PACKAGE_socat default n help Implements SSL support in socat (using libopenssl). @@ Source-Makefile: feeds/packages/net/softethervpn/Makefile Build-Depends: softethervpn/host !BUILD_NLS:libiconv !BUILD_NLS:gettext Build-Depends/host: readline/host libiconv/host Build-Types: host Package: softethervpn-base Submenu: VPN Version: 4.29-9680-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +librt +libreadline +libopenssl +libncurses +kmod-tun +zlib +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Free Cross-platform Multi-protocol VPN server and client (Base) Maintainer: Federico Di Marco Source: softether-src-v4.29-9680-rtm.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: SoftEther VPN ("SoftEther" means "Software Ethernet") is one of the world's most powerful and easy-to-use multi-protocol VPN software developed as an academic project from University of Tsukuba, Japan. SoftEther VPN has strong compatibility to today's most popular VPN products among the world. It has the interoperability with OpenVPN, L2TP, IPsec, EtherIP, L2TPv3, Cisco VPN Routers and MS-SSTP VPN Clients. SoftEther VPN is the world's only VPN software which supports SSL-VPN, OpenVPN, L2TP, EtherIP, L2TPv3 and IPsec as a single VPN software. SoftEther VPN is not only an alternative VPN server to existing VPN products (OpenVPN, IPsec and MS-SSTP), but has also original strong SSL-VPN protocol to penetrate any kinds of firewalls. Ultra-optimized SSL-VPN Protocol of SoftEther VPN has very fast throughput, low latency and firewall resistance. http://www.softether.org/ Federico Di Marco @@ Package: softethervpn-server Submenu: VPN Version: 4.29-9680-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +softethervpn-base Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Free Cross-platform Multi-protocol VPN server and client (Server) Maintainer: Federico Di Marco Source: softether-src-v4.29-9680-rtm.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: SoftEther VPN ("SoftEther" means "Software Ethernet") is one of the world's most powerful and easy-to-use multi-protocol VPN software developed as an academic project from University of Tsukuba, Japan. SoftEther VPN has strong compatibility to today's most popular VPN products among the world. It has the interoperability with OpenVPN, L2TP, IPsec, EtherIP, L2TPv3, Cisco VPN Routers and MS-SSTP VPN Clients. SoftEther VPN is the world's only VPN software which supports SSL-VPN, OpenVPN, L2TP, EtherIP, L2TPv3 and IPsec as a single VPN software. SoftEther VPN is not only an alternative VPN server to existing VPN products (OpenVPN, IPsec and MS-SSTP), but has also original strong SSL-VPN protocol to penetrate any kinds of firewalls. Ultra-optimized SSL-VPN Protocol of SoftEther VPN has very fast throughput, low latency and firewall resistance. http://www.softether.org/ Federico Di Marco @@ Package: softethervpn-client Submenu: VPN Version: 4.29-9680-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +softethervpn-base Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Free Cross-platform Multi-protocol VPN server and client (Client) Maintainer: Federico Di Marco Source: softether-src-v4.29-9680-rtm.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: SoftEther VPN ("SoftEther" means "Software Ethernet") is one of the world's most powerful and easy-to-use multi-protocol VPN software developed as an academic project from University of Tsukuba, Japan. SoftEther VPN has strong compatibility to today's most popular VPN products among the world. It has the interoperability with OpenVPN, L2TP, IPsec, EtherIP, L2TPv3, Cisco VPN Routers and MS-SSTP VPN Clients. SoftEther VPN is the world's only VPN software which supports SSL-VPN, OpenVPN, L2TP, EtherIP, L2TPv3 and IPsec as a single VPN software. SoftEther VPN is not only an alternative VPN server to existing VPN products (OpenVPN, IPsec and MS-SSTP), but has also original strong SSL-VPN protocol to penetrate any kinds of firewalls. Ultra-optimized SSL-VPN Protocol of SoftEther VPN has very fast throughput, low latency and firewall resistance. http://www.softether.org/ Federico Di Marco @@ Package: softethervpn-bridge Submenu: VPN Version: 4.29-9680-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +softethervpn-base Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Free Cross-platform Multi-protocol VPN server and client (Bridge) Maintainer: Federico Di Marco Source: softether-src-v4.29-9680-rtm.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: SoftEther VPN ("SoftEther" means "Software Ethernet") is one of the world's most powerful and easy-to-use multi-protocol VPN software developed as an academic project from University of Tsukuba, Japan. SoftEther VPN has strong compatibility to today's most popular VPN products among the world. It has the interoperability with OpenVPN, L2TP, IPsec, EtherIP, L2TPv3, Cisco VPN Routers and MS-SSTP VPN Clients. SoftEther VPN is the world's only VPN software which supports SSL-VPN, OpenVPN, L2TP, EtherIP, L2TPv3 and IPsec as a single VPN software. SoftEther VPN is not only an alternative VPN server to existing VPN products (OpenVPN, IPsec and MS-SSTP), but has also original strong SSL-VPN protocol to penetrate any kinds of firewalls. Ultra-optimized SSL-VPN Protocol of SoftEther VPN has very fast throughput, low latency and firewall resistance. http://www.softether.org/ Federico Di Marco @@ Source-Makefile: feeds/packages/net/softethervpn5/Makefile Build-Depends: softethervpn5/host !BUILD_NLS:libiconv !BUILD_NLS:gettext Build-Depends/host: ncurses/host readline/host Build-Types: host Package: softethervpn5-libs Submenu: VPN Version: 5.01.9674-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +librt +libreadline +libopenssl +libncurses +kmod-tun +zlib +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: softethervpn5 v5.01.9674 libs Maintainer: Andy Walsh Source: softether-vpn-src-5.01.9674.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: softethervpn5 v5.01.9674 libs http://www.softether.org/ Andy Walsh @@ Package: softethervpn5-server Submenu: VPN Version: 5.01.9674-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +softethervpn5-libs Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: softethervpn5 v5.01.9674 server Maintainer: Andy Walsh Source: softether-vpn-src-5.01.9674.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: SoftEther VPN supports SSL-VPN, OpenVPN, L2TP, EtherIP, L2TPv3 and IPsec as a single VPN software. SoftEther VPN is not only an alternative VPN server to existing VPN products (OpenVPN, IPsec and MS-SSTP), but has also original strong SSL-VPN protocol to penetrate any kinds of firewalls. Guide: https://wordpress.tirlins.com/2015/03/setting-up-softether-vpn-on-openwrt/ Provides the vpnserver (daemon). http://www.softether.org/ Andy Walsh @@ Package: softethervpn5-bridge Submenu: VPN Version: 5.01.9674-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +softethervpn5-libs Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: softethervpn5 v5.01.9674 bridge Maintainer: Andy Walsh Source: softether-vpn-src-5.01.9674.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: SoftEther VPN supports SSL-VPN, OpenVPN, L2TP, EtherIP, L2TPv3 and IPsec as a single VPN software. SoftEther VPN is not only an alternative VPN server to existing VPN products (OpenVPN, IPsec and MS-SSTP), but has also original strong SSL-VPN protocol to penetrate any kinds of firewalls. Guide: https://wordpress.tirlins.com/2015/03/setting-up-softether-vpn-on-openwrt/ Provides the vpnbridge (daemon). http://www.softether.org/ Andy Walsh @@ Package: softethervpn5-client Submenu: VPN Version: 5.01.9674-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +softethervpn5-libs Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: softethervpn5 v5.01.9674 client Maintainer: Andy Walsh Source: softether-vpn-src-5.01.9674.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: SoftEther VPN supports SSL-VPN, OpenVPN, L2TP, EtherIP, L2TPv3 and IPsec as a single VPN software. SoftEther VPN is not only an alternative VPN server to existing VPN products (OpenVPN, IPsec and MS-SSTP), but has also original strong SSL-VPN protocol to penetrate any kinds of firewalls. Guide: https://wordpress.tirlins.com/2015/03/setting-up-softether-vpn-on-openwrt/ Provides the vpnclient. http://www.softether.org/ Andy Walsh @@ Source-Makefile: feeds/packages/net/softflowd/Makefile Package: softflowd Version: 0.9.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: softflowd Maintainer: Ross Vandegrift Source: softflowd-0.9.9.tar.gz License: BSD-3-Clause Type: ipkg Description: Software netflow exporter https://code.google.com/archive/p/softflowd/ Ross Vandegrift @@ Source-Makefile: feeds/packages/net/spawn-fcgi/Makefile Package: spawn-fcgi Submenu: Web Servers/Proxies Version: 1.6.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Tool to spawn fastcgi applications Maintainer: Daniel Golle Source: spawn-fcgi-1.6.4.tar.xz License: BSD-3c LicenseFiles: COPYING Type: ipkg Description: spawn-fcgi is used to spawn fastcgi applications http://redmine.lighttpd.net/projects/spawn-fcgi Daniel Golle @@ Source-Makefile: feeds/packages/net/speedtest-netperf/Makefile Package: speedtest-netperf Version: 1.0.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +netperf Conflicts: speedtest Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Script to measure the performance of your network and router Maintainer: Tony Ambardar Source: License: GPL-2.0 Type: ipkg Description: Script to measure the performance of your network and router. Please see https://github.com/openwrt/packages/blob/master/net/speedtest-netperf/files/README.md for further information. Tony Ambardar @@ Source-Makefile: feeds/packages/net/spoofer/Makefile Build-Depends: protobuf/host Package: spoofer Version: 1.4.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +protobuf-lite +libpcap +libpthread +libopenssl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Measure your ISP's resistance to spoofed IP packets Maintainer: Ken Keys Source: spoofer-1.4.5.tar.gz License: GPL-3.0-or-later LicenseFiles: LICENSE Type: ipkg Description: The spoofer client is part of a system to measure the Internet's resistance to packets with a spoofed (forged) source IP address. This package comes bundled with a small certificate file that allows secure communication with the spoofer server without depending on the large ca-certificates package. But if the server's private certificate ever changes, it will be necessary to either install the ca-certificates package or install an updated version of this package that has a newer bundled certificate. https://spoofer.caida.org/ Ken Keys @@ Source-Makefile: feeds/packages/net/sqm-scripts/Makefile Package: sqm-scripts Version: 1.4.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +tc +kmod-sched-core +kmod-sched-cake +kmod-ifb +iptables +iptables-mod-ipopt +iptables-mod-conntrack-extra Conflicts: Menu-Depends: Provides: Section: net Category: Base system Repository: base Title: SQM Scripts (QoS) Maintainer: Toke Høiland-Jørgensen Source: sqm-scripts-1.4.0-2.tar.xz License: GPLv2 Type: ipkg Description: A set of scripts that does simple SQM configuration. Toke Høiland-Jørgensen @@ Package: luci-app-sqm Submenu: 3. Applications Version: 1.4.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lua +luci-base +luci-compat +sqm-scripts Conflicts: Menu-Depends: Provides: Section: luci Category: LuCI Repository: base Title: SQM Scripts - LuCI interface Maintainer: Toke Høiland-Jørgensen Source: sqm-scripts-1.4.0-2.tar.xz License: GPLv2 Type: ipkg Description: Luci interface for the SQM scripts queue management configuration package. Toke Høiland-Jørgensen @@ Source-Makefile: feeds/packages/net/sqm-scripts-extra/Makefile Package: sqm-scripts-extra Version: 2016-06-08-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +sqm-scripts Conflicts: Menu-Depends: Provides: Section: net Category: Base system Repository: base Title: SQM Scripts - additional experimental scripts for testing Maintainer: Kevin Darbyshire-Bryant , Sebastian Moeller Source: sqm-scripts-extra-2016-06-08-1.tar.xz License: GPLv2 Type: ipkg Description: A set of experimental scripts for sqm-scripts QoS package. The contents of this package may change as new qdiscs like 'cake' are developed and tested. Kevin Darbyshire-Bryant , Sebastian Moeller @@ Source-Makefile: feeds/packages/net/squid/Makefile Package: squid Menu: 1 Submenu: Web Servers/Proxies Version: 4.12-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +librt +libltdl +libstdcpp +libatomic +USE_GLIBC:libbsd +SQUID_use-gnutls:libgnutls +SQUID_use-openssl:libopenssl +SQUID_with-libcap:libcap +SQUID_with-nettle:libnettle +SQUID_with-expat:libexpat +SQUID_with-libxml2:libxml2 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: full-featured Web proxy cache Maintainer: Marko Ratkaj Require-User: squid=137:squid=137 Source: squid-4.12.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. http://www.squid-cache.org/ Marko Ratkaj @@ Config: source "feeds/packages/net/squid/Config.in" @@ Package: squid-mod-cachemgr Submenu: Web Servers/Proxies Version: 4.12-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread squid Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Web based proxy manager and reporting tool Maintainer: Marko Ratkaj Source: squid-4.12.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Web based proxy manager and reporting tool http://www.squid-cache.org/ Marko Ratkaj @@ Source-Makefile: feeds/packages/net/sshfs/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: sshfs Submenu: Filesystem Version: 2.10-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libfuse +fuse-utils +glib2 +libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: SSHFS Maintainer: Zoltan HERPAI Source: sshfs-2.10.tar.gz License: GPL-2.0 Type: ipkg Description: Mount remote system over sftp. http://fuse.sourceforge.net/ Zoltan HERPAI @@ Source-Makefile: feeds/packages/net/sshtunnel/Makefile Package: sshtunnel Submenu: SSH Version: 4-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +openssh-client Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Manages Local and Remote openssh ssh(1) tunnels Maintainer: Nuno Goncalves Source: License: GPL-2.0-or-later Type: ipkg Description: Creates openssh ssh(1) Local and Remote tunnels configured in UCI file. Can be used to allow remote connections, possibly over NATed connections or without public IP/DNS Nuno Goncalves @@ Source-Makefile: feeds/packages/net/sslh/Makefile Package: sslh Submenu: Routing and Redirection Version: v1.20-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libconfig +USE_UCLIBC:libpcre +USE_MUSL:libpcre Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: SSL/SSH multiplexer Maintainer: Jonathan McCrohan Source: sslh-v1.20.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: SSL/SSH multiplexer https://rutschle.net/tech/sslh/README.html Jonathan McCrohan @@ Source-Makefile: feeds/packages/net/sstp-client/Makefile Package: sstp-client Submenu: VPN Version: 1.0.12-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libevent2 +libopenssl +ppp Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: SSTP-Client is a SSTP client for Linux. Maintainer: Federico Di Marco Source: sstp-client-1.0.12.tar.gz License: GPLv2 Type: ipkg Description: The advantage of SSTP compared to other vpn protocols like PPTP and L2TP is that it cannot be easily blocked by firewalls since the traffic is transmitted over HTTPS on port 443. This software has a similar commandline and configuration to the standard linux pptp-client software. Features: - Connect to Microsoft RAS network using SSTP - Use HTTPS with strong encryption over port 443 - Asynchronous HDLC frame support - Integration with pon/poff http://sstp-client.sourceforge.net/ Federico Di Marco @@ Source-Makefile: feeds/packages/net/strongswan/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: strongswan Menu: 1 Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +ip +kmod-crypto-authenc +kmod-ipsec +kmod-ipsec4 +IPV6:kmod-ipsec6 +kmod-ipt-ipsec +iptables-mod-ipsec Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This package contains shared libraries and scripts. http://www.strongswan.org/ Stijn Tintel @@ Config: source "feeds/packages/net/strongswan/Config.in" @@ Package: strongswan-default Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan +strongswan-charon +strongswan-ipsec +strongswan-mod-aes +strongswan-mod-attr +strongswan-mod-connmark +strongswan-mod-constraints +strongswan-mod-des +strongswan-mod-dnskey +strongswan-mod-fips-prf +strongswan-mod-gmp +strongswan-mod-hmac +strongswan-mod-kernel-netlink +strongswan-mod-md5 +strongswan-mod-nonce +strongswan-mod-pem +strongswan-mod-pgp +strongswan-mod-pkcs1 +strongswan-mod-pubkey +strongswan-mod-random +strongswan-mod-rc2 +strongswan-mod-resolve +strongswan-mod-revocation +strongswan-mod-sha1 +strongswan-mod-sha2 +strongswan-mod-socket-default +strongswan-mod-sshkey +strongswan-mod-stroke +strongswan-mod-updown +strongswan-mod-x509 +strongswan-mod-xauth-generic +strongswan-mod-xcbc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan (default) Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This meta-package contains only dependencies to match upstream defaults. http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-full Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan +strongswan-charon +strongswan-charon-cmd +strongswan-ipsec +strongswan-mod-addrblock +strongswan-mod-aes +strongswan-mod-af-alg +strongswan-mod-agent +strongswan-mod-attr +strongswan-mod-attr-sql +strongswan-mod-blowfish +strongswan-mod-ccm +strongswan-mod-cmac +strongswan-mod-constraints +strongswan-mod-connmark +strongswan-mod-coupling +strongswan-mod-ctr +strongswan-mod-curl +strongswan-mod-curve25519 +strongswan-mod-des +strongswan-mod-dhcp +strongswan-mod-dnskey +strongswan-mod-duplicheck +strongswan-mod-eap-identity +strongswan-mod-eap-md5 +strongswan-mod-eap-mschapv2 +strongswan-mod-eap-radius +strongswan-mod-eap-tls +strongswan-mod-farp +strongswan-mod-fips-prf +strongswan-mod-forecast +strongswan-mod-gcm +strongswan-mod-gcrypt +strongswan-mod-gmp +strongswan-mod-ha +strongswan-mod-hmac +strongswan-mod-kernel-netlink +strongswan-mod-ldap +strongswan-mod-led +strongswan-mod-load-tester +strongswan-mod-nonce +strongswan-mod-md4 +strongswan-mod-md5 +strongswan-mod-mysql +strongswan-mod-openssl +strongswan-mod-pem +strongswan-mod-pgp +strongswan-mod-pkcs1 +strongswan-mod-pkcs7 +strongswan-mod-pkcs8 +strongswan-mod-pkcs11 +strongswan-mod-pkcs12 +strongswan-mod-pubkey +strongswan-mod-random +strongswan-mod-rc2 +strongswan-mod-resolve +strongswan-mod-revocation +strongswan-mod-sha1 +strongswan-mod-sha2 +strongswan-mod-smp +strongswan-mod-socket-default +strongswan-mod-sql +strongswan-mod-sqlite +strongswan-mod-sshkey +strongswan-mod-stroke +strongswan-mod-test-vectors +strongswan-mod-uci +strongswan-mod-unity +strongswan-mod-updown +strongswan-mod-vici +strongswan-mod-whitelist +strongswan-mod-x509 +strongswan-mod-xauth-eap +strongswan-mod-xauth-generic +strongswan-mod-xcbc +strongswan-pki +strongswan-scepclient +strongswan-swanctl @DEVEL Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan (full) Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This meta-package contains dependencies for all of the strongswan plugins except kernel-libipsec, socket-dynamic and which are omitted in favor of the kernel-netlink and socket-default plugins. http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-minimal Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan +strongswan-charon +strongswan-mod-aes +strongswan-mod-gmp +strongswan-mod-hmac +strongswan-mod-kernel-netlink +strongswan-mod-nonce +strongswan-mod-pubkey +strongswan-mod-random +strongswan-mod-sha1 +strongswan-mod-socket-default +strongswan-mod-stroke +strongswan-mod-updown +strongswan-mod-x509 +strongswan-mod-xcbc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan (minimal) Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This meta-package contains only dependencies for a minimal IKEv2 setup. http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-isakmp Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan +strongswan-charon +strongswan-ipsec +strongswan-mod-aes +strongswan-mod-des +strongswan-mod-gmpdh +strongswan-mod-hmac +strongswan-mod-kernel-netlink +strongswan-mod-md5 +strongswan-mod-nonce +strongswan-mod-pubkey +strongswan-mod-random +strongswan-mod-sha1 +strongswan-mod-socket-default +strongswan-mod-stroke +strongswan-mod-uci +strongswan-mod-updown Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan (isakmp) Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This meta-package contains only dependencies to establish ISAKMP / IKE PSK connections, dropping other capabilities in favor of small size Can fit most routers even with 4Mb flash (after removing IPv6 support). http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-charon Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan IKEv1/IKEv2 keying daemon Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This package contains charon, an IKEv2 keying daemon. http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-charon-cmd Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan +strongswan-charon Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan charon-cmd utility Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This package contains the charon-cmd utility. http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-ipsec Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan utilities Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This package contains the ipsec utility. http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-pki Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan PKI tool Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This package contains the pki tool. http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-scepclient Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan SCEP client Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This package contains the SCEP client. http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-swanctl Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan +strongswan-mod-vici Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan swanctl utility Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This package contains the swanctl utility. http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-libtls Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan libtls Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This package contains libtls for strongSwan plugins eap-tls, eap-ttls, eap-peap, tnc-tnccs http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-addrblock Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan RFC 3779 address block constraint support plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan RFC 3779 address block constraint support plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-aes Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan AES crypto plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan AES crypto plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-af-alg Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan +kmod-crypto-user Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan AF_ALG crypto interface to Linux Crypto API plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan AF_ALG crypto interface to Linux Crypto API plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-agent Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan SSH agent signing plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan SSH agent signing plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-attr Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan file based config plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan file based config plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-attr-sql Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan +strongswan-charon Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan SQL based config plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan SQL based config plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-blowfish Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan Blowfish crypto plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan Blowfish crypto plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-ccm Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan CCM AEAD wrapper crypto plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan CCM AEAD wrapper crypto plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-cmac Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan CMAC crypto plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan CMAC crypto plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-connmark Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan netfilter connection marking plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan netfilter connection marking plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-constraints Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan advanced X509 constraint checking plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan advanced X509 constraint checking plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-coupling Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan IKEv2 plugin to couple peer certificates permanently to authentication plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan IKEv2 plugin to couple peer certificates permanently to authentication plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-ctr Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan Counter Mode wrapper crypto plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan Counter Mode wrapper crypto plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-curl Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan +PACKAGE_strongswan-mod-curl:libcurl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan cURL fetcher plugin plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan cURL fetcher plugin plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-curve25519 Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan Curve25519 Diffie-Hellman plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan Curve25519 Diffie-Hellman plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-des Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan DES crypto plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan DES crypto plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-dhcp Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan DHCP based attribute provider plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan DHCP based attribute provider plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-dnskey Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan DNS RR key decoding plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan DNS RR key decoding plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-duplicheck Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan advanced duplicate checking plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan advanced duplicate checking plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-eap-identity Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan EAP identity helper plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan EAP identity helper plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-eap-md5 Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan EAP MD5 (CHAP) EAP auth plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan EAP MD5 (CHAP) EAP auth plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-eap-mschapv2 Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan +strongswan-mod-md4 +strongswan-mod-des Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan EAP MS-CHAPv2 EAP auth plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan EAP MS-CHAPv2 EAP auth plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-eap-radius Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan EAP RADIUS auth plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan EAP RADIUS auth plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-eap-tls Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan +strongswan-libtls Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan EAP TLS auth plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan EAP TLS auth plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-farp Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan fake arp respsonses plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan fake arp respsonses plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-fips-prf Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan +strongswan-mod-sha1 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan FIPS PRF crypto plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan FIPS PRF crypto plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-forecast Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan +kmod-ipt-conntrack-extra Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan forward multi/broadcast traffic plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan forward multi/broadcast traffic plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-gcm Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan GCM AEAD wrapper crypto plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan GCM AEAD wrapper crypto plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-gcrypt Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan +PACKAGE_strongswan-mod-gcrypt:libgcrypt Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan libgcrypt plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan libgcrypt plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-gmp Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan +PACKAGE_strongswan-mod-gmp:libgmp Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan libgmp plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan libgmp plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-gmpdh Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan DH-Groups; no libgmp dep plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan DH-Groups; no libgmp dep plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-ha Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan high availability cluster plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan high availability cluster plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-hmac Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan HMAC crypto plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan HMAC crypto plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-kernel-libipsec Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan libipsec kernel interface plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan libipsec kernel interface plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-kernel-netlink Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan netlink kernel interface plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan netlink kernel interface plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-ldap Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan +PACKAGE_strongswan-mod-ldap:libopenldap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan LDAP plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan LDAP plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-led Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan LED blink on IKE activity plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan LED blink on IKE activity plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-load-tester Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan load testing plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan load testing plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-nonce Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan nonce genereation plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan nonce genereation plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-md4 Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan MD4 crypto plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan MD4 crypto plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-md5 Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan MD5 crypto plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan MD5 crypto plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-mysql Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan +strongswan-mod-sql +PACKAGE_strongswan-mod-mysql:libmysqlclient-r Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan MySQL database interface plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan MySQL database interface plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-openssl Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan +PACKAGE_strongswan-mod-openssl:libopenssl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan OpenSSL crypto plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan OpenSSL crypto plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-pem Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan PEM decoding plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan PEM decoding plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-pgp Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan PGP key decoding plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan PGP key decoding plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-pkcs1 Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan PKCS1 key decoding plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan PKCS1 key decoding plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-pkcs7 Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan PKCS7 key decoding plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan PKCS7 key decoding plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-pkcs8 Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan PKCS8 key decoding plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan PKCS8 key decoding plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-pkcs11 Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan PKCS11 key decoding plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan PKCS11 key decoding plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-pkcs12 Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan PKCS12 key decoding plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan PKCS12 key decoding plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-pubkey Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan raw public key plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan raw public key plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-random Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan RNG plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan RNG plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-rc2 Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan RC2 crypto plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan RC2 crypto plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-resolve Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan DNS resolver plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan DNS resolver plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-revocation Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan X509 CRL/OCSP revocation plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan X509 CRL/OCSP revocation plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-sha1 Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan SHA1 crypto plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan SHA1 crypto plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-sha2 Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan SHA2 crypto plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan SHA2 crypto plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-smp Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan +PACKAGE_strongswan-mod-smp:libxml2 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan SMP configuration and control interface plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan SMP configuration and control interface plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-socket-default Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan default socket implementation for charon plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan default socket implementation for charon plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-socket-dynamic Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan dynamic socket implementation for charon plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan dynamic socket implementation for charon plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-sql Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan SQL database interface plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan SQL database interface plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-sqlite Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan +strongswan-mod-sql +PACKAGE_strongswan-mod-sqlite:libsqlite3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan SQLite database interface plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan SQLite database interface plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-sshkey Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan SSH key decoding plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan SSH key decoding plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-stroke Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan +strongswan-charon +strongswan-ipsec Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan Stroke plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan Stroke plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-test-vectors Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan crypto test vectors plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan crypto test vectors plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-uci Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan +PACKAGE_strongswan-mod-uci:libuci Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan UCI config interface plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan UCI config interface plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-unity Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan Cisco Unity extension plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan Cisco Unity extension plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-updown Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan updown firewall plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan updown firewall plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-vici Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan Versatile IKE Configuration Interface plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan Versatile IKE Configuration Interface plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-whitelist Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan peer identity whitelisting plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan peer identity whitelisting plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-x509 Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan x509 certificate plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan x509 certificate plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-xauth-eap Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan EAP XAuth backend plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan EAP XAuth backend plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-xauth-generic Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan generic XAuth backend plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan generic XAuth backend plugin http://www.strongswan.org/ Stijn Tintel @@ Package: strongswan-mod-xcbc Submenu: VPN Version: 5.8.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread strongswan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: StrongSwan xcbc crypto plugin Maintainer: Stijn Tintel Source: strongswan-5.8.2.tar.bz2 License: GPL-2.0-or-later Type: ipkg Description: StrongSwan xcbc crypto plugin http://www.strongswan.org/ Stijn Tintel @@ Source-Makefile: feeds/packages/net/stubby/Makefile Package: stubby Submenu: IP Addresses and Names Version: 0.3.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libyaml +getdns +ca-certs Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: stubby - (daemon that uses getdns) Maintainer: Jonathan Underwood Require-User: stubby=410:stubby=410 Source: stubby-0.3.0.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: This package contains the Stubby daemon (which utilizes the getdns library). See https://github.com/openwrt/packages/blob/master/net/stubby/files/README.md for more details. https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Daemon+-+Stubby Jonathan Underwood @@ Source-Makefile: feeds/packages/net/stunnel/Makefile Package: stunnel Version: 5.55-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +zlib +libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: SSL TCP Wrapper Maintainer: Florian Eckert Source: stunnel-5.55.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING COPYRIGHT.GPL Type: ipkg Description: Stunnel is a program that allows you to encrypt arbitrary TCP connections inside SSL (Secure Sockets Layer) available on both Unix and Windows. Stunnel can allow you to secure non-SSL aware daemons and protocols (like POP, IMAP, LDAP, etc) by having Stunnel provide the encryption, requiring no changes to the daemon's code. http://www.stunnel.org/ Florian Eckert @@ Source-Makefile: feeds/packages/net/subversion/Makefile Build-Depends: apr-util !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: subversion-libs Submenu: Version Control Systems Version: 1.12.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_unixodbc:unixodbc +libaprutil +libmagic +libsqlite3 +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: subversion libs Maintainer: Val Kulkov Source: subversion-1.12.2.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Subversion is a free/open-source version control system. That is, Subversion manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your data, or examine the history of how your data changed. In this regard, many people think of a version control system as a sort of time machine. This package contains the Subversion libraries. https://subversion.apache.org/ Val Kulkov @@ Package: subversion-client Submenu: Version Control Systems Version: 1.12.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +subversion-libs Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: subversion client tools Maintainer: Val Kulkov Source: subversion-1.12.2.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Subversion is a free/open-source version control system. That is, Subversion manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your data, or examine the history of how your data changed. In this regard, many people think of a version control system as a sort of time machine. This package contains the Subversion client tools. https://subversion.apache.org/ Val Kulkov @@ Package: subversion-server Submenu: Version Control Systems Version: 1.12.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +subversion-libs Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: subversion server Maintainer: Val Kulkov Source: subversion-1.12.2.tar.bz2 License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Subversion is a free/open-source version control system. That is, Subversion manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your data, or examine the history of how your data changed. In this regard, many people think of a version control system as a sort of time machine. This package contains the Subversion server. https://subversion.apache.org/ Val Kulkov @@ Source-Makefile: feeds/packages/net/sysrepo/Makefile Build-Depends: SYSREPO_BINDINGS:swig/host Package: libsysrepo Menu: 1 Version: 0.7.7-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libyang +libprotobuf-c +libev +libredblack +librt +libpthread +SYSREPO_BINDINGS:libstdcpp +SYSREPO_PYTHON:python-base +SYSREPO_LUA:lua Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: YANG-based data store library Maintainer: Mislav Novakovic Source: sysrepo-0.7.7.tar.gz License: ASL-2.0 Type: ipkg Description: YANG-based data store library https://codeload.github.com/sysrepo/sysrepo/tar.gz/v0.7.7? Mislav Novakovic @@ Config: source "feeds/packages/net/sysrepo/Config_libsysrepo.in" @@ Package: sysrepo Version: 0.7.7-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsysrepo Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: YANG-based data store daemon and plugin Maintainer: Mislav Novakovic Source: sysrepo-0.7.7.tar.gz License: ASL-2.0 Type: ipkg Description: Sysrepo is an YANG-based configuration and operational state data store for Unix/Linux applications. https://codeload.github.com/sysrepo/sysrepo/tar.gz/v0.7.7? Mislav Novakovic @@ Package: sysrepoctl Version: 0.7.7-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsysrepo Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: sysrepo cli tool Maintainer: Mislav Novakovic Source: sysrepo-0.7.7.tar.gz License: ASL-2.0 Type: ipkg Description: sysrepo cli tool https://codeload.github.com/sysrepo/sysrepo/tar.gz/v0.7.7? Mislav Novakovic @@ Package: sysrepocfg Version: 0.7.7-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsysrepo Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: sysrepo configuration tool Maintainer: Mislav Novakovic Source: sysrepo-0.7.7.tar.gz License: ASL-2.0 Type: ipkg Description: sysrepo configuration tool https://codeload.github.com/sysrepo/sysrepo/tar.gz/v0.7.7? Mislav Novakovic @@ Source-Makefile: feeds/packages/net/tac_plus/Makefile Package: tac_plus Version: 4.0.4.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: without-pam Section: net Category: Network Repository: base Title: TACACS+ daemon (without PAM support) Maintainer: Source: tac_plus-4.0.4.28-2019.02.11-259251e6f1c2d5c98081a43c6f66d9eb2989cfd8.tar.gz Type: ipkg Description: TACACS+ is a protocol (not TACACS or XTACACS) for authentication, authorization and accounting (AAA) services for routers and network devices. This package is built without PAM support. https://github.com/facebook/tac_plus/ @@ Package: tac_plus-pam Version: 4.0.4.28-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpam Conflicts: Menu-Depends: Provides: Build-Variant: with-pam Section: net Category: Network Repository: base Title: TACACS+ daemon (with PAM support) Maintainer: Source: tac_plus-4.0.4.28-2019.02.11-259251e6f1c2d5c98081a43c6f66d9eb2989cfd8.tar.gz Type: ipkg Description: TACACS+ is a protocol (not TACACS or XTACACS) for authentication, authorization and accounting (AAA) services for routers and network devices. This package is built with PAM support. https://github.com/facebook/tac_plus/ @@ Source-Makefile: feeds/packages/net/tcpproxy/Makefile Package: tcpproxy Submenu: Routing and Redirection Version: 1.2-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: IPv4/IPv6 tcp connection proxy Maintainer: Christian Pointner Source: tcpproxy-1.2.tar.gz License: GPL-3.0-or-later LicenseFiles: LICENSE Type: ipkg Description: tcpproxy is a simple tcp connection proxy which combines the features of rinetd and 6tunnel. tcpproxy supports IPv4 and IPv6 and also supports connections from IPv6 to IPv4 endpoints and vice versa. http://www.spreadspace.org/tcpproxy/ Christian Pointner @@ Source-Makefile: feeds/packages/net/tcpreplay/Makefile Build-Depends: libtool gettext libiconv Package: tcpbridge Submenu: tcprelay Version: 4.3.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt +libpcap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Bridge network traffic across two interfaces Maintainer: Alexandru Ardelean Source: tcpreplay-4.3.2.tar.xz License: GPL-3.0 LicenseFiles: docs/LICENSE Type: ipkg Description: tcpbridge is a tool for selectively briding network traffic across two interfaces and optionally modifying the packets in between http://tcpreplay.appneta.com/ Alexandru Ardelean @@ Package: tcpcapinfo Submenu: tcprelay Version: 4.3.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt +libpcap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Pcap file dissector for debugging broken pcap files Maintainer: Alexandru Ardelean Source: tcpreplay-4.3.2.tar.xz License: GPL-3.0 LicenseFiles: docs/LICENSE Type: ipkg Description: tcpcapinfo is a tool for decoding the structure of a pcap(3) file with a focus on finding broken pcap files and determining how two related pcap files might differ. http://tcpreplay.appneta.com/ Alexandru Ardelean @@ Package: tcpliveplay Submenu: tcprelay Version: 4.3.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt +libpcap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Replays network traffic stored in a pcap file on live networks using new TCP connections Maintainer: Alexandru Ardelean Source: tcpreplay-4.3.2.tar.xz License: GPL-3.0 LicenseFiles: docs/LICENSE Type: ipkg Description: This program, 'tcpliveplay' replays a captured set of packets using new TCP connections with the captured TCP payloads against a remote host in order to do comprehensive vulnerability testings. http://tcpreplay.appneta.com/ Alexandru Ardelean @@ Package: tcpprep Submenu: tcprelay Version: 4.3.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt +libpcap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Create a tcpreplay cache file from a pcap file Maintainer: Alexandru Ardelean Source: tcpreplay-4.3.2.tar.xz License: GPL-3.0 LicenseFiles: docs/LICENSE Type: ipkg Description: tcpprep is a ``pcap(3)'' file pre-processor which creates a cache file which provides "rules" for ``tcprewrite(1)'' and ``tcpreplay(1)'' on how to process and send packets. http://tcpreplay.appneta.com/ Alexandru Ardelean @@ Package: tcpreplay Submenu: tcprelay Version: 4.3.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt +libpcap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Replay network traffic stored in pcap files Maintainer: Alexandru Ardelean Source: tcpreplay-4.3.2.tar.xz License: GPL-3.0 LicenseFiles: docs/LICENSE Type: ipkg Description: tcpreplay is a tool for replaying network traffic from files saved with tcpdump or other tools which write pcap(3) files. http://tcpreplay.appneta.com/ Alexandru Ardelean @@ Package: tcpreplay-edit Submenu: tcprelay Version: 4.3.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt +libpcap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Replay network traffic stored in pcap files Maintainer: Alexandru Ardelean Source: tcpreplay-4.3.2.tar.xz License: GPL-3.0 LicenseFiles: docs/LICENSE Type: ipkg Description: tcpreplay-edit includes all the functionality of both tcpreplay and tcprewrite. http://tcpreplay.appneta.com/ Alexandru Ardelean @@ Package: tcprewrite Submenu: tcprelay Version: 4.3.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt +libpcap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Rewrite the packets in a pcap file Maintainer: Alexandru Ardelean Source: tcpreplay-4.3.2.tar.xz License: GPL-3.0 LicenseFiles: docs/LICENSE Type: ipkg Description: Rewrite/edit the packets in a pcap file http://tcpreplay.appneta.com/ Alexandru Ardelean @@ Package: tcpreplay-all Submenu: tcprelay Version: 4.3.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +tcpbridge +tcpcapinfo +tcpliveplay +tcpprep +tcpreplay +tcpreplay-edit +tcprewrite Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Pcap editing and replaying utilities Maintainer: Alexandru Ardelean Source: tcpreplay-4.3.2.tar.xz License: GPL-3.0 LicenseFiles: docs/LICENSE Type: ipkg Description: Tcpreplay is a suite of free Open Source utilities for editing and replaying previously captured network traffic. Originally designed to replay malicious traffic patterns to Intrusion Detection/Prevention Systems, it has seen many evolutions including capabilities to replay to web servers. Version 4.0.0 introduces features and performance enhancements to support switches, routers, and IP Flow/NetFlow appliances. http://tcpreplay.appneta.com/ Alexandru Ardelean @@ Source-Makefile: feeds/packages/net/tgt/Makefile Package: tgt Version: 1.0.79-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libaio Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: userspace iSCSI target Maintainer: Maxim Storchak Source: tgt-1.0.79.tar.gz License: GPL-2.0-only Type: ipkg Description: The Linux target framework (tgt) is a user space SCSI target framework that supports the iSCSI and iSER transport protocols and that also supports multiple methods for accessing block storage. Tgt consists of a user-space daemon and user-space tools. http://stgt.sourceforge.net/ Maxim Storchak @@ Source-Makefile: feeds/packages/net/tinc/Makefile Package: tinc Submenu: VPN Version: 1.0.35-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +liblzo +libopenssl +kmod-tun +zlib Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: VPN tunneling daemon Maintainer: Saverio Proto Source: tinc-1.0.35.tar.gz Type: ipkg Description: tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private network between hosts on the Internet. http://www.tinc-vpn.org/ Saverio Proto @@ Source-Makefile: feeds/packages/net/tinyproxy/Makefile Package: tinyproxy Submenu: Web Servers/Proxies Version: 1.10.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Tinyproxy is a lightweight HTTP and HTTPS proxy Maintainer: Jo-Philipp Wich Source: tinyproxy-1.10.0.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Tinyproxy is a lightweight HTTP and HTTPS proxy https://tinyproxy.github.io/ Jo-Philipp Wich @@ Source-Makefile: feeds/packages/net/tmate/Makefile Build-Depends: ncurses Package: tmate Submenu: SSH Version: 2.4.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libevent2 +libncurses +libpthread +libssh +msgpack-c +terminfo Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Instant Terminal Sharing Maintainer: Tianling Shen Source: tmate-2.4.0.tar.gz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Tmate is a fork of tmux. It provides an instant pairing solution. https://tmate.io Tianling Shen @@ Source-Makefile: feeds/packages/net/tor/Makefile Package: tor Version: 0.4.4.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libevent2 +libopenssl +libpthread +librt +zlib +libcap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: An anonymous Internet communication system Maintainer: Hauke Mehrtens Peter Wagner Require-User: tor=52:tor=52 Source: tor-0.4.4.8.tar.gz LicenseFiles: LICENSE Type: ipkg Description: Tor is a toolset for a wide range of organizations and people that want to improve their safety and security on the Internet. Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC, SSH, and more. Tor also provides a platform on which software developers can build new applications with built-in anonymity, safety, and privacy features. This package contains the tor daemon. https://www.torproject.org/ Hauke Mehrtens Peter Wagner @@ Package: tor-gencert Version: 0.4.4.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +tor Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Tor certificate generation Maintainer: Hauke Mehrtens Peter Wagner Require-User: tor=52:tor=52 Source: tor-0.4.4.8.tar.gz LicenseFiles: LICENSE Type: ipkg Description: Tor is a toolset for a wide range of organizations and people that want to improve their safety and security on the Internet. Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC, SSH, and more. Tor also provides a platform on which software developers can build new applications with built-in anonymity, safety, and privacy features. Generate certs and keys for Tor directory authorities https://www.torproject.org/ Hauke Mehrtens Peter Wagner @@ Package: tor-resolve Version: 0.4.4.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +tor Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: tor hostname resolve Maintainer: Hauke Mehrtens Peter Wagner Require-User: tor=52:tor=52 Source: tor-0.4.4.8.tar.gz LicenseFiles: LICENSE Type: ipkg Description: Tor is a toolset for a wide range of organizations and people that want to improve their safety and security on the Internet. Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC, SSH, and more. Tor also provides a platform on which software developers can build new applications with built-in anonymity, safety, and privacy features. Resolve a hostname to an IP address via tor https://www.torproject.org/ Hauke Mehrtens Peter Wagner @@ Package: tor-geoip Version: 0.4.4.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +tor Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: GeoIP db for tor Maintainer: Hauke Mehrtens Peter Wagner Require-User: tor=52:tor=52 Source: tor-0.4.4.8.tar.gz LicenseFiles: LICENSE Type: ipkg Description: Tor is a toolset for a wide range of organizations and people that want to improve their safety and security on the Internet. Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC, SSH, and more. Tor also provides a platform on which software developers can build new applications with built-in anonymity, safety, and privacy features. This package contains a GeoIP database mapping IP addresses to countries. https://www.torproject.org/ Hauke Mehrtens Peter Wagner @@ Source-Makefile: feeds/packages/net/tor-fw-helper/Makefile Build-Depends: golang/host Package: tor-fw-helper Version: 0.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Firewall helper for tor Maintainer: Jeffery To Source: tor-fw-helper-0.3.tar.xz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: tor-fw-helper is a helper to automatically configuring port forwarding for tor, using UPnP or NAT-PMP NAT traversal. This is a tor-fw-helper rewrite in Go that functions as a drop in replacement for the original C code. This package contains the main helper program. https://gitweb.torproject.org/tor-fw-helper.git/ Jeffery To @@ Package: golang-torproject-tor-fw-helper-dev Submenu: Go Version: 0.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: Firewall helper for tor (source files) Maintainer: Jeffery To Source: tor-fw-helper-0.3.tar.xz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: tor-fw-helper is a helper to automatically configuring port forwarding for tor, using UPnP or NAT-PMP NAT traversal. This is a tor-fw-helper rewrite in Go that functions as a drop in replacement for the original C code. This package provides the source files for the helper program. https://gitweb.torproject.org/tor-fw-helper.git/ Jeffery To @@ Source-Makefile: feeds/packages/net/tor-hs/Makefile Package: tor-hs Submenu: IP Addresses and Names Version: 0.0.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +tor Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Tor hidden service configurator Maintainer: Jan Pavlinec Source: License: GPL-3.0-or-later Type: ipkg Description: Tor Hidden Service configurator Jan Pavlinec @@ Source-Makefile: feeds/packages/net/torsocks/Makefile Package: torsocks Submenu: IP Addresses and Names Version: 2.3.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +tor Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: torsocks Maintainer: Jan Pavlinec Source: torsocks-2.3.0.tar.xz License: GPLv2 LicenseFiles: LICENSE Type: ipkg Description: Torsocks allows you to use most applications in a safe way with Tor. It ensures that DNS requests are handled safely and explicitly rejects any traffic other than TCP from the application you're using. https://trac.torproject.org/projects/tor/wiki/doc/torsocks Jan Pavlinec @@ Source-Makefile: feeds/packages/net/trafficshaper/Makefile Package: trafficshaper Version: 1.0.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +tc +kmod-sched-core +kmod-sched-connmark +kmod-ifb +iptables +kmod-sched-cake +iptables-mod-conntrack-extra Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: WAN traffic shaper based on LAN addresses Maintainer: Luiz Angelo Daros de Luca Source: License: GPLv2 Type: ipkg Description: Setup QoS rules to limit (or reserve) traffic used by classes of clients. Uplink and downlink can be controled (or not controlled) independently. Client classes are defined by its network addresses (IPv4 or IPv6). Each client class can define absolute or relative (to wan) bandwith, and also the use (or not) of spare wan bandwidth when avaiable. Luiz Angelo Daros de Luca @@ Source-Makefile: feeds/packages/net/transmission/Makefile Package: transmission-daemon-openssl Submenu: BitTorrent Version: 3.00-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libcurl +libevent2 +libminiupnpc +libnatpmp +libpthread +librt +zlib +libopenssl Conflicts: Menu-Depends: Provides: Build-Variant: openssl Section: net Category: Network Repository: base Title: BitTorrent client (with OpenSSL) Maintainer: Rosen Penev Require-User: transmission=224:transmission=224 Source: transmission-3.00.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Transmission is a simple BitTorrent client. It features a very simple, intuitive interface on top on an efficient, cross-platform back-end. This package contains the daemon itself. https://www.transmissionbt.com Rosen Penev @@ Package: transmission-daemon-mbedtls Submenu: BitTorrent Version: 3.00-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libcurl +libevent2 +libminiupnpc +libnatpmp +libpthread +librt +zlib +libmbedtls Conflicts: Menu-Depends: Provides: Build-Variant: mbedtls Section: net Category: Network Repository: base Title: BitTorrent client (with mbed TLS) Maintainer: Rosen Penev Require-User: transmission=224:transmission=224 Source: transmission-3.00.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Transmission is a simple BitTorrent client. It features a very simple, intuitive interface on top on an efficient, cross-platform back-end. This package contains the daemon itself. https://www.transmissionbt.com Rosen Penev @@ Package: transmission-cli-openssl Submenu: BitTorrent Version: 3.00-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libcurl +libevent2 +libminiupnpc +libnatpmp +libpthread +librt +zlib +libopenssl Conflicts: Menu-Depends: Provides: Build-Variant: openssl Section: net Category: Network Repository: base Title: BitTorrent client (with OpenSSL) Maintainer: Rosen Penev Source: transmission-3.00.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: CLI utilities for transmission. https://www.transmissionbt.com Rosen Penev @@ Package: transmission-cli-mbedtls Submenu: BitTorrent Version: 3.00-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libcurl +libevent2 +libminiupnpc +libnatpmp +libpthread +librt +zlib +libmbedtls Conflicts: Menu-Depends: Provides: Build-Variant: mbedtls Section: net Category: Network Repository: base Title: BitTorrent client (with mbed TLS) Maintainer: Rosen Penev Source: transmission-3.00.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: CLI utilities for transmission. https://www.transmissionbt.com Rosen Penev @@ Package: transmission-remote-openssl Submenu: BitTorrent Version: 3.00-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libcurl +libevent2 +libminiupnpc +libnatpmp +libpthread +librt +zlib +libopenssl Conflicts: Menu-Depends: Provides: Build-Variant: openssl Section: net Category: Network Repository: base Title: BitTorrent client (with OpenSSL) Maintainer: Rosen Penev Source: transmission-3.00.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: CLI remote interface for transmission. https://www.transmissionbt.com Rosen Penev @@ Package: transmission-remote-mbedtls Submenu: BitTorrent Version: 3.00-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libcurl +libevent2 +libminiupnpc +libnatpmp +libpthread +librt +zlib +libmbedtls Conflicts: Menu-Depends: Provides: Build-Variant: mbedtls Section: net Category: Network Repository: base Title: BitTorrent client (with mbed TLS) Maintainer: Rosen Penev Source: transmission-3.00.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: CLI remote interface for transmission. https://www.transmissionbt.com Rosen Penev @@ Package: transmission-web Submenu: BitTorrent Version: 3.00-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(PACKAGE_transmission-daemon-openssl||PACKAGE_transmission-daemon-mbedtls) Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: BitTorrent client (webinterface) Maintainer: Rosen Penev Source: transmission-3.00.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Webinterface resources for transmission. https://www.transmissionbt.com Rosen Penev @@ Source-Makefile: feeds/packages/net/transmission-web-control/Makefile Package: transmission-web-control Submenu: BitTorrent Version: 2019-04-16-a747a87babb246b0d3e6dd108ad7b4c19462cfe6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(PACKAGE_transmission-daemon-openssl||PACKAGE_transmission-daemon-mbedtls) Conflicts: transmission-web Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Transmission Web Control Maintainer: Richard Yu Source: transmission-web-control-2019-04-16-a747a87babb246b0d3e6dd108ad7b4c19462cfe6.tar.xz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Transmission Web Control is a custom Web UI for Transmission. https://github.com/ronggang/transmission-web-control Richard Yu @@ Source-Makefile: feeds/packages/net/travelmate/Makefile Package: travelmate Version: 1.5.5-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +iwinfo +jshn +jsonfilter +uclient-fetch +dnsmasq Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: A wlan connection manager for travel router Maintainer: Dirk Brenken Source: License: GPL-3.0-or-later Type: ipkg Description: A wlan connection manager for travel router. Please see https://github.com/openwrt/packages/blob/master/net/travelmate/files/README.md for further information. Dirk Brenken @@ Source-Makefile: feeds/packages/net/u2pnpd/Makefile Package: u2pnpd Version: 0.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libupnp Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Announce device via UPnP on the network Maintainer: Michael Heimpold Source: u2pnpd-0.5.tar.xz License: GPL-2.0-only LicenseFiles: COPYING Type: ipkg Description: This tools announces a device via UPnP on the local network, thus it is possible to find it within the network neightboorhood of a well-known OS and the user can easily double-click on an icon to open the web frontend of this device without knowing the IP address. https://github.com/mhei/u2pnpd Michael Heimpold @@ Source-Makefile: feeds/packages/net/uanytun/Makefile Package: uanytun Submenu: VPN Version: 0.3.7-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-tun +libgcrypt Conflicts: Menu-Depends: Provides: Build-Variant: gcrypt Section: net Category: Network Repository: base Title: micro anycast tunneling daemon (gcrypt) Maintainer: Christian Pointner Source: uanytun-0.3.7.tar.gz License: GPL-3.0-or-later LicenseFiles: LICENSE Type: ipkg Description: uAnytun is a tiny implementation of SATP the secure anycast tunneling protocol. SATP defines a protocol used for communication between any combination of unicast and anycast tunnel endpoints. It has less protocol overhead than IPSec in Tunnel mode and allows tunneling of every ETHER TYPE protocol (e.g. ethernet, ip, arp ...). SATP directly includes cryptography and message authentication based on the methods used by SRTP. It is intended to deliver a generic, scalable and secure solution for tunneling and relaying of packets of any protocol. Unlike Anytun which is a full featured implementation uAnytun has no support for multiple connections or synchronisation. It is a small single threaded implementation intended to act as a client on small platforms. http://www.anytun.org/ Christian Pointner @@ Package: uanytun-nettle Submenu: VPN Version: 0.3.7-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-tun +libnettle Conflicts: Menu-Depends: Provides: Build-Variant: nettle Section: net Category: Network Repository: base Title: micro anycast tunneling daemon (nettle) Maintainer: Christian Pointner Source: uanytun-0.3.7.tar.gz License: GPL-3.0-or-later LicenseFiles: LICENSE Type: ipkg Description: uAnytun is a tiny implementation of SATP the secure anycast tunneling protocol. SATP defines a protocol used for communication between any combination of unicast and anycast tunnel endpoints. It has less protocol overhead than IPSec in Tunnel mode and allows tunneling of every ETHER TYPE protocol (e.g. ethernet, ip, arp ...). SATP directly includes cryptography and message authentication based on the methods used by SRTP. It is intended to deliver a generic, scalable and secure solution for tunneling and relaying of packets of any protocol. Unlike Anytun which is a full featured implementation uAnytun has no support for multiple connections or synchronisation. It is a small single threaded implementation intended to act as a client on small platforms. http://www.anytun.org/ Christian Pointner @@ Package: uanytun-sslcrypt Submenu: VPN Version: 0.3.7-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-tun +libopenssl Conflicts: Menu-Depends: Provides: Build-Variant: sslcrypt Section: net Category: Network Repository: base Title: micro anycast tunneling daemon (openssl) Maintainer: Christian Pointner Source: uanytun-0.3.7.tar.gz License: GPL-3.0-or-later LicenseFiles: LICENSE Type: ipkg Description: uAnytun is a tiny implementation of SATP the secure anycast tunneling protocol. SATP defines a protocol used for communication between any combination of unicast and anycast tunnel endpoints. It has less protocol overhead than IPSec in Tunnel mode and allows tunneling of every ETHER TYPE protocol (e.g. ethernet, ip, arp ...). SATP directly includes cryptography and message authentication based on the methods used by SRTP. It is intended to deliver a generic, scalable and secure solution for tunneling and relaying of packets of any protocol. Unlike Anytun which is a full featured implementation uAnytun has no support for multiple connections or synchronisation. It is a small single threaded implementation intended to act as a client on small platforms. http://www.anytun.org/ Christian Pointner @@ Package: uanytun-nocrypt Submenu: VPN Version: 0.3.7-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-tun Conflicts: Menu-Depends: Provides: Build-Variant: nocrypt Section: net Category: Network Repository: base Title: micro anycast tunneling daemon (no crypt) Maintainer: Christian Pointner Source: uanytun-0.3.7.tar.gz License: GPL-3.0-or-later LicenseFiles: LICENSE Type: ipkg Description: uAnytun is a tiny implementation of SATP the secure anycast tunneling protocol. SATP defines a protocol used for communication between any combination of unicast and anycast tunnel endpoints. It has less protocol overhead than IPSec in Tunnel mode and allows tunneling of every ETHER TYPE protocol (e.g. ethernet, ip, arp ...). SATP directly includes cryptography and message authentication based on the methods used by SRTP. It is intended to deliver a generic, scalable and secure solution for tunneling and relaying of packets of any protocol. Unlike Anytun which is a full featured implementation uAnytun has no support for multiple connections or synchronisation. It is a small single threaded implementation intended to act as a client on small platforms. http://www.anytun.org/ Christian Pointner @@ Source-Makefile: feeds/packages/net/udptunnel/Makefile Package: udptunnel Version: 1.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Tunnel UDP packets over a TCP connection Maintainer: Source: udptunnel-1.1.tar.gz License: BSD-3-Clause LicenseFiles: COPYRIGHT Type: ipkg Description: UDPTunnel is a small program which can tunnel UDP packets bi-directionally over a TCP connection. Its primary purpose (and original motivation) is to allow multi-media conferences to traverse a firewall which allows only outgoing TCP connections. http://www.cs.columbia.edu/~lennox/udptunnel/ @@ Source-Makefile: feeds/packages/net/udpxy/Makefile Package: udpxy Version: 2016-09-18-53e4672a7522311c40e9f6110ff256041c52c8b4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Convert UDP IPTV streams into HTTP streams Maintainer: Álvaro Fernández Rojas Source: udpxy-2016-09-18-53e4672a7522311c40e9f6110ff256041c52c8b4.tar.gz License: GPL-3.0 LicenseFiles: gpl.txt Type: ipkg Description: udproxy makes it possible to convert UDP IPTV streams into HTTP streams which can be viewed even over WLANs. HTTP streams do not generate huge amounts of multicast traffic, so a sd stream only takes about 300k. Interesting for peoply who have IPTV at home and do not want to rent multiple decoders from their provider but just use their own streaming client (for example popcornhour/mediatomb/vlc). https://github.com/pcherenkov/udpxy Álvaro Fernández Rojas @@ Source-Makefile: feeds/packages/net/ulogd/Makefile Build-Depends: libnetfilter-acct libnetfilter-conntrack libnetfilter-log Package: ulogd Menu: 1 Version: 2.0.7-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmnl +libnfnetlink +libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Netfilter userspace logging daemon Maintainer: Alexandru Ardelean Source: ulogd-2.0.7.tar.bz2 License: GPL-2.0-only LicenseFiles: COPYING Type: ipkg Description: Netfilter userspace logging daemon https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean @@ Package: ulogd-mod-dbi Version: 2.0.7-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ulogd +PACKAGE_ulogd-mod-dbi:libdbi Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Output plugin for logging to a database using libdbi Maintainer: Alexandru Ardelean Source: ulogd-2.0.7.tar.bz2 License: GPL-2.0-only LicenseFiles: COPYING Type: ipkg Description: Output plugin for logging to a database using libdbi https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean @@ Package: ulogd-mod-json Version: 2.0.7-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ulogd +PACKAGE_ulogd-mod-json:jansson Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: JSON output plugin Maintainer: Alexandru Ardelean Source: ulogd-2.0.7.tar.bz2 License: GPL-2.0-only LicenseFiles: COPYING Type: ipkg Description: JSON output plugin https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean @@ Package: ulogd-mod-mysql Version: 2.0.7-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ulogd +PACKAGE_ulogd-mod-mysql:libmysqlclient Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Output plugin for logging to a MySQL database Maintainer: Alexandru Ardelean Source: ulogd-2.0.7.tar.bz2 License: GPL-2.0-only LicenseFiles: COPYING Type: ipkg Description: Output plugin for logging to a MySQL database https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean @@ Package: ulogd-mod-nfacct Version: 2.0.7-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ulogd +PACKAGE_ulogd-mod-nfacct:libnetfilter-acct Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Input plugin for flow-based logging (accounting) Maintainer: Alexandru Ardelean Source: ulogd-2.0.7.tar.bz2 License: GPL-2.0-only LicenseFiles: COPYING Type: ipkg Description: Input plugin for flow-based logging (accounting) https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean @@ Package: ulogd-mod-nfct Version: 2.0.7-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ulogd +PACKAGE_ulogd-mod-nfct:libnetfilter-conntrack Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Input plugin for flow-based logging (conntracking) Maintainer: Alexandru Ardelean Source: ulogd-2.0.7.tar.bz2 License: GPL-2.0-only LicenseFiles: COPYING Type: ipkg Description: Input plugin for flow-based logging (conntracking) https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean @@ Package: ulogd-mod-nflog Version: 2.0.7-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ulogd +PACKAGE_ulogd-mod-nflog:libnetfilter-log Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Input plugin using NFLOG Maintainer: Alexandru Ardelean Source: ulogd-2.0.7.tar.bz2 License: GPL-2.0-only LicenseFiles: COPYING Type: ipkg Description: Input plugin using NFLOG https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean @@ Package: ulogd-mod-pcap Version: 2.0.7-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ulogd +PACKAGE_ulogd-mod-pcap:libpcap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Output plugin for logging in pcap format Maintainer: Alexandru Ardelean Source: ulogd-2.0.7.tar.bz2 License: GPL-2.0-only LicenseFiles: COPYING Type: ipkg Description: Output plugin for logging in pcap format https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean @@ Package: ulogd-mod-pgsql Version: 2.0.7-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ulogd +PACKAGE_ulogd-mod-pgsql:libpq Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Output plugin for logging to a PostgreSQL database Maintainer: Alexandru Ardelean Source: ulogd-2.0.7.tar.bz2 License: GPL-2.0-only LicenseFiles: COPYING Type: ipkg Description: Output plugin for logging to a PostgreSQL database https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean @@ Package: ulogd-mod-sqlite Version: 2.0.7-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ulogd +PACKAGE_ulogd-mod-sqlite:libsqlite3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Output plugin for logging to an SQLite database Maintainer: Alexandru Ardelean Source: ulogd-2.0.7.tar.bz2 License: GPL-2.0-only LicenseFiles: COPYING Type: ipkg Description: Output plugin for logging to an SQLite database https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean @@ Package: ulogd-mod-syslog Version: 2.0.7-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ulogd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Syslog output plugin Maintainer: Alexandru Ardelean Source: ulogd-2.0.7.tar.bz2 License: GPL-2.0-only LicenseFiles: COPYING Type: ipkg Description: Syslog output plugin https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean @@ Package: ulogd-mod-xml Version: 2.0.7-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ulogd +PACKAGE_ulogd-mod-xml:libnetfilter-acct +PACKAGE_ulogd-mod-xml:libnetfilter-conntrack +PACKAGE_ulogd-mod-xml:libnetfilter-log Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: XML output plugin Maintainer: Alexandru Ardelean Source: ulogd-2.0.7.tar.bz2 License: GPL-2.0-only LicenseFiles: COPYING Type: ipkg Description: XML output plugin https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean @@ Package: ulogd-mod-extra Version: 2.0.7-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread ulogd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Extra plugins Maintainer: Alexandru Ardelean Source: ulogd-2.0.7.tar.bz2 License: GPL-2.0-only LicenseFiles: COPYING Type: ipkg Description: Extra plugins https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean @@ Source-Makefile: feeds/packages/net/umurmur/Makefile Package: umurmur-openssl Submenu: Instant Messaging Version: 0.2.17-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libconfig +libprotobuf-c +libopenssl Conflicts: Menu-Depends: Provides: Build-Variant: openssl Section: net Category: Network Repository: base Title: uMurmur (with OpenSSL support) Maintainer: Martin Johansson Source: umurmur-0.2.17.tar.gz License: BSD-3-Clause Type: ipkg Description: Minimalistic Mumble server daemon. Uses OpenSSL library for SSL and crypto. http://umurmur.net Martin Johansson @@ Package: umurmur-mbedtls Submenu: Instant Messaging Version: 0.2.17-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libconfig +libprotobuf-c +libmbedtls Conflicts: Menu-Depends: Provides: Build-Variant: mbedtls Section: net Category: Network Repository: base Title: uMurmur (with mbed TLS support) Maintainer: Martin Johansson Source: umurmur-0.2.17.tar.gz License: BSD-3-Clause Type: ipkg Description: Minimalistic Mumble server daemon. Uses the mbed TLS library for SSL and crypto. http://umurmur.net Martin Johansson @@ Source-Makefile: feeds/packages/net/unbound/Makefile Package: unbound-daemon Submenu: IP Addresses and Names Version: 1.13.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +@OPENSSL_WITH_EC +libunbound-light Conflicts: Menu-Depends: Provides: Build-Variant: light Section: net Category: Network Repository: base Title: Recursive DNS Server (daemon, light traffic) Maintainer: Eric Luehrsen Require-User: unbound:unbound Source: unbound-1.13.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: This package contains the Unbound daemon with basic includes necessary to meet the needs of UCI/LuCI configuration optoins. https://nlnetlabs.nl/projects/unbound/about Eric Luehrsen @@ Package: unbound-daemon-heavy Submenu: IP Addresses and Names Version: 1.13.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +@OPENSSL_WITH_EC +libunbound-heavy +libpthread +libevent2 +libevent2-pthreads Conflicts: Menu-Depends: Provides: unbound-daemon Build-Variant: heavy Section: net Category: Network Repository: base Title: Recursive DNS Server (daemon, heavy traffic) Maintainer: Eric Luehrsen Require-User: unbound:unbound Source: unbound-1.13.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: This package contains the Unbound daemon including 'libevent' and 'libpthread' to better handle large networks with heavy query loads. https://nlnetlabs.nl/documentation/unbound/howto-optimise Eric Luehrsen @@ Package: libunbound-light Submenu: Networking Version: 1.13.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +@OPENSSL_WITH_EC Conflicts: Menu-Depends: Provides: libunbound Build-Variant: light Default-Variant: light Section: libs Category: Libraries Repository: base Title: Recursive DNS Server (library, light traffic) Maintainer: Eric Luehrsen Require-User: unbound:unbound Source: unbound-1.13.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: This package contains the Unbound shared library with basic includes necessary to meet the needs of UCI/LuCI configuration optoins. https://nlnetlabs.nl/projects/unbound/about Eric Luehrsen @@ Package: libunbound-heavy Submenu: Networking Version: 1.13.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +@OPENSSL_WITH_EC +libpthread +libevent2 +libevent2-pthreads Conflicts: Menu-Depends: Provides: libunbound Build-Variant: heavy Section: libs Category: Libraries Repository: base Title: Recursive DNS Server (library, heavy traffic) Maintainer: Eric Luehrsen Require-User: unbound:unbound Source: unbound-1.13.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: This package contains the Unbound shared library including 'libevent' and 'libpthread' to better handle large networks with heavy query loads. https://nlnetlabs.nl/documentation/unbound/howto-optimise Eric Luehrsen @@ Package: unbound-anchor Submenu: IP Addresses and Names Version: 1.13.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +@OPENSSL_WITH_EC +unbound-daemon +libexpat Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Recursive DNS Server (root DSKEY) Maintainer: Eric Luehrsen Require-User: unbound:unbound Source: unbound-1.13.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: This package contains the Unbound anchor utility. https://nlnetlabs.nl/projects/unbound/about Eric Luehrsen @@ Package: unbound-checkconf Submenu: IP Addresses and Names Version: 1.13.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +@OPENSSL_WITH_EC +unbound-daemon Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Recursive DNS Server (config checker) Maintainer: Eric Luehrsen Require-User: unbound:unbound Source: unbound-1.13.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: This package contains the Unbound DNS configuration checker utility. https://nlnetlabs.nl/projects/unbound/about Eric Luehrsen @@ Package: unbound-control Submenu: IP Addresses and Names Version: 1.13.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +@OPENSSL_WITH_EC +unbound-daemon Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Recursive DNS Server (remote control) Maintainer: Eric Luehrsen Require-User: unbound:unbound Source: unbound-1.13.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: This package contains the Unbound control utility. https://nlnetlabs.nl/projects/unbound/about Eric Luehrsen @@ Package: unbound-control-setup Submenu: IP Addresses and Names Version: 1.13.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +@OPENSSL_WITH_EC +unbound-control +openssl-util Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Recursive DNS Server (control setup) Maintainer: Eric Luehrsen Require-User: unbound:unbound Source: unbound-1.13.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: This package contains the Unbound control setup utility. https://nlnetlabs.nl/projects/unbound/about Eric Luehrsen @@ Package: unbound-host Submenu: IP Addresses and Names Version: 1.13.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +@OPENSSL_WITH_EC +libunbound Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Recursive DNS Server (DNS lookup) Maintainer: Eric Luehrsen Require-User: unbound:unbound Source: unbound-1.13.1.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: This package contains the Unbound DNS lookup utility. https://nlnetlabs.nl/projects/unbound/about Eric Luehrsen @@ Source-Makefile: feeds/packages/net/usbip/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: usbip Version: 11 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @USB_SUPPORT +libwrap +kmod-usbip +libudev-fbsd +USE_GLIBC:libbsd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: USB-over-IP (common) Maintainer: Nuno Goncalves Source: License: GPL-2.0 Type: ipkg Description: USB-over-IP (common) http://usbip.sourceforge.net/ Nuno Goncalves @@ Package: usbip-client Version: 11 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @USB_SUPPORT usbip +kmod-usbip-client Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: USB-over-IP (client) Maintainer: Nuno Goncalves Source: License: GPL-2.0 Type: ipkg Description: USB-over-IP (client) http://usbip.sourceforge.net/ Nuno Goncalves @@ Package: usbip-server Version: 11 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @USB_SUPPORT usbip +kmod-usbip-server Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: USB-over-IP (server) Maintainer: Nuno Goncalves Source: License: GPL-2.0 Type: ipkg Description: USB-over-IP (server) http://usbip.sourceforge.net/ Nuno Goncalves @@ Source-Makefile: feeds/packages/net/uwsgi/Makefile Build-Depends: python3/host Package: uwsgi Menu: 1 Submenu: Web Servers/Proxies Version: 2.0.18-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcre +libcap +libuuid Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: The uWSGI server Maintainer: Ansuel Smith Source: uwsgi-2.0.18.tar.gz License: GPL-2.0-or-later LicenseFiles: LICENSE Type: ipkg Description: The uWSGI project (to be used together with nginx or nginx-ssl). https://uwsgi-docs.readthedocs.io/en/latest/ Ansuel Smith @@ Package: uwsgi-logfile-plugin Submenu: Web Servers/Proxies Version: 2.0.18-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread uwsgi Conflicts: Menu-Depends: uwsgi Provides: Section: net Category: Network Repository: base Title: The Logfile plugin for the uWSGI server Maintainer: Ansuel Smith Source: uwsgi-2.0.18.tar.gz License: GPL-2.0-or-later LicenseFiles: LICENSE Type: ipkg Description: The Logfile plugin for the uWSGI project. Ansuel Smith @@ Package: uwsgi-syslog-plugin Submenu: Web Servers/Proxies Version: 2.0.18-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread uwsgi Conflicts: Menu-Depends: uwsgi Provides: Section: net Category: Network Repository: base Title: The Syslog plugin for the uWSGI server Maintainer: Ansuel Smith Source: uwsgi-2.0.18.tar.gz License: GPL-2.0-or-later LicenseFiles: LICENSE Type: ipkg Description: The Syslog plugin for the uWSGI project. Ansuel Smith @@ Package: uwsgi-cgi-plugin Submenu: Web Servers/Proxies Version: 2.0.18-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread uwsgi Conflicts: Menu-Depends: uwsgi Provides: Section: net Category: Network Repository: base Title: The CGI plugin for the uWSGI server Maintainer: Ansuel Smith Source: uwsgi-2.0.18.tar.gz License: GPL-2.0-or-later LicenseFiles: LICENSE Type: ipkg Description: The CGI plugin for the uWSGI project. Ansuel Smith @@ Package: uwsgi-python3-plugin Submenu: Web Servers/Proxies Version: 2.0.18-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread uwsgi +python3-light Conflicts: Menu-Depends: uwsgi Provides: Section: net Category: Network Repository: base Title: The Python3 plugin for the uWSGI server Maintainer: Ansuel Smith Source: uwsgi-2.0.18.tar.gz License: GPL-2.0-or-later LicenseFiles: LICENSE Type: ipkg Description: The Python3 plugin for the uWSGI project. Ansuel Smith @@ Package: uwsgi-luci-support Submenu: Web Servers/Proxies Version: 2.0.18-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread uwsgi +uwsgi-syslog-plugin +uwsgi-cgi-plugin Conflicts: Menu-Depends: uwsgi Provides: Section: net Category: Network Repository: base Title: Support files for LuCI on Nginx Maintainer: Ansuel Smith Source: uwsgi-2.0.18.tar.gz License: GPL-2.0-or-later LicenseFiles: LICENSE Type: ipkg Description: Support files for LuCI on Nginx Ansuel Smith @@ Source-Makefile: feeds/packages/net/vallumd/Makefile Package: vallumd Version: 0.1.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ipset +libmosquitto Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Centralized or distributed blacklist Maintainer: Stijn Tintel Source: vallumd-0.1.4.tar.gz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: Centralized or distributed blacklist Stijn Tintel @@ Source-Makefile: feeds/packages/net/vncrepeater/Makefile Package: vncrepeater Version: 0.14-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: UltraVNC repeater for Linux Maintainer: Jirka Spicak Source: repeater014.zip License: GPL-2.0 Type: ipkg Description: Viewer can be behind Nat router or directly connected to the internet instead of forwarding serveral ports, you only need to forward 1 port. If the PC that runs the Repeater has access to the local DNS server, you can use your local DNS names instead of 10.10.10.12. This could be handy when you have a dynamic DHCP server allocating ip adresses for your PC. http://www.uvnc.com/addons/repeater.html Jirka Spicak @@ Source-Makefile: feeds/packages/net/vnstat/Makefile Build-Depends: libgd Package: vnstat Version: 1.18-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Console-based network traffic monitor Maintainer: Jo-Philipp Wich Source: vnstat-1.18.tar.gz Type: ipkg Description: vnStat is a network traffic monitor for Linux that keeps a log of daily network traffic for the selected interface(s). vnStat isn't a packet sniffer. The traffic information is analyzed from the /proc -filesystem, so vnStat can be used without root permissions. http://humdi.net/vnstat/ Jo-Philipp Wich @@ Package: vnstati Version: 1.18-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread vnstat +libgd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: PNG image output support for vnStat Maintainer: Jo-Philipp Wich Source: vnstat-1.18.tar.gz Type: ipkg Description: The purpose of vnstati is to provide image output support for statistics collected using vnstat(1). However, the image file format is limited to png. All basic outputs of vnStat are supported excluding live traffic features. The image can be outputted either to a file or to standard output. http://humdi.net/vnstat/ Jo-Philipp Wich @@ Source-Makefile: feeds/packages/net/vpn-policy-routing/Makefile Package: vpn-policy-routing Version: 0.3.2-20 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +jshn +ipset +iptables +resolveip +kmod-ipt-ipset +iptables-mod-ipopt +ip-full Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: VPN Policy-Based Routing Service Maintainer: Stan Grishin Source: License: GPL-3.0-or-later Type: ipkg Description: This service allows policy-based routing for L2TP, Openconnect, OpenVPN, PPTP and Wireguard tunnels and WAN interface. Policies can specify domains, local IPs/subnets and ports, as well as remote IPs/subnets and ports. https://docs.openwrt.melmac.net/vpn-policy-routing/ Stan Grishin @@ Source-Makefile: feeds/packages/net/vpnbypass/Makefile Package: vpnbypass Version: 1.3.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ipset +iptables Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: VPN Bypass Service Maintainer: Stan Grishin Source: License: GPL-3.0-or-later Type: ipkg Description: This service can be used to enable simple VPN split tunnelling. Supports accessing domains, IP ranges outside of your VPN tunnel. Also supports dedicating local ports/IP ranges for direct internet access (outside of your VPN tunnel). Please see the README for further information. https://docs.openwrt.melmac.net/vpnbypass/ Stan Grishin @@ Source-Makefile: feeds/packages/net/vpnc/Makefile Package: vpnc Submenu: VPN Version: 0.5.3.r550-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgpg-error +libgcrypt +kmod-tun +VPNC_OPENSSL:libopenssl +VPNC_GNUTLS:libgnutls +vpnc-scripts +resolveip Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: VPN client for Cisco EasyVPN Maintainer: Daniel Gimpelevich Source: vpnc-0.5.3.r550.tar.gz License: VARIOUS LicenseFiles: COPYING Type: ipkg Description: A VPN client compatible with Cisco's EasyVPN equipment. Supports IPSec (ESP) with Mode Configuration and Xauth. Supports only shared-secret IPSec authentication with Xauth, AES (256, 192, 128), 3DES, 1DES, MD5, SHA1, DH1/2/5 and IP tunneling. http://www.unix-ag.uni-kl.de/~massar/vpnc/ Daniel Gimpelevich @@ Config: source "feeds/packages/net/vpnc/Config.in" @@ Source-Makefile: feeds/packages/net/vpnc-scripts/Makefile Package: vpnc-scripts Submenu: VPN Version: 20151220-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: VPN configuration script for vpnc and OpenConnect Maintainer: Nikos Mavrogiannopoulos Source: Type: ipkg Description: This package contains the vpnc-script which is used by vpnc and OpenConnect to configure the tunnel interface. Nikos Mavrogiannopoulos @@ Source-Makefile: feeds/packages/net/vsftpd/Makefile Package: vsftpd Submenu: File Transfer Version: 3.0.3-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: notls Section: net Category: Network Repository: base Title: Fast and secure FTP server (no TLS) Maintainer: Cezary Jackiewicz Source: vsftpd-3.0.3.tar.gz License: GPLv2 Type: ipkg Description: Fast and secure FTP server (no TLS) https://security.appspot.com/vsftpd.html Cezary Jackiewicz @@ Package: vsftpd-tls Submenu: File Transfer Version: 3.0.3-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl Conflicts: Menu-Depends: Provides: Build-Variant: tls Section: net Category: Network Repository: base Title: Fast and secure FTP server (TLS) Maintainer: Cezary Jackiewicz Source: vsftpd-3.0.3.tar.gz License: GPLv2 Type: ipkg Description: Fast and secure FTP server (TLS) https://security.appspot.com/vsftpd.html Cezary Jackiewicz @@ Source-Makefile: feeds/packages/net/wakeonlan/Makefile Package: wakeonlan Version: 0.41-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +perl +perlbase-getopt +perlbase-net +perlbase-socket Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Sends 'magic packets' to wake-on-LAN enabled ethernet adapters Maintainer: Nikil Mehta Source: wakeonlan_0.41.orig.tar.gz License: Artistic-1.0-Perl Type: ipkg Description: With this package you can remotely wake up and power on machines which have motherboards or network cards that support 'Wake-on-Lan' packets. . The tool allows you to wake up a single machine, or a group of machines. . You need the MAC addresses of machines to construct the WOL packets, but, in contrast to 'etherwake', you do not need root privileges to use the program itself as UDP packets are used. http://gsd.di.uminho.pt/jpo/software/wakeonlan/ Nikil Mehta @@ Source-Makefile: feeds/packages/net/wavemon/Makefile Package: wavemon Submenu: wireless Version: 0.9.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses +libpthread +libnl-genl Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: N-curses based wireless network devices monitor Maintainer: Jonathan McCrohan Source: wavemon-0.9.1.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: wavemon is a ncurses-based monitoring application for wireless network devices. It currently works under Linux with devices that are supported by the wireless extensions by Jean Tourrilhes (included in Kernel 2.4 and higher), e.g. the Lucent Orinoco cards. https://github.com/uoaerg/wavemon/releases Jonathan McCrohan @@ Source-Makefile: feeds/packages/net/webui-aria2/Makefile Package: webui-aria2 Submenu: Download Manager Version: 2017-05-22-d1ce5b992680f4d03eeee899ed8280cbcab8961a-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: An interface to interact with aria2 Maintainer: Hsing-Wang Liao Source: webui-aria2-2017-05-22-d1ce5b992680f4d03eeee899ed8280cbcab8961a.tar.xz License: MIT LicenseFiles: LICENSE Type: ipkg Description: The aim for this project is to create the worlds best and hottest interface to interact with aria2. Very simple to use. https://github.com/ziahamza/webui-aria2 Hsing-Wang Liao @@ Source-Makefile: feeds/packages/net/wget/Makefile Package: wget Submenu: File Transfer Version: 1.20.3-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcre +zlib +libopenssl +librt Conflicts: Menu-Depends: Provides: gnu-wget wget-ssl Build-Variant: ssl Section: net Category: Network Repository: base Title: Non-interactive network downloader (with SSL support) Maintainer: Peter Wagner Source: wget-1.20.3.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: Wget is a network utility to retrieve files from the Web using http and ftp, the two most widely used Internet protocols. It works non-interactively, so it will work in the background, after having logged off. The program supports recursive retrieval of web-authoring pages as well as ftp sites -- you can use wget to make mirrors of archives and home pages or to travel the Web like a WWW robot. This package is built with SSL support. https://www.gnu.org/software/wget/index.html Peter Wagner @@ Package: wget-nossl Submenu: File Transfer Version: 1.20.3-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcre +zlib Conflicts: Menu-Depends: Provides: gnu-wget wget Build-Variant: nossl Section: net Category: Network Repository: base Title: Non-interactive network downloader (without SSL support) Maintainer: Peter Wagner Source: wget-1.20.3.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: Wget is a network utility to retrieve files from the Web using http and ftp, the two most widely used Internet protocols. It works non-interactively, so it will work in the background, after having logged off. The program supports recursive retrieval of web-authoring pages as well as ftp sites -- you can use wget to make mirrors of archives and home pages or to travel the Web like a WWW robot. This package is built without SSL support. https://www.gnu.org/software/wget/index.html Peter Wagner @@ Source-Makefile: feeds/packages/net/wifidog/Makefile Package: wifidog Submenu: Captive Portals Version: 1.3.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +iptables-mod-extra +iptables-mod-ipopt +iptables-mod-nat-extra +libpthread Conflicts: Menu-Depends: Provides: Build-Variant: normal Section: net Category: Network Repository: base Title: A wireless captive portal solution Maintainer: Michael Haas Source: wifidog-1.3.0.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: The Wifidog project is a complete and embeddable captive portal solution for wireless community groups or individuals who wish to open a free Hotspot while still preventing abuse of their Internet connection. http://www.wifidog.org Michael Haas @@ Package: wifidog-tls Submenu: Captive Portals Version: 1.3.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +iptables-mod-extra +iptables-mod-ipopt +iptables-mod-nat-extra +libpthread +PACKAGE_wifidog-tls:libwolfssl Conflicts: Menu-Depends: Provides: Build-Variant: tls Section: net Category: Network Repository: base Title: A wireless captive portal solution Maintainer: Michael Haas Source: wifidog-1.3.0.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: The Wifidog project is a complete and embeddable captive portal solution for wireless community groups or individuals who wish to open a free Hotspot while still preventing abuse of their Internet connection. This variant can talk TLS to the auth server. http://www.wifidog.org Michael Haas @@ Source-Makefile: feeds/packages/net/wifidog-ng/Makefile Package: wifidog-ng-nossl Submenu: Captive Portals Version: 2.0.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-wifidog-ng +libubox-lua +libuci-lua +libubus-lua +ipset +dnsmasq-full +luasocket +libuhttpd-nossl Conflicts: wifidog-ng-openssl wifidog-ng-wolfssl wifidog-ng-mbedtls Menu-Depends: Provides: Build-Variant: nossl Section: net Category: Network Repository: base Title: Next generation WifiDog implemented in Lua (NO SSL) Maintainer: Jianhui Zhao Source: License: LGPL-2.1 LicenseFiles: LICENSE Type: ipkg Description: Next generation WifiDog implemented in Lua (NO SSL) Jianhui Zhao @@ Package: wifidog-ng-mbedtls Submenu: Captive Portals Version: 2.0.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-wifidog-ng +libubox-lua +libuci-lua +libubus-lua +ipset +dnsmasq-full +luasocket +libuhttpd-mbedtls Conflicts: Menu-Depends: Provides: Build-Variant: mbedtls Section: net Category: Network Repository: base Title: Next generation WifiDog implemented in Lua (mbedtls) Maintainer: Jianhui Zhao Source: License: LGPL-2.1 LicenseFiles: LICENSE Type: ipkg Description: Next generation WifiDog implemented in Lua (mbedtls) Jianhui Zhao @@ Package: wifidog-ng-wolfssl Submenu: Captive Portals Version: 2.0.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-wifidog-ng +libubox-lua +libuci-lua +libubus-lua +ipset +dnsmasq-full +luasocket +libuhttpd-wolfssl Conflicts: wifidog-ng-mbedtls Menu-Depends: Provides: Build-Variant: wolfssl Section: net Category: Network Repository: base Title: Next generation WifiDog implemented in Lua (wolfssl) Maintainer: Jianhui Zhao Source: License: LGPL-2.1 LicenseFiles: LICENSE Type: ipkg Description: Next generation WifiDog implemented in Lua (wolfssl) Jianhui Zhao @@ Package: wifidog-ng-openssl Submenu: Captive Portals Version: 2.0.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-wifidog-ng +libubox-lua +libuci-lua +libubus-lua +ipset +dnsmasq-full +luasocket +libuhttpd-openssl Conflicts: wifidog-ng-wolfssl wifidog-ng-mbedtls Menu-Depends: Provides: Build-Variant: openssl Section: net Category: Network Repository: base Title: Next generation WifiDog implemented in Lua (openssl) Maintainer: Jianhui Zhao Source: License: LGPL-2.1 LicenseFiles: LICENSE Type: ipkg Description: Next generation WifiDog implemented in Lua (openssl) Jianhui Zhao @@ Package: kmod-wifidog-ng Submenu: Other modules Version: +2.0.0-2 Depends: +kmod-nf-nat +kmod-ipt-ipset Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: Kernel module for wifidog-ng Maintainer: Jianhui Zhao Source: License: LGPL-2.1 LicenseFiles: LICENSE Type: ipkg Description: Kernel module for wifidog-ng Jianhui Zhao @@ Source-Makefile: feeds/packages/net/wifischedule/Makefile Package: wifischedule Submenu: wireless Version: 1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Turns WiFi on and off according to a schedule Maintainer: Nils Koenig Source: License: PRPL Type: ipkg Description: Turns WiFi on and off according to a schedule defined in UCI. Nils Koenig @@ Source-Makefile: feeds/packages/net/wsdd2/Makefile Package: wsdd2 Submenu: IP Addresses and Names Version: 2020-11-19-e0cf50d5c125d60caaa9b957d058ea4348a8d200-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Web Services for Devices (WSD) daemon Maintainer: Andy Walsh Source: wsdd2-2020-11-19-e0cf50d5c125d60caaa9b957d058ea4348a8d200.tar.xz License: GPL-3.0-only LicenseFiles: COPYING Type: ipkg Description: Web Services for Devices or Web Services on Devices (WSD), is a Microsoft API to simplify programming connections to web service enabled devices, such as printers, scanners and file shares. This daemon advertises and responds to probe requests from Windows clients looking for file shares. It also implements LLMNR multicast name lookup services. https://kb.netgear.com/2649/NETGEAR-Open-Source-Code-for-Programmers-GPL Andy Walsh @@ Source-Makefile: feeds/packages/net/xinetd/Makefile Package: xinetd Version: 2.3.15-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: A powerful and secure super-server Maintainer: Source: xinetd-2.3.15.tar.gz License: xinetd LicenseFiles: COPYRIGHT Type: ipkg Description: xinetd has access control mechanisms, extensive logging capabilities, the ability to make services available based on time, can place limits on the number of servers that can be started, and has deployable defence mechanisms to protect against port scanners, among other things. https://github.com/xinetd-org @@ Source-Makefile: feeds/packages/net/xl2tpd/Makefile Package: xl2tpd Submenu: VPN Version: 1.3.15-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ppp-mod-pppol2tp +resolveip Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: An L2TP (Layer 2 Tunneling Protocol) daemon Maintainer: Yousong Zhou Source: xl2tpd-1.3.15.tar.gz License: GPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: l2tpd is the open source implementation of the L2TP tunneling protocol (RFC2661). It does implement both LAC and LNS role in a L2TP networking architecture. The main goal of this protocol is to tunnel PPP frame trough an IP network. http://www.xelerance.com/software/xl2tpd/ Yousong Zhou @@ Source-Makefile: feeds/packages/net/xtables-addons/Makefile Build-Depends: iptables Package: kmod-ipt-compat-xtables Submenu: Netfilter Extensions Version: +2.14-9 Depends: +kmod-ipt-core +IPV6:kmod-ip6tables Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: API compatibilty layer netfilter module Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: API compatibilty layer netfilter module Jo-Philipp Wich @@ Package: kmod-ipt-nathelper-rtsp Submenu: Netfilter Extensions Version: +2.14-9 Depends: +kmod-ipt-core +kmod-ipt-conntrack-extra +kmod-ipt-nat Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: RTSP Conntrack and NAT netfilter module Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: RTSP Conntrack and NAT netfilter module Jo-Philipp Wich @@ Package: iptables-mod-account Submenu: Firewall Version: 2.14-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread iptables +kmod-ipt-account Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ACCOUNT iptables extension Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: ACCOUNT iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich @@ Package: kmod-ipt-account Submenu: Netfilter Extensions Version: +2.14-9 Depends: +kmod-ipt-core +kmod-ipt-compat-xtables Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: ACCOUNT netfilter module Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: ACCOUNT netfilter module Jo-Philipp Wich @@ Package: iptables-mod-chaos Submenu: Firewall Version: 2.14-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread iptables +kmod-ipt-chaos Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: CHAOS iptables extension Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: CHAOS iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich @@ Package: kmod-ipt-chaos Submenu: Netfilter Extensions Version: +2.14-9 Depends: +kmod-ipt-core +kmod-ipt-compat-xtables +kmod-ipt-delude +kmod-ipt-tarpit Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: CHAOS netfilter module Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: CHAOS netfilter module Jo-Philipp Wich @@ Package: iptables-mod-condition Submenu: Firewall Version: 2.14-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread iptables +kmod-ipt-condition Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Condition iptables extension Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: Condition iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich @@ Package: kmod-ipt-condition Submenu: Netfilter Extensions Version: +2.14-9 Depends: +kmod-ipt-core Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: Condition netfilter module Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: Condition netfilter module Jo-Philipp Wich @@ Package: iptables-mod-delude Submenu: Firewall Version: 2.14-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread iptables +kmod-ipt-delude Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: DELUDE iptables extension Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: DELUDE iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich @@ Package: kmod-ipt-delude Submenu: Netfilter Extensions Version: +2.14-9 Depends: +kmod-ipt-core +kmod-ipt-compat-xtables Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: DELUDE netfilter module Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: DELUDE netfilter module Jo-Philipp Wich @@ Package: iptables-mod-dhcpmac Submenu: Firewall Version: 2.14-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread iptables +kmod-ipt-dhcpmac Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: DHCPMAC iptables extension Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: DHCPMAC iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich @@ Package: kmod-ipt-dhcpmac Submenu: Netfilter Extensions Version: +2.14-9 Depends: +kmod-ipt-core +kmod-ipt-compat-xtables Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: DHCPMAC netfilter module Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: DHCPMAC netfilter module Jo-Philipp Wich @@ Package: iptables-mod-dnetmap Submenu: Firewall Version: 2.14-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread iptables +kmod-ipt-dnetmap Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: DNETMAP iptables extension Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: DNETMAP iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich @@ Package: kmod-ipt-dnetmap Submenu: Netfilter Extensions Version: +2.14-9 Depends: +kmod-ipt-core +kmod-ipt-compat-xtables +kmod-ipt-nat Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: DNETMAP netfilter module Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: DNETMAP netfilter module Jo-Philipp Wich @@ Package: iptables-mod-fuzzy Submenu: Firewall Version: 2.14-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread iptables +kmod-ipt-fuzzy Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: fuzzy iptables extension Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: fuzzy iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich @@ Package: kmod-ipt-fuzzy Submenu: Netfilter Extensions Version: +2.14-9 Depends: +kmod-ipt-core Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: fuzzy netfilter module Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: fuzzy netfilter module Jo-Philipp Wich @@ Package: iptables-mod-geoip Submenu: Firewall Version: 2.14-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread iptables +kmod-ipt-geoip Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: geoip iptables extension Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: geoip iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich @@ Package: kmod-ipt-geoip Submenu: Netfilter Extensions Version: +2.14-9 Depends: +kmod-ipt-core Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: geoip netfilter module Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: geoip netfilter module Jo-Philipp Wich @@ Package: iptables-mod-iface Submenu: Firewall Version: 2.14-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread iptables +kmod-ipt-iface Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: iface iptables extension Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: iface iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich @@ Package: kmod-ipt-iface Submenu: Netfilter Extensions Version: +2.14-9 Depends: +kmod-ipt-core Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: iface netfilter module Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: iface netfilter module Jo-Philipp Wich @@ Package: iptables-mod-ipmark Submenu: Firewall Version: 2.14-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread iptables +kmod-ipt-ipmark Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: IPMARK iptables extension Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: IPMARK iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich @@ Package: kmod-ipt-ipmark Submenu: Netfilter Extensions Version: +2.14-9 Depends: +kmod-ipt-core +kmod-ipt-compat-xtables Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: IPMARK netfilter module Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: IPMARK netfilter module Jo-Philipp Wich @@ Package: iptables-mod-ipp2p Submenu: Firewall Version: 2.14-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread iptables +kmod-ipt-ipp2p Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: IPP2P iptables extension Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: IPP2P iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich @@ Package: kmod-ipt-ipp2p Submenu: Netfilter Extensions Version: +2.14-9 Depends: +kmod-ipt-core +kmod-ipt-compat-xtables Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: IPP2P netfilter module Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: IPP2P netfilter module Jo-Philipp Wich @@ Package: iptables-mod-ipv4options Submenu: Firewall Version: 2.14-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread iptables +kmod-ipt-ipv4options Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ipv4options iptables extension Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: ipv4options iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich @@ Package: kmod-ipt-ipv4options Submenu: Netfilter Extensions Version: +2.14-9 Depends: +kmod-ipt-core Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: ipv4options netfilter module Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: ipv4options netfilter module Jo-Philipp Wich @@ Package: iptables-mod-length2 Submenu: Firewall Version: 2.14-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread iptables +kmod-ipt-length2 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: length2 iptables extension Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: length2 iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich @@ Package: kmod-ipt-length2 Submenu: Netfilter Extensions Version: +2.14-9 Depends: +kmod-ipt-core +kmod-ipt-compat-xtables Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: length2 netfilter module Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: length2 netfilter module Jo-Philipp Wich @@ Package: iptables-mod-logmark Submenu: Firewall Version: 2.14-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread iptables +kmod-ipt-logmark Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: LOGMARK iptables extension Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: LOGMARK iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich @@ Package: kmod-ipt-logmark Submenu: Netfilter Extensions Version: +2.14-9 Depends: +kmod-ipt-core +kmod-ipt-compat-xtables Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: LOGMARK netfilter module Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: LOGMARK netfilter module Jo-Philipp Wich @@ Package: iptables-mod-lscan Submenu: Firewall Version: 2.14-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread iptables +kmod-ipt-lscan Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: lscan iptables extension Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: lscan iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich @@ Package: kmod-ipt-lscan Submenu: Netfilter Extensions Version: +2.14-9 Depends: +kmod-ipt-core Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: lscan netfilter module Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: lscan netfilter module Jo-Philipp Wich @@ Package: iptables-mod-lua Submenu: Firewall Version: 2.14-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread iptables +kmod-ipt-lua Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Lua PacketScript iptables extension Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: Lua PacketScript iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich @@ Package: kmod-ipt-lua Submenu: Netfilter Extensions Version: +2.14-9 Depends: +kmod-ipt-core +kmod-ipt-conntrack-extra Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: Lua PacketScript netfilter module Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: Lua PacketScript netfilter module Jo-Philipp Wich @@ Package: iptables-mod-psd Submenu: Firewall Version: 2.14-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread iptables +kmod-ipt-psd Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: psd iptables extension Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: psd iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich @@ Package: kmod-ipt-psd Submenu: Netfilter Extensions Version: +2.14-9 Depends: +kmod-ipt-core Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: psd netfilter module Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: psd netfilter module Jo-Philipp Wich @@ Package: iptables-mod-quota2 Submenu: Firewall Version: 2.14-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread iptables +kmod-ipt-quota2 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: quota2 iptables extension Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: quota2 iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich @@ Package: kmod-ipt-quota2 Submenu: Netfilter Extensions Version: +2.14-9 Depends: +kmod-ipt-core Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: quota2 netfilter module Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: quota2 netfilter module Jo-Philipp Wich @@ Package: iptables-mod-sysrq Submenu: Firewall Version: 2.14-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread iptables +kmod-ipt-sysrq Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: SYSRQ iptables extension Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: SYSRQ iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich @@ Package: kmod-ipt-sysrq Submenu: Netfilter Extensions Version: +2.14-9 Depends: +kmod-ipt-core +kmod-ipt-compat-xtables +kmod-crypto-hash Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: SYSRQ netfilter module Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: SYSRQ netfilter module Jo-Philipp Wich @@ Package: iptables-mod-tarpit Submenu: Firewall Version: 2.14-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread iptables +kmod-ipt-tarpit Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: TARPIT iptables extension Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: TARPIT iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich @@ Package: kmod-ipt-tarpit Submenu: Netfilter Extensions Version: +2.14-9 Depends: +kmod-ipt-core +kmod-ipt-compat-xtables Conflicts: Menu-Depends: Provides: Section: kernel Category: Kernel modules Title: TARPIT netfilter module Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: TARPIT netfilter module Jo-Philipp Wich @@ Package: iptaccount Submenu: Firewall Version: 2.14-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread iptables +iptables-mod-account Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: iptables-mod-account control utility Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: iptables-mod-account control utility http://xtables-addons.sourceforge.net/ Jo-Philipp Wich @@ Package: iptgeoip Submenu: Firewall Version: 2.14-9 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread iptables +iptables-mod-geoip +perl +perlbase-getopt +perlbase-io +perl-text-csv_xs +!BUSYBOX_CONFIG_WGET:wget +!BUSYBOX_CONFIG_GZIP:gzip +!BUSYBOX_CONFIG_UNZIP:unzip Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: iptables-mod-geoip support scripts for MaxMind GeoIP databases Maintainer: Jo-Philipp Wich Source: xtables-addons-2.14.tar.xz License: GPL-2.0 Type: ipkg Description: iptables-mod-geoip support scripts for MaxMind GeoIP databases http://xtables-addons.sourceforge.net/ Jo-Philipp Wich @@ Source-Makefile: feeds/packages/net/yggdrasil/Makefile Build-Depends: golang/host Package: yggdrasil Submenu: Routing and Redirection Version: 0.4.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) @IPV6 +kmod-tun +dkjson +libuci-lua Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Yggdrasil supports end-to-end encrypted IPv6 networks Maintainer: William Fleurant Source: yggdrasil-0.4.0.tar.gz License: LGPL-3.0-only LicenseFiles: LICENSE Type: ipkg Description: Yggdrasil builds end-to-end encrypted networks with IPv6. Beyond the similarities with cjdns is a different routing algorithm. This globally-agreed spanning tree uses greedy routing in a metric space. Back-pressure routing techniques allow advanced link aggregation bonding on per-stream basis. In turn, a single stream will span across multiple network interfaces simultaneously with much greater throughput. https://yggdrasil-network.github.io/ William Fleurant @@ Source-Makefile: feeds/packages/net/zerotier/Makefile Package: zerotier Submenu: VPN Version: 1.6.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libstdcpp +kmod-tun +ip +libminiupnpc +libnatpmp Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: Create flat virtual Ethernet networks of almost unlimited size Maintainer: Moritz Warning Source: zerotier-1.6.5.tar.gz License: BSL 1.1 LicenseFiles: LICENSE.txt Type: ipkg Description: ZeroTier creates a global provider-independent virtual private cloud network. https://www.zerotier.com Moritz Warning @@ Config: source "feeds/packages/net/zerotier/Config.in" @@ Source-Makefile: feeds/packages/net/znc/Makefile Package: znc Menu: 1 Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libstdcpp +ZNC_ICU:icu +zlib Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: ZNC is an IRC bouncer with many advanced features like detaching, multiple users, per channel playback buffer, SSL, IPv6, transparent DCC bouncing, and c++ module support to name a few. https://znc.in/ Jonas Gorski @@ Config: source "feeds/packages/net/znc/Config.in" @@ Package: znc-mod-adminlog Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (adminlog plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Log user connects and disconnects and failed logins to file or syslog. https://znc.in/ Jonas Gorski @@ Package: znc-mod-alias Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (alias plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Provides bouncer-side command alias support. https://znc.in/ Jonas Gorski @@ Package: znc-mod-autoattach Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (autoattach plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Reattaches you to channels on activity. https://znc.in/ Jonas Gorski @@ Package: znc-mod-autocycle Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (autocycle plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Cycles a channel when you are the only one in there and you don't have op. https://znc.in/ Jonas Gorski @@ Package: znc-mod-autoop Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (autoop plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Auto op the good guys. https://znc.in/ Jonas Gorski @@ Package: znc-mod-autoreply Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (autoreply plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Gives a automatic reply if someone messages you if you are away. https://znc.in/ Jonas Gorski @@ Package: znc-mod-autovoice Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (autovoice plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Autovoices everyone who joins some channel. https://znc.in/ Jonas Gorski @@ Package: znc-mod-awaynick Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (awaynick plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Change your nick while you are away. https://znc.in/ Jonas Gorski @@ Package: znc-mod-awaystore Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (awaystore plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Stores messages while away, also auto away. https://znc.in/ Jonas Gorski @@ Package: znc-mod-block-motd Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (block-motd plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: This module blocks the server's Message of the Day. https://znc.in/ Jonas Gorski @@ Package: znc-mod-blockuser Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (blockuser plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Blocks certain users from using ZNC saying their account was disabled. https://znc.in/ Jonas Gorski @@ Package: znc-mod-bouncedcc Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (bouncedcc plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Bounces dcc transfers through the znc server instead of sending them directly to the user. https://znc.in/ Jonas Gorski @@ Package: znc-mod-buffextras Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (buffextras plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Add nick changes, joins, parts, topic changes etc. to your playback buffer. https://znc.in/ Jonas Gorski @@ Package: znc-mod-cert Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (cert plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Use a SSL certificate for connecting to a server. https://znc.in/ Jonas Gorski @@ Package: znc-mod-certauth Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (certauth plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: This module allows users to log in to ZNC via SSL client keys. https://znc.in/ Jonas Gorski @@ Package: znc-mod-chansaver Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (chansaver plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Keeping config up to date when user joins and parts. https://znc.in/ Jonas Gorski @@ Package: znc-mod-clearbufferonmsg Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (clearbufferonmsg plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: This module keeps the buffer until the next message from the client. https://znc.in/ Jonas Gorski @@ Package: znc-mod-clientnotify Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (clientnotify plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Notify about new incoming connections to your user. https://znc.in/ Jonas Gorski @@ Package: znc-mod-controlpanel Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (controlpanel plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Allows you to add/remove/edit users and settings on the fly via IRC messages. https://znc.in/ Jonas Gorski @@ Package: znc-mod-crypt Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (crypt plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Encryption for channel/private messages. https://znc.in/ Jonas Gorski @@ Package: znc-mod-ctcpflood Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (ctcpflood plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: This module tries to block ctcp floods. https://znc.in/ Jonas Gorski @@ Package: znc-mod-dcc Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (dcc plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Allows you to transfer files to and from ZNC. https://znc.in/ Jonas Gorski @@ Package: znc-mod-disconkick Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (disconkick plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: This module will kick your client from all channels where you are, in case if ZNC disconnects from server. https://znc.in/ Jonas Gorski @@ Package: znc-mod-fail2ban Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (fail2ban plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Block IPs for some time after a failed login. https://znc.in/ Jonas Gorski @@ Package: znc-mod-flooddetach Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (flooddetach plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: This module detaches you from channels which are flooded. https://znc.in/ Jonas Gorski @@ Package: znc-mod-identfile Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (identfile plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Places the ident of a user to a file when they are trying to connect. https://znc.in/ Jonas Gorski @@ Package: znc-mod-imapauth Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (imapauth plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Allow users to authenticate via IMAP. https://znc.in/ Jonas Gorski @@ Package: znc-mod-keepnick Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (keepnick plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Tries to get you your primary nick. https://znc.in/ Jonas Gorski @@ Package: znc-mod-kickrejoin Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (kickrejoin plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Implements auto-rejoin-on-kick. https://znc.in/ Jonas Gorski @@ Package: znc-mod-lastseen Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (lastseen plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Logs when a user last logged in to ZNC. https://znc.in/ Jonas Gorski @@ Package: znc-mod-listsockets Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (listsockets plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: This module displays a list of all open sockets in ZNC. https://znc.in/ Jonas Gorski @@ Package: znc-mod-log Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (log plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Log conversations to file. https://znc.in/ Jonas Gorski @@ Package: znc-mod-missingmotd Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (missingmotd plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Sends 422 to clients when they login. https://znc.in/ Jonas Gorski @@ Package: znc-mod-modules_online Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (modules_online plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: This module fakes the online status of ZNC-*users. https://znc.in/ Jonas Gorski @@ Package: znc-mod-nickserv Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (nickserv plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Auths you with NickServ. https://znc.in/ Jonas Gorski @@ Package: znc-mod-notes Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (notes plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: This modules stores and displays short notes using a key/note pairs and shows them to you on connect. https://znc.in/ Jonas Gorski @@ Package: znc-mod-notify-connect Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (notify-connect plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Sends a notice to all admins when a user logs in or out. https://znc.in/ Jonas Gorski @@ Package: znc-mod-partyline Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (partyline plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Allows ZNC users to join internal channels and query other ZNC users on the same ZNC. https://znc.in/ Jonas Gorski @@ Package: znc-mod-perform Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (perform plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Performs commands on connect. https://znc.in/ Jonas Gorski @@ Package: znc-mod-playback Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (playback plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Avoid repetitive playback buffers on re-connect with supported clients (e.g. mutter, colluquy) https://znc.in/ Jonas Gorski @@ Package: znc-mod-q Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (q plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Auths you with Q (and a little more). https://znc.in/ Jonas Gorski @@ Package: znc-mod-raw Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (raw plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: View all of the raw traffic. https://znc.in/ Jonas Gorski @@ Package: znc-mod-route-replies Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (route-replies plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Routes back answers to the right client when connected with multiple clients. https://znc.in/ Jonas Gorski @@ Package: znc-mod-sasl Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (sasl plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: The SASL module allows you to authenticate to an IRC network via SASL. https://znc.in/ Jonas Gorski @@ Package: znc-mod-savebuff Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (savebuff plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Saves your channel buffers into an encrypted file so they can survive restarts and reboots. https://znc.in/ Jonas Gorski @@ Package: znc-mod-schat Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (schat plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: SSL (encrypted) DCC chats. https://znc.in/ Jonas Gorski @@ Package: znc-mod-send-raw Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (send-raw plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Allows you to send raw traffic to IRC from other users. https://znc.in/ Jonas Gorski @@ Package: znc-mod-simple-away Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (simple-away plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: This module will automatically set you away on IRC while you are disconnected from the bouncer. https://znc.in/ Jonas Gorski @@ Package: znc-mod-shell Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (shell plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Have your unix shell in a query window right inside of your IRC client. https://znc.in/ Jonas Gorski @@ Package: znc-mod-stickychan Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (stickychan plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Keeps you sticked to specific channels. https://znc.in/ Jonas Gorski @@ Package: znc-mod-watch Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (watch plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Monitor activity for specific text patterns from specific users and have the text sent to a special query window. https://znc.in/ Jonas Gorski @@ Package: znc-mod-webadmin Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (webadmin plugin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Allows you to add/remove/edit users and settings on the fly via a web browser. https://znc.in/ Jonas Gorski @@ Package: znc-webskin-dark-clouds Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc-mod-webadmin Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (dark-clouds webskin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: dark-clouds webskin for webadmin https://znc.in/ Jonas Gorski @@ Package: znc-webskin-forest Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc-mod-webadmin Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (forest webskin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: forest webskin for webadmin https://znc.in/ Jonas Gorski @@ Package: znc-webskin-ice Submenu: Instant Messaging Version: 1.7.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread znc-mod-webadmin Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: ZNC (ice webskin) Maintainer: Jonas Gorski Require-User: znc:znc Source: znc-1.7.4.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: ice webskin for webadmin https://znc.in/ Jonas Gorski @@ Source-Makefile: feeds/packages/sound/alsa-utils/Makefile Package: alsa-utils Version: 1.1.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +alsa-lib +libncursesw +libpthread Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: ALSA (Advanced Linux Sound Architecture) utilities Maintainer: Ted Hess Source: alsa-utils-1.1.7.tar.bz2 Type: ipkg Description: ALSA (Advanced Linux Sound Architecture) utilities http://www.alsa-project.org/ Ted Hess @@ Package: alsa-utils-seq Version: 1.1.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +alsa-lib +libpthread Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: ALSA sequencer utilities Maintainer: Ted Hess Source: alsa-utils-1.1.7.tar.bz2 Type: ipkg Description: ALSA sequencer utilities http://www.alsa-project.org/ Ted Hess @@ Package: alsa-utils-tests Version: 1.1.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +alsa-lib +libpthread Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: ALSA utilities test data (adds ~1.3M to image) Maintainer: Ted Hess Source: alsa-utils-1.1.7.tar.bz2 Type: ipkg Description: ALSA utilities test data (adds ~1.3M to image) http://www.alsa-project.org/ Ted Hess @@ Source-Makefile: feeds/packages/sound/espeak/Makefile Package: espeak Version: 1.48.04-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +portaudio Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: Speech synthesizer Maintainer: Source: espeak-1.48.04-source.zip License: GPL-3.0-or-later LicenseFiles: License.txt Type: ipkg Description: eSpeak is a compact open source software speech synthesizer for English and other languages. http://espeak.sourceforge.net/ @@ Source-Makefile: feeds/packages/sound/fdk-aac/Makefile Package: fdk-aac Version: 2.0.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @BUILD_PATENTED Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: Fraunhofer FDK AAC Codec Library Maintainer: Ted Hess Source: fdk-aac-2.0.0.tar.gz License: Fraunhofer-FDK-AAC-for-Android LicenseFiles: NOTICE Type: ipkg Description: Port of the Fraunhofer FDK AAC Codec Library for Android https://sourceforge.net/projects/opencore-amr/ Ted Hess @@ Config: source "feeds/packages/sound/fdk-aac/Config.in" @@ Source-Makefile: feeds/packages/sound/forked-daapd/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: forked-daapd Version: 26.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgpg-error +libgcrypt +libgdbm +zlib +libexpat +libunistring +libevent2 +libdaemon +libantlr3c +confuse +alsa-lib +libffmpeg-full +mxml +libavahi-client +sqlite3-cli +libplist +libcurl +libjson-c +libprotobuf-c +libgnutls +libsodium +libwebsockets +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: iTunes (DAAP) server for Apple Remote and AirPlay Maintainer: Espen Jürgensen Source: forked-daapd-26.4.tar.xz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: forked-daapd is a Linux/FreeBSD DAAP (iTunes), MPD (Music Player Daemon) and RSP (Roku) media server. It has support for AirPlay speakers, Chromecast, Apple Remote (and compatibles), MPD clients, internet radio and LastFM. It does not support AirPlay/Chromecast video. https://github.com/ejurgensen/forked-daapd Espen Jürgensen @@ Source-Makefile: feeds/packages/sound/lame/Makefile Package: lame-lib Version: 3.100-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: lame-lib Maintainer: Ted Hess Source: lame-3.100.tar.gz License: LGPL-2.0 LicenseFiles: COPYING LICENSE Type: ipkg Description: lame mp3 encoder libs http://sourceforge.net/projects/lame Ted Hess @@ Config: source "feeds/packages/sound/lame/Config.in" @@ Package: lame Menu: 1 Version: 3.100-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses +lame-lib Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: lame Maintainer: Ted Hess Source: lame-3.100.tar.gz License: LGPL-2.0 LicenseFiles: COPYING LICENSE Type: ipkg Description: lame mp3 encoder http://sourceforge.net/projects/lame Ted Hess @@ Source-Makefile: feeds/packages/sound/madplay/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: madplay-alsa Version: 0.15.2b-7 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libid3tag +libmad +BUILD_NLS:libintl-full +alsa-lib Conflicts: Menu-Depends: Provides: Build-Variant: alsa Section: sound Category: Sound Repository: base Title: MPEG audio player in fixed point - alsa Maintainer: Simon Peter Source: madplay-0.15.2b.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: MPEG audio player in fixed point - alsa http://sourceforge.net/projects/mad Simon Peter @@ Package: madplay Version: 0.15.2b-7 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libid3tag +libmad +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: Build-Variant: oss Section: sound Category: Sound Repository: base Title: MPEG audio player in fixed point - oss Maintainer: Simon Peter Source: madplay-0.15.2b.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: MAD is an MPEG audio decoder. It currently only supports the MPEG 1 standard, but fully implements all three audio layers (Layer I, Layer II, and Layer III, the latter often colloquially known as MP3.). There is also full support for ID3 tags. http://sourceforge.net/projects/mad Simon Peter @@ Source-Makefile: feeds/packages/sound/mocp/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: moc Version: 2.5.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libcurl +BUILD_NLS:libiconv-full +alsa-lib +libid3tag +libsamplerate +libmad +libfaad2 +libflac +libvorbis +libncursesw +libltdl +libmagic +libdb47 Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: Music On Console Maintainer: Ted Hess Source: moc-2.5.2.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: MOC (music on console) is a console audio player for LINUX/UNIX designed to be powerful and easy to use. https://moc.daper.net/ Ted Hess @@ Source-Makefile: feeds/packages/sound/mpc/Makefile Build-Depends: meson/host ninja/host Build-Depends/host: ninja/host Package: mpc Version: 0.33-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmpdclient Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: Music Player Daemon Console Client Maintainer: Ted Hess Source: mpc-0.33.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: MPD is a music player supporting flac, mp3 and ogg files. It is typically controlled over a network using one of it's many clients including mpc(console), gmpc(gnome), phpmp(php) etc. this is MPC http://www.musicpd.org/ Ted Hess @@ Source-Makefile: feeds/packages/sound/mpd/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext ninja/host Build-Depends/host: ninja/host Package: mpd-full Version: 0.21.25-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +libcurl +libpthread +libmpdclient +libstdcpp +BUILD_NLS:libiconv-full +AUDIO_SUPPORT:alsa-lib +boost +libexpat +libflac +libid3tag +libfaad2 +libffmpeg +libvorbis +libmms +libupnp +libshout +AUDIO_SUPPORT:pulseaudio-daemon +yajl Conflicts: Menu-Depends: Provides: mpd Build-Variant: full Section: sound Category: Sound Repository: base Title: Music Player Daemon (full) Maintainer: Ted Hess Source: mpd-0.21.25.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music. It is typically controlled over a network using one of it's many clients including mpc (console), gmpc (gnome), phpmp (php), etc... . This package contains a full-blown Music Player Daemon. https://www.musicpd.org/ Ted Hess @@ Package: mpd-mini Version: 0.21.25-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +libcurl +libpthread +libmpdclient +libstdcpp +BUILD_NLS:libiconv-full +AUDIO_SUPPORT:alsa-lib +boost +libexpat +libflac +libid3tag +libfaad2 +libmad +libvorbisidec Conflicts: Menu-Depends: Provides: mpd Build-Variant: mini Section: sound Category: Sound Repository: base Title: Music Player Daemon (mini) Maintainer: Ted Hess Source: mpd-0.21.25.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music. It is typically controlled over a network using one of it's many clients including mpc (console), gmpc (gnome), phpmp (php), etc... . This package contains a minimal Music Player Daemon, with support for only FLAC, AAC, MP3 & OGG media types & only file: & http: protocols. https://www.musicpd.org/ Ted Hess @@ Package: mpd-avahi-service Version: 0.21.25-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +libcurl +libpthread +libmpdclient +libstdcpp +BUILD_NLS:libiconv-full +AUDIO_SUPPORT:alsa-lib +boost +libexpat +libflac +libid3tag +libfaad2 +avahi-daemon Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: Music Player Daemon (Avahi service) Maintainer: Ted Hess Source: mpd-0.21.25.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music. It is typically controlled over a network using one of it's many clients including mpc (console), gmpc (gnome), phpmp (php), etc... . This package contains the service definition for announcing the Music Player Daemon service via mDNS/DNS-SD. https://www.musicpd.org/ Ted Hess @@ Source-Makefile: feeds/packages/sound/mpg123/Makefile Package: libmpg123 Version: 1.25.13-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libltdl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: fast console mpeg audio decoder library Maintainer: Zoltan HERPAI Source: mpg123-1.25.13.tar.bz2 License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: fast console mpeg audio decoder library http://www.mpg123.de Zoltan HERPAI @@ Package: libout123 Version: 1.25.13-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libltdl Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Library for continuous playback of audio streams via various platform-specific output methods Maintainer: Zoltan HERPAI Source: mpg123-1.25.13.tar.bz2 License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: Library for continuous playback of audio streams via various platform-specific output methods http://www.mpg123.de Zoltan HERPAI @@ Package: mpg123 Version: 1.25.13-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libmpg123 +alsa-lib +libout123 Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: fast console mpeg audio player Maintainer: Zoltan HERPAI Source: mpg123-1.25.13.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: fast console mpeg audio player http://www.mpg123.de Zoltan HERPAI @@ Source-Makefile: feeds/packages/sound/opus-tools/Makefile Package: opus-tools Version: 0.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libogg +libopus +libopusfile +libopusenc Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: OPUS Codec tools Maintainer: Eduardo Abinader Source: opus-tools-0.2.tar.gz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: This package provides command-line utilities to encode, inspect, and decode .opus files. http://opus-codec.org/ Eduardo Abinader @@ Source-Makefile: feeds/packages/sound/pianod/Makefile Package: pianod Version: 174.09-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libao +libfaad2 +libmpg123 +libmbedtls +libjson-c +libgcrypt +libpthread Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: Pandora radio daemon Maintainer: Ted Hess Require-User: pianod=88:pianod=88 Source: pianod-174.09.tar.xz License: MIT VARIOUS LicenseFiles: COPYING Type: ipkg Description: pianod is a Pandora music player client with line-oriented and Websocket control interfaces. A simple protocol makes for easy clients, mix scripting, integration with a home automation system, use as multiple-user music system for home or office. Documentation and configuration information can be found at: http://deviousfish.com/pianod1/ http://deviousfish.com/pianod1/ Ted Hess @@ Package: pianod-client Version: 174.09-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +pianod Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: Pandora radio daemon WebUI Maintainer: Ted Hess Source: pianod-174.09.tar.xz License: MIT VARIOUS LicenseFiles: COPYING Type: ipkg Description: Web client UI and remote player viewer for pianod Examples --- (Note: The viewer.* files need not be on the pianod host) Main interface: http://pianod-host:4446/pianod Remote viewer: file:////viewer.html?server=pianod-host:4446 --or-- http://pianod-host:4446/pianod/viewer.html?server=pianod-host:4446 http://deviousfish.com/pianod1/ Ted Hess @@ Source-Makefile: feeds/packages/sound/portaudio/Makefile Package: portaudio Version: 190600_20161030-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +alsa-lib +libpthread +librt Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: Portable cross-platform audio I/O Maintainer: Nicolas Thill Source: pa_stable_v190600_20161030.tgz License: MIT LicenseFiles: LICENSE.txt Type: ipkg Description: PortAudio is a free, cross-platform, open-source, audio I/O library. It lets you write simple audio programs in 'C' or C++ that will compile and run on many platforms including Windows, Macintosh OS X, and Unix (OSS/ALSA). It is intended to promote the exchange of audio software between developers on different platforms. Many applications use PortAudio for Audio I/O. http://www.portaudio.com/ Nicolas Thill @@ Source-Makefile: feeds/packages/sound/pulseaudio/Makefile Build-Depends: meson/host !BUILD_NLS:libiconv !BUILD_NLS:gettext ninja/host Build-Depends/host: ninja/host Package: pulseaudio-daemon Version: 14.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsndfile +libltdl +libpthread +librt +alsa-lib +libopenssl +libcap +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: pulseaudio Build-Variant: noavahi Section: sound Category: Sound Repository: base Title: Network sound server Maintainer: Peter Wagner Require-User: pulse=51:pulse=51 Source: pulseaudio-14.0.tar.xz License: LGPL-2.1-or-later LicenseFiles: GPL LICENSE Type: ipkg Description: PulseAudio (formerly Polypaudio) is a cross-platform, networked sound server. https://www.pulseaudio.org Peter Wagner @@ Package: pulseaudio-daemon-avahi Version: 14.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsndfile +libltdl +libpthread +librt +alsa-lib +libopenssl +libcap +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full +dbus +libavahi-client +sbc Conflicts: Menu-Depends: Provides: pulseaudio Build-Variant: avahi Section: sound Category: Sound Repository: base Title: Network sound server (avahi/bluez) Maintainer: Peter Wagner Require-User: pulse=51:pulse=51 Source: pulseaudio-14.0.tar.xz License: LGPL-2.1-or-later LicenseFiles: GPL LICENSE Type: ipkg Description: PulseAudio (formerly Polypaudio) is a cross-platform, networked sound server. This package enables avahi,bluez and is compiled against dbus, sbc, and avahi. https://www.pulseaudio.org Peter Wagner @@ Package: pulseaudio-tools Version: 14.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsndfile pulseaudio Conflicts: Menu-Depends: Provides: Build-Variant: noavahi Section: sound Category: Sound Repository: base Title: Tools for Pulseaudio Maintainer: Peter Wagner Source: pulseaudio-14.0.tar.xz License: LGPL-2.1-or-later LicenseFiles: GPL LICENSE Type: ipkg Description: Tools for Pulseaudio http://www.pulseaudio.org Peter Wagner @@ Package: pulseaudio-profiles Version: 14.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread pulseaudio Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: Profiles for Pulseaudio Maintainer: Peter Wagner Source: pulseaudio-14.0.tar.xz License: LGPL-2.1-or-later LicenseFiles: GPL LICENSE Type: ipkg Description: Profiles for Pulseaudio http://www.pulseaudio.org Peter Wagner @@ Source-Makefile: feeds/packages/sound/shairplay/Makefile Package: shairplay Version: 2018-08-24-096b61ad14c90169f438e690d096e3fcf87e504e-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libao +libavahi-compat-libdnssd +libltdl +libpthread Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: Shairplay Maintainer: Álvaro Fernández Rojas Source: shairplay-2018-08-24.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: Free portable AirPlay server implementation similar to ShairPort. Álvaro Fernández Rojas @@ Source-Makefile: feeds/packages/sound/shairport-sync/Makefile Package: shairport-sync-openssl Version: 3.2.2-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @AUDIO_SUPPORT +libpthread +alsa-lib +libconfig +libdaemon +libpopt +libopenssl +libavahi-client +libsoxr Conflicts: Menu-Depends: Provides: shairport-sync Build-Variant: openssl Section: sound Category: Sound Repository: base Title: AirPlay compatible audio player (openssl) Maintainer: Ted Hess , Mike Brady Source: shairport-sync-3.2.2.tar.gz License: MIT LicenseFiles: COPYING LICENSES shairport.c Type: ipkg Description: Shairport Sync plays audio from iTunes and AirPlay sources, including iOS devices, Quicktime Player and third party sources such as forkedDaapd. Audio played by a Shairport Sync-powered device stays synchronised with the source and hence with similar devices playing the same source. Shairport Sync does not support AirPlay video or photo streaming. Ensure Kernel Modules > Sound Support > kmod-sound-core is selected. Also select kmod-usb-audio if you want to use USB-connected sound cards. https://github.com/mikebrady/shairport-sync Ted Hess , Mike Brady @@ Package: shairport-sync-mbedtls Version: 3.2.2-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @AUDIO_SUPPORT +libpthread +alsa-lib +libconfig +libdaemon +libpopt +libmbedtls +libavahi-client +libsoxr Conflicts: Menu-Depends: Provides: shairport-sync Build-Variant: mbedtls Default-Variant: mbedtls Section: sound Category: Sound Repository: base Title: AirPlay compatible audio player (mbed TLS) Maintainer: Ted Hess , Mike Brady Source: shairport-sync-3.2.2.tar.gz License: MIT LicenseFiles: COPYING LICENSES shairport.c Type: ipkg Description: Shairport Sync plays audio from iTunes and AirPlay sources, including iOS devices, Quicktime Player and third party sources such as forkedDaapd. Audio played by a Shairport Sync-powered device stays synchronised with the source and hence with similar devices playing the same source. Shairport Sync does not support AirPlay video or photo streaming. Ensure Kernel Modules > Sound Support > kmod-sound-core is selected. Also select kmod-usb-audio if you want to use USB-connected sound cards. https://github.com/mikebrady/shairport-sync Ted Hess , Mike Brady @@ Package: shairport-sync-mini Version: 3.2.2-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @AUDIO_SUPPORT +libpthread +alsa-lib +libconfig +libdaemon +libpopt +libmbedtls Conflicts: Menu-Depends: Provides: shairport-sync Build-Variant: mini Section: sound Category: Sound Repository: base Title: AirPlay compatible audio player (minimal) Maintainer: Ted Hess , Mike Brady Source: shairport-sync-3.2.2.tar.gz License: MIT LicenseFiles: COPYING LICENSES shairport.c Type: ipkg Description: Shairport Sync plays audio from iTunes and AirPlay sources, including iOS devices, Quicktime Player and third party sources such as forkedDaapd. Audio played by a Shairport Sync-powered device stays synchronised with the source and hence with similar devices playing the same source. Shairport Sync does not support AirPlay video or photo streaming. Ensure Kernel Modules > Sound Support > kmod-sound-core is selected. Also select kmod-usb-audio if you want to use USB-connected sound cards. Minimal version uses mbed TLS and does not include libsoxr and avahi support. https://github.com/mikebrady/shairport-sync Ted Hess , Mike Brady @@ Source-Makefile: feeds/packages/sound/shine/Makefile Package: shine Version: 3.1.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: Super fast fixed-point MP3 encoder Maintainer: Nicolas Thill Source: shine-3.1.1.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: savonet/shine is a blazing fast mp3 encoding library implemented in fixed-point arithmetic. The library can thus be used to perform super fast mp3 encoding on architectures without a FPU, such as armel, etc.. It is also, however, also super fast on architectures with a FPU! https://github.com/toots/shine Nicolas Thill @@ Source-Makefile: feeds/packages/sound/sox/Makefile Package: sox Version: 14.4.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lame-lib +libmad +libid3tag +libmagic +libvorbis +alsa-lib +libflac Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: Sox is a general purpose sound converter/player/recorder Maintainer: Ted Hess Source: sox-14.4.2.tar.bz2 License: LGPL-2.1 GPL-2.0 LicenseFiles: COPYING LICENSE.LGPL LICENSE.GPL Type: ipkg Description: SoX is a command line utility that can convert various formats of computer audio files in to other formats. It can also apply various effects to these sound files during the conversion. As an added bonus, SoX can play and record audio files on several unix-style platforms. http://sox.sourceforge.net/ Ted Hess @@ Source-Makefile: feeds/packages/sound/squeezelite/Makefile Package: squeezelite-mini Menu: 1 Version: 1.9.1-1130-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +alsa-lib +SQUEEZELITE_RESAMPLE:libsoxr Conflicts: Menu-Depends: Provides: squeezelite Build-Variant: mini Section: sound Category: Sound Repository: base Title: Headless squeezebox emulator (minimal) Maintainer: Ted Hess Source: squeezelite-1.9.1-1130-451cad8da651073d18118fb9ca39faef550825ff.tar.gz License: GPL-3.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Squeezelite is a small headless squeezebox emulator for linux using alsa audio output It is aimed at supporting high quality audio at multiple sample rates including 44.1/48/88.2/96/176.4/192k/352.8/384kHz Supported codecs: mp3, flac, ogg, aac, (wma and alac via ffmpeg) Native support for PCM builtin Optional support of DSD playback via PCM for DoP capable DAC Optional resampling to match sound device This package will dynamically load installed codecs. https://github.com/ralph-irving/squeezelite Ted Hess @@ Config: if PACKAGE_squeezelite-mini config SQUEEZELITE_WMA bool "WMA/ALAC decode support" help Include WMA and ALAC decoding using ffmpeg default n config SQUEEZELITE_RESAMPLE bool "Resample support" help Include support for resampling using libsoxr default n config SQUEEZELITE_DSD bool "DSD playback over PCM (DoP)" help Include support for DSD over PCM for compatible DAC" default n endif @@ Package: squeezelite-full Menu: 1 Version: 1.9.1-1130-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +alsa-lib +SQUEEZELITE_RESAMPLE:libsoxr +libflac +libvorbis +libmpg123 +libfaad2 +SQUEEZELITE_WMA:libffmpeg-audio-dec Conflicts: Menu-Depends: Provides: squeezelite Build-Variant: full Section: sound Category: Sound Repository: base Title: Headless squeezebox emulator (full) Maintainer: Ted Hess Source: squeezelite-1.9.1-1130-451cad8da651073d18118fb9ca39faef550825ff.tar.gz License: GPL-3.0 LicenseFiles: LICENSE.txt Type: ipkg Description: Squeezelite is a small headless squeezebox emulator for linux using alsa audio output It is aimed at supporting high quality audio at multiple sample rates including 44.1/48/88.2/96/176.4/192k/352.8/384kHz Supported codecs: mp3, flac, ogg, aac, (wma and alac via ffmpeg) Native support for PCM builtin Optional support of DSD playback via PCM for DoP capable DAC Optional resampling to match sound device This package has all the audio codecs compiled in. https://github.com/ralph-irving/squeezelite Ted Hess @@ Config: if PACKAGE_squeezelite-full config SQUEEZELITE_WMA bool "WMA/ALAC decode support" help Include WMA and ALAC decoding using ffmpeg default n config SQUEEZELITE_RESAMPLE bool "Resample support" help Include support for resampling using libsoxr default n config SQUEEZELITE_DSD bool "DSD playback over PCM (DoP)" help Include support for DSD over PCM for compatible DAC" default n endif @@ Source-Makefile: feeds/packages/sound/svox/Makefile Package: svox Version: 1.0+git20130326-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpopt Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: SVOX PicoTTS text-to-speech engine Maintainer: Alessandro Di Marco Source: svox_1.0+git20130326.orig.tar.gz License: Apache-2.0 Type: ipkg Description: SVOX is an embedded speech technology company founded in 2000 and headquartered in Zurich, Switzerland. SVOX was acquired by Nuance Communications in 2011. Company's products included Automated Speech Recognition (ASR), Text-to-Speech (TTS) and Speech Dialog systems, with customers mostly being manufacturers and system integrators in automotive and mobile device industries. SVOX TTS technology is characterized by natural and clear sound as well as unique polyglot capability - the same voice can speak multiple languages like a native speaker. https://android.googlesource.com/platform/external/svox/ Alessandro Di Marco @@ Source-Makefile: feeds/packages/sound/upmpdcli/Makefile Package: upmpdcli Menu: 1 Version: 1.4.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libupnpp +libmpdclient +libmicrohttpd +jsoncpp Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: A UPnP front-end to MPD, the Music Player Daemon Maintainer: Petko Bordjukov Require-User: upmpdcli=89:upmpdcli=89 Source: upmpdcli-1.4.6.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: upmpdcli implements an UPnP Media Renderer, using MPD to perform the real work. https://www.lesbonscomptes.com/upmpdcli Petko Bordjukov @@ Config: source "feeds/packages/sound/upmpdcli/Config.in" @@ Source-Makefile: feeds/packages/utils/acl/Makefile Package: acl Submenu: Filesystem Version: 2.2.53-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libacl Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Access control list (ACL) manipulation utils Maintainer: Maxim Storchak Source: acl-2.2.53.tar.gz License: LGPL-2.1 GPL-2.0 LicenseFiles: doc/COPYING doc/COPYING.LGPL Type: ipkg Description: Access control list support This package provides ACL manipulation utilities - chacl - getfacl - setfacl https://savannah.nongnu.org/projects/acl Maxim Storchak @@ Package: libacl Submenu: Filesystem Version: 2.2.53-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libattr Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Access control list (ACL) manipulation library Maintainer: Maxim Storchak Source: acl-2.2.53.tar.gz License: LGPL-2.1 GPL-2.0 LicenseFiles: doc/COPYING doc/COPYING.LGPL Type: ipkg Description: Access control list support This package provides libacl https://savannah.nongnu.org/projects/acl Maxim Storchak @@ Source-Makefile: feeds/packages/utils/acpica-unix/Makefile Package: acpica-unix Version: 20181213-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @TARGET_x86_64 Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: ACPI utilities (currently acpidump) for UNIX Maintainer: Philip Prindeville Source: acpica-unix-20181213.tar.gz License: GPL-2.0 Type: ipkg Description: Open Source utilities for ACPI including the ACPICA Machine Language (AML) interpreter, a simulator, test suites, and a compiler to translate ACPI Source Language (ASL) into AML. At this time, only acpidump is bundled; more might be added later. https://acpica.org/ Philip Prindeville @@ Source-Makefile: feeds/packages/utils/acpid/Makefile Package: acpid Version: 2.0.30-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-input-evdev Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: The ACPI Daemon (acpid) With Netlink Support Maintainer: Thomas Heil Source: acpid-2.0.30.tar.xz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: The ACPI Daemon (acpid) With Netlink Support https://sourceforge.net/projects/acpid2/ Thomas Heil @@ Source-Makefile: feeds/packages/utils/ap51-flash/Makefile Package: ap51-flash Version: 2019.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: A tool for flashing (nearly) all ap51/ap61 based routers Maintainer: Russell Senior Source: ap51-flash-2019.0.tar.gz License: GPL-3.0-or-later CC0-1.0 LicenseFiles: LICENSES/GPL-3.0-or-later.txt LICENSES/CC0-1.0.txt Type: ipkg Description: A tool for flashing (nearly) all ap51/ap61 based routers https://ap51-flash.readthedocs.io/en/latest/ Russell Senior @@ Source-Makefile: feeds/packages/utils/at/Makefile Package: at Version: 3.1.23-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libelf Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Delayed job execution and batch processing Maintainer: Phil Eichinger Source: at_3.1.23.orig.tar.gz License: GPL-2.0-or-later GPL-3.0-or-later ISC LicenseFiles: COPYING Copyright Type: ipkg Description: At and batch read shell commands from standard input storing them as a job to be scheduled for execution in the future. http://packages.debian.org/stable/at Phil Eichinger @@ Source-Makefile: feeds/packages/utils/attendedsysupgrade-common/Makefile Package: attendedsysupgrade-common Version: 0.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +rpcd +rpcd-mod-rpcsys Conflicts: Menu-Depends: Provides: Section: utils Category: Base system Repository: base Title: Common files neede by attendedsysupgrade packages Maintainer: Paul Spooren Source: License: GPL-2.0 Type: ipkg Description: Common needed files for attendedsysupgrade tool Manages dependencies and brings settings used by clients. UCI options: attendedsysupgrade.server.url URL of compatible upgrade server [1] attendedsysupgrade.client.upgrade_packages Client should request image also if no new release but new packages upgrade are available. attendedsysupgrade.client.advanced_mode Offer advanced options like editing packages before request and show additional information. attendedsysupgrade.client.auto_search Tells the client to automattically search for upgrades This can be done when opening luci or login in to console - depends on client. [1]: https://github.com/aparcar/gsoc17-attended-sysupgrade Paul Spooren @@ Source-Makefile: feeds/packages/utils/attr/Makefile Package: attr Submenu: Filesystem Version: 2.4.48-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libattr Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Extended attributes (xattr) manipulation utils Maintainer: Maxim Storchak Source: attr-2.4.48.tar.gz License: LGPL-2.1 GPL-2.0 LicenseFiles: doc/COPYING doc/COPYING.LGPL Type: ipkg Description: Extended attributes support This package provides xattr manipulation utilities - attr - getfattr - setfattr http://savannah.nongnu.org/projects/attr Maxim Storchak @@ Package: libattr Submenu: Filesystem Version: 2.4.48-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Extended attributes (xattr) manipulation library Maintainer: Maxim Storchak Source: attr-2.4.48.tar.gz License: LGPL-2.1 GPL-2.0 LicenseFiles: doc/COPYING doc/COPYING.LGPL Type: ipkg Description: Extended attributes support This package provides libattr http://savannah.nongnu.org/projects/attr Maxim Storchak @@ Source-Makefile: feeds/packages/utils/auc/Makefile Package: auc Version: 0.1.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +attendedsysupgrade-common +libblobmsg-json +libubox +libubus +libuci +libuclient +rpcd-mod-rpcsys +ucert Conflicts: Menu-Depends: Provides: Section: base Category: Base system Repository: base Title: Attended sysUpgrade CLI (EXPERIMENTAL) Maintainer: Source: License: GPL-3.0 Type: ipkg Description: CLI client for attended-sysupgrade @@ Source-Makefile: feeds/packages/utils/avrdude/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: avrdude Submenu: Microcontroller programming Version: 6.3-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses +libreadline +libusb-compat +libftdi1 +libelf Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: AVR Downloader/UploaDEr Maintainer: Ted Hess Source: avrdude-6.3.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: AVRDUDE is a full featured program for programming Atmel's AVR CPU's. https://www.nongnu.org/avrdude/ Ted Hess @@ Source-Makefile: feeds/packages/utils/bandwidthd/Makefile Package: bandwidthd Version: 2.0.1-35-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgd +libpcap Conflicts: Menu-Depends: Provides: Build-Variant: no-db Section: utils Category: Utilities Repository: base Title: Bandwidthd (without database) Maintainer: Jean-Michel Lacroix Source: bandwidthd-2.0.1-35.tar.gz License: GPL-2.0 Type: ipkg Description: A bandwidthd tracking utility. http://bandwidthd.sourceforge.net/ Jean-Michel Lacroix @@ Package: bandwidthd-pgsql Version: 2.0.1-35-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgd +libpcap +libpq Conflicts: Menu-Depends: Provides: Build-Variant: pgsql Section: utils Category: Utilities Repository: base Title: Bandwidthd (with postgresql enabled) Maintainer: Jean-Michel Lacroix Source: bandwidthd-2.0.1-35.tar.gz License: GPL-2.0 Type: ipkg Description: A bandwidthd tracking utility. With the ability to store in a postgresql database. http://bandwidthd.sourceforge.net/ Jean-Michel Lacroix @@ Package: bandwidthd-sqlite Version: 2.0.1-35-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgd +libpcap +libsqlite3 +php7 +php7-cgi +php7-mod-gd +php7-mod-pdo +php7-mod-pdo-sqlite Conflicts: Menu-Depends: Provides: Build-Variant: sqlite Section: utils Category: Utilities Repository: base Title: Bandwidthd (with sqlite enabled) Maintainer: Jean-Michel Lacroix Source: bandwidthd-2.0.1-35.tar.gz License: GPL-2.0 Type: ipkg Description: A bandwidthd tracking utility. With the ability to store in a sqlite database. http://bandwidthd.sourceforge.net/ Jean-Michel Lacroix @@ Package: bandwidthd-php Version: 2.0.1-35-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcre +libxml2 +php7 +php7-cgi +php7-mod-pgsql +php7-mod-gd Conflicts: Menu-Depends: Provides: Build-Variant: php Section: utils Category: Utilities Repository: base Title: PHP files to graph bandwidthd data from postgresql Maintainer: Jean-Michel Lacroix Source: bandwidthd-2.0.1-35.tar.gz License: GPL-2.0 Type: ipkg Description: PHP files to graph bandwidthd data from pgsql. http://bandwidthd.sourceforge.net/ Jean-Michel Lacroix @@ Source-Makefile: feeds/packages/utils/banhosts/Makefile Package: banhostlist Version: 1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: List of advertising domains Maintainer: Matteo Croce Source: Type: ipkg Description: List of domains serving advertising and malicious content to easily block them http://winhelp2002.mvps.org/ Matteo Croce @@ Source-Makefile: feeds/packages/utils/bash/Makefile Package: bash Submenu: Shells Version: 5.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses +libreadline Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: The GNU Bourne Again SHell Maintainer: Marcel Denia Source: bash-5.0.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). http://www.gnu.org/software/bash/ Marcel Denia @@ Source-Makefile: feeds/packages/utils/bc/Makefile Package: bc Version: 1.06.95-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libreadline +libncurses Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Arbitrary precision calculator language Maintainer: Bruno Randolf Source: bc_1.06.95.orig.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: bc is a language that supports arbitrary precision numbers with interactive execution of statements. http://packages.debian.org/bc Bruno Randolf @@ Package: dc Version: 1.06.95-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread bc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Arbitrary precision reverse-polish calculator Maintainer: Bruno Randolf Source: bc_1.06.95.orig.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: dc is a reverse-polish desk calculator which supports unlimited precision arithmetic. http://packages.debian.org/bc Bruno Randolf @@ Source-Makefile: feeds/packages/utils/beep/Makefile Package: beep Version: 1.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(TARGET_x86||TARGET_x86_64) +kmod-pcspkr Conflicts: Menu-Depends: Provides: Section: sound Category: Sound Repository: base Title: Play beep sounds through a PC speaker Maintainer: Source: beep-1.3.tar.xz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: This program plays beeps through the PC speaker http://johnath.com/beep/README @@ Source-Makefile: feeds/packages/utils/bigclown/bigclown-control-tool/Makefile Package: bigclown-control-tool Submenu: BigClown Version: 0.2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-click-log +python3-paho-mqtt +python3-pyserial +python3-yaml +python3-simplejson Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: BigCLown control tool Maintainer: Karel Kočí Source: bigclown-control-tool-0.2.0.tar.gz License: MIT Type: ipkg Description: BigCLown control tool https://github.com/bigclownlabs/bch-control-tool Karel Kočí @@ Source-Makefile: feeds/packages/utils/bigclown/bigclown-firmware-tool/Makefile Package: bigclown-firmware-tool Submenu: BigClown Version: 1.4.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-appdirs +python3-pyserial +python3-colorama +python3-yaml +python3-schema +python3-requests +python3-click +python3-intelhex Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: BigCLown firmware tool Maintainer: Karel Kočí Source: bigclown-firmware-tool-1.4.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: BigCLown firmware tool https://github.com/bigclownlabs/bch-firmware-tool Karel Kočí @@ Source-Makefile: feeds/packages/utils/bigclown/bigclown-gateway/Makefile Package: bigclown-gateway Submenu: BigClown Version: 1.16.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-usb-serial-ftdi +kmod-usb-acm +python3-click-log +python3-paho-mqtt +python3-pyserial +python3-yaml +python3-simplejson +python3-schema +python3-appdirs Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: BigCLown gateway Maintainer: Karel Kočí Source: bigclown-gateway-1.16.2.tar.gz License: MIT Type: ipkg Description: BigCLown gateway https://github.com/bigclownlabs/bch-gateway Karel Kočí @@ Source-Makefile: feeds/packages/utils/bigclown/bigclown-mqtt2influxdb/Makefile Package: bigclown-mqtt2influxdb Submenu: BigClown Version: 1.2.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-paho-mqtt +python3-yaml +python3-influxdb +python3-jsonpath-ng +python3-schema Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: BigCLown MQTT to Influxdb bridge Maintainer: Karel Kočí Source: bigclown-mqtt2influxdb-1.2.0.tar.gz License: MIT Type: ipkg Description: BigCLown MQTT to Influxdb bridge https://github.com/bigclownlabs/bch-mqtt2influxdb Karel Kočí @@ Source-Makefile: feeds/packages/utils/bluelog/Makefile Package: bluelog Version: 1.1.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +bluez-libs +kmod-bluetooth Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Bluetooth scanner and logger Maintainer: Nicolas Thill Source: Bluelog-1.1.2.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Bluelog is a simple Bluetooth scanner designed to tell you how many discoverable devices there are in an area as quickly as possible. It is intended to be used as a site survey tool, identifying the number of possible Bluetooth targets there are in the surrounding environment. https://github.com/MS3FGX/Bluelog Nicolas Thill @@ Package: bluelog-live Version: 1.1.2-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +bluez-libs +kmod-bluetooth bluelog Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Bluetooth scanner and logger (live output) Maintainer: Nicolas Thill Source: Bluelog-1.1.2.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Bluelog is a simple Bluetooth scanner designed to tell you how many discoverable devices there are in an area as quickly as possible. It is intended to be used as a site survey tool, identifying the number of possible Bluetooth targets there are in the surrounding environment. This package contains the files for "Bluelog Live", an optional mode of Bluelog which creates a real-time webpage of discovered Bluetooth devices. https://github.com/MS3FGX/Bluelog Nicolas Thill @@ Source-Makefile: feeds/packages/utils/bluez/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: bluez-libs Version: 5.50-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +USB_SUPPORT:kmod-bluetooth Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Bluetooth library Maintainer: Source: bluez-5.50.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Bluetooth library http://www.bluez.org/ @@ Package: bluez-utils Version: 5.50-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +bluez-libs +libpthread +librt +glib2 +libncurses +libreadline +BUILD_NLS:libintl-full +BUILD_NLS:libiconv-full +dbus Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Bluetooth utilities Maintainer: Source: bluez-5.50.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Bluetooth utilities http://www.bluez.org/ @@ Package: bluez-daemon Version: 5.50-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +bluez-libs +bluez-utils +dbus +libical +BUILD_NLS:libintl-full +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Bluetooth daemon Maintainer: Source: bluez-5.50.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Bluetooth daemon http://www.bluez.org/ @@ Source-Makefile: feeds/packages/utils/bmx7-dnsupdate/Makefile Package: bmx7-dnsupdate Version: 0.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +bmx7 +bmx7-json inotifywait jshn Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: bmx7-dnsupdate Maintainer: Paul Spooren Source: Type: ipkg Description: bmx7-dnsupdate Paul Spooren @@ Source-Makefile: feeds/packages/utils/bonnie++/Makefile Package: bonniexx Version: 1.98-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Bonnie++ - hard drive bottleneck testing program. Maintainer: Florian Fainelli Source: bonnie++-1.98.tgz License: GPL-2.0 LicenseFiles: copyright.txt Type: ipkg Description: Bonnie++ is a benchmark suite that is aimed at performing a number of simple tests of hard drive and file system performance. https://www.coker.com.au/bonnie++/ Florian Fainelli @@ Source-Makefile: feeds/packages/utils/btrfs-progs/Makefile Build-Depends: acl Package: btrfs-progs Submenu: Filesystem Version: 5.7-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libattr +libuuid +zlib +libblkid +liblzo +libpthread +BTRFS_PROGS_ZSTD:libzstd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Btrfs filesystems utilities Maintainer: Karel Kočí Source: btrfs-progs-v5.7.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Btrfs is a new copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. Initially developed by Oracle, Btrfs is licensed under the GPL and open for contribution from anyone. https://btrfs.wiki.kernel.org/ Karel Kočí @@ Config: source "feeds/packages/utils/btrfs-progs/Config.in" @@ Source-Makefile: feeds/packages/utils/byobu/Makefile Package: byobu Version: 5.133-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python3-light +python3-newt Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Text-based window manager and terminal multiplexer Maintainer: Jeffery To Source: byobu_5.133.orig.tar.gz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: Byobu is a GPLv3 open source text-based window manager and terminal multiplexer. It was originally designed to provide elegant enhancements to the otherwise functional, plain, practical GNU Screen, for the Ubuntu server distribution. Byobu now includes an enhanced profiles, convenient keybindings, configuration utilities, and toggle-able system status notifications for both the GNU Screen window manager and the more modern Tmux terminal multiplexer, and works on most Linux, BSD, and Mac distributions. http://byobu.org/ Jeffery To @@ Package: byobu-utils Version: 5.133-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utilities included with byobu Maintainer: Jeffery To Source: byobu_5.133.orig.tar.gz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: Byobu is a GPLv3 open source text-based window manager and terminal multiplexer. It was originally designed to provide elegant enhancements to the otherwise functional, plain, practical GNU Screen, for the Ubuntu server distribution. Byobu now includes an enhanced profiles, convenient keybindings, configuration utilities, and toggle-able system status notifications for both the GNU Screen window manager and the more modern Tmux terminal multiplexer, and works on most Linux, BSD, and Mac distributions. These are the "bikeshed" utilities bundled with byobu: * col1..col9, NF * ctail * manifest * purge-old-kernels * vigpg * wifi-status http://byobu.org/ Jeffery To @@ Source-Makefile: feeds/packages/utils/canutils/Makefile Package: canutils Menu: 1 Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: CAN userspace utilities and tools Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: CAN userspace utilities and tools https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-canbusload Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility canbusload from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility canbusload from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-can-calc-bit-timing Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility can-calc-bit-timing from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility can-calc-bit-timing from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-candump Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility candump from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility candump from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-cangen Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility cangen from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility cangen from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-cangw Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility cangw from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility cangw from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-canplayer Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility canplayer from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility canplayer from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-cansniffer Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility cansniffer from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility cansniffer from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-cansend Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility cansend from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility cansend from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-canfdtest Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility canfdtest from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility canfdtest from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-asc2log Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility asc2log from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility asc2log from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-log2asc Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility log2asc from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility log2asc from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-log2long Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility log2long from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility log2long from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-bcmserver Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility bcmserver from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility bcmserver from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-canlogserver Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility canlogserver from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility canlogserver from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-isotpdump Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility isotpdump from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility isotpdump from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-isotpperf Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility isotpperf from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility isotpperf from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-isotprecv Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility isotprecv from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility isotprecv from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-isotpsend Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility isotpsend from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility isotpsend from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-isotpserver Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility isotpserver from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility isotpserver from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-isotpsniffer Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility isotpsniffer from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility isotpsniffer from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-isotptun Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility isotptun from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility isotptun from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-slcan_attach Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility slcan_attach from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility slcan_attach from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-slcand Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility slcand from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility slcand from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Package: canutils-slcanpty Version: 2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread canutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility slcanpty from the CAN utilities Maintainer: Anton Glukhov Source: canutils-2017-02-16-cb33a55720716cbe01e6025a2bda74a1b7e492d3.tar.xz License: GPL-2.0-or-later Type: ipkg Description: Utility slcanpty from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov @@ Source-Makefile: feeds/packages/utils/ccid/Makefile Build-Depends: libtool gettext libiconv Package: ccid Version: 1.4.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libusb-1.0 +libpcsclite Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Generic USB CCID smart card reader driver Maintainer: Daniel Golle Source: ccid-1.4.30.tar.bz2 License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: Generic USB CCID (Chip/Smart Card Interface Devices) driver and ICCD (Integrated Circuit(s) Card Devices). https://ccid.apdu.fr/ Daniel Golle @@ Source-Makefile: feeds/packages/utils/ccrypt/Makefile Package: ccrypt Submenu: Encryption Version: 1.11-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: utility for encrypting/decrypting files and streams Maintainer: Hannu Nyman Source: ccrypt-1.11.tar.gz License: GPL-2.0-or-later Type: ipkg Description: utility for encrypting/decrypting files and streams http://ccrypt.sourceforge.net/ Hannu Nyman @@ Source-Makefile: feeds/packages/utils/cmdpad/Makefile Package: cmdpad Version: 0.0.3-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: execute commands when key is pressed/released/held down Maintainer: Ted Hess Source: cmdpad-0.0.3.tgz License: MIT LicenseFiles: doc/COPYING Type: ipkg Description: cmdpad - execute commands when a key is pressed, released or hold down. Should be started from /etc/rc or /etc/rc.local. To run it as daemon you need to start it with '&'. All logs are printed to standard out and standard error (to write the log to disk use cmdpad > /var/log/cmdpad). Cmdpad searches for /etc/cmdpad.conf and load the key bindings. Then wait for key event and check each command to see if it should be run. http://cmdpad.sourceforge.net/index.php Ted Hess @@ Source-Makefile: feeds/packages/utils/collectd/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: collectd Menu: 1 Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +zlib +libltdl +libip4tc +jshn +PACKAGE_collectd-mod-lua:liblua Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Lightweight system statistics collection daemon Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: collectd is a small daemon which collects system information periodically and provides mechanismns to store the values in a variety of ways. https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Config: config PACKAGE_COLLECTD_ENCRYPTED_NETWORK bool "Enable ability to use encrypted networking" default n depends on PACKAGE_collectd select PACKAGE_collectd-mod-network @@ Package: collectd-mod-apache Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_collectd-mod-apache:libcurl Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: apache status input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: apache status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-apcups Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: apcups status input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: apcups status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-ascent Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_collectd-mod-ascent:libcurl +PACKAGE_collectd-mod-ascent:libxml2 Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: ascent status input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: ascent status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-bind Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_collectd-mod-bind:libcurl +PACKAGE_collectd-mod-bind:libxml2 Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: BIND server/zone input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: BIND server/zone input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-chrony Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: chrony status input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: chrony status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-conntrack Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: connection tracking table size input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: connection tracking table size input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-contextswitch Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: context switch input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: context switch input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-cpu Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: CPU input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: CPU input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-cpufreq Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd @(TARGET_x86||TARGET_x86_64||TARGET_mvebu||TARGET_ipq806x||TARGET_armvirt||TARGET_ipq40xx||TARGET_brcm2708_bcm2709) Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: CPU Freq input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: CPU Freq input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-csv Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: CSV output plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: CSV output plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-curl Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_collectd-mod-curl:libcurl Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: cURL input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: cURL input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-df Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: disk space input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: disk space input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-disk Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: disk usage/timing input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: disk usage/timing input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-dns Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_collectd-mod-dns:libpcap Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: DNS traffic input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: DNS traffic input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-email Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: email output plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: email output plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-entropy Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Entropy amount input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: Entropy amount input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-ethstat Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Ethernet adapter statistics input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: Ethernet adapter statistics input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-exec Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: process exec input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: process exec input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-filecount Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: file count input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: file count input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-fscache Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: file-system based caching framework input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: file-system based caching framework input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-interface Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: network interfaces input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: network interfaces input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-iptables Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_collectd-mod-iptables:iptables +libiptc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: iptables status input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: iptables status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-irq Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: interrupt usage input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: interrupt usage input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-iwinfo Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_collectd-mod-iwinfo:libiwinfo Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: libiwinfo wireless statistics plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: libiwinfo wireless statistics plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-load Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: system load input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: system load input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-logfile Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: log files output plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: log files output plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-lua Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_collectd-mod-lua:liblua Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: lua input/output plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: lua input/output plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-match-empty-counter Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: empty-counter match plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: empty-counter match plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-match-hashed Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: hashed match plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: hashed match plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-match-regex Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: regex match plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: regex match plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-match-timediff Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: timediff match plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: timediff match plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-match-value Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: value match plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: value match plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-mysql Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_collectd-mod-mysql:libmysqlclient-r Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: MySQL status input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: MySQL status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-memory Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: physical memory usage input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: physical memory usage input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-modbus Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_collectd-mod-modbus:libmodbus Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: read variables through libmodbus plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: read variables through libmodbus plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-mqtt Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_collectd-mod-mqtt:libmosquitto Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: transmit data with MQTT plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: transmit data with MQTT plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-netlink Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_collectd-mod-netlink:libmnl Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: netlink input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: netlink input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-network Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_COLLECTD_ENCRYPTED_NETWORK:libgcrypt Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: network input/output plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: network input/output plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-nginx Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_collectd-mod-nginx:libcurl Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: nginx status input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: nginx status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-ntpd Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: NTP daemon status input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: NTP daemon status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-nut Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_collectd-mod-nut:nut-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: UPS monitoring input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: UPS monitoring input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-olsrd Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: OLSRd status input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: OLSRd status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-openvpn Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: OpenVPN traffic/compression input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: OpenVPN traffic/compression input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-ping Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_collectd-mod-ping:liboping Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: ping status input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: ping status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-postgresql Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_collectd-mod-postgresql:libpq Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: PostgreSQL status input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: PostgreSQL status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-powerdns Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: PowerDNS server status input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: PowerDNS server status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-processes Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_collectd-mod-processes:libmnl Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: process status input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: process status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-protocols Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: network protocols input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: network protocols input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-routeros Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_collectd-mod-routeros:librouteros Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: MikroTik RouterOS input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: MikroTik RouterOS input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-rrdtool Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_collectd-mod-rrdtool:librrd1 Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: RRDtool output plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: RRDtool output plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-sensors Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_collectd-mod-sensors:libsensors Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: lm_sensors input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: lm_sensors input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-snmp Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_collectd-mod-snmp:libnetsnmp Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: SNMP input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: SNMP input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-syslog Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: syslog output plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: syslog output plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-tail Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: tail input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: tail input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-tail-csv Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: tail CSV input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: tail CSV input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-table Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: table-like structured file input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: table-like structured file input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-teamspeak2 Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: TeamSpeak2 input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: TeamSpeak2 input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-ted Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: The Energy Detective input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: The Energy Detective input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-tcpconns Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: TCP connection tracking input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: TCP connection tracking input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-thermal Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: system temperatures input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: system temperatures input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-threshold Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Notifications and thresholds plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: Notifications and thresholds plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-ubi Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd @NAND_SUPPORT Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Unsorted block images plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: Unsorted block images plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-unixsock Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: unix socket output plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: unix socket output plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-uptime Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: uptime status input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: uptime status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-users Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: user logged in status input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: user logged in status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-vmem Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: virtual memory usage input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: virtual memory usage input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-wireless Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: wireless status input plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: wireless status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-write-graphite Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_collectd-mod-write-graphite:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Carbon/Graphite output plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: Carbon/Graphite output plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-write-http Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread collectd +PACKAGE_collectd-mod-write-http:libcurl Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: HTTP POST output plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: HTTP POST output plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Package: collectd-mod-sqm Version: 5.12.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_collectd-mod-sqm:collectd-mod-exec Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: SQM/qdisc collection plugin Maintainer: Jo-Philipp Wich , Hannu Nyman Source: collectd-5.12.0.tar.bz2 Type: ipkg Description: SQM/qdisc collection plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman @@ Source-Makefile: feeds/packages/utils/coreutils/Makefile Package: coreutils Menu: 1 Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: The GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full versions of standard GNU utilities. If an equivalent Busybox applet is available, you should consider compiling that instead as Busybox applets are usually smaller, at the expense of reduced functionality. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-base64 Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility base64 from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU base64 utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-basename Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility basename from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU basename utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-cat Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility cat from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU cat utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-chcon Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility chcon from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU chcon utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-chgrp Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility chgrp from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU chgrp utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-chmod Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility chmod from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU chmod utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-chown Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility chown from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU chown utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-chroot Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility chroot from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU chroot utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-cksum Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility cksum from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU cksum utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-comm Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility comm from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU comm utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-cp Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils +libacl Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility cp from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU cp utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-csplit Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility csplit from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU csplit utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-cut Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility cut from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU cut utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-date Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility date from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU date utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-dd Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility dd from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU dd utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-dir Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils +libacl +libcap Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility dir from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU dir utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-dircolors Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility dircolors from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU dircolors utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-dirname Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility dirname from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU dirname utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-du Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility du from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU du utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-echo Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility echo from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU echo utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-env Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility env from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU env utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-expand Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility expand from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU expand utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-expr Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils +libgmp Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility expr from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU expr utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-factor Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils +libgmp Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility factor from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU factor utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-false Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility false from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU false utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-fmt Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility fmt from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU fmt utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-fold Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility fold from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU fold utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-groups Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility groups from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU groups utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-head Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility head from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU head utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-hostid Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility hostid from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU hostid utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-id Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility id from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU id utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-install Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils +libacl Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility install from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU install utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-join Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility join from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU join utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-kill Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility kill from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU kill utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-link Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility link from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU link utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-ln Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility ln from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU ln utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-logname Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility logname from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU logname utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-ls Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils +libacl +libcap Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility ls from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU ls utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-md5sum Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility md5sum from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU md5sum utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-mkdir Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility mkdir from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU mkdir utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-mkfifo Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility mkfifo from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU mkfifo utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-mknod Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility mknod from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU mknod utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-mktemp Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility mktemp from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU mktemp utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-mv Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils +libacl Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility mv from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU mv utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-nice Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility nice from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU nice utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-nl Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility nl from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU nl utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-nohup Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility nohup from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU nohup utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-nproc Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility nproc from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU nproc utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-od Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility od from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU od utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-paste Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility paste from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU paste utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-pathchk Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility pathchk from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU pathchk utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-pinky Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility pinky from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU pinky utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-pr Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility pr from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU pr utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-printenv Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility printenv from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU printenv utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-printf Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility printf from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU printf utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-ptx Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility ptx from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU ptx utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-pwd Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility pwd from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU pwd utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-readlink Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility readlink from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU readlink utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-realpath Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility realpath from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU realpath utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-rm Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility rm from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU rm utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-rmdir Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility rmdir from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU rmdir utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-runcon Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility runcon from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU runcon utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-seq Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility seq from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU seq utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-sha1sum Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility sha1sum from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU sha1sum utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-sha224sum Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility sha224sum from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU sha224sum utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-sha256sum Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility sha256sum from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU sha256sum utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-sha384sum Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility sha384sum from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU sha384sum utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-sha512sum Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility sha512sum from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU sha512sum utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-shred Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility shred from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU shred utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-shuf Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility shuf from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU shuf utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-sleep Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility sleep from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU sleep utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-sort Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils +libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility sort from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU sort utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-split Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility split from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU split utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-stat Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility stat from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU stat utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-stdbuf Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility stdbuf from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU stdbuf utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-stty Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility stty from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU stty utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-sum Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility sum from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU sum utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-sync Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility sync from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU sync utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-tac Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility tac from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU tac utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-tail Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility tail from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU tail utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-tee Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility tee from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU tee utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-test Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility test from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU test utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-timeout Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils +librt Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility timeout from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU timeout utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-touch Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility touch from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU touch utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-tr Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility tr from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU tr utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-true Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility true from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU true utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-truncate Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility truncate from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU truncate utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-tsort Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility tsort from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU tsort utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-tty Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility tty from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU tty utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-uname Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility uname from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU uname utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-unexpand Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility unexpand from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU unexpand utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-uniq Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility uniq from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU uniq utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-unlink Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility unlink from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU unlink utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-uptime Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility uptime from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU uptime utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-users Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility users from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU users utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-vdir Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils +libacl +libcap Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility vdir from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU vdir utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-wc Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility wc from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU wc utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-who Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility who from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU who utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-whoami Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility whoami from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU whoami utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Package: coreutils-yes Version: 8.30-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread coreutils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility yes from the GNU core utilities Maintainer: Jo-Philipp Wich Source: coreutils-8.30.tar.xz Type: ipkg Description: Full version of standard GNU yes utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich @@ Source-Makefile: feeds/packages/utils/crconf/Makefile Package: crconf Version: 2018-03-02-8bd996400d087028ba56b724abc1f5b378eaa77f-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Linux crypto layer configuraton tool Maintainer: Alexandru Ardelean Source: crconf-2018-03-02-8bd996400d087028ba56b724abc1f5b378eaa77f.tar.xz License: GPL-2.0-only Type: ipkg Description: Linux crypto layer configuraton tool. Use this to manipulate kernel Crypto API/framework stuff, like drivers, templates, etc. Example: https://wiki.strongswan.org/projects/strongswan/wiki/Pcrypt Most interesting stuff you can find on https://wiki.strongswan.org https://sourceforge.net/projects/crconf Alexandru Ardelean @@ Source-Makefile: feeds/packages/utils/crelay/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: crelay Version: 0.13-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libftdi1 +hidapi +libusb-1.0 Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: USB relay remote control daemon Maintainer: Ted Hess Source: crelay-0.13.tar.gz License: GPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: crelay is used to control different relay cards in a unified manner. It provides several interfaces for controlling the relays locally or remotely by a web browser or a smartphone. The card which is detected first will be used. A WebUI control is available on port 8000 (default) . Currently supported relay cards: - Conrad USB 4-channel relay card - Sainsmart USB 4/8-channel relay board - Sainsmart USB 16-channel relay control module - Generic GPIO relays - HID API compatible relay card https://github.com/ondrej1024/crelay Ted Hess @@ Source-Makefile: feeds/packages/utils/cryptsetup/Makefile Package: cryptsetup Submenu: Encryption Version: 2.1.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libblkid +libuuid +libpopt +lvm2 +libdevmapper +libjson-c +@KERNEL_DIRECT_IO +kmod-crypto-user Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Cryptsetup Maintainer: Daniel Golle Source: cryptsetup-2.1.0.tar.xz License: GPL-2.0-or-later LGPL-2.1-or-later LicenseFiles: COPYING COPYING.LGPL Type: ipkg Description: Cryptsetup is utility used to conveniently setup disk encryption based on DMCrypt kernel module. https://gitlab.com/cryptsetup/cryptsetup/ Daniel Golle @@ Source-Makefile: feeds/packages/utils/dbus/Makefile Build-Types: host Package: libdbus Version: 1.12.12-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Libraries Repository: base Title: Simple interprocess messaging system (library) Maintainer: Source: dbus-1.12.12.tar.gz License: AFL-2.1 Type: ipkg Description: Simple interprocess messaging system (library) http://dbus.freedesktop.org/ @@ Package: dbus Version: 1.12.12-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libexpat +libdbus Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Simple interprocess messaging system (daemon) Maintainer: Source: dbus-1.12.12.tar.gz License: AFL-2.1 Type: ipkg Description: Simple interprocess messaging system (daemon) http://dbus.freedesktop.org/ @@ Package: dbus-utils Version: 1.12.12-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +dbus Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Simple interprocess messaging system (utilities) Maintainer: Source: dbus-1.12.12.tar.gz License: AFL-2.1 Type: ipkg Description: Simple interprocess messaging system (utilities) http://dbus.freedesktop.org/ @@ Source-Makefile: feeds/packages/utils/device-observatory/Makefile Build-Depends: vim/host Package: device-observatory Version: 1.2.0-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +iw +libpcap +libmicrohttpd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: device-observatory Maintainer: Moritz Warning Source: device-observatory-1.2.0.tar.gz License: GPL-3.0-or-later Type: ipkg Description: Show information about connected devices and connections to increase security awareness. https://github.com/mwarning/device-observatory/ Moritz Warning @@ Source-Makefile: feeds/packages/utils/dfu-programmer/Makefile Package: dfu-programmer Submenu: Microcontroller programming Version: 0.7.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libusb-1.0 Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: USB programmer for Atmel microcontrollers Maintainer: Stefan Hellermann Source: dfu-programmer-0.7.2.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: dfu-programmer is a Device Firmware Update (DFU) based USB programmer for Atmel chips with a USB bootloader. http://dfu-programmer.github.io/ Stefan Hellermann @@ Source-Makefile: feeds/packages/utils/dfu-util/Makefile Package: dfu-util Version: 0.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libusb-1.0 Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Device Firmware Upgrade Utilities Maintainer: Bruno Randolf Source: dfu-util-0.9.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: dfu-util is a host side implementation of the DFU 1.0 and DFU 1.1 specifications of the USB forum. DFU is intended to download and upload firmware to/from devices connected over USB. http://dfu-util.sourceforge.net/ Bruno Randolf @@ Source-Makefile: feeds/packages/utils/digitemp/Makefile Package: digitemp Version: 3.7.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: DigiTemp is a simple to use program for reading values from 1-wire devices. (serial version) Maintainer: Jasper Scholte Source: digitemp-3.7.2.tar.gz License: GPL-2.0-or-later Type: ipkg Description: DigiTemp is a simple to use program for reading values from 1-wire devices. Its main use is for reading temperature sensors, but it also reads counters, and understands the 1-wire hubs with devices on different branches of the network. This package is built without USB support. https://www.digitemp.com Jasper Scholte @@ Package: digitemp-usb Version: 3.7.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libusb-compat Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: DigiTemp is a simple to use program for reading values from 1-wire devices. (USB version) Maintainer: Jasper Scholte Source: digitemp-3.7.2.tar.gz License: GPL-2.0-or-later Type: ipkg Description: DigiTemp is a simple to use program for reading values from 1-wire devices. Its main use is for reading temperature sensors, but it also reads counters, and understands the 1-wire hubs with devices on different branches of the network. This package is built with USB support. https://www.digitemp.com Jasper Scholte @@ Source-Makefile: feeds/packages/utils/dmidecode/Makefile Package: dmidecode Version: 3.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(TARGET_x86||TARGET_x86_64) Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Displays BIOS informations. Maintainer: Álvaro Fernández Rojas Source: dmidecode-3.2.tar.xz License: GPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: Dmidecode reports information about your system's hardware as described in your system BIOS according to the SMBIOS/DMI standard. https://www.nongnu.org/dmidecode/ Álvaro Fernández Rojas @@ Source-Makefile: feeds/packages/utils/domoticz/Makefile Build-Depends: python3 Package: domoticz Version: 4.9700-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +boost +boost-date_time +boost-system +boost-thread +libcurl +libmosquittopp +libopenssl +libopenzwave +libsqlite3 +libstdcpp +zlib Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Open Source Home Automation System Maintainer: Stijn Tintel Require-User: domoticz=6144:domoticz=6144 Source: domoticz-4.9700.tar.gz License: GPL-3.0 LicenseFiles: License.txt Type: ipkg Description: Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device. http://domoticz.com/ Stijn Tintel @@ Source-Makefile: feeds/packages/utils/dosfstools/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: dosfstools Submenu: Filesystem Version: 4.1-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utilities for making and checking MS-DOS FAT filesystems Maintainer: Álvaro Fernández Rojas Source: dosfstools-4.1.tar.xz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: The dosfstools package includes the mkfs.fat and fsck.fat utilities, which respectively make and check MS-DOS FAT filesystems. https://github.com/dosfstools Álvaro Fernández Rojas @@ Source-Makefile: feeds/packages/utils/dump1090/Makefile Build-Depends: libusb Package: dump1090 Version: 3.7.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librtlsdr +uhttpd +libncurses Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Mode S decoder for the Realtek RTL2832U (dump1090) Maintainer: Álvaro Fernández Rojas Source: dump1090-3.7.2.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Description: Dump1090 is a Mode S decoder specifically designed for RTLSDR devices. https://github.com/mutability/dump1090 Álvaro Fernández Rojas @@ Package: view1090 Version: 3.7.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Mode S decoder for the Realtek RTL2832U (view1090) Maintainer: Álvaro Fernández Rojas Source: dump1090-3.7.2.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Description: View1090 is a Mode S messages viewer for dump1090 devices. https://github.com/mutability/dump1090 Álvaro Fernández Rojas @@ Source-Makefile: feeds/packages/utils/dvtm/Makefile Package: dvtm Submenu: Terminal Version: 0.15-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncursesw Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: dynamic virtual terminal manager Maintainer: Yunfan Jiang Source: dvtm-0.15.tar.gz License: MIT/X LicenseFiles: LICENSE Type: ipkg Description: dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs. http://www.brain-dump.org/projects/dvtm/ Yunfan Jiang @@ Source-Makefile: feeds/packages/utils/ecdsautils/Makefile Package: libecdsautil Version: 0.3.2.20160630-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libuecc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ECDSA library Maintainer: Matthias Schiffer Source: ecdsautils-0.3.2.20160630.tar.xz Type: ipkg Description: Library to sign and verify checksums using ECDSA. https://github.com/tcatm/ecdsautils Matthias Schiffer @@ Package: ecdsautils Version: 0.3.2.20160630-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libecdsautil +libuecc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: ECDSA Utilities Maintainer: Matthias Schiffer Source: ecdsautils-0.3.2.20160630.tar.xz Type: ipkg Description: Utilities to sign and verify checksums using ECDSA. https://github.com/tcatm/ecdsautils Matthias Schiffer @@ Source-Makefile: feeds/packages/utils/evtest/Makefile Package: evtest Version: 1.33-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Event Test Program Maintainer: Pushpal Sidhu Source: evtest-1.33.tar.bz2 License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Utility to test event driven devices such as keyboards and mice Pushpal Sidhu @@ Source-Makefile: feeds/packages/utils/fft-eval/Makefile Package: fft-eval Version: 2017-06-28-3cc175570379da172b0b2bcdbb8d2a42f83dad88 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @PACKAGE_ATH_DEBUG @PACKAGE_ATH_SPECTRAL Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Evaluates FFT samples from ath9k driver Maintainer: Nicolas Pace Source: FFT_eval-3cc175570379da172b0b2bcdbb8d2a42f83dad88.tar.gz Type: ipkg Description: Evaluates FFT samples from diferent wifi boards drivers https://github.com/simonwunderlich/FFT_eval Nicolas Pace @@ Source-Makefile: feeds/packages/utils/findutils/Makefile Package: findutils Version: 4.6.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +findutils-find +findutils-xargs +findutils-locate Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: GNU Find Utilities (all) Maintainer: Daniel Dickinson Source: findutils-4.6.0.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Find Utilities (all) https://www.gnu.org/software/findutils/ Daniel Dickinson @@ Package: findutils-find Version: 4.6.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: GNU Find Utilities - find utility Maintainer: Daniel Dickinson Source: findutils-4.6.0.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Find Utilities - find utility https://www.gnu.org/software/findutils/ Daniel Dickinson @@ Package: findutils-locate Version: 4.6.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: GNU Find Utilities - locate and updatedb utility Maintainer: Daniel Dickinson Source: findutils-4.6.0.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Find Utilities - locate and updatedb utility https://www.gnu.org/software/findutils/ Daniel Dickinson @@ Package: findutils-xargs Version: 4.6.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: GNU Find Utilities - xargs utility Maintainer: Daniel Dickinson Source: findutils-4.6.0.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: GNU Find Utilities - xargs utility https://www.gnu.org/software/findutils/ Daniel Dickinson @@ Source-Makefile: feeds/packages/utils/fio/Makefile Package: fio Submenu: Disc Version: 3.14-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libaio +zlib Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: I/O testing and benchmarking tool Maintainer: Rosen Penev Source: fio-3.14.tar.bz2 License: GPL-2.0+ LicenseFiles: COPYING Type: ipkg Description: Fio is an I/O testing tool that will spawn a number of threads or processes doing a particular type of I/O action as specified by the user. Fio can be driven by a 'job file' describing the I/O load one wants to simulate. https://github.com/axboe/fio Rosen Penev @@ Source-Makefile: feeds/packages/utils/fish/Makefile Package: fish Submenu: Shells Version: 3.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses +libstdcpp +libatomic +librt +libpcre2-32 @!USE_UCLIBC Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: A smart and user-friendly command line shell Maintainer: Curtis Jiang , Hao Dong Source: fish-3.1.0.tar.gz License: GPL-2.0-only LicenseFiles: COPYING Type: ipkg Description: Fish is a smart and user-friendly command line shell for OS X, Linux, and the rest of the family. Fish includes features like syntax highlighting, autosuggest-as-you-type, and fancy tab completions that just work, with no configuration required. https://fishshell.com Curtis Jiang , Hao Dong @@ Source-Makefile: feeds/packages/utils/flashrom/Makefile Package: flashrom Version: 1.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +(TARGET_x86||TARGET_x86_64):dmidecode +libftdi1 +libusb-1.0 +libusb-compat +pciutils Conflicts: Menu-Depends: Provides: Build-Variant: full Default-Variant: full Section: utils Category: Utilities Repository: base Title: FlashROM Utility (full) Maintainer: Álvaro Fernández Rojas Source: flashrom-1.0.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: flashrom is an utility for identifying, reading, writing, verifying and erasing flash chips. It's often used to flash BIOS/EFI/coreboot /firmware images. https://www.flashrom.org/ Álvaro Fernández Rojas @@ Package: flashrom-pci Version: 1.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +(TARGET_x86||TARGET_x86_64):dmidecode +pciutils Conflicts: Menu-Depends: Provides: Build-Variant: pci Section: utils Category: Utilities Repository: base Title: FlashROM Utility (pci) Maintainer: Álvaro Fernández Rojas Source: flashrom-1.0.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: flashrom is an utility for identifying, reading, writing, verifying and erasing flash chips. It's often used to flash BIOS/EFI/coreboot /firmware images. https://www.flashrom.org/ Álvaro Fernández Rojas @@ Package: flashrom-spi Version: 1.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: spi Section: utils Category: Utilities Repository: base Title: FlashROM Utility (spi) Maintainer: Álvaro Fernández Rojas Source: flashrom-1.0.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: flashrom is an utility for identifying, reading, writing, verifying and erasing flash chips. It's often used to flash BIOS/EFI/coreboot /firmware images. https://www.flashrom.org/ Álvaro Fernández Rojas @@ Package: flashrom-usb Version: 1.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libftdi1 +libusb-1.0 +libusb-compat Conflicts: Menu-Depends: Provides: Build-Variant: usb Section: utils Category: Utilities Repository: base Title: FlashROM Utility (usb) Maintainer: Álvaro Fernández Rojas Source: flashrom-1.0.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: flashrom is an utility for identifying, reading, writing, verifying and erasing flash chips. It's often used to flash BIOS/EFI/coreboot /firmware images. https://www.flashrom.org/ Álvaro Fernández Rojas @@ Source-Makefile: feeds/packages/utils/flent-tools/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: flent-tools Version: 1.2.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Helper programs for the Flent test tool Maintainer: Toke Høiland-Jørgensen Source: flent-tools-1.2.2.tar.gz License: GPL-3.0-only LicenseFiles: LICENSE Type: ipkg Description: Helper programs for the Flent test tool https://flent.org Toke Høiland-Jørgensen @@ Source-Makefile: feeds/packages/utils/fontconfig/Makefile Build-Depends: libtool gettext libiconv Package: fontconfig Submenu: font-utils Version: 2.11.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libexpat +libfreetype Conflicts: Menu-Depends: Provides: Section: xorg-util Category: Xorg Repository: base Title: fontconfig Maintainer: Source: fontconfig-2.11.1.tar.bz2 Type: ipkg Description: fontconfig http://fontconfig.org/ @@ Source-Makefile: feeds/packages/utils/gammu/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: gammu Version: 1.41.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libcurl +glib2 +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full +PACKAGE_bluez-libs:bluez-libs +PACKAGE_libmariadb:libmariadb +PACKAGE_unixodbc:unixodbc +PACKAGE_libpq:libpq +PACKAGE_libusb-1.0:libusb-1.0 Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Cell phone/modem SMS and control tool Maintainer: Vitaly Protsko Source: gammu-1.41.0.tar.xz LicenseFiles: COPYING Type: ipkg Description: Cell phone/modem SMS and control tool https://wammu.eu/gammu/ Vitaly Protsko @@ Source-Makefile: feeds/packages/utils/gawk/Makefile Package: gawk Version: 5.0.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncursesw +libreadline Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: GNU awk Maintainer: Daniel Golle Source: gawk-5.0.0.tar.xz License: GPL LicenseFiles: COPYING Type: ipkg Description: GNU awk https://www.gnu.org/software/gawk/ Daniel Golle @@ Source-Makefile: feeds/packages/utils/gddrescue/Makefile Package: gddrescue Version: 1.23-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Data recovery tool Maintainer: Lucian Cristian Source: gddrescue_1.23.orig.tar.xz License: GPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, cdrom, etc) to another, trying to rescue the good parts first in case of read errors. https://www.gnu.org/software/ddrescue/ Lucian Cristian @@ Source-Makefile: feeds/packages/utils/gkermit/Makefile Package: gkermit Version: 1.00-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: gkermit Maintainer: Nathaniel Wesley Filardo Source: gku100.tar.gz License: GPL-2.0 Type: ipkg Description: A minimal kermit file transfer program http://www.columbia.edu/kermit/gkermit.html Nathaniel Wesley Filardo @@ Source-Makefile: feeds/packages/utils/gnupg/Makefile Package: gnupg Menu: 1 Submenu: Encryption Version: 1.4.23-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +libncurses +libreadline Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: GNU privacy guard - a free PGP replacement Maintainer: Source: gnupg-1.4.23.tar.bz2 License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC2440. . GnuPG does not use any patented algorithms so it cannot be compatible with PGP2 because it uses IDEA (which is patented worldwide). http://www.gnupg.org/ @@ Package: gpgv Submenu: Encryption Version: 1.4.23-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib +libncurses +libreadline Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: GnuPG signature verification only Maintainer: Source: gnupg-1.4.23.tar.bz2 License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: GPGv is a stripped down version of GnuPG that only checks signatures. . GnuPG does not use any patented algorithms so it cannot be compatible with PGP2 because it uses IDEA (which is patented worldwide). http://www.gnupg.org/ @@ Package: gnupg-utils Submenu: Encryption Version: 1.4.23-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread gnupg +libcurl Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Key management utilities for GnuPG Maintainer: Source: gnupg-1.4.23.tar.bz2 License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: Key management utilies for GnuPG. This package is needed to import keys from a keyserver. http://www.gnupg.org/ @@ Source-Makefile: feeds/packages/utils/gpsd/Makefile Package: gpsd Version: 3.17-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libusb-1.0 Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: An interface daemon for GPS receivers Maintainer: Pushpal Sidhu Source: gpsd-3.17.tar.gz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: gpsd is a userland daemon acting as a translator between GPS and AIS receivers and their clients. gpsd listens on port 2947 for clients requesting position/time/velocity information. The receivers are expected to generate position information in a well-known format -- as NMEA-0183 sentences, SiRF binary, Rockwell binary, Garmin binary format, or other vendor binary protocols. gpsd takes this information from the GPS and translates it into something uniform and easier to understand for clients. This package contains the GPS daemon. http://catb.org/gpsd/ Pushpal Sidhu @@ Package: gpsd-clients Version: 3.17-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libusb-1.0 +libncurses Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: GPS tools and clients Maintainer: Pushpal Sidhu Source: gpsd-3.17.tar.gz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: gpsd is a userland daemon acting as a translator between GPS and AIS receivers and their clients. gpsd listens on port 2947 for clients requesting position/time/velocity information. The receivers are expected to generate position information in a well-known format -- as NMEA-0183 sentences, SiRF binary, Rockwell binary, Garmin binary format, or other vendor binary protocols. gpsd takes this information from the GPS and translates it into something uniform and easier to understand for clients. This package contains auxiliary tools and example clients for monitoring and testing the GPS daemon. http://catb.org/gpsd/ Pushpal Sidhu @@ Package: libgps Version: 3.17-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libusb-1.0 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: C service library for communicating with the GPS daemon Maintainer: Pushpal Sidhu Source: gpsd-3.17.tar.gz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: gpsd is a userland daemon acting as a translator between GPS and AIS receivers and their clients. gpsd listens on port 2947 for clients requesting position/time/velocity information. The receivers are expected to generate position information in a well-known format -- as NMEA-0183 sentences, SiRF binary, Rockwell binary, Garmin binary format, or other vendor binary protocols. gpsd takes this information from the GPS and translates it into something uniform and easier to understand for clients. This package contains the libgps library. http://catb.org/gpsd/ Pushpal Sidhu @@ Source-Makefile: feeds/packages/utils/gptfdisk/Makefile Package: gdisk Submenu: Disc Version: 1.0.4-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +libuuid Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: GPT aware disk manipulation utility for interactive use Maintainer: Alif M. Ahmad Source: gptfdisk-1.0.4.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: gdisk is GPT aware disk partitioning tool, with interactive UI. https://www.rodsbooks.com/gdisk Alif M. Ahmad @@ Package: cgdisk Submenu: Disc Version: 1.0.4-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +libuuid +libncursesw Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: GPT aware disk manipulation utility for interactive use Maintainer: Alif M. Ahmad Source: gptfdisk-1.0.4.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: cgdisk is GPT aware disk partitioning tool, with interactive ncurses based UI. https://www.rodsbooks.com/gdisk Alif M. Ahmad @@ Package: sgdisk Submenu: Disc Version: 1.0.4-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +libuuid +libpopt Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: GPT aware disk manipulation utility for scripting use Maintainer: Alif M. Ahmad Source: gptfdisk-1.0.4.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: sgdisk is GPT-aware disk partitioning tool for scripting use. https://www.rodsbooks.com/gdisk Alif M. Ahmad @@ Package: fixparts Submenu: Disc Version: 1.0.4-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: A utility to fix corrupted MBR partitions Maintainer: Alif M. Ahmad Source: gptfdisk-1.0.4.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: a text-mode menu-driven program for repairing certain types of problems with Master Boot Record (MBR) partition tables https://www.rodsbooks.com/gdisk Alif M. Ahmad @@ Source-Makefile: feeds/packages/utils/grep/Makefile Package: grep Version: 3.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcre Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: grep search utility - full version Maintainer: Julen Landa Alustiza Source: grep-3.3.tar.xz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: The grep command searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines. https://www.gnu.org/software/grep/ Julen Landa Alustiza @@ Source-Makefile: feeds/packages/utils/gzip/Makefile Package: gzip Submenu: Compression Version: 1.10-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: gzip (GNU zip) is a compression utility. Maintainer: Christian Beier Source: gzip-1.10.tar.xz License: GPL-3.0-or-later Type: ipkg Description: gzip (GNU zip) is a compression utility designed to be a replacement for compress. https://www.gnu.org/software/gzip/ Christian Beier @@ Source-Makefile: feeds/packages/utils/hamlib/Makefile Package: hamlib Version: 3.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libhamlib Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Ham Radio Control utilities Maintainer: Vasilis Tsiligiannis Source: hamlib-3.3.tar.gz License: GPLv2 LicenseFiles: COPYING Type: ipkg Description: Ham Radio Control Libraries is a development effort to provide a consistent interface for programmers wanting to incorporate radio control in their programs. This package contains the utilities and daemons. http://hamlib.sourceforge.net Vasilis Tsiligiannis @@ Package: libhamlib Menu: 1 Version: 3.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libusb-1.0 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Ham Radio Control shared library Maintainer: Vasilis Tsiligiannis Source: hamlib-3.3.tar.gz License: GPLv2 LicenseFiles: COPYING Type: ipkg Description: Ham Radio Control Libraries is a development effort to provide a consistent interface for programmers wanting to incorporate radio control in their programs. This package contains the hamlib shared library. http://hamlib.sourceforge.net Vasilis Tsiligiannis @@ Source-Makefile: feeds/packages/utils/haserl/Makefile Package: haserl Menu: 1 Version: 0.9.35-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +HASERL_with_lua:liblua Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: A CGI wrapper to embed shell scripts in HTML documents Maintainer: Maxim Storchak Source: haserl-0.9.35.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: A CGI wrapper to embed shell scripts in HTML documents http://haserl.sourceforge.net/ Maxim Storchak @@ Config: source "feeds/packages/utils/haserl/Config.in" @@ Source-Makefile: feeds/packages/utils/hashdeep/Makefile Package: hashdeep Version: 4.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Recursively compute hashsums or piecewise hashings Maintainer: Tobe Deprez Source: hashdeep-4.4.tar.gz License: NLPL LicenseFiles: COPYING Type: ipkg Description: hashdeep is a set of tools to compute MD5, SHA1, SHA256, tiger and whirlpool hashsums of arbitrary number of files recursively. http://md5deep.sourceforge.net/ Tobe Deprez @@ Source-Makefile: feeds/packages/utils/haveged/Makefile Package: haveged Version: 1.9.14-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libhavege Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Feeds the kernel entropy pool by timing CPU loops. Maintainer: Hannu Nyman Source: haveged-1.9.14.tar.gz License: GPLv3 Type: ipkg Description: Feeds the kernel entropy pool by timing CPU loops. http://www.issihosts.com/haveged/ Hannu Nyman @@ Package: libhavege Version: 1.9.14-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: opt Category: Libraries Repository: base Title: Library for haveged Maintainer: Hannu Nyman Source: haveged-1.9.14.tar.gz License: GPLv3 Type: ipkg Description: Library for haveged http://www.issihosts.com/haveged/ Hannu Nyman @@ Source-Makefile: feeds/packages/utils/hd-idle/Makefile Package: hd-idle Submenu: Disc Version: 1.05-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Another idle-daemon for attached hard drives Maintainer: Lim Guo Wei Source: hd-idle-1.05.tgz License: GPL-2.0 Type: ipkg Description: hd-idle is a utility program for spinning-down external disks after a period of idle time. http://hd-idle.sourceforge.net/ Lim Guo Wei @@ Source-Makefile: feeds/packages/utils/hdparm/Makefile Package: hdparm Submenu: Disc Version: 9.58-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Hard disk drive configuration utilitity Maintainer: Rosen Penev Source: hdparm-9.58.tar.gz License: BSD-Style Open Source License Type: ipkg Description: get/set SATA/IDE device parameters https://sourceforge.net/projects/hdparm/ Rosen Penev @@ Source-Makefile: feeds/packages/utils/hfsprogs/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: hfsfsck Submenu: Filesystem Version: 332.25-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +USE_GLIBC:libbsd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: fsck (fsck.hfs) utility from hfsprogs Maintainer: Florian Fainelli Source: hfsprogs_332.25.orig.tar.gz License: APSL 2.0 LicenseFiles: COPYING Type: ipkg Description: Utilities to create and check HFS/HFS+ filesystems. (fsck.hfs and fsck.hfsplus for checking integrity of HFS/HFS+ volumes) Florian Fainelli @@ Package: mkhfs Submenu: Filesystem Version: 332.25-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +USE_GLIBC:libbsd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mkfs (mkfs.hfs) utility from hfsprogs Maintainer: Florian Fainelli Source: hfsprogs_332.25.orig.tar.gz License: APSL 2.0 LicenseFiles: COPYING Type: ipkg Description: Utilities to create and check HFS/HFS+ filesystems. (mkfs.hfs and mkfs.hfsplus for creating HFS/HFS+ volumes) Florian Fainelli @@ Source-Makefile: feeds/packages/utils/hplip/Makefile Build-Depends: python libcups Package: hplip-common Version: 3.19.6-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libusb-1.0 Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: HP Linux Imaging and Printing (common files) Maintainer: Luiz Angelo Daros de Luca Source: hplip-3.19.6.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Description: HPLIP is an HP developed solution for printing, scanning, and faxing with HP inkjet and laser based printers in Linux. These are common files shared between subpackages https://sourceforge.net/projects/hplip/ Luiz Angelo Daros de Luca @@ Package: hplip-sane Version: 3.19.6-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane +hplip-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: HP Linux Imaging and Printing (scanner drivers) Maintainer: Luiz Angelo Daros de Luca Source: hplip-3.19.6.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Description: HPLIP is an HP developed solution for printing, scanning, and faxing with HP inkjet and laser based printers in Linux. S.A.N.E backend for HP Scanners https://sourceforge.net/projects/hplip/ Luiz Angelo Daros de Luca @@ Source-Makefile: feeds/packages/utils/hub-ctrl/Makefile Package: hub-ctrl Version: 1.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libusb-compat Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Control USB power on a port by port basis Maintainer: Simon Peter Source: hub-ctrl-1.0.tar.gz License: GPL-2.0-or-later Type: ipkg Description: Control USB power on a port by port basis on some USB hubs. This only works on USB hubs that have the hardware necessary to allow software controlled power switching. Most hubs DO NOT include the hardware. https://github.com/codazoda/hub-ctrl.c Simon Peter @@ Source-Makefile: feeds/packages/utils/i2c-tools/Makefile Package: libi2c Version: 4.1-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Build-Variant: bin Section: libs Category: Libraries Repository: base Title: I2C library for i2c-tools Maintainer: Daniel Golle Source: i2c-tools-4.1.tar.xz License: GPL-2.0-or-later LGPL-2.1-or-later LicenseFiles: COPYING COPYING.LGPL Type: ipkg Description: This package contains i2c functionality needed by i2c-tools. https://i2c.wiki.kernel.org/index.php/I2C_Tools Daniel Golle @@ Package: i2c-tools Version: 4.1-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libi2c Conflicts: Menu-Depends: Provides: Build-Variant: bin Section: utils Category: Utilities Repository: base Title: I2C tools for Linux Maintainer: Daniel Golle Source: i2c-tools-4.1.tar.xz License: GPL-2.0-or-later LGPL-2.1-or-later LicenseFiles: COPYING COPYING.LGPL Type: ipkg Description: This package contains an heterogeneous set of I2C tools for Linux. These tools were originally part of the lm-sensors package. https://i2c.wiki.kernel.org/index.php/I2C_Tools Daniel Golle @@ Package: python-smbus Submenu: Python Version: 4.1-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python-smbus:libi2c +PACKAGE_python-smbus:python-light Conflicts: Menu-Depends: Provides: Build-Variant: python Section: lang Category: Languages Repository: base Title: Python bindings for the SMBUS Maintainer: Daniel Golle Source: i2c-tools-4.1.tar.xz License: GPL-2.0-or-later LGPL-2.1-or-later LicenseFiles: COPYING COPYING.LGPL Type: ipkg Description: This package contain the python bindings for Linux SMBus access through i2c-dev. https://i2c.wiki.kernel.org/index.php/I2C_Tools Daniel Golle @@ Package: python3-smbus Submenu: Python Version: 4.1-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_python3-smbus:libi2c +PACKAGE_python3-smbus:python3-light Conflicts: Menu-Depends: Provides: Build-Variant: python3 Section: lang Category: Languages Repository: base Title: Python bindings for the SMBUS Maintainer: Daniel Golle Source: i2c-tools-4.1.tar.xz License: GPL-2.0-or-later LGPL-2.1-or-later LicenseFiles: COPYING COPYING.LGPL Type: ipkg Description: This package contain the Python3 bindings for Linux SMBus access through i2c-dev. https://i2c.wiki.kernel.org/index.php/I2C_Tools Daniel Golle @@ Source-Makefile: feeds/packages/utils/idevicerestore/Makefile Package: idevicerestore Submenu: libimobiledevice Version: 1.0.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libirecovery +libzip +libcurl +usbmuxd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Restore/upgrade firmware of iOS devices Maintainer: Rosen Penev Source: idevicerestore-1.0.0.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: The idevicerestore tool allows to restore firmware files to iOS devices. It is a full reimplementation of all granular steps which are performed during restore of a firmware to a device. https://github.com/libimobiledevice/idevicerestore Rosen Penev @@ Source-Makefile: feeds/packages/utils/inotify-tools/Makefile Package: libinotifytools Version: 3.20.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libinotifytools Maintainer: Daniel Golle Source: inotify-tools-3.20.1.tar.gz License: GPLv2 LicenseFiles: COPYING Type: ipkg Description: inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify. These programs can be used to monitor and act upon filesystem events. A more detailed description of the programs is further down the page. The programs are written in C and have no dependencies other than a Linux kernel supporting inotify. This package provides the libinotifytools shared library. https://github.com/rvoicilas/inotify-tools/wiki Daniel Golle @@ Package: inotifywait Version: 3.20.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libinotifytools Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: inotifywait tool Maintainer: Daniel Golle Source: inotify-tools-3.20.1.tar.gz License: GPLv2 LicenseFiles: COPYING Type: ipkg Description: inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify. These programs can be used to monitor and act upon filesystem events. A more detailed description of the programs is further down the page. The programs are written in C and have no dependencies other than a Linux kernel supporting inotify. This package provides the inotifywait tool. https://github.com/rvoicilas/inotify-tools/wiki Daniel Golle @@ Package: inotifywatch Version: 3.20.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libinotifytools Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: inotifywatch tool Maintainer: Daniel Golle Source: inotify-tools-3.20.1.tar.gz License: GPLv2 LicenseFiles: COPYING Type: ipkg Description: inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify. These programs can be used to monitor and act upon filesystem events. A more detailed description of the programs is further down the page. The programs are written in C and have no dependencies other than a Linux kernel supporting inotify. This package provides the inotifywatch tool. https://github.com/rvoicilas/inotify-tools/wiki Daniel Golle @@ Source-Makefile: feeds/packages/utils/io/Makefile Package: io Version: 4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Raw memory i/o utility Maintainer: Hauke Mehrtens Source: Type: ipkg Description: This tool can be used to access physical memory addresses from userspace. It can be useful to access hardware for which no device driver exists! http://www.sleepie.demon.co.uk/linuxvme/io.c Hauke Mehrtens @@ Source-Makefile: feeds/packages/utils/irqbalance/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext glib2 Package: irqbalance Version: 1.8.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: IRQ usage balancing for multi-core systems Maintainer: Hannu Nyman Source: irqbalance-1.8.0.tar.xz License: GPLv2 Type: ipkg Description: The purpose of irqbalance is to distribute hardware interrupts across processors/cores on a multiprocessor/multicore system in order to increase performance. https://github.com/Irqbalance/irqbalance Hannu Nyman @@ Source-Makefile: feeds/packages/utils/joe/Makefile Package: joe Submenu: Editors Version: 4.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: JOE - Joes own editor Maintainer: Vitaly Protsko Source: joe-4.6.tar.gz Type: ipkg Description: Joe is world-famous Wordstar like text editor, that also features Emacs and Pico emulation https://sourceforge.net/projects/joe-editor/ Vitaly Protsko @@ Source-Makefile: feeds/packages/utils/jq/Makefile Package: jq Version: 1.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Lightweight and flexible command-line JSON processor. Maintainer: Marko Ratkaj Source: jq-1.6.tar.gz License: BSD Type: ipkg Description: Lightweight and flexible command-line JSON processor. https://stedolan.github.io/jq/ Marko Ratkaj @@ Source-Makefile: feeds/packages/utils/jupp/Makefile Package: jupp Submenu: Editors Version: 3.1.38-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_libncurses:libncurses Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: WordStar-inspired text editor Maintainer: Thorsten Glaser Source: joe-3.1jupp38.tgz License: GPL-1.0 LicenseFiles: COPYING Type: ipkg Description: jupp is a WordStar-inspired text and hex editor, for programmers and regular end users. http://www.mirbsd.org/jupp.htm Thorsten Glaser @@ Package: jupp-data Submenu: Editors Version: 3.1.38-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread jupp Conflicts: joe Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: jupp Emacs/JOE/Pico emulations, syntax highlighting Maintainer: Thorsten Glaser Source: joe-3.1jupp38.tgz License: GPL-1.0 LicenseFiles: COPYING Type: ipkg Description: jupp Emacs/JOE/Pico emulations, syntax highlighting http://www.mirbsd.org/jupp.htm Thorsten Glaser @@ Source-Makefile: feeds/packages/utils/klish/Makefile Package: klish Submenu: Shells Version: 2.1.4-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libxml2 Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Kommand Line Interface SHell (main tool) Maintainer: Takashi Umeno Source: klish-2.1.4.tar.xz License: BSD-3-Clause LicenseFiles: LICENCE Type: ipkg Description: The klish is a framework for implementing a CISCO-like CLI on a UNIX systems. It is configurable by XML files. The KLISH stands for Kommand Line Interface Shell. The klish is a fork of clish 0.7.3 developed by Graeme McKerrell. It defines new features but it's compatible (as much as possible) with clish's XML configuration files. klish is able to run using clish XML configuration files although current clish users may expect some changes in behavior. Konf and konfd are klish utilities that are used to store configuration informations in a way which is similar to what's found on CISCO devices. More information about these tools is to be found on the klish web site. https://libcode.org/projects/klish/ Takashi Umeno @@ Package: klish-xml-files Version: 2.1.4-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread klish Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: klish sample XML files Maintainer: Takashi Umeno Source: klish-2.1.4.tar.xz License: BSD-3-Clause LicenseFiles: LICENCE Type: ipkg Description: This is a set of sample XML files for klish. https://libcode.org/projects/klish/ Takashi Umeno @@ Source-Makefile: feeds/packages/utils/kmod/Makefile Package: kmod Version: 20-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Linux kernel module handling (tools) Maintainer: Jeff Waugh Source: kmod-20.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: Linux kernel module handling kmod is a set of tools to handle common tasks with Linux kernel modules like insert, remove, list, check properties, resolve dependencies and aliases. https://www.kernel.org/pub/linux/utils/kernel/kmod/ Jeff Waugh @@ Package: libkmod Version: 20-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Linux kernel module handling (library) Maintainer: Jeff Waugh Source: kmod-20.tar.xz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: Linux kernel module handling (library) https://www.kernel.org/pub/linux/utils/kernel/kmod/ Jeff Waugh @@ Source-Makefile: feeds/packages/utils/lcd4linux/Makefile Build-Depends: ppp !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: lcd4linux-custom Menu: 1 Version: r1204-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +LCD4LINUX_CUSTOM_NEEDS_libdbus:libdbus +LCD4LINUX_CUSTOM_NEEDS_libgd:libgd +LCD4LINUX_CUSTOM_NEEDS_libjpeg:libjpeg +LCD4LINUX_CUSTOM_NEEDS_libmpdclient:libmpdclient +LCD4LINUX_CUSTOM_NEEDS_libmysqlclient:libmysqlclient +LCD4LINUX_CUSTOM_NEEDS_libncurses:libncurses +LCD4LINUX_CUSTOM_NEEDS_libsqlite3:libsqlite3 +LCD4LINUX_CUSTOM_NEEDS_libusb:libusb-compat Conflicts: Menu-Depends: Provides: lcd4linux Build-Variant: custom Section: utils Category: Utilities Repository: base Title: LCD display utility Maintainer: Source: lcd4linux-r1204.tar.bz2 Type: ipkg Description: LCD4Linux is a small program that grabs information from the kernel and some subsystems and displays it on an external liquid crystal display. . This package contains a customized version of LCD4Linux. http://lcd4linux.bulix.org/ @@ Config: source "feeds/packages/utils/lcd4linux/Config.in" @@ Package: lcd4linux-full Version: r1204-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @DEVEL +libdbus +libgd +libmpdclient +libmysqlclient +libncurses +libsqlite3 +libusb-compat Conflicts: Menu-Depends: Provides: lcd4linux Build-Variant: full Section: utils Category: Utilities Repository: base Title: LCD display utility Maintainer: Jonathan McCrohan Source: lcd4linux-r1204.tar.bz2 Type: ipkg Description: LCD4Linux is a small program that grabs information from the kernel and some subsystems and displays it on an external liquid crystal display. . This package contains a version of LCD4Linux built with all supported drivers and plugins. http://lcd4linux.bulix.org/ Jonathan McCrohan @@ Source-Makefile: feeds/packages/utils/lcdproc/Makefile Package: lcdproc-clients Version: 0.5.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: LCD Display clients Maintainer: Harald Geyer , Philip Prindeville Source: lcdproc-0.5.9.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: LCDProc is a daemon and clients for displaying system information on various LCD displays This package contains the clients distributed by the official lcdproc project: * lcdproc -- displays system information * lcdexec -- displays a menu structure to execute commands * lcdvc -- shows the content of the system console http://lcdproc.org/ Harald Geyer , Philip Prindeville @@ Package: lcdproc-server Version: 0.5.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: LCD Display server Maintainer: Harald Geyer , Philip Prindeville Source: lcdproc-0.5.9.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: LCDProc is a daemon and clients for displaying system information on various LCD displays This package contains the server and a core set of display drivers without external dependencies: bayrad CFontzPacket CFontz CwLnx ea65 EyeboxOne glk icp_a106 imonlcd imon irtrans joy lb216 lcdm001 lcterm linux_input MD8800 ms6931 mtc_s16209x MtxOrb NoritakeVFD Olimex_MOD_LCD1x9 pyramid rawserial serialPOS serialVFD sli SureElec text tyan vlsys_m428 yard2LCD http://lcdproc.org/ Harald Geyer , Philip Prindeville @@ Package: lcdproc-drivers Version: 0.5.9-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lcdproc-server +libncurses +libusb-1.0 +libusb-compat +libftdi1 +GPIO_SUPPORT:libugpio Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: LCD Display extra drivers Maintainer: Harald Geyer , Philip Prindeville Source: lcdproc-0.5.9.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: LCDProc is a daemon and clients for displaying system information on various LCD displays This package contains display drivers with external dependencies: curses futaba glcd hd44780 IOWarrior i2500vfd lis picolcd shuttleVFD ula200 http://lcdproc.org/ Harald Geyer , Philip Prindeville @@ Source-Makefile: feeds/packages/utils/less/Makefile Package: less Version: 530-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses Conflicts: Menu-Depends: Provides: Build-Variant: narrow Section: utils Category: Utilities Repository: base Title: Pager program similar to more Maintainer: Julen Landa Alustiza Source: less-530.tar.gz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: Full version of GNU less utility http://www.greenwoodsoftware.com/less/ Julen Landa Alustiza @@ Package: less-wide Version: 530-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncursesw Conflicts: Menu-Depends: Provides: Build-Variant: wide Section: utils Category: Utilities Repository: base Title: Pager program similar to more (Unicode) Maintainer: Julen Landa Alustiza Source: less-530.tar.gz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: Full version of GNU less utility This package contains the Unicode enabled version of less. http://www.greenwoodsoftware.com/less/ Julen Landa Alustiza @@ Source-Makefile: feeds/packages/utils/lm-sensors/Makefile Package: lm-sensors Version: 3.5.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +sysfsutils +libsensors Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: lm-sensors Maintainer: Jo-Philipp Wich Source: lm-sensors-3.5.0.tar.gz License: GPL-2.0-or-later LGPL-2.1-or-later Type: ipkg Description: utility to read hardware sensor data https://hwmon.wiki.kernel.org/lm_sensors Jo-Philipp Wich @@ Package: lm-sensors-detect Version: 3.5.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +sysfsutils +lm-sensors +PACKAGE_lm-sensors-detect:perl +PACKAGE_lm-sensors-detect:perlbase-essential +PACKAGE_lm-sensors-detect:perlbase-fcntl +PACKAGE_lm-sensors-detect:perlbase-file +PACKAGE_lm-sensors-detect:perlbase-xsloader Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: lm-sensors-detect Maintainer: Jo-Philipp Wich Source: lm-sensors-3.5.0.tar.gz License: GPL-2.0-or-later LGPL-2.1-or-later Type: ipkg Description: script to autodetect sensor hardware https://hwmon.wiki.kernel.org/lm_sensors Jo-Philipp Wich @@ Package: libsensors Version: 3.5.0-4 ABIVersion: 5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +sysfsutils Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libsensors Maintainer: Jo-Philipp Wich Source: lm-sensors-3.5.0.tar.gz License: GPL-2.0-or-later LGPL-2.1-or-later Type: ipkg Description: lm-sensors libraries https://hwmon.wiki.kernel.org/lm_sensors Jo-Philipp Wich @@ Source-Makefile: feeds/packages/utils/logrotate/Makefile Package: logrotate Menu: 1 Version: 3.17.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpopt +LOGROTATE_ACL:libacl Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: rotates, compresses, and mails system logs Maintainer: Christian Beier Source: logrotate-3.17.0.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: logrotate is designed to ease administration of systems that generate large numbers of log files. It allows auto-matic rotation, compression, removal and mailing of log files. Each log file may be handled daily, weekly, monthly or when it grows too large. https://github.com/logrotate/logrotate Christian Beier @@ Config: if PACKAGE_logrotate config LOGROTATE_ACL bool prompt "Enable ACL support" default y if USE_FS_ACL_ATTR endif @@ Source-Makefile: feeds/packages/utils/lrzsz/Makefile Package: lrzsz Version: 0.12.20-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: X, Y and Z-modem protocols Maintainer: Hsing-Wang Liao Source: lrzsz-0.12.20.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Transfer files in your login sessions. Very leightweight and straight forward. You just need a terminal client that can do either X, Y or Z-modem file transfers. https://ohse.de/uwe/software/lrzsz.html Hsing-Wang Liao @@ Source-Makefile: feeds/packages/utils/lsof/Makefile Package: lsof Version: 4.91-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libtirpc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: LiSt Open Files - a diagnostic tool Maintainer: Maxim Storchak Source: lsof_4.91.tar.bz2 License: Unique LicenseFiles: 00README Type: ipkg Description: LiSt Open Files - a diagnostic tool http://people.freebsd.org/~abe/ Maxim Storchak @@ Source-Makefile: feeds/packages/utils/lvm2/Makefile Package: libdevmapper Version: 2.03.02-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-dm +libpthread +libuuid +librt +libblkid Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: The Linux Kernel Device Mapper userspace library Maintainer: Daniel Golle Source: LVM2.2.03.02.tgz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING COPYING.lib Type: ipkg Description: The device-mapper is a component of the 2.6 linux kernel that supports logical volume management. It is required by LVM2 and EVMS. https://sourceware.org/dm/ Daniel Golle @@ Package: lvm2 Submenu: Disc Version: 2.03.02-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libdevmapper +libreadline +libncurses +libaio Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: The Linux Logical Volume Manager Maintainer: Daniel Golle Source: LVM2.2.03.02.tgz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING COPYING.lib Type: ipkg Description: LVM2 refers to a new userspace toolset that provide logical volume management facilities on linux. It is reasonably backwards-compatible with the original LVM toolset. https://sourceware.org/lvm2/ Daniel Golle @@ Source-Makefile: feeds/packages/utils/lxc/Makefile Build-Depends: lua Package: lxc Menu: 1 Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: LXC is the userspace control package for Linux Containers, a lightweight virtual system mechanism sometimes described as "chroot on steroids". http://lxc.sourceforge.net/ Marko Ratkaj @@ Config: source "feeds/packages/utils/lxc/Config.in" @@ Package: lxc-common Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: LXC common files Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: LXC common files http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-hooks Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: LXC virtual machine hooks Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: LXC virtual machine hooks http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-configs Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: LXC virtual machine common config files Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: LXC virtual machine common config files http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-templates Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: LXC virtual machine templates Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: LXC virtual machine templates http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: liblxc Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +libcap +libpthread +LXC_SECCOMP:libseccomp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: LXC userspace library Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: LXC userspace library http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-lua Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +liblua +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: LXC Lua bindings Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: LXC Lua bindings http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-init Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: LXC Lua bindings Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: LXC Lua bindings http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-auto Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +lxc-start +lxc-stop Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: (initscript) Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: LXC is the userspace control package for Linux Containers, a lightweight virtual system mechanism sometimes described as "chroot on steroids". This package adds and initscript for starting and stopping the containers on boot and shutdown. http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-unprivileged Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-utils +shadow-newuidmap +shadow-newgidmap Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Helper script for unprivileged containers support Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Support for unprivileged containers requires newuidmap and newguidmap. This package makes sure they are available & have correct permissions. http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-attach Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-attach from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-attach from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-autostart Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-autostart from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-autostart from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-cgroup Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-cgroup from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-cgroup from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-copy Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-copy from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-copy from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-config Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-config from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-config from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-console Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-console from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-console from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-create Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc +lxc-configs +lxc-hooks +lxc-templates +flock Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-create from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-create from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-destroy Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-destroy from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-destroy from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-device Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-device from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-device from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-execute Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-execute from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-execute from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-freeze Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-freeze from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-freeze from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-info Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-info from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-info from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-monitor Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-monitor from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-monitor from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-snapshot Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-snapshot from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-snapshot from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-start Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-start from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-start from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-stop Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-stop from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-stop from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-unfreeze Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-unfreeze from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-unfreeze from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-unshare Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-unshare from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-unshare from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-usernsexec Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-usernsexec from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-usernsexec from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-wait Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-wait from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-wait from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-top Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-top from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-top from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-ls Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-ls from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-ls from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-monitord Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-monitord from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-monitord from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-user-nic Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common +libpthread +libcap +liblxc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-user-nic from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-user-nic from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Package: lxc-checkconfig Version: 2.1.1-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread lxc +lxc-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lxc-checkconfig from the LXC userspace tools Maintainer: Marko Ratkaj Source: lxc-2.1.1.tar.gz License: LGPL-2.1-or-later BSD-2-Clause GPL-2.0 Type: ipkg Description: Utility lxc-checkconfig from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj @@ Source-Makefile: feeds/packages/utils/macchanger/Makefile Package: macchanger Version: 1.7.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: utility for viewing/manipulating the MAC address Maintainer: Nicolas Thill Source: macchanger-1.7.0.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: This is a GNU/Linux utility for viewing/manipulating the MAC address of network interfaces. https://github.com/alobbs/macchanger/ Nicolas Thill @@ Source-Makefile: feeds/packages/utils/mariadb/Makefile Build-Depends: libevent2 mariadb/host !BUILD_NLS:libiconv !BUILD_NLS:gettext Build-Depends/host: libxml2/host Build-Types: host Package: libmariadb Menu: 1 Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +mariadb-common +BUILD_NLS:libiconv-full +libopenssl +zlib Conflicts: Menu-Depends: Provides: libmariadbclient libmysqlclient libmysqlclient-r Section: libs Category: Libraries Repository: base Title: MariaDB database client library Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package includes the client library. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-client Menu: 1 Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-client-base Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: MariaDB database client Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package includes the following core client binaries: mysql mysql_upgrade mysqlcheck https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-client-base Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-common +BUILD_NLS:libiconv-full +libopenssl +zlib +libatomic +libstdcpp +libedit Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: MariaDB database client base Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the foundation for mariadb-client. It installs the configuration and the dependencies. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-client-extra Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-client Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: MariaDB database client extra Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package includes the following extra client binaries: mysql_find_rows mysql_waitpid mysqlaccess mysqladmin mysqldump mysqlimport mysqlshow mysqlslap mytop https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-common Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: MariaDB database common files Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package includes shared files, for example /etc/mysql/my.cnf. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server Menu: 1 Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server-base Conflicts: Menu-Depends: Provides: mysql-server Section: utils Category: Utilities Repository: base Title: MariaDB database server Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package includes the following core server binaries: innochecksum my_print_defaults mysql_install_db mysqld https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-base Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-common +BUILD_NLS:libiconv-full +libopenssl +zlib +libatomic +libstdcpp +libaio +liblzma +libpcre +resolveip Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: MariaDB database server base Maintainer: Michal Hrusecky Require-User: mariadb=376:mariadb=376 Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the foundation for mariadb-server. It installs the init script, support files (configuration etc.), the user "mariadb" and the dependencies. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-extra Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: MariaDB database server extra Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package includes the following extra server binaries: aria* mariabackup msql2mysql myisam_ftdump myisamchk myisamlog myisampack mysql_convert_table_format mysql_fix_extensions mysql_plugin mysql_secure_installation mysql_setpermission mysql_tzinfo_to_sql mysqlbinlog mysqld_multi mysqldumpslow mysqlhotcopy perror replace resolve_stack_dump wsrep_sst_* https://mariadb.org/ Michal Hrusecky @@ Package: libmariadb-plugin-auth-gssapi-client Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libmariadb +PACKAGE_libmariadb-plugin-auth-gssapi-client:krb5-libs Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: libmariadb plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the auth_gssapi_client plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-auth-ed25519 Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the auth_ed25519 plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-auth-gssapi Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server +PACKAGE_mariadb-server-plugin-auth-gssapi:krb5-libs Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the auth_gssapi plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-auth-pam Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server +PACKAGE_mariadb-server-plugin-auth-pam:libpam Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the auth_pam plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-disks Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the disks plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-feedback Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the feedback plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-file-key-management Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the file_key_management plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-ha-archive Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the ha_archive plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-ha-blackhole Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the ha_blackhole plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-ha-connect Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server +PACKAGE_mariadb-server-plugin-ha-connect:libxml2 Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the ha_connect plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-ha-federated Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the ha_federated plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-ha-federatedx Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the ha_federatedx plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-ha-sphinx Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the ha_sphinx plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-ha-spider Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the ha_spider plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-handlersocket Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the handlersocket plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-locales Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the locales plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-metadata-lock-info Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the metadata_lock_info plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-query-cache-info Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the query_cache_info plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-query-response-time Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the query_response_time plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-semisync-master Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the semisync_master plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-semisync-slave Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the semisync_slave plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-server-audit Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the server_audit plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-simple-password-check Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the simple_password_check plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-sql-errlog Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the sql_errlog plugin. https://mariadb.org/ Michal Hrusecky @@ Package: mariadb-server-plugin-wsrep-info Submenu: database Version: 10.2.37-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread mariadb-server Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mariadb-server plugin Maintainer: Michal Hrusecky Source: mariadb-10.2.37.tar.gz License: GPL-2.0 LGPL-2.1 LicenseFiles: COPYING THIRDPARTY libmariadb/COPYING.LIB Type: ipkg Description: MariaDB is a very fast and robust SQL database server. This package provides the wsrep_info plugin. https://mariadb.org/ Michal Hrusecky @@ Source-Makefile: feeds/packages/utils/mbtools/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: mbtools Version: 2014-10-29-149e9c69cec180f18cf8781cf5285b97352bf719 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +glib2 +libmodbus +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Modbus tools Maintainer: Daniel Golle Source: mbtools-2014-10-29.tar.bz2 License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: Modbus tools based on libmodbus to log data fetched by a master/client or received by a slave/server (writing of registers). mbcollect is able to act as client or server (in TCP or RTU) Daniel Golle @@ Source-Makefile: feeds/packages/utils/mc/Makefile Build-Depends: MC_VFS:libtirpc !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: mc Menu: 1 Version: 4.8.25-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +glib2 +libncurses +libmount +MC_VFS:libssh2 +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Midnight Commander - a powerful visual file manager Maintainer: Dirk Brenken Source: mc-4.8.25.tar.xz License: GPL-3.0-or-later Type: ipkg Description: GNU Midnight Commander is a visual file manager. It's a feature rich full-screen text mode application that allows you to copy, move and delete files and whole directory trees, search for files and run commands in the subshell. Internal viewer and editor are included as well. https://www.midnight-commander.org/ Dirk Brenken @@ Config: source "feeds/packages/utils/mc/Config.in" @@ Source-Makefile: feeds/packages/utils/mg/Makefile Package: mg Submenu: Editors Version: 6.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses +libpcre Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: microscopic EMACS style editor Maintainer: Hirokazu MORIKAWA Source: mg-6.5.tar.gz License: PUBLICDOMAIN ISC BSD VARIOUS LicenseFiles: README.md Type: ipkg Description: Mg is intended to be a small, fast, and portable editor for people who can't (or don't want to) run emacs for one reason or another, or are not familiar with the vi editor. It is compatible with emacs because there shouldn't be any reason to learn more editor types than emacs or vi. https://github.com/ibara/mg Hirokazu MORIKAWA @@ Source-Makefile: feeds/packages/utils/micrond/Makefile Package: micrond Version: 1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Small Cron daemon providing a cron.d directory other packages can install their crontabs into Maintainer: Source: License: BSD-2-clause Type: ipkg Description: Small Cron daemon providing a cron.d directory other packages can install their crontabs into @@ Source-Makefile: feeds/packages/utils/minicom/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: minicom Submenu: Terminal Version: 2.7.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full +libncurses Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Terminal emulation program Maintainer: Álvaro Fernández Rojas Source: minicom-2.7.1.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Terminal emulation program http://alioth.debian.org/projects/minicom/ Álvaro Fernández Rojas @@ Source-Makefile: feeds/packages/utils/mksh/Makefile Package: mksh Submenu: Shells Version: 56c-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: MirBSD Korn Shell Maintainer: Thorsten Glaser , Alif M. Ahmad Source: mksh-R56c.tgz License: MirOS Type: ipkg Description: mksh is the MirBSD enhanced version of the Public Domain Korn shell (pdksh), a Bourne-compatible shell which is largely si- milar to the original AT&T Korn shell; mksh is the only pdksh derivate currently being actively developed. It includes bug fixes and feature improvements, in order to produce a modern, robust shell good for interactive and especially script use. mksh has UTF-8 support (in substring operations and the Emacs editing mode) and - while R50 corresponds to OpenBSD 5.5-cur- rent ksh (without GNU bash-like PS1 and fancy character clas- ses) - adheres to SUSv4 and is much more robust. The code has been cleaned up and simplified, bugs fixed, standards compli- ance added, and several enhancements (for extended compatibi- lity to other modern shells - as well as a couple of its own) are available. It has sensible defaults as usual with BSD. http://mirbsd.de/mksh Thorsten Glaser , Alif M. Ahmad @@ Source-Makefile: feeds/packages/utils/mktorrent/Makefile Package: mktorrent Submenu: BitTorrent Version: 1.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: mktorrent Maintainer: Daniel Golle Source: mktorrent-1.1.tar.xz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: mktorrent https://github.com/Rudde/mktorrent Daniel Golle @@ Source-Makefile: feeds/packages/utils/mmc-utils/Makefile Package: mmc-utils Version: 2018-12-09-aef913e31b659462fe6b9320d241676cba97f67b-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Userspace tools for MMC/SD devices Maintainer: Michael Heimpold Source: mmc-utils-2018-12-09-aef913e31b659462fe6b9320d241676cba97f67b.tar.xz License: GPL-2.0 Type: ipkg Description: This package contains the userspace mmc utils, the userspace counterpart to the Linux MMC/SD subsystem. http://git.kernel.org/cgit/linux/kernel/git/cjb/mmc-utils.git Michael Heimpold @@ Source-Makefile: feeds/packages/utils/moreutils/Makefile Package: moreutils Version: 0.63-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +perl +perlbase-file +perlbase-getopt +perlbase-io +perlbase-ipc +perlbase-posix Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: additional Unix utilities Maintainer: Nikil Mehta Source: moreutils-0.63.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: This is a growing collection of the Unix tools that nobody thought to write long ago, when Unix was young. . So far, it includes the following utilities: - chronic: runs a command quietly unless it fails - combine: combine the lines in two files using boolean operations - errno: look up errno names and descriptions - ifdata: get network interface info without parsing ifconfig output - ifne: run a program if the standard input is not empty - isutf8: check if a file or standard input is utf-8 - lckdo: execute a program with a lock held - mispipe: pipe two commands, returning the exit status of the first - parallel: run multiple jobs at once - pee: tee standard input to pipes - sponge: soak up standard input and write to a file - ts: timestamp standard input - vidir: edit a directory in your text editor - vipe: insert a text editor into a pipe - zrun: automatically uncompress arguments to command https://joeyh.name/code/moreutils/ Nikil Mehta @@ Source-Makefile: feeds/packages/utils/mpack/Makefile Package: mpack Version: 1.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: mpack/munpack MIME format mail messages Maintainer: Dmitry V. Zimin Source: mpack-1.6.tar.gz License: NLPL Type: ipkg Description: Mpack and munpack are utilities for encoding and decoding (respectively) binary files in MIME (Multipurpose Internet Mail Extensions) format mail messages. For compatibility with older forms of transferring binary files, the munpack program can also decode messages in split-uuencoded format. http://ftp.andrew.cmu.edu/pub/mpack/ Dmitry V. Zimin @@ Source-Makefile: feeds/packages/utils/mt-st/Makefile Package: mt-st Version: 1.1-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Magnetic tape control tools for Linux SCSI tapes Maintainer: Giuseppe Magnotta Source: mt-st-1.1.tar.gz License: GPL-2.0 Type: ipkg Description: Includes a mt-like program supporting additional commands using ioctls specific to the Linux SCSI tape driver (up to kernel 2.6.26), and the program stinit to define the SCSI tape devices in system startup scripts. http://ftp.ibiblio.org/pub/Linux/system/backup/ Giuseppe Magnotta @@ Source-Makefile: feeds/packages/utils/nano/Makefile Package: nano Submenu: Editors Version: 5.8-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: An enhanced clone of the Pico text editor Maintainer: Jonathan Bennett , Hannu Nyman Source: nano-5.8.tar.xz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: Nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone of the Pico text editor. https://www.nano-editor.org/ Jonathan Bennett , Hannu Nyman @@ Source-Makefile: feeds/packages/utils/ncdu/Makefile Package: ncdu Submenu: Filesystem Version: 1.14-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: ncurses disk usage viewer Maintainer: Charles Lehner Source: ncdu-1.14.tar.gz License: MIT LicenseFiles: COPYING Type: ipkg Description: Ncdu is a ncurses-based du viewer. It provides a fast and easy-to-use interface through famous du utility. It allows one to browse through the directories and show percentages of disk usage with ncurses library. https://dev.yorhel.nl/ncdu Charles Lehner @@ Source-Makefile: feeds/packages/utils/netwhere/Makefile Build-Depends: boost Package: netwhere Version: 0.9-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libtins +libmicrohttpd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Netwhere Maintainer: Ben Smith Source: netwhere-0.9.tar.gz License: MIT Type: ipkg Description: Network monitor Ben Smith @@ Source-Makefile: feeds/packages/utils/nnn/Makefile Package: nnn Version: 3.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses +libreadline Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Full-featured terminal file manager Maintainer: Josef Schlehofer Source: nnn-v3.4.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE Type: ipkg Description: nnn is full-featured tiny terminal file manager and disk usage analyzer, fuzzy app launcher, batch file renamer and file picker. https://github.com/jarun/nnn Josef Schlehofer @@ Source-Makefile: feeds/packages/utils/ntfs-3g/Makefile Package: ntfs-3g Submenu: Filesystem Version: 2017.3.23-2-fuseint Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +kmod-fuse +PACKAGE_NTFS-3G_USE_LIBFUSE:libfuse +libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Stable Read/Write NTFS Driver Maintainer: Ted Hess Source: ntfs-3g_ntfsprogs-2017.3.23.tgz License: GPL-2.0 LGPL-2.0 LicenseFiles: COPYING COPYING.LIB Type: ipkg Description: Ntfs-3g is a NTFS driver, which can create, remove, rename, move files, directories, hard links, and streams. It can read and write files, including streams and sparse files. It can handle special files like symbolic links, devices, and FIFOs. Moreover it can also read transparently compressed files. Contains: - ntfs-3g - ntfs-3g.probe - mount.ntfs-3g (symlink to ntfs-3g) http://www.tuxera.com Ted Hess @@ Config: config PACKAGE_NTFS-3G_USE_LIBFUSE bool "use external FUSE library, selects package libfuse" depends on PACKAGE_ntfs-3g ---help--- Ntfs-3g by default uses a minimalized lite version of FUSE. If libfuse is part of your filesystem anyway (because of sshfs, owfs etc.) it makes sense to activate this option and save some kilobytes of space. config PACKAGE_NTFS-3G_HAS_PROBE bool "install the ntfs-3g.probe utility" depends on PACKAGE_ntfs-3g default y @@ Package: ntfs-3g-low Submenu: Filesystem Version: 2017.3.23-2-fuseint Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ntfs-3g Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: lowntfs-3g (alternative using the fuse low-level interface) Maintainer: Ted Hess Source: ntfs-3g_ntfsprogs-2017.3.23.tgz License: GPL-2.0 LGPL-2.0 LicenseFiles: COPYING COPYING.LIB Type: ipkg Description: Contains: - lowntfs-3g - mount.lowntfs-3g (symlink to lowntfs-3g) A driver variant using the fuse low-level interface missing some of the enhanced functionality for streams or the like. You might want to check: http://www.tuxera.com/community/ntfs-3g-manual/ http://www.tuxera.com Ted Hess @@ Package: ntfs-3g-utils Submenu: Filesystem Version: 2017.3.23-2-fuseint Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ntfs-3g +libgcrypt +libuuid Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: ntfs-3g utilities Maintainer: Ted Hess Source: ntfs-3g_ntfsprogs-2017.3.23.tgz License: GPL-2.0 LGPL-2.0 LicenseFiles: COPYING COPYING.LIB Type: ipkg Description: Suite of NTFS utilities for doing neat things with NTFS. Contains: - mkntfs - Create an NTFS filesystem. - ntfscat - Dump a file's content to the standard output. - ntfsclone - Efficiently clone, backup, restore or rescue NTFS. - ntfscluster - Locate the files which use the given sectors or clusters. - ntfscmp - Compare two NTFS filesystems and tell the differences. - ntfscp - Copy a file to an NTFS volume. - ntfssecaudit - Display ownership and permissions, check consistency - ntfsfix - Check and fix some common errors, clear the LogFile. - ntfsinfo - Show information about NTFS or one of the files or directories within it. - ntfslabel - Show, or set, an NTFS filesystem's volume label. - ntfsls - List information about files in a directory residing on an NTFS. - ntfsresize - Resize NTFS without losing data. - ntfsundelete - Recover deleted files from NTFS. - ntfsusermap - Define mapping of Windows accounts to Linux logins http://www.tuxera.com Ted Hess @@ Source-Makefile: feeds/packages/utils/oath-toolkit/Makefile Package: oath-toolkit Version: 2.6.2-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Toolkit for building one-time password authentication Maintainer: Fam Zheng Source: oath-toolkit-2.6.2.tar.gz License: LGPL-2.0-or-later GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: The OATH Toolkit provide components for building one-time password authentication systems. It contains shared libraries, command line tools and a PAM module. Supported technologies include the event-based HOTP algorithm (RFC4226) and the time-based TOTP algorithm (RFC6238). http://www.nongnu.org/oath-toolkit/index.html Fam Zheng @@ Source-Makefile: feeds/packages/utils/open-plc-utils/Makefile Package: open-plc-utils Menu: 1 Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Qualcomm Atheros Power Line Communication utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Qualcomm Atheros Power Line Communication utilities https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-efbu Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility efbu from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility efbu from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-efeu Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility efeu from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility efeu from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-efru Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility efru from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility efru from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-efsu Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility efsu from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility efsu from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-edru Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility edru from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility edru from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-edsu Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility edsu from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility edsu from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-nics Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility nics from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility nics from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-hpavkey Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility hpavkey from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility hpavkey from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-hpavkeys Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility hpavkeys from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility hpavkeys from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-rkey Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility rkey from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility rkey from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-mac2pw Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility mac2pw from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility mac2pw from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-mac2pwd Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility mac2pwd from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility mac2pwd from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-mdioblock Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility mdioblock from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility mdioblock from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-mdioblock2 Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility mdioblock2 from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility mdioblock2 from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-mdiodump Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility mdiodump from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility mdiodump from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-mdiogen Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility mdiogen from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility mdiogen from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-hpav Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility hpav from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility hpav from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-mme Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility mme from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility mme from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-chknvm Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility chknvm from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility chknvm from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-chknvm2 Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility chknvm2 from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility chknvm2 from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-nvmsplit Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility nvmsplit from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility nvmsplit from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-nvmmerge Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility nvmmerge from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility nvmmerge from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-chkpib Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility chkpib from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility chkpib from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-chkpib2 Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility chkpib2 from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility chkpib2 from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-setpib Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility setpib from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility setpib from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-getpib Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility getpib from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility getpib from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-modpib Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility modpib from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility modpib from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-pib2xml Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility pib2xml from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility pib2xml from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-pibcomp Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility pibcomp from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility pibcomp from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-pibdump Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility pibdump from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility pibdump from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-pibruin Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility pibruin from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility pibruin from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-xml2pib Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility xml2pib from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility xml2pib from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-psin Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility psin from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility psin from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-psout Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility psout from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility psout from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-pskey Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility pskey from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility pskey from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-psgraph Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility psgraph from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility psgraph from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-psnotch Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility psnotch from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility psnotch from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-pibrump Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility pibrump from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility pibrump from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-int6k Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility int6k from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility int6k from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-int6kboot Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility int6kboot from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility int6kboot from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-int6keth Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility int6keth from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility int6keth from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-int6kf Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility int6kf from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility int6kf from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-int6khost Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility int6khost from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility int6khost from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-int64host Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility int64host from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility int64host from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-int6kid Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility int6kid from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility int6kid from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-int6klist Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility int6klist from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility int6klist from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-int6klog Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility int6klog from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility int6klog from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-int6kmdio Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility int6kmdio from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility int6kmdio from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-int6kmdio2 Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility int6kmdio2 from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility int6kmdio2 from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-int6kmod Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility int6kmod from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility int6kmod from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-int6kstat Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility int6kstat from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility int6kstat from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-int6ktest Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility int6ktest from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility int6ktest from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-int6krate Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility int6krate from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility int6krate from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-int6krule Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility int6krule from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility int6krule from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-int6ktone Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility int6ktone from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility int6ktone from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-int6kwait Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility int6kwait from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility int6kwait from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-CMEncrypt Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility CMEncrypt from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility CMEncrypt from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-sada Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility sada from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility sada from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-coqos_add Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility coqos_add from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility coqos_add from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-coqos_info Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility coqos_info from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility coqos_info from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-coqos_man Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility coqos_man from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility coqos_man from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-coqos_mod Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility coqos_mod from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility coqos_mod from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-coqos_rel Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility coqos_rel from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility coqos_rel from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-mdustats Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility mdustats from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility mdustats from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-ampboot Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility ampboot from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility ampboot from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-amphost Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility amphost from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility amphost from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-ampID Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility ampID from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility ampID from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-amplist Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility amplist from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility amplist from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-amprate Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility amprate from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility amprate from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-amprule Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility amprule from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility amprule from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-ampstat Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility ampstat from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility ampstat from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-amptest Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility amptest from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility amptest from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-amptool Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility amptool from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility amptool from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-amptone Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility amptone from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility amptone from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-ampwait Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility ampwait from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility ampwait from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-plcboot Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility plcboot from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility plcboot from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-plchost Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility plchost from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility plchost from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-plcID Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility plcID from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility plcID from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-plclist Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility plclist from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility plclist from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-plcrate Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility plcrate from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility plcrate from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-plcrule Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility plcrule from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility plcrule from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-plcstat Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility plcstat from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility plcstat from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-plctest Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility plctest from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility plctest from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-plctool Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility plctool from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility plctool from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-plctone Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility plctone from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility plctone from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-plcwait Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility plcwait from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility plcwait from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-plchostd Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility plchostd from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility plchostd from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-plcget Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility plcget from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility plcget from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-plcset Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility plcset from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility plcset from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-plcotst Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility plcotst from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility plcotst from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-plcfwd Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility plcfwd from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility plcfwd from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-plcdevs Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility plcdevs from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility plcdevs from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-plclog Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility plclog from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility plclog from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-plcmdio16 Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility plcmdio16 from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility plcmdio16 from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-plcmdio32 Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility plcmdio32 from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility plcmdio32 from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-config2cfg Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility config2cfg from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility config2cfg from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-sdram Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility sdram from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility sdram from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-int6kuart Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility int6kuart from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility int6kuart from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-int6kbaud Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility int6kbaud from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility int6kbaud from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-ttysig Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility ttysig from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility ttysig from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-ptsctl Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility ptsctl from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility ptsctl from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-weeder Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility weeder from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility weeder from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-ttysend Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility ttysend from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility ttysend from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-ttyrecv Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility ttyrecv from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility ttyrecv from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-ttycat Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility ttycat from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility ttycat from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-int6kdetect Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility int6kdetect from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility int6kdetect from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-pev Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility pev from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility pev from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Package: open-plc-utils-evse Version: 32408520fcebe785983a68e39ec83830a3005779-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread open-plc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility evse from the Open PLC utilities Maintainer: Florian Fainelli Source: open-plc-utils-32408520fcebe785983a68e39ec83830a3005779.tar.xz License: ISC LicenseFiles: LICENSE Type: ipkg Description: Utility evse from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli @@ Source-Makefile: feeds/packages/utils/open-vm-tools/Makefile Package: open-vm-tools Version: 10.3.10-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @TARGET_x86 +glib2 +libpthread +libtirpc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: open-vm-tools Maintainer: Yuhei OKAWA Source: open-vm-tools-10.3.10-12406962.tar.gz License: LGPL-2.1 LicenseFiles: LICENSE Type: ipkg Description: open-vm-tools https://github.com/vmware/open-vm-tools Yuhei OKAWA @@ Source-Makefile: feeds/packages/utils/open2300/Makefile Package: open2300 Version: 2014-03-04-1af8ae609da66f8e1b745533c19095c9758bfb0b-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: WS23XX weather station utilities Maintainer: Gabor SZOLLOSI Source: open2300-2014-03-04-1af8ae609da66f8e1b745533c19095c9758bfb0b.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: This is an utility suite used to communicate with and collect data from a WS23XX wheather station. http://www.lavrsen.dk/foswiki/bin/view/Open2300 Gabor SZOLLOSI @@ Source-Makefile: feeds/packages/utils/openobex/Makefile Package: openobex Version: 1.7.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +openobex-apps +libopenobex Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Open Source impl of the OBject EXchange protocol (meta) Maintainer: Rosen Penev Source: openobex-1.7.2-Source.tar.gz License: GPL-2.0-or-later LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: Open Source impl of the OBject EXchange protocol (meta) https://www.gitorious.org/openobex Rosen Penev @@ Package: openobex-apps Version: 1.7.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenobex +bluez-libs Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Open Source impl of the OBject EXchange protocol (apps) Maintainer: Rosen Penev Source: openobex-1.7.2-Source.tar.gz License: GPL-2.0-or-later LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: Open Source impl of the OBject EXchange protocol (apps) https://www.gitorious.org/openobex Rosen Penev @@ Package: libopenobex Version: 1.7.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libusb-1.0 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Open Source impl of the OBject EXchange protocol (library) Maintainer: Rosen Penev Source: openobex-1.7.2-Source.tar.gz License: GPL-2.0-or-later LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: Open Source impl of the OBject EXchange protocol (library) https://www.gitorious.org/openobex Rosen Penev @@ Source-Makefile: feeds/packages/utils/openocd/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: openocd Version: v0.10.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libusb-1.0 +libusb-compat +libftdi1 +hidapi Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: OpenOCD Utility Maintainer: Paul Fertser Source: openocd-0.10.0.tar.bz2 License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: OpenOCD provides on-chip programming and debugging support with a layered architecture of JTAG interface and TAP support including: - (X)SVF playback to facilitate automated boundary scan and FPGA/CPLD programming; - debug target support (e.g. ARM, MIPS): single-stepping, breakpoints/watchpoints, gprof profiling, etc; - flash chip drivers (e.g. CFI, NAND, internal flash); - embedded TCL interpreter for easy scripting. Several network interfaces are available for interacting with OpenOCD: telnet, TCL, and GDB. The GDB server enables OpenOCD to function as a "remote target" for source-level debugging of embedded systems using the GNU GDB program (and the others who talk GDB protocol, e.g. IDA Pro). http://openocd.sf.net/ Paul Fertser @@ Source-Makefile: feeds/packages/utils/opensc/Makefile Build-Depends: pcsc-lite libtool gettext libiconv Package: libopensc Menu: 1 Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libpthread +zlib Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: OpenSC libraries for smart cards Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: OpenSC provides a set of libraries and utilities to work with smart cards. Its main focus is on cards that support cryptographic operations, and facilitate their use in security applications such as authentication, mail encryption and digital signatures. https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-pkcs11 Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: OpenSC - PKCS11 provider Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: OpenSC PKCS#11 provider https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libpkcs11-spy Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: PKCS11 spying wrapper Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: PKCS11 spying wrapper https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: opensc-utils Menu: 1 Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopensc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: OpenSC - tools for smart cards Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: OpenSC utilities https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: opensc-utils-cardos-tool Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread opensc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: cardos-tool utility from opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: cardos-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: opensc-utils-cryptoflex-tool Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread opensc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: cryptoflex-tool utility from opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: cryptoflex-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: opensc-utils-dnie-tool Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread opensc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: dnie-tool utility from opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: dnie-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: opensc-utils-eidenv Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread opensc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: eidenv utility from opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: eidenv utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: opensc-utils-iasecc-tool Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread opensc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: iasecc-tool utility from opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: iasecc-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: opensc-utils-netkey-tool Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread opensc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: netkey-tool utility from opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: netkey-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: opensc-utils-openpgp-tool Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread opensc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: openpgp-tool utility from opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: openpgp-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: opensc-utils-opensc-tool Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread opensc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: opensc-tool utility from opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: opensc-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: opensc-utils-opensc-explorer Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread opensc-utils +libncurses +libreadline Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: opensc-explorer utility from opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: opensc-explorer utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: opensc-utils-piv-tool Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread opensc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: piv-tool utility from opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: piv-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: opensc-utils-pkcs11-tool Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread opensc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: pkcs11-tool utility from opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: pkcs11-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: opensc-utils-pkcs15-crypt Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread opensc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: pkcs15-crypt utility from opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: pkcs15-crypt utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: opensc-utils-pkcs15-init Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread opensc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: pkcs15-init utility from opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: pkcs15-init utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: opensc-utils-pkcs15-tool Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread opensc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: pkcs15-tool utility from opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: pkcs15-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: opensc-utils-sc-hsm-tool Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread opensc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: sc-hsm-tool utility from opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: sc-hsm-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: opensc-utils-westcos-tool Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread opensc-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: westcos-tool utility from opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: westcos-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-asepcos Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: asepcos card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: asepcos card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-authentic Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: authentic card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: authentic card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-cardos Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: cardos card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: cardos card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-cyberflex Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: cyberflex card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: cyberflex card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-entersafe Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: entersafe card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: entersafe card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-epass2003 Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: epass2003 card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: epass2003 card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-flex Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: flex card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: flex card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-gpk Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: gpk card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: gpk card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-ias-adele-admin1 Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ias_adele_admin1 card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: ias_adele_admin1 card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-ias-adele-admin2 Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ias_adele_admin2 card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: ias_adele_admin2 card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-ias-adele-common Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: ias_adele_common card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: ias_adele_common card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-iasecc-admin-eid Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: iasecc_admin_eid card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: iasecc_admin_eid card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-iasecc-generic-oberthur Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: iasecc_generic_oberthur card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: iasecc_generic_oberthur card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-iasecc-generic-pki Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: iasecc_generic_pki card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: iasecc_generic_pki card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-iasecc Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: iasecc card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: iasecc card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-incrypto34 Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: incrypto34 card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: incrypto34 card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-jcop Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: jcop card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: jcop card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-miocos Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: miocos card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: miocos card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-muscle Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: muscle card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: muscle card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-myeid Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: myeid card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: myeid card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-oberthur Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: oberthur card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: oberthur card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-openpgp Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: openpgp card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: openpgp card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-pkcs15 Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: pkcs15 card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: pkcs15 card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-rutoken-ecp Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rutoken_ecp card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: rutoken_ecp card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-rutoken Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: rutoken card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: rutoken card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-sc-hsm Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: sc-hsm card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: sc-hsm card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-setcos Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: setcos card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: setcos card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-starcos Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: starcos card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: starcos card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Package: libopensc-profile-westcos Version: 0.19.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread libopensc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: westcos card profile for opensc Maintainer: Daniel Golle Source: opensc-0.19.0.tar.gz License: LGPL-2.1-or-later LicenseFiles: COPYING Type: ipkg Description: westcos card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle @@ Source-Makefile: feeds/packages/utils/openzwave/Makefile Package: libopenzwave Version: 1.4.164-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libstdcpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Open-ZWave Library Maintainer: Stijn Tintel Source: openzwave-1.4.164.tar.gz Type: ipkg Description: Open-ZWave Library http://openzwave.com Stijn Tintel @@ Package: openzwave Version: 1.4.164-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenzwave +openzwave-config Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Open-ZWave MinOZW test utility Maintainer: Stijn Tintel Source: openzwave-1.4.164.tar.gz Type: ipkg Description: Open-ZWave is a library that interfaces with selected Z-Wave PC controllers http://openzwave.com Stijn Tintel @@ Package: openzwave-config Version: 1.4.164-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +libstdcpp Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Open-ZWave Device Configs Maintainer: Stijn Tintel Source: openzwave-1.4.164.tar.gz Type: ipkg Description: Open-ZWave Device Configs http://openzwave.com Stijn Tintel @@ Source-Makefile: feeds/packages/utils/owfs/Makefile Package: owfs Submenu: Filesystem Version: 3.2p3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libow +libfuse +fuse-utils Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: OWFS - fuse file system Maintainer: Jo-Philipp Wich Source: owfs-3.2p3.tar.gz License: GPL-2.0 Type: ipkg Description: OWFS is a suite of programs that designed to make the 1-wire bus and its devices easily accessible. The underlying principle is to create a virtual filesystem, with the unique ID being the directory, and the individual properties of the device are represented as simple files that can be read and written. Details of the individual slave or master design are hidden behind a consistent interface. The goal is to provide an easy set of tools for a software designer to create monitoring or control applications. There are some performance enhancements in the implementation, including data caching, parallel access to bus masters, and aggregation of device communication. Still the fundemental goal has been ease of use, flexibility and correctness rather than speed. This package contains the OWFS fuse filesystem. https://github.com/owfs/owfs Jo-Philipp Wich @@ Package: owshell Submenu: Filesystem Version: 3.2p3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libow Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: OWFS - shell utilities Maintainer: Jo-Philipp Wich Source: owfs-3.2p3.tar.gz License: GPL-2.0 Type: ipkg Description: OWFS is a suite of programs that designed to make the 1-wire bus and its devices easily accessible. The underlying principle is to create a virtual filesystem, with the unique ID being the directory, and the individual properties of the device are represented as simple files that can be read and written. Details of the individual slave or master design are hidden behind a consistent interface. The goal is to provide an easy set of tools for a software designer to create monitoring or control applications. There are some performance enhancements in the implementation, including data caching, parallel access to bus masters, and aggregation of device communication. Still the fundemental goal has been ease of use, flexibility and correctness rather than speed. This package contains the OWFS shell utilities. https://github.com/owfs/owfs Jo-Philipp Wich @@ Package: owserver Submenu: Filesystem Version: 3.2p3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libow +libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: OWFS - network server Maintainer: Jo-Philipp Wich Source: owfs-3.2p3.tar.gz License: GPL-2.0 Type: ipkg Description: OWFS is a suite of programs that designed to make the 1-wire bus and its devices easily accessible. The underlying principle is to create a virtual filesystem, with the unique ID being the directory, and the individual properties of the device are represented as simple files that can be read and written. Details of the individual slave or master design are hidden behind a consistent interface. The goal is to provide an easy set of tools for a software designer to create monitoring or control applications. There are some performance enhancements in the implementation, including data caching, parallel access to bus masters, and aggregation of device communication. Still the fundemental goal has been ease of use, flexibility and correctness rather than speed. This package contains the OWFS network server. https://github.com/owfs/owfs Jo-Philipp Wich @@ Package: owhttpd Submenu: Filesystem Version: 3.2p3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libow +libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: OWFS - http server Maintainer: Jo-Philipp Wich Source: owfs-3.2p3.tar.gz License: GPL-2.0 Type: ipkg Description: OWFS is a suite of programs that designed to make the 1-wire bus and its devices easily accessible. The underlying principle is to create a virtual filesystem, with the unique ID being the directory, and the individual properties of the device are represented as simple files that can be read and written. Details of the individual slave or master design are hidden behind a consistent interface. The goal is to provide an easy set of tools for a software designer to create monitoring or control applications. There are some performance enhancements in the implementation, including data caching, parallel access to bus masters, and aggregation of device communication. Still the fundemental goal has been ease of use, flexibility and correctness rather than speed. This package contains the OWFS http server. https://github.com/owfs/owfs Jo-Philipp Wich @@ Package: owftpd Submenu: Filesystem Version: 3.2p3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libow +libpthread Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: OWFS - ftp server Maintainer: Jo-Philipp Wich Source: owfs-3.2p3.tar.gz License: GPL-2.0 Type: ipkg Description: OWFS is a suite of programs that designed to make the 1-wire bus and its devices easily accessible. The underlying principle is to create a virtual filesystem, with the unique ID being the directory, and the individual properties of the device are represented as simple files that can be read and written. Details of the individual slave or master design are hidden behind a consistent interface. The goal is to provide an easy set of tools for a software designer to create monitoring or control applications. There are some performance enhancements in the implementation, including data caching, parallel access to bus masters, and aggregation of device communication. Still the fundemental goal has been ease of use, flexibility and correctness rather than speed. This package contains the OWFS ftp server. https://github.com/owfs/owfs Jo-Philipp Wich @@ Package: libow Submenu: Filesystem Version: 3.2p3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +LIBOW_MASTER_USB:libusb-compat +LIBOW_MASTER_W1:kmod-w1 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: OWFS - common shared library Maintainer: Jo-Philipp Wich Source: owfs-3.2p3.tar.gz License: GPL-2.0 Type: ipkg Description: OWFS is a suite of programs that designed to make the 1-wire bus and its devices easily accessible. The underlying principle is to create a virtual filesystem, with the unique ID being the directory, and the individual properties of the device are represented as simple files that can be read and written. Details of the individual slave or master design are hidden behind a consistent interface. The goal is to provide an easy set of tools for a software designer to create monitoring or control applications. There are some performance enhancements in the implementation, including data caching, parallel access to bus masters, and aggregation of device communication. Still the fundemental goal has been ease of use, flexibility and correctness rather than speed. This package contains the OWFS library. https://github.com/owfs/owfs Jo-Philipp Wich @@ Config: source "feeds/packages/utils/owfs/Config.in" @@ Package: libow-capi Submenu: Filesystem Version: 3.2p3-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libow Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: OWFS - C-API library Maintainer: Jo-Philipp Wich Source: owfs-3.2p3.tar.gz License: GPL-2.0 Type: ipkg Description: OWFS is a suite of programs that designed to make the 1-wire bus and its devices easily accessible. The underlying principle is to create a virtual filesystem, with the unique ID being the directory, and the individual properties of the device are represented as simple files that can be read and written. Details of the individual slave or master design are hidden behind a consistent interface. The goal is to provide an easy set of tools for a software designer to create monitoring or control applications. There are some performance enhancements in the implementation, including data caching, parallel access to bus masters, and aggregation of device communication. Still the fundemental goal has been ease of use, flexibility and correctness rather than speed. This package contains the OWFS C-API library. https://github.com/owfs/owfs Jo-Philipp Wich @@ Source-Makefile: feeds/packages/utils/pciutils/Makefile Package: libpci Version: 3.6.2-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Linux PCI Libraries Maintainer: Lucian Cristian Source: pciutils-3.6.2.tar.xz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Linux PCI Libraries http://mj.ucw.cz/pciutils.shtml Lucian Cristian @@ Package: pciutils Version: 3.6.2-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libkmod +libpci Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Linux PCI Utilities Maintainer: Lucian Cristian Source: pciutils-3.6.2.tar.xz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: contains collection of programs for inspecting and manipulating configuration of PCI devices http://mj.ucw.cz/pciutils.shtml Lucian Cristian @@ Source-Makefile: feeds/packages/utils/pcmciautils/Makefile Package: pcmciautils Version: 018-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsysfs @PCMCIA_SUPPORT Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: PCMCIA Utilities Maintainer: Source: pcmciautils-018.tar.bz2 License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: PCMCIA Utilities http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html @@ Source-Makefile: feeds/packages/utils/pcsc-lite/Makefile Package: libpcsclite Version: 1.8.25-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libusb-1.0 +libpthread +librt Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Access a smart card using SCard API (PC/SC) (library) Maintainer: Daniel Golle Source: pcsc-lite-1.8.25.tar.bz2 License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: The purpose of PC/SC Lite is to provide a Windows(R) SCard interface in a very small form factor for communicating to smart cards and smart cards readers. . This package contains the PC/SC shared library. https://pcsclite.apdu.fr/ Daniel Golle @@ Package: pcscd Version: 1.8.25-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcsclite Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Access a smart card using SCard API (PC/SC) (daemon) Maintainer: Daniel Golle Source: pcsc-lite-1.8.25.tar.bz2 License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: The purpose of PC/SC Lite is to provide a Windows(R) SCard interface in a very small form factor for communicating to smart cards and smart cards readers. . This package contains the PC/SC daemon. https://pcsclite.apdu.fr/ Daniel Golle @@ Source-Makefile: feeds/packages/utils/pcsc-tools/Makefile Package: pcsc-tools Version: 1.5.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpcsclite Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: pcsc-tools Maintainer: Source: pcsc-tools-1.5.4.tar.bz2 License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: Tools that are used to test a PC/SC driver, card or reader. Only includes pcsc_scan without ATR analysis for now. http://ludovic.rousseau.free.fr/softwares/pcsc-tools/ @@ Source-Makefile: feeds/packages/utils/picocom/Makefile Package: picocom Submenu: Terminal Version: 3.1-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: A minimal dumb-terminal emulation program Maintainer: Rosen Penev Source: picocom-3.1.tar.gz License: GPL-2.0-or-later Type: ipkg Description: minimal dumb-terminal emulation program https://github.com/npat-efault/picocom Rosen Penev @@ Source-Makefile: feeds/packages/utils/powertop/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: powertop Version: 2.10-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +BUILD_NLS:libintl-full +libpci +libncursesw +libnl-genl Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Power consumption monitor Maintainer: Lucian Cristain Source: powertop-v2.10.tar.gz License: GPL-2.0 Type: ipkg Description: PowerTOP is a Linux tool to diagnose issues with power consumption and power management. https://01.org/powertop Lucian Cristain @@ Source-Makefile: feeds/packages/utils/pps-tools/Makefile Package: pps-tools Version: 1.0.2-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: PPS-tools Maintainer: Zoltan HERPAI Source: pps-tools-1.0.2.tar.gz License: GPL-2.0 Type: ipkg Description: Userland tools for GPS and DCF-77 Clock synchronization. PPS support in Kernel must be enabled. Zoltan HERPAI @@ Source-Makefile: feeds/packages/utils/procps-ng/Makefile Build-Depends: gettext libiconv Package: procps-ng-free Default: y Version: 3.3.15-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread procps-ng Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Applet free from the procps-ng package Maintainer: Gergely Kiss Source: procps-ng-3.3.15.tar.xz License: GPL-2.0 LicenseFiles: COPYING COPYING.LIB Type: ipkg Description: Installs the applet free. https://gitlab.com/procps-ng/procps Gergely Kiss @@ Package: procps-ng-kill Default: y Version: 3.3.15-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread procps-ng Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Applet kill from the procps-ng package Maintainer: Gergely Kiss Source: procps-ng-3.3.15.tar.xz License: GPL-2.0 LicenseFiles: COPYING COPYING.LIB Type: ipkg Description: Installs the applet kill. https://gitlab.com/procps-ng/procps Gergely Kiss @@ Package: procps-ng-pgrep Default: y Version: 3.3.15-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread procps-ng Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Applet pgrep from the procps-ng package Maintainer: Gergely Kiss Source: procps-ng-3.3.15.tar.xz License: GPL-2.0 LicenseFiles: COPYING COPYING.LIB Type: ipkg Description: Installs the applet pgrep. https://gitlab.com/procps-ng/procps Gergely Kiss @@ Package: procps-ng-pkill Default: y Version: 3.3.15-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread procps-ng Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Applet pkill from the procps-ng package Maintainer: Gergely Kiss Source: procps-ng-3.3.15.tar.xz License: GPL-2.0 LicenseFiles: COPYING COPYING.LIB Type: ipkg Description: Installs the applet pkill. https://gitlab.com/procps-ng/procps Gergely Kiss @@ Package: procps-ng-pmap Default: y Version: 3.3.15-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread procps-ng Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Applet pmap from the procps-ng package Maintainer: Gergely Kiss Source: procps-ng-3.3.15.tar.xz License: GPL-2.0 LicenseFiles: COPYING COPYING.LIB Type: ipkg Description: Installs the applet pmap. https://gitlab.com/procps-ng/procps Gergely Kiss @@ Package: procps-ng-ps Default: y Version: 3.3.15-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread procps-ng Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Applet ps from the procps-ng package Maintainer: Gergely Kiss Source: procps-ng-3.3.15.tar.xz License: GPL-2.0 LicenseFiles: COPYING COPYING.LIB Type: ipkg Description: Installs the applet ps. https://gitlab.com/procps-ng/procps Gergely Kiss @@ Package: procps-ng-pwdx Default: y Version: 3.3.15-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread procps-ng Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Applet pwdx from the procps-ng package Maintainer: Gergely Kiss Source: procps-ng-3.3.15.tar.xz License: GPL-2.0 LicenseFiles: COPYING COPYING.LIB Type: ipkg Description: Installs the applet pwdx. https://gitlab.com/procps-ng/procps Gergely Kiss @@ Package: procps-ng-skill Default: y Version: 3.3.15-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread procps-ng Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Applet skill from the procps-ng package Maintainer: Gergely Kiss Source: procps-ng-3.3.15.tar.xz License: GPL-2.0 LicenseFiles: COPYING COPYING.LIB Type: ipkg Description: Installs the applet skill. https://gitlab.com/procps-ng/procps Gergely Kiss @@ Package: procps-ng-slabtop Default: y Version: 3.3.15-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread procps-ng Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Applet slabtop from the procps-ng package Maintainer: Gergely Kiss Source: procps-ng-3.3.15.tar.xz License: GPL-2.0 LicenseFiles: COPYING COPYING.LIB Type: ipkg Description: Installs the applet slabtop. https://gitlab.com/procps-ng/procps Gergely Kiss @@ Package: procps-ng-snice Default: y Version: 3.3.15-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread procps-ng Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Applet snice from the procps-ng package Maintainer: Gergely Kiss Source: procps-ng-3.3.15.tar.xz License: GPL-2.0 LicenseFiles: COPYING COPYING.LIB Type: ipkg Description: Installs the applet snice. https://gitlab.com/procps-ng/procps Gergely Kiss @@ Package: procps-ng-tload Default: y Version: 3.3.15-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread procps-ng Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Applet tload from the procps-ng package Maintainer: Gergely Kiss Source: procps-ng-3.3.15.tar.xz License: GPL-2.0 LicenseFiles: COPYING COPYING.LIB Type: ipkg Description: Installs the applet tload. https://gitlab.com/procps-ng/procps Gergely Kiss @@ Package: procps-ng-top Default: y Version: 3.3.15-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread procps-ng Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Applet top from the procps-ng package Maintainer: Gergely Kiss Source: procps-ng-3.3.15.tar.xz License: GPL-2.0 LicenseFiles: COPYING COPYING.LIB Type: ipkg Description: Installs the applet top. https://gitlab.com/procps-ng/procps Gergely Kiss @@ Package: procps-ng-uptime Default: y Version: 3.3.15-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread procps-ng Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Applet uptime from the procps-ng package Maintainer: Gergely Kiss Source: procps-ng-3.3.15.tar.xz License: GPL-2.0 LicenseFiles: COPYING COPYING.LIB Type: ipkg Description: Installs the applet uptime. https://gitlab.com/procps-ng/procps Gergely Kiss @@ Package: procps-ng-vmstat Default: y Version: 3.3.15-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread procps-ng Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Applet vmstat from the procps-ng package Maintainer: Gergely Kiss Source: procps-ng-3.3.15.tar.xz License: GPL-2.0 LicenseFiles: COPYING COPYING.LIB Type: ipkg Description: Installs the applet vmstat. https://gitlab.com/procps-ng/procps Gergely Kiss @@ Package: procps-ng-w Default: y Version: 3.3.15-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread procps-ng Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Applet w from the procps-ng package Maintainer: Gergely Kiss Source: procps-ng-3.3.15.tar.xz License: GPL-2.0 LicenseFiles: COPYING COPYING.LIB Type: ipkg Description: Installs the applet w. https://gitlab.com/procps-ng/procps Gergely Kiss @@ Package: procps-ng-watch Default: y Version: 3.3.15-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread procps-ng Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Applet watch from the procps-ng package Maintainer: Gergely Kiss Source: procps-ng-3.3.15.tar.xz License: GPL-2.0 LicenseFiles: COPYING COPYING.LIB Type: ipkg Description: Installs the applet watch. https://gitlab.com/procps-ng/procps Gergely Kiss @@ Package: procps-ng Menu: 1 Version: 3.3.15-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: procps-ng utilities Maintainer: Gergely Kiss Source: procps-ng-3.3.15.tar.xz License: GPL-2.0 LicenseFiles: COPYING COPYING.LIB Type: ipkg Description: procps is a set of command line and full-screen utilities that provide information out of the pseudo-filesystem most commonly located at /proc. This filesystem provides a simple interface to the kernel data structures. The programs of procps generally concentrate on the structures that describe the processess running on the system. NOTE: some utilities provided by procps-ng packages (ps, uptime, kill, ...) are installed as busybox applets, by default. Conflicting applets should be removed from the build to avoid file conflicts. https://gitlab.com/procps-ng/procps Gergely Kiss @@ Source-Makefile: feeds/packages/utils/progress/Makefile Package: progress Version: 0.14-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncursesw Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Coreutils Progress Viewer (formerly known as 'cv') Maintainer: Nikil Mehta Source: progress-0.14.tar.gz License: GPL-3.0 LicenseFiles: LICENSE Type: ipkg Description: This tool can be described as a Tiny, Dirty, Linux-and-OSX-Only C command that looks for coreutils basic commands (cp, mv, dd, tar, gzip/gunzip, cat, etc.) currently running on your system and displays the percentage of copied data. It can also show estimated time and throughput, and provide a "top-like" mode (monitoring). . It simply scans `/proc` for interesting commands, and then looks at directories `fd` and `fdinfo` to find opened files and seek positions, and reports status for the largest file. . It's very light, and compatible with virtually any command. This program was formerly known as 'cv' on github. https://github.com/Xfennec/progress Nikil Mehta @@ Source-Makefile: feeds/packages/utils/prometheus/Makefile Build-Depends: golang/host Package: prometheus Version: 2.10.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Monitoring system & time series database Maintainer: Paul Spooren Require-User: prometheus=112:prometheus=112 Source: prometheus-2.10.0.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true. http://prometheus.io Paul Spooren @@ Source-Makefile: feeds/packages/utils/prometheus-node-exporter-lua/Makefile Package: prometheus-node-exporter-lua Version: 2019.11.17-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +luasocket +lua Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Prometheus node exporter Maintainer: Etienne CHAMPETIER Source: License: Apache-2.0 Type: ipkg Description: Provides node metrics as Prometheus scraping endpoint. This service is a lightweight rewrite in LUA of the offical Prometheus node_exporter. Etienne CHAMPETIER @@ Package: prometheus-node-exporter-lua-nat_traffic Version: 2019.11.17-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread prometheus-node-exporter-lua Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Prometheus node exporter (nat_traffic collector) Maintainer: Etienne CHAMPETIER Source: License: Apache-2.0 Type: ipkg Description: Prometheus node exporter (nat_traffic collector) Etienne CHAMPETIER @@ Package: prometheus-node-exporter-lua-netstat Version: 2019.11.17-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread prometheus-node-exporter-lua Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Prometheus node exporter (netstat collector) Maintainer: Etienne CHAMPETIER Source: License: Apache-2.0 Type: ipkg Description: Prometheus node exporter (netstat collector) Etienne CHAMPETIER @@ Package: prometheus-node-exporter-lua-wifi Version: 2019.11.17-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread prometheus-node-exporter-lua +libiwinfo-lua +libubus-lua Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Prometheus node exporter (wifi collector) Maintainer: Etienne CHAMPETIER Source: License: Apache-2.0 Type: ipkg Description: Prometheus node exporter (wifi collector) Etienne CHAMPETIER @@ Package: prometheus-node-exporter-lua-wifi_stations Version: 2019.11.17-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread prometheus-node-exporter-lua +libiwinfo-lua +libubus-lua Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Prometheus node exporter (wifi_stations collector) Maintainer: Etienne CHAMPETIER Source: License: Apache-2.0 Type: ipkg Description: Prometheus node exporter (wifi_stations collector) Etienne CHAMPETIER @@ Package: prometheus-node-exporter-lua-bmx6 Version: 2019.11.17-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread prometheus-node-exporter-lua bmx6 +lua-cjson +bmx6-json Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Prometheus node exporter (bmx6 links collector) Maintainer: Etienne CHAMPETIER Source: License: Apache-2.0 Type: ipkg Description: Prometheus node exporter (bmx6 links collector) Etienne CHAMPETIER @@ Package: prometheus-node-exporter-lua-bmx7 Version: 2019.11.17-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread prometheus-node-exporter-lua bmx7 +lua-cjson +bmx7-json Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Prometheus node exporter (bmx7 links collector) Maintainer: Etienne CHAMPETIER Source: License: Apache-2.0 Type: ipkg Description: Prometheus node exporter (bmx7 links collector) Etienne CHAMPETIER @@ Package: prometheus-node-exporter-lua-textfile Version: 2019.11.17-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread prometheus-node-exporter-lua +luci-lib-nixio Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Prometheus node exporter (textfile collector) Maintainer: Etienne CHAMPETIER Source: License: Apache-2.0 Type: ipkg Description: Prometheus node exporter (textfile collector) Etienne CHAMPETIER @@ Package: prometheus-node-exporter-lua-openwrt Version: 2019.11.17-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread prometheus-node-exporter-lua +libubus-lua Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Prometheus node exporter (openwrt collector) Maintainer: Etienne CHAMPETIER Source: License: Apache-2.0 Type: ipkg Description: Prometheus node exporter (openwrt collector) Etienne CHAMPETIER @@ Package: prometheus-node-exporter-lua-ltq-dsl Version: 2019.11.17-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread prometheus-node-exporter-lua @(PACKAGE_ltq-adsl-app||PACKAGE_ltq-vdsl-app) Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Prometheus node exporter (lantiq dsl collector) Maintainer: Etienne CHAMPETIER Source: License: Apache-2.0 Type: ipkg Description: Prometheus node exporter (lantiq dsl collector) Etienne CHAMPETIER @@ Source-Makefile: feeds/packages/utils/prometheus-statsd-exporter/Makefile Build-Depends: golang/host Package: prometheus-statsd-exporter Version: 0.8.1-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: StatsD to Prometheus metrics exporter Maintainer: Andre Heider Source: statsd_exporter-0.8.1.tar.gz License: Apache-2.0 LicenseFiles: LICENSE Type: ipkg Description: statsd_exporter receives StatsD-style metrics and exports them as Prometheus metrics. http://prometheus.io Andre Heider @@ Source-Makefile: feeds/packages/utils/pv/Makefile Package: pv Version: 1.6.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Shell pipeline element to meter data passing through Maintainer: Jo-Philipp Wich Source: pv-1.6.6.tar.bz2 License: Artistic-2.0 Type: ipkg Description: Pipe Viewer is a terminal-based tool for monitoring the progress of data through a pipeline. It can be inserted into any normal pipeline between two processes to give a visual indication of how quickly data is passing through, how long it has taken, how near to completion it is, and an estimate of how long it will be until completion. https://www.ivarch.com/programs/pv.shtml Jo-Philipp Wich @@ Source-Makefile: feeds/packages/utils/qemu/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: virtio-console-helper Submenu: Virtualization Version: 4.0.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(TARGET_x86_64||TARGET_armvirt||TARGET_arm64||TARGET_malta) Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Helper script for vportNpn virtio-console devices Maintainer: Yousong Zhou Source: qemu-4.0.0.tar.xz License: GPL-2.0 LicenseFiles: LICENSE tcg/LICENSE Type: ipkg Description: Helper script for vportNpn virtio-console devices Yousong Zhou @@ Package: qemu-ga Submenu: Virtualization Version: 4.0.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +glib2 +virtio-console-helper +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp @(TARGET_x86_64||TARGET_armvirt||TARGET_arm64||TARGET_malta) Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: QEMU Guest Agent Maintainer: Yousong Zhou Source: qemu-4.0.0.tar.xz License: GPL-2.0 LicenseFiles: LICENSE tcg/LICENSE Type: ipkg Description: This package contains the QEMU Guest Agent daemon http://www.qemu.org Yousong Zhou @@ Package: qemu-bridge-helper Submenu: Virtualization Version: 4.0.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +glib2 +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp @(TARGET_x86_64||TARGET_sunxi) Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: QEMU bridge helper Maintainer: Yousong Zhou Source: qemu-4.0.0.tar.xz License: GPL-2.0 LicenseFiles: LICENSE tcg/LICENSE Type: ipkg Description: QEMU bridge helper http://www.qemu.org Yousong Zhou @@ Package: qemu-img Submenu: Virtualization Version: 4.0.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +glib2 +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp @(TARGET_x86_64||TARGET_sunxi) Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: QEMU Image utility Maintainer: Yousong Zhou Source: qemu-4.0.0.tar.xz License: GPL-2.0 LicenseFiles: LICENSE tcg/LICENSE Type: ipkg Description: QEMU Image utility http://www.qemu.org Yousong Zhou @@ Package: qemu-nbd Submenu: Virtualization Version: 4.0.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +glib2 +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp @(TARGET_x86_64||TARGET_sunxi) +kmod-nbd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: QEMU Network Block Device Utility Maintainer: Yousong Zhou Source: qemu-4.0.0.tar.xz License: GPL-2.0 LicenseFiles: LICENSE tcg/LICENSE Type: ipkg Description: QEMU Network Block Device Utility http://www.qemu.org Yousong Zhou @@ Package: qemu-blobs Submenu: Virtualization Version: 4.0.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(TARGET_x86_64||TARGET_sunxi) Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: QEMU blobs of BIOS, VGA BIOS and keymaps Maintainer: Yousong Zhou Source: qemu-4.0.0.tar.xz License: GPL-2.0 LicenseFiles: LICENSE tcg/LICENSE Type: ipkg Description: QEMU blobs of BIOS, VGA BIOS and keymaps http://www.qemu.org Yousong Zhou @@ Package: qemu-x86_64-softmmu Submenu: Virtualization Version: 4.0.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +glib2 +libpthread +zlib +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp @(TARGET_x86_64||TARGET_sunxi) +libncurses +libfdt +pixman +qemu-blobs +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: QEMU target x86_64-softmmu Maintainer: Yousong Zhou Source: qemu-4.0.0.tar.xz License: GPL-2.0 LicenseFiles: LICENSE tcg/LICENSE Type: ipkg Description: This package contains the QEMU target x86_64-softmmu http://www.qemu.org Yousong Zhou @@ Package: qemu-arm-softmmu Submenu: Virtualization Version: 4.0.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +glib2 +libpthread +zlib +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp @(TARGET_x86_64||TARGET_sunxi) +libncurses +libfdt +pixman +qemu-blobs +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: QEMU target arm-softmmu Maintainer: Yousong Zhou Source: qemu-4.0.0.tar.xz License: GPL-2.0 LicenseFiles: LICENSE tcg/LICENSE Type: ipkg Description: This package contains the QEMU target arm-softmmu http://www.qemu.org Yousong Zhou @@ Source-Makefile: feeds/packages/utils/relayctl/Makefile Package: relayctl Version: 0.1-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libftdi1 Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Simple command-line control of SainSmart USB relay boards Maintainer: Heinrich Schuchardt Source: relayctl-0.1.tar.gz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Simple command-line control of SainSmart USB relay boards based on FTDI chips using bitbang mode. https://github.com/darryln/relayctl Heinrich Schuchardt @@ Source-Makefile: feeds/packages/utils/restic/Makefile Build-Depends: golang/host Package: restic Version: 0.9.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: restic backup program Maintainer: Markus Weippert Source: restic-0.9.6.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE Type: ipkg Description: restic is a backup program that is fast, efficient and secure. It supports the three major operating systems (Linux, macOS, Windows) and a few smaller ones (FreeBSD, OpenBSD). http://github.com/restic/restic Markus Weippert @@ Source-Makefile: feeds/packages/utils/rng-tools/Makefile Build-Depends: USE_UCLIBC:argp-standalone USE_MUSL:argp-standalone Package: rng-tools Version: 6.6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsysfs Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Daemon for adding entropy to kernel entropy pool Maintainer: Nathaniel Wesley Filardo Source: rng-tools-6.6-4ebc21d6f387bb7b4b3f6badc429e27b21c0a6ee.tar.xz License: GPLv2 Type: ipkg Description: Daemon for adding entropy to kernel entropy pool. By default it uses /dev/urandom as the source but the init script can be modified to use a hardware source like /dev/hwrng if present https://github.com/nhorman/rng-tools Nathaniel Wesley Filardo @@ Source-Makefile: feeds/packages/utils/rpcd-mod-lxc/Makefile Package: rpcd-mod-lxc Version: 20201208 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +rpcd +liblxc Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: LXC rpcd module Maintainer: Luka Perkov Source: License: ISC Type: ipkg Description: LXC rpcd module Luka Perkov @@ Source-Makefile: feeds/packages/utils/rrdtool1/Makefile Package: librrd1 Version: 1.0.50-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zlib Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Round Robin Database (RRD) management library Maintainer: Jo-Philipp Wich Source: rrdtool-1.0.50.tar.gz Type: ipkg Description: RRD is the Acronym for Round Robin Database. RRD is a system to store and display time-series data (i.e. network bandwidth, machine-room temperature, server load average). It stores the data in a very compact way that will not expand over time, and it presents useful graphs by processing the data to enforce a certain data density. It can be used either via simple wrapper scripts (from shell or Perl) or via frontends that poll network devices and put friendly user interface on it. This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into librrd.so. The library is much smaller compared to the 1.2.x version with separate dynamic linked libraries. This package contains a shared library, used by other programs. http://oss.oetiker.ch/rrdtool/ Jo-Philipp Wich @@ Package: rrdcgi1 Submenu: database Version: 1.0.50-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librrd1 Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Round Robin Database (RRD) CGI graphing tool Maintainer: Jo-Philipp Wich Source: rrdtool-1.0.50.tar.gz Type: ipkg Description: RRD is the Acronym for Round Robin Database. RRD is a system to store and display time-series data (i.e. network bandwidth, machine-room temperature, server load average). It stores the data in a very compact way that will not expand over time, and it presents useful graphs by processing the data to enforce a certain data density. It can be used either via simple wrapper scripts (from shell or Perl) or via frontends that poll network devices and put friendly user interface on it. This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into librrd.so. The library is much smaller compared to the 1.2.x version with separate dynamic linked libraries. This package contains the rrdcgi tool used to create web pages containing RRD graphs based on templates. http://oss.oetiker.ch/rrdtool/ Jo-Philipp Wich @@ Package: rrdtool1 Submenu: database Version: 1.0.50-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librrd1 Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Round Robin Database (RRD) management tools Maintainer: Jo-Philipp Wich Source: rrdtool-1.0.50.tar.gz Type: ipkg Description: RRD is the Acronym for Round Robin Database. RRD is a system to store and display time-series data (i.e. network bandwidth, machine-room temperature, server load average). It stores the data in a very compact way that will not expand over time, and it presents useful graphs by processing the data to enforce a certain data density. It can be used either via simple wrapper scripts (from shell or Perl) or via frontends that poll network devices and put friendly user interface on it. This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into librrd.so. The library is much smaller compared to the 1.2.x version with separate dynamic linked libraries. This package contains command line tools used to manage RRDs. http://oss.oetiker.ch/rrdtool/ Jo-Philipp Wich @@ Source-Makefile: feeds/packages/utils/rtklib/Makefile Package: convbin Submenu: RTKLIB Suite Version: 2.4.3_b24 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +librt Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: RINEX Converter Maintainer: Nuno Goncalves Source: rtklib-2.4.3_b24-1cec90a9ffa424908ad1a4ca3d52f33f9b94d1f7.tar.gz License: BSD-2-Clause Type: ipkg Description: RINEX Converter http://www.rtklib.com/ Nuno Goncalves @@ Package: pos2kml Submenu: RTKLIB Suite Version: 2.4.3_b24 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +librt Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Solution to KML converter Maintainer: Nuno Goncalves Source: rtklib-2.4.3_b24-1cec90a9ffa424908ad1a4ca3d52f33f9b94d1f7.tar.gz License: BSD-2-Clause Type: ipkg Description: Solution to KML converter http://www.rtklib.com/ Nuno Goncalves @@ Package: rnx2rtkp Submenu: RTKLIB Suite Version: 2.4.3_b24 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +librt Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Post-Processing Analysis Maintainer: Nuno Goncalves Source: rtklib-2.4.3_b24-1cec90a9ffa424908ad1a4ca3d52f33f9b94d1f7.tar.gz License: BSD-2-Clause Type: ipkg Description: Post-Processing Analysis http://www.rtklib.com/ Nuno Goncalves @@ Package: rtkrcv Submenu: RTKLIB Suite Version: 2.4.3_b24 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +librt Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Real-Time Positioning Maintainer: Nuno Goncalves Source: rtklib-2.4.3_b24-1cec90a9ffa424908ad1a4ca3d52f33f9b94d1f7.tar.gz License: BSD-2-Clause Type: ipkg Description: Real-Time Positioning http://www.rtklib.com/ Nuno Goncalves @@ Package: str2str Submenu: RTKLIB Suite Version: 2.4.3_b24 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +librt Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Communication Server Maintainer: Nuno Goncalves Source: rtklib-2.4.3_b24-1cec90a9ffa424908ad1a4ca3d52f33f9b94d1f7.tar.gz License: BSD-2-Clause Type: ipkg Description: Communication Server http://www.rtklib.com/ Nuno Goncalves @@ Source-Makefile: feeds/packages/utils/rtl-ais/Makefile Package: rtl-ais Version: 0.3-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +librtlsdr Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: rtl-sdr AIS dual channel tuner Maintainer: Nuno Goncalves Source: rtl-ais-0.3.tar.gz License: GPL-2.0+ LicenseFiles: COPYING Type: ipkg Description: rtl_ais uses a rtl2832u dvb-t dongle to tune AIS (Automatic Identification System) used on ships and by vessel traffic services https://github.com/dgiardini/rtl-ais Nuno Goncalves @@ Source-Makefile: feeds/packages/utils/rtl-sdr/Makefile Package: rtl-sdr Version: 0.6.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt +libpthread +librtlsdr Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Software Defined Radio with Realtek RTL2832U Maintainer: Vasilis Tsiligiannis Source: rtl-sdr-0.6.0.tar.gz License: GPLv2 LicenseFiles: COPYING Type: ipkg Description: rtl-sdr allows DVB-T dongles based on the Realtek RTL2832U to be used as an inexpensive SDR. This package contains the utilities and daemons. http://sdr.osmocom.org/trac/wiki/rtl-sdr Vasilis Tsiligiannis @@ Package: librtlsdr Version: 0.6.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libusb-1.0 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Software Defined Radio with Realtek RTL2832U shared library library Maintainer: Vasilis Tsiligiannis Source: rtl-sdr-0.6.0.tar.gz License: GPLv2 LicenseFiles: COPYING Type: ipkg Description: rtl-sdr allows DVB-T dongles based on the Realtek RTL2832U to be used as an inexpensive SDR. This package contains the librtlsdr shared library. http://sdr.osmocom.org/trac/wiki/rtl-sdr Vasilis Tsiligiannis @@ Source-Makefile: feeds/packages/utils/rtl_433/Makefile Package: rtl_433 Version: 20.02-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librtlsdr +rtl-sdr +libtool-bin Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Realtek RTL2832 based 433.92MHz generic data receiver Maintainer: Jasper Scholte Source: rtl_433-20.02.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Realtek RTL2832 based 433.92MHz generic data receiver https://github.com/merbanan/rtl_433 Jasper Scholte @@ Source-Makefile: feeds/packages/utils/rtty/Makefile Package: rtty-openssl Submenu: Terminal Version: 6.6.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_rtty-openssl:libuwsc-openssl Conflicts: Menu-Depends: Provides: rtty Build-Variant: openssl Section: utils Category: Utilities Repository: base Title: Access your terminals from anywhere via the web Maintainer: Jianhui Zhao Source: rtty-6.6.1.tar.gz License: LGPL-2.1 LicenseFiles: LICENSE Type: ipkg Description: Access your terminals from anywhere via the web https://github.com/zhaojh329/rtty Jianhui Zhao @@ Package: rtty-wolfssl Submenu: Terminal Version: 6.6.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_rtty-wolfssl:libuwsc-wolfssl Conflicts: Menu-Depends: Provides: rtty Build-Variant: wolfssl Section: utils Category: Utilities Repository: base Title: Access your terminals from anywhere via the web Maintainer: Jianhui Zhao Source: rtty-6.6.1.tar.gz License: LGPL-2.1 LicenseFiles: LICENSE Type: ipkg Description: Access your terminals from anywhere via the web https://github.com/zhaojh329/rtty Jianhui Zhao @@ Package: rtty-mbedtls Submenu: Terminal Version: 6.6.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_rtty-mbedtls:libuwsc-mbedtls Conflicts: Menu-Depends: Provides: rtty Build-Variant: mbedtls Section: utils Category: Utilities Repository: base Title: Access your terminals from anywhere via the web Maintainer: Jianhui Zhao Source: rtty-6.6.1.tar.gz License: LGPL-2.1 LicenseFiles: LICENSE Type: ipkg Description: Access your terminals from anywhere via the web https://github.com/zhaojh329/rtty Jianhui Zhao @@ Package: rtty-nossl Submenu: Terminal Version: 6.6.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_rtty-nossl:libuwsc-nossl Conflicts: Menu-Depends: Provides: rtty Build-Variant: nossl Section: utils Category: Utilities Repository: base Title: Access your terminals from anywhere via the web Maintainer: Jianhui Zhao Source: rtty-6.6.1.tar.gz License: LGPL-2.1 LicenseFiles: LICENSE Type: ipkg Description: Access your terminals from anywhere via the web https://github.com/zhaojh329/rtty Jianhui Zhao @@ Source-Makefile: feeds/packages/utils/sane-backends/Makefile Package: libsane Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libusb-1.0 Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Scanner Access Now Easy (libraries) Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Description: SANE (Scanner Access Now Easy) is a universal scanner interface. This package contains the SANE shared libraries. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-daemon Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Scanner Access Now Easy (network daemon) Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Description: SANE (Scanner Access Now Easy) is a universal scanner interface. This package contains the SANE daemon. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-abaton Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-abaton) for Abaton flatbed scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Abaton flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-agfafocus Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-agfafocus) for AGFA Focus flatbed scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for AGFA Focus flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-apple Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-apple) for Apple flatbed scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Apple flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-artec Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-artec) for Artec flatbed scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Artec flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-artec_eplus48u Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-artec_eplus48u) for Artec E+ 48U and re-badged models Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Artec E+ 48U and re-badged models. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-as6e Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-as6e) for Artec AS6E parallel port interface scanner Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Artec AS6E parallel port interface scanner. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-avision Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-avision) for Avision and Avision OEM scanners and possibly more flatbed and film scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Avision and Avision OEM scanners and possibly more flatbed and film scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-bh Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-bh) for Bell+Howell Copiscan II series document scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Bell+Howell Copiscan II series document scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-canon Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-canon) for Canon SCSI scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Canon SCSI scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-canon630u Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-canon630u) for the Canon 630u USB flatbed scanner Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for the Canon 630u USB flatbed scanner. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-canon_dr Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-canon_dr) for Canon DR-series scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Canon DR-series scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-cardscan Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-cardscan) for Corex CardScan usb scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Corex CardScan usb scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-coolscan Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-coolscan) for Nikon film-scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Nikon film-scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-coolscan2 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-coolscan2) for Nikon Coolscan film scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Nikon Coolscan film scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-coolscan3 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-coolscan3) for Nikon Coolscan film scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Nikon Coolscan film scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-dc210 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane +libjpeg Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-dc210) for Kodak DC210 Digital Camera Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Kodak DC210 Digital Camera. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-dc240 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane +libjpeg Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-dc240) for Kodak DC240 Digital Camera Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Kodak DC240 Digital Camera. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-dc25 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-dc25) for Kodak DC20/DC25 Digital Cameras Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Kodak DC20/DC25 Digital Cameras. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-dell1600n_net Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane +libtiff Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-dell1600n_net) for Dell 1600n Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Dell 1600n. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-dmc Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-dmc) for Polaroid Digital Microscope Camera Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Polaroid Digital Microscope Camera. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-epjitsu Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-epjitsu) for Epson-based Fujitsu USB scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Epson-based Fujitsu USB scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-epson Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-epson) for EPSON scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for EPSON scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-epsonds Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane +libjpeg Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-epsonds) for EPSON scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for EPSON scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-epson2 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-epson2) for EPSON scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for EPSON scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-fujitsu Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-fujitsu) for Fujitsu flatbed and ADF scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Fujitsu flatbed and ADF scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-genesys Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-genesys) for GL646 GL841 GL843 GL847 and GL124 based USB flatbed scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for GL646 GL841 GL843 GL847 and GL124 based USB flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-gt68xx Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-gt68xx) for GT-68XX based USB flatbed scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for GT-68XX based USB flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-hp Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-hp) for HP ScanJet scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for HP ScanJet scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-hp3500 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-hp3500) for Hewlett-Packard ScanJet 3500 series scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Hewlett-Packard ScanJet 3500 series scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-hp3900 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane +libtiff Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-hp3900) for RTS8822 chipset based scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for RTS8822 chipset based scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-hp4200 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-hp4200) for Hewlett-Packard 4200 scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Hewlett-Packard 4200 scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-hp5400 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-hp5400) for Hewlett-Packard 54XX scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Hewlett-Packard 54XX scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-hp5590 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-hp5590) for Hewlett-Packard 4500C/4570C/5500C/5550C/5590/7650 Workgroup/Document scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Hewlett-Packard 4500C/4570C/5500C/5550C/5590/7650 Workgroup/Document scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-hpljm1005 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-hpljm1005) for Hewlett-Packard LaserJet M1005 MFP Scanner Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Hewlett-Packard LaserJet M1005 MFP Scanner. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-hs2p Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-hs2p) for Ricoh SCSI flatbed/ADF scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Ricoh SCSI flatbed/ADF scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-ibm Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-ibm) for IBM and Ricoh SCSI flatbed scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for IBM and Ricoh SCSI flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-kodak Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-kodak) for big Kodak flatbed and ADF scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for big Kodak flatbed and ADF scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-kodakaio Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-kodakaio) for Kodak aio printer / scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Kodak aio printer / scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-kvs20xx Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-kvs20xx) for Panasonic KV-S20xxC USB/SCSI ADF scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Panasonic KV-S20xxC USB/SCSI ADF scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-kvs40xx Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-kvs40xx) for Panasonic KV-S40xxC USB/SCSI ADF scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Panasonic KV-S40xxC USB/SCSI ADF scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-kvs1025 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-kvs1025) for Panasonic KV-S102xC USB ADF scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Panasonic KV-S102xC USB ADF scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-leo Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-leo) for LEO Technologies scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for LEO Technologies scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-lexmark Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-lexmark) for Lexmark X1100/X1200 Series scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Lexmark X1100/X1200 Series scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-ma1509 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-ma1509) for Mustek BearPaw 1200F USB scanner Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Mustek BearPaw 1200F USB scanner. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-magicolor Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-magicolor) for KONICA MINOLTA magicolor scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for KONICA MINOLTA magicolor scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-matsushita Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-matsushita) for Panasonic KV-SS high speed scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Panasonic KV-SS high speed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-microtek Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-microtek) for Microtek scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Microtek scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-microtek2 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-microtek2) for Microtek scanners with SCSI-2 command set Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Microtek scanners with SCSI-2 command set. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-mustek Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-mustek) for Mustek SCSI flatbed scanners and some other devices Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Mustek SCSI flatbed scanners and some other devices. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-mustek_usb Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-mustek_usb) for Mustek USB flatbed scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Mustek USB flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-mustek_usb2 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-mustek_usb2) for SQ113 based USB flatbed scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for SQ113 based USB flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-nec Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-nec) for NEC scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for NEC scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-net Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-net) for network backend Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for network backend. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-niash Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-niash) for scanners based on the NIASH chipset Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for scanners based on the NIASH chipset. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-p5 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-p5) for the Primax PagePartner Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for the Primax PagePartner. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-pie Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-pie) for PIE Devcom and AdLib SCSI flatbed scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for PIE Devcom and AdLib SCSI flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-pieusb Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-pieusb) for PIE Devcom and AdLib SCSI flatbed scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for PIE Devcom and AdLib SCSI flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-pixma Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-pixma) for Canon Multi-Function Printers and CanoScan Scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Canon Multi-Function Printers and CanoScan Scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-plustek Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-plustek) for LM983[1/2/3] based USB flatbed scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for LM983[1/2/3] based USB flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-plustek_pp Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-plustek_pp) for Plustek parallel port flatbed scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Plustek parallel port flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-qcam Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane @(TARGET_x86||TARGET_x86_64) Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-qcam) for Connectix QuickCam cameras Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Connectix QuickCam cameras. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-ricoh Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-ricoh) for Ricoh flatbed scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Ricoh flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-rts8891 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-rts8891) for rts8891 based scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for rts8891 based scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-s9036 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-s9036) for Siemens 9036 flatbed scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Siemens 9036 flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-sceptre Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-sceptre) for SCEPTRE scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for SCEPTRE scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-sharp Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-sharp) for SHARP scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for SHARP scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-sm3600 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-sm3600) for Microtek scanners with M011 USB chip Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Microtek scanners with M011 USB chip. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-sm3840 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-sm3840) for Microtek scanners with SCAN08 USB chip Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Microtek scanners with SCAN08 USB chip. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-snapscan Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-snapscan) for AGFA SnapScan flatbed scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for AGFA SnapScan flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-sp15c Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-sp15c) for Fujitsu ScanPartner 15C flatbed scanner Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Fujitsu ScanPartner 15C flatbed scanner. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-st400 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-st400) for Siemens ST/Highscan flatbed scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Siemens ST/Highscan flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-stv680 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-stv680) for STV680 cameras Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for STV680 cameras. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-tamarack Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-tamarack) for Tamarack flatbed scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Tamarack flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-teco1 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-teco1) for TECO / RELISYS scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for TECO / RELISYS scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-teco2 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-teco2) for TECO / RELISYS scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for TECO / RELISYS scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-teco3 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-teco3) for TECO / RELISYS scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for TECO / RELISYS scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-test Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-test) for testing frontends Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for testing frontends. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-u12 Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-u12) for Plustek USB flatbed scanners based on older parport designs Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Plustek USB flatbed scanners based on older parport designs. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-umax Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-umax) for UMAX scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for UMAX scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-umax1220u Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-umax1220u) for the UMAX Astra 1220U and similar scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for the UMAX Astra 1220U and similar scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-umax_pp Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-umax_pp) for Umax Astra parallel port flatbed scanners Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Umax Astra parallel port flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-v4l Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane +libv4l +libjpeg Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-v4l) for Video for Linux API Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Video for Linux API. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-xerox_mfp Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane +libjpeg Conflicts: Menu-Depends: Provides: Section: opt Category: Extra packages Repository: base Title: SANE backend (sane-xerox_mfp) for Xerox Phaser 3200MFP device Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Xerox Phaser 3200MFP device. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-backends Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +ALL:sane-backends-all Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Scanner Access Now Easy (drivers) Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . This http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Config: menu "Select SANE backends" depends on PACKAGE_sane-backends config PACKAGE_sane-backends-all depends on PACKAGE_sane-backends prompt "Include all SANE backends (sane-backends-all)" comment "Backends" config PACKAGE_sane-abaton prompt "SANE backend (sane-abaton) for Abaton flatbed scanners" config PACKAGE_sane-agfafocus prompt "SANE backend (sane-agfafocus) for AGFA Focus flatbed scanners" config PACKAGE_sane-apple prompt "SANE backend (sane-apple) for Apple flatbed scanners" config PACKAGE_sane-artec prompt "SANE backend (sane-artec) for Artec flatbed scanners" config PACKAGE_sane-artec_eplus48u prompt "SANE backend (sane-artec_eplus48u) for Artec E+ 48U and re-badged models" config PACKAGE_sane-as6e prompt "SANE backend (sane-as6e) for Artec AS6E parallel port interface scanner" config PACKAGE_sane-avision prompt "SANE backend (sane-avision) for Avision and Avision OEM scanners and possibly more flatbed and film scanners" config PACKAGE_sane-bh prompt "SANE backend (sane-bh) for Bell+Howell Copiscan II series document scanners" config PACKAGE_sane-canon prompt "SANE backend (sane-canon) for Canon SCSI scanners" config PACKAGE_sane-canon630u prompt "SANE backend (sane-canon630u) for the Canon 630u USB flatbed scanner" config PACKAGE_sane-canon_dr prompt "SANE backend (sane-canon_dr) for Canon DR-series scanners" config PACKAGE_sane-cardscan prompt "SANE backend (sane-cardscan) for Corex CardScan usb scanners" config PACKAGE_sane-coolscan prompt "SANE backend (sane-coolscan) for Nikon film-scanners" config PACKAGE_sane-coolscan2 prompt "SANE backend (sane-coolscan2) for Nikon Coolscan film scanners" config PACKAGE_sane-coolscan3 prompt "SANE backend (sane-coolscan3) for Nikon Coolscan film scanners" config PACKAGE_sane-dc210 prompt "SANE backend (sane-dc210) for Kodak DC210 Digital Camera" config PACKAGE_sane-dc240 prompt "SANE backend (sane-dc240) for Kodak DC240 Digital Camera" config PACKAGE_sane-dc25 prompt "SANE backend (sane-dc25) for Kodak DC20/DC25 Digital Cameras" config PACKAGE_sane-dell1600n_net prompt "SANE backend (sane-dell1600n_net) for Dell 1600n" config PACKAGE_sane-dmc prompt "SANE backend (sane-dmc) for Polaroid Digital Microscope Camera" config PACKAGE_sane-epjitsu prompt "SANE backend (sane-epjitsu) for Epson-based Fujitsu USB scanners" config PACKAGE_sane-epson prompt "SANE backend (sane-epson) for EPSON scanners" config PACKAGE_sane-epsonds prompt "SANE backend (sane-epsonds) for EPSON scanners" config PACKAGE_sane-epson2 prompt "SANE backend (sane-epson2) for EPSON scanners" config PACKAGE_sane-fujitsu prompt "SANE backend (sane-fujitsu) for Fujitsu flatbed and ADF scanners" config PACKAGE_sane-genesys prompt "SANE backend (sane-genesys) for GL646 GL841 GL843 GL847 and GL124 based USB flatbed scanners" config PACKAGE_sane-gt68xx prompt "SANE backend (sane-gt68xx) for GT-68XX based USB flatbed scanners" config PACKAGE_sane-hp prompt "SANE backend (sane-hp) for HP ScanJet scanners" config PACKAGE_sane-hp3500 prompt "SANE backend (sane-hp3500) for Hewlett-Packard ScanJet 3500 series scanners" config PACKAGE_sane-hp3900 prompt "SANE backend (sane-hp3900) for RTS8822 chipset based scanners" config PACKAGE_sane-hp4200 prompt "SANE backend (sane-hp4200) for Hewlett-Packard 4200 scanners" config PACKAGE_sane-hp5400 prompt "SANE backend (sane-hp5400) for Hewlett-Packard 54XX scanners" config PACKAGE_sane-hp5590 prompt "SANE backend (sane-hp5590) for Hewlett-Packard 4500C/4570C/5500C/5550C/5590/7650 Workgroup/Document scanners" config PACKAGE_sane-hpljm1005 prompt "SANE backend (sane-hpljm1005) for Hewlett-Packard LaserJet M1005 MFP Scanner" config PACKAGE_sane-hs2p prompt "SANE backend (sane-hs2p) for Ricoh SCSI flatbed/ADF scanners" config PACKAGE_sane-ibm prompt "SANE backend (sane-ibm) for IBM and Ricoh SCSI flatbed scanners" config PACKAGE_sane-kodak prompt "SANE backend (sane-kodak) for big Kodak flatbed and ADF scanners" config PACKAGE_sane-kodakaio prompt "SANE backend (sane-kodakaio) for Kodak aio printer / scanners" config PACKAGE_sane-kvs20xx prompt "SANE backend (sane-kvs20xx) for Panasonic KV-S20xxC USB/SCSI ADF scanners" config PACKAGE_sane-kvs40xx prompt "SANE backend (sane-kvs40xx) for Panasonic KV-S40xxC USB/SCSI ADF scanners" config PACKAGE_sane-kvs1025 prompt "SANE backend (sane-kvs1025) for Panasonic KV-S102xC USB ADF scanners" config PACKAGE_sane-leo prompt "SANE backend (sane-leo) for LEO Technologies scanners" config PACKAGE_sane-lexmark prompt "SANE backend (sane-lexmark) for Lexmark X1100/X1200 Series scanners" config PACKAGE_sane-ma1509 prompt "SANE backend (sane-ma1509) for Mustek BearPaw 1200F USB scanner" config PACKAGE_sane-magicolor prompt "SANE backend (sane-magicolor) for KONICA MINOLTA magicolor scanners" config PACKAGE_sane-matsushita prompt "SANE backend (sane-matsushita) for Panasonic KV-SS high speed scanners" config PACKAGE_sane-microtek prompt "SANE backend (sane-microtek) for Microtek scanners" config PACKAGE_sane-microtek2 prompt "SANE backend (sane-microtek2) for Microtek scanners with SCSI-2 command set" config PACKAGE_sane-mustek prompt "SANE backend (sane-mustek) for Mustek SCSI flatbed scanners and some other devices" config PACKAGE_sane-mustek_usb prompt "SANE backend (sane-mustek_usb) for Mustek USB flatbed scanners" config PACKAGE_sane-mustek_usb2 prompt "SANE backend (sane-mustek_usb2) for SQ113 based USB flatbed scanners" config PACKAGE_sane-nec prompt "SANE backend (sane-nec) for NEC scanners" config PACKAGE_sane-net prompt "SANE backend (sane-net) for network backend" config PACKAGE_sane-niash prompt "SANE backend (sane-niash) for scanners based on the NIASH chipset" config PACKAGE_sane-p5 prompt "SANE backend (sane-p5) for the Primax PagePartner" config PACKAGE_sane-pie prompt "SANE backend (sane-pie) for PIE Devcom and AdLib SCSI flatbed scanners" config PACKAGE_sane-pieusb prompt "SANE backend (sane-pieusb) for PIE Devcom and AdLib SCSI flatbed scanners" config PACKAGE_sane-pixma prompt "SANE backend (sane-pixma) for Canon Multi-Function Printers and CanoScan Scanners" config PACKAGE_sane-plustek prompt "SANE backend (sane-plustek) for LM983[1/2/3] based USB flatbed scanners" config PACKAGE_sane-plustek_pp prompt "SANE backend (sane-plustek_pp) for Plustek parallel port flatbed scanners" config PACKAGE_sane-qcam prompt "SANE backend (sane-qcam) for Connectix QuickCam cameras" depends on (TARGET_x86||TARGET_x86_64) config PACKAGE_sane-ricoh prompt "SANE backend (sane-ricoh) for Ricoh flatbed scanners" config PACKAGE_sane-rts8891 prompt "SANE backend (sane-rts8891) for rts8891 based scanners" config PACKAGE_sane-s9036 prompt "SANE backend (sane-s9036) for Siemens 9036 flatbed scanners" config PACKAGE_sane-sceptre prompt "SANE backend (sane-sceptre) for SCEPTRE scanners" config PACKAGE_sane-sharp prompt "SANE backend (sane-sharp) for SHARP scanners" config PACKAGE_sane-sm3600 prompt "SANE backend (sane-sm3600) for Microtek scanners with M011 USB chip" config PACKAGE_sane-sm3840 prompt "SANE backend (sane-sm3840) for Microtek scanners with SCAN08 USB chip" config PACKAGE_sane-snapscan prompt "SANE backend (sane-snapscan) for AGFA SnapScan flatbed scanners" config PACKAGE_sane-sp15c prompt "SANE backend (sane-sp15c) for Fujitsu ScanPartner 15C flatbed scanner" config PACKAGE_sane-st400 prompt "SANE backend (sane-st400) for Siemens ST/Highscan flatbed scanners" config PACKAGE_sane-stv680 prompt "SANE backend (sane-stv680) for STV680 cameras" config PACKAGE_sane-tamarack prompt "SANE backend (sane-tamarack) for Tamarack flatbed scanners" config PACKAGE_sane-teco1 prompt "SANE backend (sane-teco1) for TECO / RELISYS scanners" config PACKAGE_sane-teco2 prompt "SANE backend (sane-teco2) for TECO / RELISYS scanners" config PACKAGE_sane-teco3 prompt "SANE backend (sane-teco3) for TECO / RELISYS scanners" config PACKAGE_sane-test prompt "SANE backend (sane-test) for testing frontends" config PACKAGE_sane-u12 prompt "SANE backend (sane-u12) for Plustek USB flatbed scanners based on older parport designs" config PACKAGE_sane-umax prompt "SANE backend (sane-umax) for UMAX scanners" config PACKAGE_sane-umax1220u prompt "SANE backend (sane-umax1220u) for the UMAX Astra 1220U and similar scanners" config PACKAGE_sane-umax_pp prompt "SANE backend (sane-umax_pp) for Umax Astra parallel port flatbed scanners" config PACKAGE_sane-v4l prompt "SANE backend (sane-v4l) for Video for Linux API" config PACKAGE_sane-xerox_mfp prompt "SANE backend (sane-xerox_mfp) for Xerox Phaser 3200MFP device" endmenu @@ Package: sane-backends-all Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +sane-abaton +sane-agfafocus +sane-apple +sane-artec +sane-artec_eplus48u +sane-as6e +sane-avision +sane-bh +sane-canon +sane-canon630u +sane-canon_dr +sane-cardscan +sane-coolscan +sane-coolscan2 +sane-coolscan3 +sane-dc210 +sane-dc240 +sane-dc25 +sane-dell1600n_net +sane-dmc +sane-epjitsu +sane-epson +sane-epsonds +sane-epson2 +sane-fujitsu +sane-genesys +sane-gt68xx +sane-hp +sane-hp3500 +sane-hp3900 +sane-hp4200 +sane-hp5400 +sane-hp5590 +sane-hpljm1005 +sane-hs2p +sane-ibm +sane-kodak +sane-kodakaio +sane-kvs20xx +sane-kvs40xx +sane-kvs1025 +sane-leo +sane-lexmark +sane-ma1509 +sane-magicolor +sane-matsushita +sane-microtek +sane-microtek2 +sane-mustek +sane-mustek_usb +sane-mustek_usb2 +sane-nec +sane-net +sane-niash +sane-p5 +sane-pie +sane-pieusb +sane-pixma +sane-plustek +sane-plustek_pp +((TARGET_x86||TARGET_x86_64)):sane-qcam +sane-ricoh +sane-rts8891 +sane-s9036 +sane-sceptre +sane-sharp +sane-sm3600 +sane-sm3840 +sane-snapscan +sane-sp15c +sane-st400 +sane-stv680 +sane-tamarack +sane-teco1 +sane-teco2 +sane-teco3 +sane-test +sane-u12 +sane-umax +sane-umax1220u +sane-umax_pp +sane-v4l +sane-xerox_mfp Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Scanner Access Now Easy (all backends) Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Hidden: 1 Description: SANE (Scanner Access Now Easy) is a universal scanner interface. . Metapackage for selecting all SANE Backends http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Package: sane-frontends Version: 1.0.27-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsane +libjpeg +libpng Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Scanner Access Now Easy (frontends) Maintainer: Luiz Angelo Daros de Luca Source: sane-backends-1.0.27.tar.gz License: GPL-2.0 GPL-2.0-or-later LicenseFiles: COPYING LICENSE Type: ipkg Description: SANE (Scanner Access Now Easy) is a universal scanner interface. This package contains the SANE frontends. http://www.sane-project.org/ Luiz Angelo Daros de Luca @@ Source-Makefile: feeds/packages/utils/screen/Makefile Package: screen Submenu: Terminal Version: 4.8.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Full-screen terminal window manager Maintainer: Etienne CHAMPETIER Source: screen-4.8.0.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells. https://www.gnu.org/software/screen/ Etienne CHAMPETIER @@ Source-Makefile: feeds/packages/utils/serialconsole/Makefile Package: serialconsole Submenu: Terminal Version: 0.95-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Serial Console - minimal terminal program Maintainer: Stefan Bethke Source: sc-0.95.tar.gz Type: ipkg Description: serialconsole (sc) is a minimal terminal program allowing to use one machine to access the serial console of another machine. http://sourceforge.net/projects/serialconsole/ Stefan Bethke @@ Source-Makefile: feeds/packages/utils/setserial/Makefile Package: setserial Version: 2.17-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Serial port attribute utility Maintainer: Jo-Philipp Wich Source: setserial-2.17.tar.gz License: GPL-2.0 Type: ipkg Description: Setserial is a program which allows you to look at and change various attributes of a serial device, including its port, its IRQ, and other serial port options. http://setserial.sourceforge.net/ Jo-Philipp Wich @@ Source-Makefile: feeds/packages/utils/shadow/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: shadow-chage Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility chage from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard chage utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-chfn Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility chfn from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard chfn utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-chgpasswd Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility chgpasswd from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard chgpasswd utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-chpasswd Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility chpasswd from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard chpasswd utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-chsh Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility chsh from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard chsh utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-expiry Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility expiry from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard expiry utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-faillog Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility faillog from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard faillog utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-gpasswd Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility gpasswd from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard gpasswd utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-groupadd Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility groupadd from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard groupadd utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-groupdel Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility groupdel from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard groupdel utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-groupmems Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility groupmems from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard groupmems utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-groupmod Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility groupmod from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard groupmod utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-groups Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility groups from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard groups utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-grpck Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility grpck from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard grpck utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-grpconv Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility grpconv from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard grpconv utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-grpunconv Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility grpunconv from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard grpunconv utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-lastlog Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility lastlog from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard lastlog utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-login Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility login from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard login utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-logoutd Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility logoutd from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard logoutd utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-newgidmap Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility newgidmap from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard newgidmap utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-newgrp Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility newgrp from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard newgrp utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-newuidmap Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility newuidmap from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard newuidmap utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-newusers Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility newusers from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard newusers utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-nologin Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility nologin from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard nologin utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-passwd Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility passwd from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard passwd utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-pwck Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility pwck from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard pwck utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-pwconv Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility pwconv from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard pwconv utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-pwunconv Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility pwunconv from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard pwunconv utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-su Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility su from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard su utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-useradd Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility useradd from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard useradd utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-userdel Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility userdel from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard userdel utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-usermod Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility usermod from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard usermod utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-vipw Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-common Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Utility vipw from the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full version of standard vipw utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow @@ Package: shadow-utils Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: The PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Description: Full versions of standard shadow utilities. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient and much smaller. https://github.com/shadow-maint/shadow @@ Config: menu "Select shadow utilities" depends on PACKAGE_shadow-utils config shadow-all bool "Include all PLD shadow utilities" select PACKAGE_shadow default y comment "Utilities" config PACKAGE_shadow-chage prompt "Full PLD version of chage utility" config PACKAGE_shadow-chfn prompt "Full PLD version of chfn utility" config PACKAGE_shadow-chgpasswd prompt "Full PLD version of chgpasswd utility" config PACKAGE_shadow-chpasswd prompt "Full PLD version of chpasswd utility" config PACKAGE_shadow-chsh prompt "Full PLD version of chsh utility" config PACKAGE_shadow-expiry prompt "Full PLD version of expiry utility" config PACKAGE_shadow-faillog prompt "Full PLD version of faillog utility" config PACKAGE_shadow-gpasswd prompt "Full PLD version of gpasswd utility" config PACKAGE_shadow-groupadd prompt "Full PLD version of groupadd utility" config PACKAGE_shadow-groupdel prompt "Full PLD version of groupdel utility" config PACKAGE_shadow-groupmems prompt "Full PLD version of groupmems utility" config PACKAGE_shadow-groupmod prompt "Full PLD version of groupmod utility" config PACKAGE_shadow-groups prompt "Full PLD version of groups utility" config PACKAGE_shadow-grpck prompt "Full PLD version of grpck utility" config PACKAGE_shadow-grpconv prompt "Full PLD version of grpconv utility" config PACKAGE_shadow-grpunconv prompt "Full PLD version of grpunconv utility" config PACKAGE_shadow-lastlog prompt "Full PLD version of lastlog utility" config PACKAGE_shadow-login prompt "Full PLD version of login utility" config PACKAGE_shadow-logoutd prompt "Full PLD version of logoutd utility" config PACKAGE_shadow-newgidmap prompt "Full PLD version of newgidmap utility" config PACKAGE_shadow-newgrp prompt "Full PLD version of newgrp utility" config PACKAGE_shadow-newuidmap prompt "Full PLD version of newuidmap utility" config PACKAGE_shadow-newusers prompt "Full PLD version of newusers utility" config PACKAGE_shadow-nologin prompt "Full PLD version of nologin utility" config PACKAGE_shadow-passwd prompt "Full PLD version of passwd utility" config PACKAGE_shadow-pwck prompt "Full PLD version of pwck utility" config PACKAGE_shadow-pwconv prompt "Full PLD version of pwconv utility" config PACKAGE_shadow-pwunconv prompt "Full PLD version of pwunconv utility" config PACKAGE_shadow-su prompt "Full PLD version of su utility" config PACKAGE_shadow-useradd prompt "Full PLD version of useradd utility" config PACKAGE_shadow-userdel prompt "Full PLD version of userdel utility" config PACKAGE_shadow-usermod prompt "Full PLD version of usermod utility" config PACKAGE_shadow-vipw prompt "Full PLD version of vipw utility" endmenu @@ Package: shadow-common Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libiconv-full +BUILD_NLS:libintl-full Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Shared definitions for the PLD Linux shadow utilities Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Shared definitions for the PLD Linux shadow utilities https://github.com/shadow-maint/shadow @@ Package: shadow Version: 4.8.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +shadow-chage +shadow-chfn +shadow-chgpasswd +shadow-chpasswd +shadow-chsh +shadow-expiry +shadow-faillog +shadow-gpasswd +shadow-groupadd +shadow-groupdel +shadow-groupmems +shadow-groupmod +shadow-groups +shadow-grpck +shadow-grpconv +shadow-grpunconv +shadow-lastlog +shadow-login +shadow-logoutd +shadow-newgidmap +shadow-newgrp +shadow-newuidmap +shadow-newusers +shadow-nologin +shadow-passwd +shadow-pwck +shadow-pwconv +shadow-pwunconv +shadow-su +shadow-useradd +shadow-userdel +shadow-usermod +shadow-vipw Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: The PLD Linux shadow utilities (all) Maintainer: Source: shadow-4.8.1.tar.xz License: BSD-3-Clause LicenseFiles: COPYING Type: ipkg Hidden: 1 Description: Full versions of standard shadow utilities. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient and much smaller. https://github.com/shadow-maint/shadow @@ Source-Makefile: feeds/packages/utils/shinit/Makefile Package: shinit Version: 0.1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Initialization for all interactive shells (login or not) Maintainer: Jeffery To Source: License: GPL-2.0-only Type: ipkg Description: This package adds support for /etc/shinit and ~/.shinit files, which contain commands to be run at the start of all interactive shells. (/etc/profile and ~/.profile are read for login shells only.) This is useful for those who regularly open non-login, interactive shells, for example users of GNU Screen or tmux. Jeffery To @@ Source-Makefile: feeds/packages/utils/sispmctl/Makefile Package: libsispmctl Version: 4.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libusb-compat Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Silver Shield PM Control for Linux library Maintainer: Rosen Penev Source: sispmctl-4.2.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Silver Shield PM Control for Linux library http://sispmctl.sourceforge.net Rosen Penev @@ Package: sispmctl Version: 4.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libsispmctl Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Silver Shield PM Control for Linux Maintainer: Rosen Penev Source: sispmctl-4.2.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: The sispmctl tool can control Gembird SIS-PM Silver Shield programmable power outlet strips (also known under the name Revolt Intelli-Plug) from the command line. . It can be used to switch on or off any of the programmable power sockets of the SIS-PM via USB. It can also show the current status of each power socket, and it can handle multiple SIS-PM devices, too. http://sispmctl.sourceforge.net Rosen Penev @@ Source-Makefile: feeds/packages/utils/slide-switch/Makefile Package: slide-switch Version: 0.9.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +jshn +jsonfilter Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Translate switch position change to button press Maintainer: Jeffery To Source: slide-switch-0.9.5.tar.xz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: slide-switch translates slide switch position changes into normal button presses and releases for OpenWrt devices. https://github.com/jefferyto/openwrt-slide-switch Jeffery To @@ Source-Makefile: feeds/packages/utils/smartmontools/Makefile Package: smartmontools Version: 7.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: S.M.A.R.T Monitoring Tool Maintainer: Maxim Storchak Source: smartmontools-7.0.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: smartmontools contains utility programs (smartctl) to control/monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) built into most modern ATA and SCSI disks. It is derived from smartsuite. https://www.smartmontools.org/ Maxim Storchak @@ Package: smartd Version: 7.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: S.M.A.R.T Monitoring Daemon Maintainer: Maxim Storchak Source: smartmontools-7.0.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: smartmontools contains utility programs (smartd) to control/monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) built into most modern ATA and SCSI disks. It is derived from smartsuite. https://www.smartmontools.org/ Maxim Storchak @@ Package: smartmontools-drivedb Version: 7.0-3 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: S.M.A.R.T Monitoring Drive database Maintainer: Maxim Storchak Source: smartmontools-7.0.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Database of known drives and USB bridges for smartctl and smartd. https://www.smartmontools.org/ Maxim Storchak @@ Source-Makefile: feeds/packages/utils/smstools3/Makefile Build-Depends: !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: smstools3 Version: 3.1.21-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: SMS Server Tools 3 Maintainer: Harald Geyer Source: smstools3-3.1.21.tar.gz License: GPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: The SMS Server Tools 3 is a SMS Gateway software which can send and receive short messages through GSM modems and mobile phones. http://smstools3.kekekasvi.com/ Harald Geyer @@ Source-Makefile: feeds/packages/utils/sockread/Makefile Package: sockread Version: 1.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: sockread Maintainer: Moritz Warning Source: License: CC0-1.0 Type: ipkg Description: sockread writes and reads data from a Unix domain socket represented as a special file on the file system. Moritz Warning @@ Source-Makefile: feeds/packages/utils/spi-tools/Makefile Package: spi-tools Version: 0.8.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Command line SPI tools Maintainer: John Crispin Source: spi-tools-0.8.3.tar.gz License: GPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: Command line SPI tools John Crispin @@ Source-Makefile: feeds/packages/utils/squashfs-tools/Makefile Package: squashfs-tools-mksquashfs Submenu: Filesystem Version: 4.3-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +zlib +SQUASHFS_TOOLS_LZO_SUPPORT:liblzo +SQUASHFS_TOOLS_LZ4_SUPPORT:liblz4 +SQUASHFS_TOOLS_XZ_SUPPORT:liblzma Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: squashfs-tools mksquashfs Maintainer: Alexandru Ardelean Source: squashfs-tools-4.3-5be5d61e5e5a93911256b5f2106e50da0ca81e8d.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: squashfs-tools mksquashfs https://github.com/plougher/squashfs-tools Alexandru Ardelean @@ Package: squashfs-tools-unsquashfs Submenu: Filesystem Version: 4.3-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread +zlib +SQUASHFS_TOOLS_LZO_SUPPORT:liblzo +SQUASHFS_TOOLS_LZ4_SUPPORT:liblz4 +SQUASHFS_TOOLS_XZ_SUPPORT:liblzma Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: squashfs-tools unsquashfs Maintainer: Alexandru Ardelean Source: squashfs-tools-4.3-5be5d61e5e5a93911256b5f2106e50da0ca81e8d.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: squashfs-tools unsquashfs https://github.com/plougher/squashfs-tools Alexandru Ardelean @@ Config: source "feeds/packages/utils/squashfs-tools/Config.in" @@ Source-Makefile: feeds/packages/utils/ssdeep/Makefile Package: ssdeep Version: 2.14.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: A program to compute and match fuzzy hashes Maintainer: Jan Pavlinec Source: ssdeep-2.14.1.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: ssdeep is a program for computing context triggered piecewise hashes (CTPH). Also called fuzzy hashes, CTPH can match inputs that have homologies. https://ssdeep-project.github.io/ssdeep Jan Pavlinec @@ Source-Makefile: feeds/packages/utils/sshpass/Makefile Package: sshpass Version: 1.06-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Non-interactive ssh password auth Maintainer: Josef Schlehofer Source: sshpass-1.06.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Sshpass is a tool for non-interactively performing password authentication with SSH's so-called "interactive keyboard password authentication". Most user should use SSH's more secure public-key authentication instead. https://sourceforge.net/projects/sshpass/ Josef Schlehofer @@ Source-Makefile: feeds/packages/utils/stm32flash/Makefile Package: stm32flash Submenu: Microcontroller programming Version: 0.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Firmware flash tool for STM32's serial bootloader Maintainer: Christian Pointner Source: stm32flash-0.5.tar.gz License: GPL-2.0-or-later LicenseFiles: gpl-2.0.txt Type: ipkg Description: This tool can be used to burn firmware images to STM32 ARM processors using the built-in serial bootloader. https://sourceforge.net/projects/stm32flash Christian Pointner @@ Source-Makefile: feeds/packages/utils/stoken/Makefile Package: stoken Menu: 1 Submenu: Encryption Version: 0.92-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstoken Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: tokencode generator compatible with RSA SecurID 128-bit (AES) Maintainer: Florian Fainelli Source: stoken-0.92.tar.gz License: LGPL-2.1 Type: ipkg Description: stoken is a tokencode generator compatible with RSA SecurID 128-bit (AES). This package contains the cli https://sourceforge.net/p/stoken/wiki/Home/ Florian Fainelli @@ Package: libstoken Version: 0.92-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libxml2 +libnettle Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: tokencode generator compatible with RSA SecurID 128-bit (AES) Maintainer: Florian Fainelli Source: stoken-0.92.tar.gz License: LGPL-2.1 Type: ipkg Description: tokencode generator compatible with RSA SecurID 128-bit (AES) https://sourceforge.net/p/stoken/wiki/Home/ Florian Fainelli @@ Source-Makefile: feeds/packages/utils/stress/Makefile Package: stress Version: 1.0.4-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: stress is a simple stress utility Maintainer: Alexandru Ardelean Source: stress-1.0.4.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: stress is a simple tool that imposes certain types of compute \ stress on UNIX-like operating systems. http://people.seas.harvard.edu/~apw/stress/ Alexandru Ardelean @@ Source-Makefile: feeds/packages/utils/sumo/Makefile Package: sumo Version: 1.3.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libxerces-c +zlib Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: SUMO - Simulation of Urban MObility Maintainer: Álvaro Fernández Rojas Source: sumo-src-1.3.1.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: SUMO is a free and open traffic simulation suite which is available since 2001. SUMO allows modelling of intermodal traffic systems including road vehicles, public transport and pedestrians. Included with SUMO is a wealth of supporting tools which handle tasks such as route finding, visualization, network import and emission calculation. SUMO can be enhanced with custom models and provides various APIs to remotely control the simulation. https://sumo.dlr.de/ Álvaro Fernández Rojas @@ Source-Makefile: feeds/packages/utils/swig/Makefile Build-Types: host Package: swig Version: 4.0.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: swig binding generator Maintainer: John Crispin , Hirokazu MORIKAWA Source: swig-4.0.0.tar.gz License: GPL-3.0 LicenseFiles: LICENSE Type: ipkg Build-Only: 1 Description: tool that generates bindings for various languages John Crispin , Hirokazu MORIKAWA @@ Source-Makefile: feeds/packages/utils/syncthing/Makefile Build-Depends: golang/host Package: syncthing Version: 1.4.0-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread @(aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Continuous file synchronization program Maintainer: Paul Spooren Require-User: syncthing:syncthing Source: syncthing-source-v1.4.0.tar.gz License: MPL-2.0 LicenseFiles: LICENSE Type: ipkg Description: Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet. https://syncthing.net Paul Spooren @@ Source-Makefile: feeds/packages/utils/sysstat/Makefile Package: sysstat Version: 12.0.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Sysstat performance monitoring tools Maintainer: Marko Ratkaj Source: sysstat-12.0.5.tar.xz License: GPL-2.0 Type: ipkg Description: The sysstat utilities are a collection of performance monitoring tools for Linux. These include sar, sadf, mpstat, iostat, pidstat and sa tools. http://pagesperso-orange.fr/sebastien.godard/index.html Marko Ratkaj @@ Source-Makefile: feeds/packages/utils/tang/Makefile Package: tang Version: 6-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libhttp-parser +xinetd +jose +bash Conflicts: Menu-Depends: Provides: Section: utils Category: Extra packages Repository: base Title: tang v6 - daemon for binding data to the presence of a third party Maintainer: Tibor Dudlák Source: tang-6.tar.bz2 Type: ipkg Description: Tang is a small daemon for binding data to the presence of a third party. https://github.com/latchset/tang Tibor Dudlák @@ Source-Makefile: feeds/packages/utils/tar/Makefile Build-Depends: xz Package: tar Menu: 1 Version: 1.32-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +PACKAGE_TAR_POSIX_ACL:libacl +PACKAGE_TAR_XATTR:libattr +PACKAGE_TAR_BZIP2:bzip2 Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: GNU tar Maintainer: Álvaro Fernández Rojas Source: tar-1.32.tar.xz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: Tar is a program for packaging a set of files as a single archive in tar format. https://www.gnu.org/software/tar/ Álvaro Fernández Rojas @@ Config: if PACKAGE_tar config PACKAGE_TAR_POSIX_ACL bool "tar: Enable POSIX ACL support" default y if USE_FS_ACL_ATTR default n config PACKAGE_TAR_XATTR bool "tar: Enable extended attribute (xattr) support" default y if USE_FS_ACL_ATTR default n config PACKAGE_TAR_GZIP bool "tar: Enable seamless gzip support" default y config PACKAGE_TAR_BZIP2 bool "tar: Enable seamless bzip2 support" default y config PACKAGE_TAR_XZ bool "tar: Enable seamless xz support" select PACKAGE_xz-utils select PACKAGE_xz default y endif @@ Source-Makefile: feeds/packages/utils/taskwarrior/Makefile Package: taskwarrior Version: 2.5.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp +libuuid +libgnutls Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: taskwarrior Maintainer: Source: task-2.5.1.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: taskwarrior is a command-line todo list manager https://taskwarrior.org/ @@ Source-Makefile: feeds/packages/utils/tcsh/Makefile Package: tcsh Submenu: Shells Version: 6.20.00-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Enhanced Berkeley UNIX C shell Maintainer: Nuno Goncalves Source: tcsh-6.20.00.tar.gz License: BSD-3-Clause LicenseFiles: Copyright Type: ipkg Description: Tcsh is an enhanced, but completely compatible version of the Berkeley UNIX C shell (csh). It is a command language interpreter usable both as an interactive login shell and a shell script command processor. It includes a command-line editor, programmable word completion, spelling correction, a history mechanism, job control and a C-like syntax. http://www.tcsh.org/ Nuno Goncalves @@ Source-Makefile: feeds/packages/utils/telldus-core/Makefile Build-Depends: argp-standalone !BUILD_NLS:libiconv !BUILD_NLS:gettext Package: telldus-core Version: 2.1.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +confuse +libftdi +libstdcpp +BUILD_NLS:libiconv-full Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Telldus TellStick USB interface Maintainer: Peter Liedholm Source: telldus-core-2.1.2.tar.gz License: LGPL-2.1 Type: ipkg Description: Telldus driver for USB-based 433 MHz RF transceiver for home automation. MUST be built with full language support, (don't know how to DEPEND that) http://www.telldus.com Peter Liedholm @@ Source-Makefile: feeds/packages/utils/temperusb/Makefile Package: temperusb Version: 2.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libusb-1.0 Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: USB Thermometer RDing TEMPer v1.4 reader Maintainer: Samuel Progin Source: temperusb-2.3.tar.gz License: BSD-2-Clause LicenseFiles: LICENSE Type: ipkg Description: RDing TEMPer v1.4 USB thermometer are cheap devices that can be sourced everywhere on the Internet. This package allows to operate them from user space. Samuel Progin @@ Source-Makefile: feeds/packages/utils/tio/Makefile Package: tio Submenu: Terminal Version: 1.32-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: A simple TTY terminal I/O application Maintainer: Source: tio-1.32.tar.xz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: A small and simple TTY terminal I/O application https://tio.github.io/ @@ Source-Makefile: feeds/packages/utils/tmux/Makefile Package: tmux Submenu: Terminal Version: 2.9a-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses +libevent2 +libpthread +librt Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Terminal multiplexer Maintainer: Maxim Storchak Source: tmux-2.9a.tar.gz License: ISC LicenseFiles: COPYING Type: ipkg Description: tmux is a modern, BSD-licensed alternative to GNU screen. http://tmux.github.io/ Maxim Storchak @@ Source-Makefile: feeds/packages/utils/tracertools/Makefile Package: tracertools Version: 20160308-28d0bb9a10a0b56b4964e3256135cfd152075a59 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Tracer MPPT monitoring and control tools Maintainer: Daniel Golle Source: tracertools-20160308-28d0bb9a10a0b56b4964e3256135cfd152075a59.tar.gz License: GPL-3.0 Type: ipkg Description: Tools for the Tracer MPPT solar charge controller. Daniel Golle @@ Source-Makefile: feeds/packages/utils/tree/Makefile Package: tree Version: 1.8.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libgcc Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: List contents of directories in a tree-like format Maintainer: Banglang Huang Source: tree-1.8.0.tgz Type: ipkg Description: List contents of directories in a tree-like format Banglang Huang @@ Source-Makefile: feeds/packages/utils/triggerhappy/Makefile Package: triggerhappy Version: 0.5.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: handle input events and run configured programs Maintainer: Ted Hess Source: triggerhappy-0.5.0.tar.gz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: triggerhappy - handle input events and run configured programs The daemon thd can handle hotplugged input devices and is configured through simple configuration files in /etc/triggerhappy/triggers.d/. http://github.com/wertarbyte/triggerhappy Ted Hess @@ Source-Makefile: feeds/packages/utils/ttyd/Makefile Build-Depends: vim/host Package: ttyd Submenu: Terminal Version: 1.5.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +libjson-c +libpthread +libwebsockets-full Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Command-line tool for sharing terminal over the web Maintainer: Shuanglei Tao Source: ttyd-1.5.2.tar.gz License: MIT LicenseFiles: LICENSE Type: ipkg Description: ttyd is a command-line tool for sharing terminal over the web. https://github.com/tsl0922/ttyd Shuanglei Tao @@ Source-Makefile: feeds/packages/utils/uledd/Makefile Package: uledd Version: bc94c7e52009f7ec33b23652502b4754351d8040-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libubox +libubus Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: PWM/RGB LED ubus frontend Maintainer: John Crispin Source: uledd-bc94c7e52009f7ec33b23652502b4754351d8040.tar.xz License: GPL-2.0 Type: ipkg Description: PWM/RGB LED ubus frontend John Crispin @@ Source-Makefile: feeds/packages/utils/unrar/Makefile Package: unrar Submenu: Compression Version: 5.7.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +libpthread Conflicts: Menu-Depends: Provides: Build-Variant: bin Section: utils Category: Utilities Repository: base Title: UnRAR (application) Maintainer: Álvaro Fernández Rojas , Ted Hess Source: unrarsrc-5.7.3.tar.gz License: UnRAR LicenseFiles: license.txt Type: ipkg Description: UnRAR is an application that can decompress files and archives created using the RAR compression scheme https://www.rarlab.com/ Álvaro Fernández Rojas , Ted Hess @@ Package: libunrar Submenu: Compression Version: 5.7.3-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp +libpthread Conflicts: Menu-Depends: Provides: Build-Variant: lib Section: libs Category: Libraries Repository: base Title: UnRAR (library) Maintainer: Álvaro Fernández Rojas , Ted Hess Source: unrarsrc-5.7.3.tar.gz License: UnRAR LicenseFiles: license.txt Type: ipkg Description: UnRAR library is a shared library that provides file extraction from RAR archives https://www.rarlab.com/ Álvaro Fernández Rojas , Ted Hess @@ Source-Makefile: feeds/packages/utils/unzip/Makefile Package: unzip Submenu: Compression Version: 6.0-8 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: De-archiver for .zip files Maintainer: Álvaro Fernández Rojas Source: unzip60.tar.gz License: BSD-4-Clause LicenseFiles: LICENSE Type: ipkg Description: InfoZIP's unzip program. With the exception of multi-volume archives (ie, .ZIP files that are split across several disks using PKZIP's /& option), this can handle any file produced either by PKZIP, or the corresponding InfoZIP zip program. http://infozip.sourceforge.net/UnZip.html Álvaro Fernández Rojas @@ Source-Makefile: feeds/packages/utils/usbmuxd/Makefile Package: usbmuxd Submenu: libimobiledevice Version: 1.1.1-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +librt +libusb-1.0 +libusbmuxd +libopenssl +libimobiledevice Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: USB multiplexing daemon Maintainer: Rosen Penev Source: usbmuxd-1.1.1.tar.bz2 License: GPL-2.0-or-later LicenseFiles: COPYING.GPLv2 Type: ipkg Description: This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch. To users, it means you can sync your music, contacts, photos, etc. over USB. To developers, it means you can connect to any listening localhost socket on the device. usbmuxd is not used for tethering data transfer, which uses a dedicated USB interface as a virtual network device. https://www.libimobiledevice.org/ Rosen Penev @@ Source-Makefile: feeds/packages/utils/uvcdynctrl/Makefile Package: uvcdynctrl Menu: 1 Version: 0.2.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libwebcam Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Manage dynamic controls in uvcvideo Maintainer: Roger D Source: libwebcam-src-0.2.5.tar.gz Type: ipkg Description: The webcam-tools package contains the following two components: - libwebcam: Webcam Library (LGPL) - uvcdynctrl: Manage dynamic controls in uvcvideo (GPL) https://sourceforge.net/projects/libwebcam/ Roger D @@ Package: libwebcam Version: 0.2.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libxml2 +libiconv-full Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: Webcam library Maintainer: Roger D Source: libwebcam-src-0.2.5.tar.gz Type: ipkg Description: The webcam-tools package contains the following two components: - libwebcam: Webcam Library (LGPL) - uvcdynctrl: Manage dynamic controls in uvcvideo (GPL) https://sourceforge.net/projects/libwebcam/ Roger D @@ Source-Makefile: feeds/packages/utils/vim/Makefile Build-Depends/host: libiconv/host Build-Types: host Package: vim Submenu: Editors Version: 8.1-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Vi IMproved - enhanced vi editor (Tiny) Maintainer: Marko Ratkaj Source: vim-8.1.tar.bz2 Type: ipkg Description: Vim is an almost compatible version of the UNIX editor Vi. (Tiny build) http://www.vim.org/ Marko Ratkaj @@ Package: vim-full Submenu: Editors Version: 8.1-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Vi IMproved - enhanced vi editor (Normal) Maintainer: Marko Ratkaj Source: vim-8.1.tar.bz2 Type: ipkg Description: Vim is an almost compatible version of the UNIX editor Vi. (Normal build) http://www.vim.org/ Marko Ratkaj @@ Package: vim-fuller Submenu: Editors Version: 8.1-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Vi IMproved - enhanced vi editor (Big) Maintainer: Marko Ratkaj Source: vim-8.1.tar.bz2 Type: ipkg Description: Vim is an almost compatible version of the UNIX editor Vi. (Big build) http://www.vim.org/ Marko Ratkaj @@ Package: vim-runtime Submenu: Editors Version: 8.1-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Vi IMproved - enhanced vi editor (runtime files) Maintainer: Marko Ratkaj Source: vim-8.1.tar.bz2 Type: ipkg Description: Vim is an almost compatible version of the UNIX editor Vi. (Runtime files) http://www.vim.org/ Marko Ratkaj @@ Package: vim-help Submenu: Editors Version: 8.1-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncurses Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Vi IMproved - enhanced vi editor (help files) Maintainer: Marko Ratkaj Source: vim-8.1.tar.bz2 Type: ipkg Description: Vim is an almost compatible version of the UNIX editor Vi. (Help files) http://www.vim.org/ Marko Ratkaj @@ Package: xxd Version: 8.1-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: make a hexdump or do the reverse Maintainer: Marko Ratkaj Source: vim-8.1.tar.bz2 Type: ipkg Description: xxd creates a hex dump of a given file or standard input, it can also convert a hex dump back to its original binary form. http://www.vim.org/ Marko Ratkaj @@ Source-Makefile: feeds/packages/utils/watchcat/Makefile Package: watchcat Version: 1-7 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Enable the configuration of programed reboots Maintainer: Roger D Source: License: GPL-2.0 Type: ipkg Description: Allows to configure a periodically reboot, or after losing internet connectivity. Configured trough UCI /etc/config/system. Roger D @@ Source-Makefile: feeds/packages/utils/wifitoggle/Makefile Package: wifitoggle Version: 1-6 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Script to toggle Wi-Fi with a button and UCI config Maintainer: Nuno Goncalves Source: License: GPL-2.0-or-later Type: ipkg Description: Very versatile script to toggle Wi-Fi with a button. Allows to set timeouts, persist changes after boot, and set LEDs according to the state. Nuno Goncalves @@ Source-Makefile: feeds/packages/utils/xz/Makefile Package: xz-utils Menu: 1 Submenu: Compression Version: 5.2.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: XZ Utils (meta) Maintainer: Source: xz-5.2.5.tar.xz License: Public-Domain LGPL-2.1-or-later GPL-2.0-or-later GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: XZ Utils (meta) https://tukaani.org/xz @@ Package: liblzma Submenu: Compression Version: 5.2.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: liblzma library from XZ Utils Maintainer: Source: xz-5.2.5.tar.xz License: Public-Domain LGPL-2.1-or-later GPL-2.0-or-later GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: liblzma library from XZ Utils https://tukaani.org/xz @@ Package: lzmadec Submenu: Compression Version: 5.2.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread xz-utils +liblzma Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: lzmadec utility from XZ Utils Maintainer: Source: xz-5.2.5.tar.xz License: Public-Domain LGPL-2.1-or-later GPL-2.0-or-later GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: Contains: lzmadec https://tukaani.org/xz @@ Package: lzmainfo Submenu: Compression Version: 5.2.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread xz-utils +liblzma Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: lzmainfo utility from XZ Utils Maintainer: Source: xz-5.2.5.tar.xz License: Public-Domain LGPL-2.1-or-later GPL-2.0-or-later GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: Contains: lzmainfo https://tukaani.org/xz @@ Package: xz Submenu: Compression Version: 5.2.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread xz-utils +liblzma Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: xz utility from XZ Utils Maintainer: Source: xz-5.2.5.tar.xz License: Public-Domain LGPL-2.1-or-later GPL-2.0-or-later GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: Contains: xz lzcat lzma unlzma unxz xzcat https://tukaani.org/xz @@ Package: xzdec Submenu: Compression Version: 5.2.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread xz-utils +liblzma Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: xzdec utility from XZ Utils Maintainer: Source: xz-5.2.5.tar.xz License: Public-Domain LGPL-2.1-or-later GPL-2.0-or-later GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: Contains: xzdec https://tukaani.org/xz @@ Package: xzdiff Submenu: Compression Version: 5.2.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread xz-utils +xz Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: xzdiff utility from XZ Utils Maintainer: Source: xz-5.2.5.tar.xz License: Public-Domain LGPL-2.1-or-later GPL-2.0-or-later GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: Contains: xzdiff lzcmp lzdiff xzcmp https://tukaani.org/xz @@ Package: xzgrep Submenu: Compression Version: 5.2.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread xz-utils +xz Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: xzgrep utility from XZ Utils Maintainer: Source: xz-5.2.5.tar.xz License: Public-Domain LGPL-2.1-or-later GPL-2.0-or-later GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: Contains: xzgrep lzegrep lzfgrep lzgrep xzegrep xzfgrep https://tukaani.org/xz @@ Package: xzless Submenu: Compression Version: 5.2.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread xz-utils +xz Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: xzless utility from XZ Utils Maintainer: Source: xz-5.2.5.tar.xz License: Public-Domain LGPL-2.1-or-later GPL-2.0-or-later GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: Contains: xzless lzless https://tukaani.org/xz @@ Package: xzmore Submenu: Compression Version: 5.2.5-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread xz-utils +xz Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: xzmore utility from XZ Utils Maintainer: Source: xz-5.2.5.tar.xz License: Public-Domain LGPL-2.1-or-later GPL-2.0-or-later GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: Contains: xzmore lzmore https://tukaani.org/xz @@ Source-Makefile: feeds/packages/utils/yara/Makefile Package: yara Menu: 1 Version: 3.10.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libopenssl +YARA_module_magic:file +YARA_module_cuckoo:jansson Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Pattern matching swiss knife for malware researchers Maintainer: Marko Ratkaj Source: yara-3.10.0.tar.gz License: BSD-3-Clause Type: ipkg Description: YARA is a tool aimed at (but not limited to) helping malware researchers to identify and classify malware samples. With YARA you can create descriptions of malware families based on textual or binary patterns. http://virustotal.github.io/yara/ Marko Ratkaj @@ Config: source "feeds/packages/utils/yara/Config.in" @@ Source-Makefile: feeds/packages/utils/ykclient/Makefile Build-Depends: curl Package: ykclient Version: 2.15-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread curl Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: The Yuibco yubikey c client library Maintainer: Stuart B. Wilkins Source: ykclient-2.15.tar.gz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: YubiKey C Client Library (libykclient) https://developers.yubico.com/yubico-c-client/ Stuart B. Wilkins @@ Source-Makefile: feeds/packages/utils/ykpers/Makefile Package: ykpers Version: 1.20.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +curl +libyubikey +libjson-c +libusb-1.0 Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: The Yuibco personalization package Maintainer: Stuart B. Wilkins Source: ykpers-1.20.0.tar.gz License: BSD-2-Clause LicenseFiles: COPYING Type: ipkg Description: The YubiKey Personalization package contains a library and command line tool used to personalize (i.e., set a AES key) YubiKeys. https://developers.yubico.com/yubikey-personalization/ Stuart B. Wilkins @@ Source-Makefile: feeds/packages/utils/yunbridge/Makefile Package: yunbridge Version: 1.6.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +python Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Arduino YUN bridge library Maintainer: John Crispin Source: yunbridge-1.6.0.tar.gz License: GPL-2.0 Type: ipkg Description: Arduino YUN bridge library http://arduino.cc/ John Crispin @@ Source-Makefile: feeds/packages/utils/zile/Makefile Package: zile Submenu: Editors Version: 2.3.24-5 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libncursesw Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: very small emacs-like editor Maintainer: Ted Hess Source: zile-2.3.24.tar.gz License: GPL-3.0-or-later LicenseFiles: COPYING Type: ipkg Description: Zile is a small Emacs clone. Zile is a customizable, self-documenting real-time display editor. Zile was written to be as similar as possible to Emacs; every Emacs user should feel at home with Zile. http://www.gnu.org/software/zile/ Ted Hess @@ Source-Makefile: feeds/packages/utils/zoneinfo/Makefile Package: zoneinfo-simple Submenu: Zoneinfo Version: 2020c-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Zone Information (simple) Maintainer: Vladimir Ulrich Source: tzdata2020c.tar.gz License: Public Domain Type: ipkg Description: Zone Information (simple) Vladimir Ulrich @@ Package: zoneinfo-core Submenu: Zoneinfo Version: 2020c-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Zone Information (core) Maintainer: Vladimir Ulrich Source: tzdata2020c.tar.gz License: Public Domain Type: ipkg Description: Zone Information (core) Vladimir Ulrich @@ Package: zoneinfo-africa Submenu: Zoneinfo Version: 2020c-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Zone Information (Africa) Maintainer: Vladimir Ulrich Source: tzdata2020c.tar.gz License: Public Domain Type: ipkg Description: Zone Information (Africa) Vladimir Ulrich @@ Package: zoneinfo-northamerica Submenu: Zoneinfo Version: 2020c-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Zone Information (NorthAmerica) Maintainer: Vladimir Ulrich Source: tzdata2020c.tar.gz License: Public Domain Type: ipkg Description: Zone Information (NorthAmerica) Vladimir Ulrich @@ Package: zoneinfo-southamerica Submenu: Zoneinfo Version: 2020c-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Zone Information (SouthAmerica) Maintainer: Vladimir Ulrich Source: tzdata2020c.tar.gz License: Public Domain Type: ipkg Description: Zone Information (SouthAmerica) Vladimir Ulrich @@ Package: zoneinfo-poles Submenu: Zoneinfo Version: 2020c-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Zone Information (Arctic, Antarctic) Maintainer: Vladimir Ulrich Source: tzdata2020c.tar.gz License: Public Domain Type: ipkg Description: Zone Information (Arctic, Antarctic) Vladimir Ulrich @@ Package: zoneinfo-asia Submenu: Zoneinfo Version: 2020c-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Zone Information (Asia) Maintainer: Vladimir Ulrich Source: tzdata2020c.tar.gz License: Public Domain Type: ipkg Description: Zone Information (Asia) Vladimir Ulrich @@ Package: zoneinfo-atlantic Submenu: Zoneinfo Version: 2020c-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Zone Information (Atlantic) Maintainer: Vladimir Ulrich Source: tzdata2020c.tar.gz License: Public Domain Type: ipkg Description: Zone Information (Atlantic) Vladimir Ulrich @@ Package: zoneinfo-australia-nz Submenu: Zoneinfo Version: 2020c-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Zone Information (Australia-NZ) Maintainer: Vladimir Ulrich Source: tzdata2020c.tar.gz License: Public Domain Type: ipkg Description: Zone Information (Australia-NZ) Vladimir Ulrich @@ Package: zoneinfo-pacific Submenu: Zoneinfo Version: 2020c-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Zone Information (Pacific) Maintainer: Vladimir Ulrich Source: tzdata2020c.tar.gz License: Public Domain Type: ipkg Description: Zone Information (Pacific) Vladimir Ulrich @@ Package: zoneinfo-europe Submenu: Zoneinfo Version: 2020c-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Zone Information (Europe) Maintainer: Vladimir Ulrich Source: tzdata2020c.tar.gz License: Public Domain Type: ipkg Description: Zone Information (Europe) Vladimir Ulrich @@ Package: zoneinfo-india Submenu: Zoneinfo Version: 2020c-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Zone Information (India) Maintainer: Vladimir Ulrich Source: tzdata2020c.tar.gz License: Public Domain Type: ipkg Description: Zone Information (India) Vladimir Ulrich @@ Package: zoneinfo-all Submenu: Zoneinfo Version: 2020c-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +zoneinfo-simple +zoneinfo-core +zoneinfo-africa +zoneinfo-northamerica +zoneinfo-southamerica +zoneinfo-poles +zoneinfo-asia +zoneinfo-atlantic +zoneinfo-australia-nz +zoneinfo-pacific +zoneinfo-europe +zoneinfo-india Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Zone Information (all zones) Maintainer: Vladimir Ulrich Source: tzdata2020c.tar.gz License: Public Domain Type: ipkg Description: Zone Information (all zones) Vladimir Ulrich @@ Source-Makefile: feeds/packages/utils/zsh/Makefile Package: zsh Submenu: Shells Version: 5.6.2-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libcap +libncurses +libncursesw +libpcre +librt Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: The Z shell Maintainer: Vadim A. Misbakh-Soloviov Source: zsh-5.6.2.tar.xz License: ZSH LicenseFiles: LICENCE Type: ipkg Description: Zsh is a UNIX command interpreter (shell) usable as an interactive login shell and as a shell script command processor. Of the standard shells, zsh most closely resembles ksh but includes many enhancements. Zsh has command line editing, builtin spelling correction, programmable command completion, shell functions (with autoloading), a history mechanism, and a host of other features. https://www.zsh.org/ Vadim A. Misbakh-Soloviov @@ Source-Makefile: feeds/packages/utils/zstd/Makefile Build-Depends: meson/host ninja/host Build-Depends/host: ninja/host Package: libzstd Menu: 1 Submenu: Compression Version: 1.4.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: base Title: zstd library. Maintainer: Source: zstd-1.4.5.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Zstandard - Fast real-time compression algorithm. This package provides libzstd library. https://github.com/facebook/zstd @@ Config: config ZSTD_OPTIMIZE_O3 bool "Use all optimizations (-O3)" depends on PACKAGE_libzstd default y help This enables additional optmizations using the -O3 compilation flag. @@ Package: zstd Submenu: Compression Version: 1.4.5-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libzstd Conflicts: Menu-Depends: Provides: Section: utils Category: Utilities Repository: base Title: Fast real-time compression algorithm. Maintainer: Source: zstd-1.4.5.tar.gz License: GPL-2.0-or-later LicenseFiles: COPYING Type: ipkg Description: Zstandard - Fast real-time compression algorithm. This package provides the zstd binaries. https://github.com/facebook/zstd @@