This translation is older than the original page and might be outdated. See what has changed.

패키지

LEDE는 장치의 기능을 확장하기 위해 수천개의 패키지를 제공합니다.

이 페이지는 LEDE 17.01에서 사용 가능한 패키지들의 목록입니다.

사용 가능한 패키지의 간략한 개요는 패키지 목차에서 확인할 수 있습니다.

패키지 분류를 클릭하면 패키지 테이블이 필터링되지만 직접 수동으로 필터링 할 수도 있습니다.

Filter by category

아래 표는 성능상의 이유로 한 페이지에 50개의 패키지만 출력합니다.

  • 왼쪽 밑에 있는 “next page” 또는 “previous page”를 클릭하면 다음 또는 이전의 50개의 패키지를 출력합니다.
  • 테이블 제일 위의 열 명을 클릭하면 그 열을 기준으로 정렬됩니다.
  • 흰색 창에 필터 기준을 입력하세요.

아래 표에서 패키지 이름을 클릭하면 해당 패키지의 문서가 있는 페이지로 이동합니다. 없는 경우 자유롭게 추가할 수 있습니다.

Filtered by categories='libraries'

Category NameVersionDependencies...........................................Description...........................................File sizeInstalled sizeLicenseMaintainerBug reportSource code
librarieslibfstrm0.6.1-1libcfstrm 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.

15kB14kBMITPeter van DijkBug reportsSources
librarieslibftdi0.20-7libc, libusb-compat4libFTDI - 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.

10kB9kBLGPL-2.0Álvaro Fernández RojasBug reportsSources
librarieslibftdi11.5-2libc, libusb-1.0-0libFTDI - 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.

21kB20kBLGPL-2.1-onlyÁlvaro Fernández RojasBug reportsSources
librarieslibgabe1.0-1libc, glib2, libgcrypt, libgmp10, libpbcThis 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.

11kB11kBGPLv2Daniel GolleBug reportsSources
librarieslibgcrypt1.9.4-1libc, libgpg-errorThis 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).

387kB387kBLGPL-2.1-or-laterW. Michael PetulloBug reportsSources
librarieslibgd2.3.2-4libc, librt, libpthread, libjpeg, libpng, libwebpGD is an open source code library for the dynamic creation of images by
programmers. GD creates PNG, JPEG and GIF images, among other formats.

79kB79kBMITJo-Philipp WichBug reportsSources
librarieslibgd-full2.3.2-4libc, libjpeg, libpng, libwebp, libtiff5, libfreetypeGD is an open source code library for the dynamic creation of images by
programmers. GD creates PNG, JPEG and GIF images, among other formats.
.
This variant of the libgd package is compiled will all features enabled.

94kB94kBMITJo-Philipp WichBug reportsSources
librarieslibgdbm1.21-1libcGNU database manager library
GNU dbm is a set of database routines that use extendible hashing and
works similar to the standard UNIX dbm routines.

30kB29kBGPL-3.0-or-laterMarcel DeniaBug reportsSources
librarieslibgee0.20.4-1libc, glib2libgee

216kB216kBLGPL-2.1-or-laterW. Michael PetulloBug reportsSources
librarieslibgee0.20.4-1libc, glib2packages:pkgdata:libgee, libgee

216kB216kBLGPL-2.1-or-laterW. Michael Petullopackages:pkgdata:libgee, Bug reportspackages:pkgdata:libgee, Sources
librarieslibgensio02.3.5-1libc, libpthreadThis project (pronounced gen'-see-oh) is used to abstract stream I/O
like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a
framework for giving a consistent view of various stream (and packet)
I/O types. You create a gensio object (or a gensio), and you can use
that gensio without having to know too much about what is going on
underneath. You can stack gensio on top of another one to add protocol
funcionality. For instance, you can create a TCP gensio, stack SSL on
top of that, and stack Telnet on top of that. It supports a number of
network I/O and serial ports. Gensio can be used for sending and
receiving ports, and it also supports establishing encrypted and
authenticated connections.
.
This package contains the runtime libraries.

123kB122kBGPL-2.0-or-laterNita VesaBug reportsSources
librarieslibgensiocpp02.3.5-1libc, librt, libpthread, libgensio0, libstdcpp6This project (pronounced gen'-see-oh) is used to abstract stream I/O
like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a
framework for giving a consistent view of various stream (and packet)
I/O types. You create a gensio object (or a gensio), and you can use
that gensio without having to know too much about what is going on
underneath. You can stack gensio on top of another one to add protocol
funcionality. For instance, you can create a TCP gensio, stack SSL on
top of that, and stack Telnet on top of that. It supports a number of
network I/O and serial ports. Gensio can be used for sending and
receiving ports, and it also supports establishing encrypted and
authenticated connections.
.
This package contains the C++ runtime files.

31kB30kBGPL-2.0-or-laterNita VesaBug reportsSources
librarieslibglpk4.63-1libcThe 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.

356kB356kBGPL-3.0Daniel GolleBug reportsSources
librarieslibgmp6.1.2-1libc, libsspGMP is a free library for arbitrary precision arithmetic, operating on
signed integers, rational numbers, and floating point numbers.

176kB176kBGPL-2.0+LEDE teamBug reportsSources
librarieslibgmp106.2.1-1libcGMP is a free library for arbitrary precision arithmetic, operating on
signed integers, rational numbers, and floating point numbers.

184kB183kBGPL-2.0-or-laterOpenWrt teamBug reportsSources
librarieslibgnurl7.72.0-2libc, libgnutls, libidn2, zlibA client-side HTTP/HTTPS transfer library

115kB115kBMITDaniel GolleBug reportsSources
librarieslibgnurl7.72.0-2libc, libgnutls, libidn2, zlibpackages:pkgdata:libgnurl, A client-side HTTP/HTTPS transfer library

115kB115kBMITDaniel Gollepackages:pkgdata:libgnurl, Bug reportspackages:pkgdata:libgnurl, Sources
librarieslibgpg-error1.45-2libcAn 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.

50kB49kBLGPL-2.1-or-laterW. Michael PetulloBug reportsSources
librarieslibgpg-error1.45-2libcpackages:pkgdata:libgpg-error, 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.

50kB49kBLGPL-2.1-or-laterW. Michael Petullopackages:pkgdata:libgpg-error, Bug reportspackages:pkgdata:libgpg-error, Sources
librarieslibgpgme1.18.0-1libc, librt, libpthread, libassuan, libgpg-errorGnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
easier for applications. It provides a High-Level Crypto API for
encryption, decryption, signing, signature verification and key
management. Currently it uses GnuPG's OpenPGP backend as the default,
but the API isn't restricted to this engine. We have, in fact, already
developed a backend for CMS (S/MIME).

92kB91kBGPL-3.0-or-laterDaniel GolleBug reportsSources
librarieslibgpgmepp1.18.0-1libc, libgpgme, libstdcpp6GnuPG Made Easy (GPGME) library (C++)

111kB110kBGPL-3.0-or-laterDaniel GolleBug reportsSources
librarieslibgphoto22.5.30-1libc, libpthread, libltdl7, libusb-compat4, libusb-1.0-0The basic library of the gphoto2 program, version 2.5.30.

74kB73kBLGPL-2.1-or-laterLeonardo MediciBug reportsSources
librarieslibgphoto22.5.30-1libc, libpthread, libltdl7, libusb-compat4, libusb-1.0-0packages:pkgdata:libgphoto2, The basic library of the gphoto2 program, version 2.5.30.

74kB73kBLGPL-2.1-or-laterLeonardo Medicipackages:pkgdata:libgphoto2, Bug reportspackages:pkgdata:libgphoto2, Sources
librarieslibgphoto2-drivers-adc652.5.30-1libc, librt, libpthread, libgphoto2-portGphoto2 drivers for adc65 cameras

3kB2kBLGPL-2.1-or-laterLeonardo MediciBug reportsSources
librarieslibgphoto2-drivers-agfa_cl202.5.30-1libc, libgphoto2-portGphoto2 drivers for agfa_cl20 cameras

5kB4kBLGPL-2.1-or-laterLeonardo MediciBug reportsSources
librarieslibgphoto2-drivers-aox2.5.30-1libc, libgphoto2-portGphoto2 drivers for aox cameras

5kB4kBLGPL-2.1-or-laterLeonardo MediciBug reportsSources
librarieslibgphoto2-drivers-ax2032.5.30-1libc, libgphoto2-portGphoto2 drivers for ax203 cameras

16kB15kBLGPL-2.1-or-laterLeonardo MediciBug reportsSources
librarieslibgphoto2-drivers-barbie2.5.30-1libc, libgphoto2-portGphoto2 drivers for barbie cameras

4kB3kBLGPL-2.1-or-laterLeonardo MediciBug reportsSources
librarieslibgphoto2-drivers-canon2.5.30-1libc, librt, libpthread, libgphoto2-portGphoto2 drivers for canon cameras

45kB44kBLGPL-2.1-or-laterLeonardo MediciBug reportsSources
librarieslibgphoto2-drivers-casio_qv2.5.30-1libc, librt, libpthread, libgphoto2-portGphoto2 drivers for casio_qv cameras

6kB6kBLGPL-2.1-or-laterLeonardo MediciBug reportsSources
librarieslibgphoto2-drivers-clicksmart3102.5.30-1libc, libgphoto2-portGphoto2 drivers for clicksmart310 cameras

6kB5kBLGPL-2.1-or-laterLeonardo MediciBug reportsSources
librarieslibgphoto2-drivers-digigr82.5.30-1libc, libgphoto2-portGphoto2 drivers for digigr8 cameras

9kB8kBLGPL-2.1-or-laterLeonardo MediciBug reportsSources
librarieslibgphoto2-drivers-digita2.5.30-1libc, libgphoto2-portGphoto2 drivers for digita cameras

7kB6kBLGPL-2.1-or-laterLeonardo MediciBug reportsSources
librarieslibgphoto2-drivers-digita2.5.30-1libc, libgphoto2-portpackages:pkgdata:libgphoto2-drivers-digita, Gphoto2 drivers for digita cameras

7kB6kBLGPL-2.1-or-laterLeonardo Medicipackages:pkgdata:libgphoto2-drivers-digita, Bug reportspackages:pkgdata:libgphoto2-drivers-digita, Sources
librarieslibgphoto2-drivers-dimagev2.5.30-1libc, libgphoto2-portGphoto2 drivers for dimagev cameras

13kB12kBLGPL-2.1-or-laterLeonardo MediciBug reportsSources
librarieslibgphoto2-drivers-dimagev2.5.30-1libc, libgphoto2-portpackages:pkgdata:libgphoto2-drivers-dimagev, Gphoto2 drivers for dimagev cameras

13kB12kBLGPL-2.1-or-laterLeonardo Medicipackages:pkgdata:libgphoto2-drivers-dimagev, Bug reportspackages:pkgdata:libgphoto2-drivers-dimagev, Sources
librarieslibgphoto2-drivers-dimera35002.5.30-1libc, libgphoto2-portGphoto2 drivers for dimera3500 cameras

12kB12kBLGPL-2.1-or-laterLeonardo MediciBug reportsSources
librarieslibgphoto2-drivers-dimera35002.5.30-1libc, libgphoto2-portpackages:pkgdata:libgphoto2-drivers-dimera3500, Gphoto2 drivers for dimera3500 cameras

12kB12kBLGPL-2.1-or-laterLeonardo Medicipackages:pkgdata:libgphoto2-drivers-dimera3500, Bug reportspackages:pkgdata:libgphoto2-drivers-dimera3500, Sources
librarieslibgphoto2-drivers-directory2.5.30-1libc, libgphoto2-portGphoto2 drivers for directory cameras

6kB5kBLGPL-2.1-or-laterLeonardo MediciBug reportsSources
librarieslibgphoto2-drivers-directory2.5.30-1libc, libgphoto2-portpackages:pkgdata:libgphoto2-drivers-directory, Gphoto2 drivers for directory cameras

6kB5kBLGPL-2.1-or-laterLeonardo Medicipackages:pkgdata:libgphoto2-drivers-directory, Bug reportspackages:pkgdata:libgphoto2-drivers-directory, Sources
librarieslibgphoto2-drivers-enigma132.5.30-1libc, libgphoto2-portGphoto2 drivers for enigma13 cameras

4kB3kBLGPL-2.1-or-laterLeonardo MediciBug reportsSources
librarieslibgphoto2-drivers-fuji2.5.30-1libc, libgphoto2-portGphoto2 drivers for fuji cameras

10kB9kBLGPL-2.1-or-laterLeonardo MediciBug reportsSources
librarieslibgphoto2-drivers-gsmart3002.5.30-1libc, libgphoto2-portGphoto2 drivers for gsmart300 cameras

7kB6kBLGPL-2.1-or-laterLeonardo MediciBug reportsSources
librarieslibgphoto2-drivers-gsmart3002.5.30-1libc, libgphoto2-portpackages:pkgdata:libgphoto2-drivers-gsmart300, Gphoto2 drivers for gsmart300 cameras

7kB6kBLGPL-2.1-or-laterLeonardo Medicipackages:pkgdata:libgphoto2-drivers-gsmart300, Bug reportspackages:pkgdata:libgphoto2-drivers-gsmart300, Sources
librarieslibgphoto2-drivers-hp2152.5.30-1libc, libgphoto2-portGphoto2 drivers for hp215 cameras

6kB5kBLGPL-2.1-or-laterLeonardo MediciBug reportsSources
librarieslibgphoto2-drivers-hp2152.5.30-1libc, libgphoto2-portpackages:pkgdata:libgphoto2-drivers-hp215, Gphoto2 drivers for hp215 cameras

6kB5kBLGPL-2.1-or-laterLeonardo Medicipackages:pkgdata:libgphoto2-drivers-hp215, Bug reportspackages:pkgdata:libgphoto2-drivers-hp215, Sources
librarieslibgphoto2-drivers-iclick2.5.30-1libc, libgphoto2-portGphoto2 drivers for iclick cameras

5kB4kBLGPL-2.1-or-laterLeonardo MediciBug reportsSources
librarieslibgphoto2-drivers-iclick2.5.30-1libc, libgphoto2-portpackages:pkgdata:libgphoto2-drivers-iclick, Gphoto2 drivers for iclick cameras

5kB4kBLGPL-2.1-or-laterLeonardo Medicipackages:pkgdata:libgphoto2-drivers-iclick, Bug reportspackages:pkgdata:libgphoto2-drivers-iclick, Sources
librarieslibgphoto2-drivers-jamcam2.5.30-1libc, librt, libpthread, libgphoto2-portGphoto2 drivers for jamcam cameras

7kB6kBLGPL-2.1-or-laterLeonardo MediciBug reportsSources
librarieslibgphoto2-drivers-jamcam2.5.30-1libc, librt, libpthread, libgphoto2-portpackages:pkgdata:libgphoto2-drivers-jamcam, Gphoto2 drivers for jamcam cameras

7kB6kBLGPL-2.1-or-laterLeonardo Medicipackages:pkgdata:libgphoto2-drivers-jamcam, Bug reportspackages:pkgdata:libgphoto2-drivers-jamcam, Sources
 
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2020/05/21 09:32
  • by tmomas