软件包列表
软件包分类
点击软件包分类可直接对下方 软件包列表 进行筛选,您也可以输入内容手动筛选。
软件包列表
为了不影响您的体验,每页只显示50个软件包。
- 点击左下角“下一页”或“上一页”以便显示前50或后50个软件包。
- 点击表头可对按对应字段对内容进行排序。
- 在
反白框输入您的筛选条件。
当您点击下表中的软件包名称后,将默认打开该软件包的独有页面及相关文档。如果没有,动一动手指添加。
Filtered by categories='libraries'
| 类别 | 名称 | ↓ 版本 | 依赖包 | 描述信息 | 软件包体积 | 安装后大小 | 授权方式 | 维护人 | 报告错误 | 源代码 |
|---|---|---|---|---|---|---|---|---|---|---|
| libraries | check | 0.12.0-2 | libc, libpthread, librt | 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. | 14kB | 13kB | LGPL-2.1-or-later | Eduardo Abinader | Bug reports | Sources |
| libraries | libjson-c | 0.12.1-1 | libc | This package contains a library for javascript object notation backends. | 14kB | 13kB | MIT | Felix Fietkau | Bug reports | Sources |
| libraries | libjson-c | 0.12.1-2 | libc | This package contains a library for javascript object notation backends. | 14kB | 14kB | MIT | Felix Fietkau | Bug reports | Sources |
| libraries | libjson-c | 0.12.1-2 | libc, libssp | This package contains a library for javascript object notation backends. | 12kB | 12kB | MIT | Felix Fietkau | Bug reports | Sources |
| libraries | libjson-c2 | 0.12.1-3.1 | libc, libssp | This package contains a library for javascript object notation backends. | 13kB | 12kB | MIT | Felix Fietkau | Bug reports | Sources |
| libraries | liburcu | 0.13.2-1 | libc, libpthread | Userspace Read-Copy-Update library. | 65kB | 64kB | LGPL-2.1-or-later GPL-2.0-or-later MIT | Daniel Salzman | Bug reports | Sources |
| libraries | liburcu | 0.13.2-1 | libc, libpthread | Userspace Read-Copy-Update library. | 65kB | 64kB | LGPL-2.1-or-later GPL-2.0-or-later MIT | Daniel Salzman | Bug reports | Sources |
| libraries | libhiredis | 0.13.3-1 | libc, libssp | Hiredis is a minimalistic C client library for the Redis database. | 15kB | 14kB | BSD-3-Clause | Daniel Golle | Bug reports | Sources |
| libraries | libhiredis | 0.13.3-1 | libc | Hiredis is a minimalistic C client library for the Redis database. | 17kB | 17kB | BSD-3-Clause | Daniel Golle | Bug reports | Sources |
| libraries | libtorrent | 0.13.6-git-1-14e793b7..625 | libc, libssp, libopenssl, libsigcxx, zlib | 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. | 282kB | 282kB | Peter Wagner | Bug reports | Sources | |
| libraries | libtorrent | 0.13.6-git-1-14e793b7..625 | libc, libopenssl, libsigcxx, zlib | 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. | 306kB | 306kB | Peter Wagner | Bug reports | Sources | |
| libraries | libtorrent | 0.13.6-git-1-14e793b7..625 | libc, libssp, libopenssl, libsigcxx, zlib | 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. | 275kB | 276kB | Peter Wagner | Bug reports | Sources | |
| libraries | libpciaccess | 0.14-1 | libc | Generic PCI access library | 11kB | 11kB | Lucian Cristian | Bug reports | Sources | |
| libraries | libiio | 0.14-2 | libc, zlib | 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. | 23kB | 22kB | LGPL-2.1 | Michael Heimpold | Bug reports | Sources |
| libraries | libdaemon | 0.14-5 | libc, libssp | 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. | 8kB | 7kB | Ted Hess | Bug reports | Sources | |
| libraries | libdaemon | 0.14-5 | libc | 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. | 8kB | 7kB | Ted Hess | Bug reports | Sources | |
| libraries | libdaemon | 0.14-5 | libc | 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. | 9kB | 8kB | Ted Hess | Bug reports | Sources | |
| libraries | libdaemon | 0.14-5 | libc | 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. | 9kB | 8kB | Ted Hess | Bug reports | Sources | |
| libraries | libdaemon | 0.14-5 | libc | 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. | 10kB | 9kB | Ted Hess | Bug reports | Sources | |
| libraries | libdaemon | 0.14-5 | libc | packages:pkgdata_owrt21_2:libdaemon, 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. | 10kB | 9kB | Ted Hess | packages:pkgdata_owrt21_2:libdaemon, Bug reports | packages:pkgdata_owrt21_2:libdaemon, Sources | |
| libraries | libdaemon | 0.14-5 | libc | packages:pkgdata:libdaemon, 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. | 8kB | 7kB | Ted Hess | packages:pkgdata:libdaemon, Bug reports | packages:pkgdata:libdaemon, Sources | |
| libraries | libupnpp | 0.14.0-1 | libc, libssp, libstdcpp, libexpat, librt, libcurl, libupnp | libupnpp defines useful objects over libupnp and can be used to create both devices and control points. It is shared by upmpdcli and upplay. | 145kB | 145kB | GPL-2.0 | Petko Bordjukov | Bug reports | Sources |
| libraries | libupnpp | 0.14.0-1 | libc, libstdcpp, libexpat, librt, libcurl, libupnp | libupnpp defines useful objects over libupnp and can be used to create both devices and control points. It is shared by upmpdcli and upplay. | 149kB | 148kB | GPL-2.0 | Petko Bordjukov | Bug reports | Sources |
| libraries | libupnpp | 0.14.0-1 | libc, libstdcpp, libexpat, librt, libcurl, libupnp | packages:pkgdata_owrt18_6:libupnpp, libupnpp defines useful objects over libupnp and can be used to create both devices and control points. It is shared by upmpdcli and upplay. | 149kB | 148kB | GPL-2.0 | Petko Bordjukov | packages:pkgdata_owrt18_6:libupnpp, Bug reports | packages:pkgdata_owrt18_6:libupnpp, Sources |
| libraries | libhiredis | 0.14.0-2 | libc, libssp | Hiredis is a minimalistic C client library for the Redis database. | 17kB | 16kB | BSD-3-Clause | Daniel Golle | Bug reports | Sources |
| libraries | libspice-server | 0.14.3-3 | libc, librt, libpthread, glib2, libjpeg, libopenssl1.1, pixman, zlib | SPICE server library | 276kB | 277kB | LGPL-2.1-only | Yousong Zhou | Bug reports | Sources |
| libraries | libyang | 0.14.53-2698bd6484526..f23 | libc, libpcre, libpthread | 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. | 366kB | 365kB | GPL-2.0+ | Mislav Novakovic | Bug reports | Sources |
| libraries | libjson-c5 | 0.15-2 | libc | This package contains a library for javascript object notation backends. | 28kB | 27kB | MIT | Felix Fietkau | Bug reports | Sources |
| libraries | libjson-c5 | 0.15-2 | libc | This package contains a library for javascript object notation backends. | 29kB | 28kB | MIT | Felix Fietkau | Bug reports | Sources |
| libraries | check | 0.15.0-1 | libc, libpthread, librt | 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. | 18kB | 17kB | LGPL-2.1-or-later | Eduardo Abinader | Bug reports | Sources |
| libraries | libspice-server | 0.15.0-2 | libc, glib2, libjpeg, libopenssl1.1, pixman, zlib, libstdcpp6 | SPICE server library | 279kB | 281kB | LGPL-2.1-only | Yousong Zhou | Bug reports | Sources |
| libraries | libspice-server | 0.15.0-2 | libc, glib2, libjpeg, libopenssl1.1, pixman, zlib, libstdcpp6 | packages:pkgdata:libspice-server, SPICE server library | 279kB | 281kB | LGPL-2.1-only | Yousong Zhou | packages:pkgdata:libspice-server, Bug reports | packages:pkgdata:libspice-server, Sources |
| libraries | libmad | 0.15.1b-3 | libc, libssp | 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. | 56kB | 55kB | GPLv2 | Ted Hess | Bug reports | Sources |
| libraries | libid3tag | 0.15.1b-4 | libc, libssp, zlib | libid3tag is a library for reading and (eventually) writing ID3 tags, both ID3v1 and the various versions of ID3v2. | 25kB | 24kB | GPL-2 | Ted Hess | Bug reports | Sources |
| libraries | libid3tag | 0.15.1b-4 | libc, zlib | libid3tag is a library for reading and (eventually) writing ID3 tags, both ID3v1 and the various versions of ID3v2. | 30kB | 29kB | GPL-2 | Ted Hess | Bug reports | Sources |
| libraries | libid3tag | 0.15.1b-4 | libc, libssp, zlib | libid3tag is a library for reading and (eventually) writing ID3 tags, both ID3v1 and the various versions of ID3v2. | 24kB | 24kB | GPL-2 | Ted Hess | Bug reports | Sources |
| libraries | libmad | 0.15.1b-4 | libc | 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. | 56kB | 55kB | GPLv2 | Ted Hess | Bug reports | Sources |
| libraries | libid3tag | 0.15.1b-4 | libc, zlib | libid3tag is a library for reading and (eventually) writing ID3 tags, both ID3v1 and the various versions of ID3v2. | 27kB | 27kB | GPL-2 | Ted Hess | Bug reports | Sources |
| libraries | libid3tag | 0.15.1b-4 | libc, librt, libpthread, zlib | libid3tag is a library for reading and (eventually) writing ID3 tags, both ID3v1 and the various versions of ID3v2. | 26kB | 25kB | GPL-2 | Ted Hess | Bug reports | Sources |
| libraries | libmad | 0.15.1b-5 | libc | 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. | 58kB | 57kB | GPLv2 | Ted Hess | Bug reports | Sources |
| libraries | libmad | 0.15.1b-5 | libc | 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. | 57kB | 56kB | GPLv2 | Ted Hess | Bug reports | Sources |
| libraries | libmad | 0.15.1b-5 | libc, librt, libpthread | 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. | 57kB | 56kB | GPLv2 | Ted Hess | Bug reports | Sources |
| libraries | check | 0.15.2-2 | libc, libpthread, librt | 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. | 18kB | 17kB | LGPL-2.1-or-later | Eduardo Abinader | Bug reports | Sources |
| libraries | check | 0.15.2-2 | libc, libpthread, librt | packages:pkgdata:check, 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. | 18kB | 17kB | LGPL-2.1-or-later | Eduardo Abinader | packages:pkgdata:check, Bug reports | packages:pkgdata:check, Sources |
| libraries | libpciaccess | 0.16-1 | libc | Generic PCI access library | 11kB | 11kB | Lucian Cristian | Bug reports | Sources | |
| libraries | libiio | 0.16-1 | libc, zlib | 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. | 24kB | 23kB | LGPL-2.1 | Michael Heimpold | Bug reports | Sources |
| libraries | libpciaccess | 0.16-1 | libc, librt, libpthread | Generic PCI access library | 11kB | 11kB | Lucian Cristian | Bug reports | Sources | |
| libraries | libyang | 0.16-r3-4 | libc, libpcre, libpthread | 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. | 412kB | 411kB | GPL-2.0-or-later | Mislav Novakovic | Bug reports | Sources |
| libraries | libopensc-profile-iasecc-generic-oberthur | 0.16.0-1 | libc, libssp, libopensc | iasecc_generic_oberthur card profile for opensc | 2kB | 1kB | LGPL-2.1+ | Daniel Golle | Bug reports | Sources |
| libraries | libopensc-profile-iasecc-admin-eid | 0.16.0-1 | libc, libssp, libopensc | iasecc_admin_eid card profile for opensc | 2kB | 1kB | LGPL-2.1+ | Daniel Golle | Bug reports | Sources |
| Previous page Next page | ||||||||||