This translation is older than the original page and might be outdated.

Paket tablosu

Bir paket sınıfına tıklamak Paketler Tablosu'nu binaenaleyh süzer, ama tabi ki kendiniz el ile de süzebilirsiniz.

Sınıfa göre sıralama

Aşağıdaki tablo perfomans sebepleriyle sayfa başına 50 paket gösterir.

  • Sonraki veya önceki 50 paketi göstermek için alt soldaki “sonraki sayfa” veya “önceki sayfa” bağlantılarına tıklayın.
  • Kolon başlığına tıklayarak kolonlar sıralanabilir.
  • Süzme ölçünüzü beyaz alanlara ' girin.

Eğer aşağıdaki tabloda paket adına tıklarsanız, paketin belgelendirmesi bulunan kendi sayfasına götürülürsünüz; eğer yoksa ekleyebilirsiniz.

SınıfAd VersiyonBağımlılıklar...........................................Tanım...........................................Dosya boyutuYüklü boyutLisansBakıcıHata raporuKaynak kod
languages---pythonpython3-voluptuous-src0.12.1-1libcIt is primarily intended for validating data coming into Python as JSON, YAML, etc.

This package contains the Python source files for python3-voluptuous.

20kB19kBBSD-3-ClauseJosef SchlehoferBug reportsSources
languages---pythonpython3-voluptuous0.12.1-1libc, librt, libpthread, python3-lightIt is primarily intended for validating data coming into Python as JSON, YAML, etc.

38kB37kBBSD-3-ClauseJosef SchlehoferBug reportsSources
librarieslibjson-c0.12.1-2libcThis package contains a library for javascript object notation backends.

14kB14kBMITFelix FietkauBug reportsSources
languages---pythonpython3-bottle0.12.19-1libc, python3Bottle 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.

122kB122kBMITJosef SchlehoferBug reportsSources
languages---pythonpython3-bottle-src0.12.19-1libc, librt, libpthreadBottle 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.

This package contains the Python source files for python3-bottle.

84kB83kBMITJosef SchlehoferBug reportsSources
utilitieslrzsz0.12.21-1libc, librt, libpthreadlrzsz is a cosmetically modified zmodem/ymodem/xmodem package built
from the public-domain version of Chuck Forsberg's rzsz package.

These programs use error correcting protocols ({z,x,y}modem) to send
(sz, sx, sb) and receive (rz, rx, rb) files over a dial-in serial port
from a variety of programs running under various operating systems.

45kB45kBGPL-2.0-or-laterHsing-Wang LiaoBug reportsSources
languages---perlperl-file-sharedir-install0.13+perl5.28-1libc, perl, perlbase-essential, perlbase-extutils, perlbase-file, perlbase-ioInstall read-only data files

2kB1kBGPL-1.0-or-later Artistic-1.0-PerlMarcel DeniaBug reportsSources
librariesliburcu0.13.2-1libc, libpthreadUserspace Read-Copy-Update library.

65kB64kBLGPL-2.1-or-later GPL-2.0-or-later MITDaniel SalzmanBug reportsSources
librarieslibtorrent0.13.6-git-1-14e793b7..625libc, libopenssl, libsigcxx, zlibLibTorrent 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.

306kB306kBPeter WagnerBug reportsSources
utilitiescrelay0.14-2libc, libftdi1, hidapi, libusb-1.0-0crelay 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

16kB15kBGPL-3.0-or-laterTed HessBug reportsSources
networkvncrepeater0.14-2libc, libstdcpp6Viewer 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.

20kB19kBGPL-2.0Jirka SpicakBug reportsSources
utilitiescrelay0.14-2libc, libftdi1, hidapi, libusb-1.0-0packages:pkgdata:crelay, 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

16kB15kBGPL-3.0-or-laterTed Hesspackages:pkgdata:crelay, Bug reportspackages:pkgdata:crelay, Sources
networkvncrepeater0.14-2libc, libstdcpp6packages:pkgdata:vncrepeater, 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.

20kB19kBGPL-2.0Jirka Spicakpackages:pkgdata:vncrepeater, Bug reportspackages:pkgdata:vncrepeater, Sources
librarieslibdaemon0.14-5libclibdaemon 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.

8kB7kBTed HessBug reportsSources
librarieslibdaemon0.14-5libcpackages: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.

8kB7kBTed Hesspackages:pkgdata:libdaemon, Bug reportspackages:pkgdata:libdaemon, Sources
utilitiesstress-ng0.14.03-3libc, zlib, libbsd0, libaio, libsctp, libkmod, libatomic1, libjpegstress-ng will stress test a computer system in various selectable ways. It
was designed to exercise various physical subsystems of a computer as well as
the various operating system kernel interfaces.

541kB546kBGPL-2.0-onlyAlexandru ArdeleanBug reportsSources
network---vpnopennhrp0.14.1-2libc, libcares, ipsec-tools, ip, kmod-greOpenNHRP 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.

42kB41kBMIT LicenseArtem MakhutovBug reportsSources
networkknxd0.14.53-2libc, librt, libpthread, libusb-1.0-0, libev, libfmtEIB KNX Daemon

231kB230kBGPL-2.0-or-laterOthmar TrunigerBug reportsSources
utilities---terminaldvtm0.15-1libc, libncursesw6dvtm 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.

23kB23kBMIT/XYunfan JiangBug reportsSources
utilitiesprogress0.15-1libc, librt, libpthread, libncursesw6This 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.

10kB8kBGPL-3.0-or-laterNikil MehtaBug reportsSources
utilities---terminaldvtm0.15-1libc, libncursesw6packages:pkgdata:dvtm, 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.

23kB23kBMIT/XYunfan Jiangpackages:pkgdata:dvtm, Bug reportspackages:pkgdata:dvtm, Sources
librarieslibjson-c50.15-2libcThis package contains a library for javascript object notation backends.

28kB27kBMITFelix FietkauBug reportsSources
librarieslibspice-server0.15.0-2libc, glib2, libjpeg, libopenssl1.1, pixman, zlib, libstdcpp6SPICE server library

279kB281kBLGPL-2.1-onlyYousong ZhouBug reportsSources
utilitiesprometheus-statsd-exporter0.15.0-2libcstatsd_exporter receives StatsD-style metrics and exports them as Prometheus
metrics.

3331kB3336kBApache-2.0Andre HeiderBug reportsSources
librarieslibspice-server0.15.0-2libc, glib2, libjpeg, libopenssl1.1, pixman, zlib, libstdcpp6packages:pkgdata:libspice-server, SPICE server library

279kB281kBLGPL-2.1-onlyYousong Zhoupackages:pkgdata:libspice-server, Bug reportspackages:pkgdata:libspice-server, Sources
network---olsr.org-network-frameworkoonf-dlep-radio0.15.1-30libc, librt, libnl-tiny1, libuci20130104, oonf-init-scriptsBuild DLEP Radio Agent

127kB126kBHenning RoggeBug reportsSources
librarieslibid3tag0.15.1b-4libc, zliblibid3tag is a library for reading and (eventually) writing ID3 tags, both
ID3v1 and the various versions of ID3v2.

30kB29kBGPL-2Ted HessBug reportsSources
librarieslibmad0.15.1b-5libcMAD 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.

58kB57kBGPLv2Ted HessBug reportsSources
librariescheck0.15.2-2libc, libpthread, librtCheck 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.

18kB17kBLGPL-2.1-or-laterEduardo AbinaderBug reportsSources
librariescheck0.15.2-2libc, libpthread, librtpackages: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.

18kB17kBLGPL-2.1-or-laterEduardo Abinaderpackages:pkgdata:check, Bug reportspackages:pkgdata:check, Sources
soundmadplay0.15.2b-10libc, librt, libpthread, libid3tag, libmad, alsa-libMAD 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.

27kB26kBGPL-2.0-or-laterSimon PeterBug reportsSources
soundmadplay-alsa0.15.2b-6libc, libssp, libid3tag, libmad, alsa-libMPEG audio player in fixed point - alsa

28kB27kBGPL-2.0+Simon PeterBug reportsSources
librarieslibpciaccess0.16-1libcGeneric PCI access library

11kB11kBLucian CristianBug reportsSources
network---web-servers-proxiesgatling0.16-1libc, zlib, libcap, libopenssl1.1gatling - a high performance web server
with a a rather small binary size but a decent set of extra features
like ftp, basic htaccess and basic DoS-Protection.
Gatling is particularly good in situations with very high load.

62kB61kBGPL-2.0-onlyMartin HübnerBug reportsSources
network---web-servers-proxiesgatling0.16-1libc, zlib, libcap, libopenssl1.1packages:pkgdata:gatling, gatling - a high performance web server
with a a rather small binary size but a decent set of extra features
like ftp, basic htaccess and basic DoS-Protection.
Gatling is particularly good in situations with very high load.

62kB61kBGPL-2.0-onlyMartin Hübnerpackages:pkgdata:gatling, Bug reportspackages:pkgdata:gatling, Sources
libraries---telephonylibctb0.16-3libc, libstdcpp6Multiplatform library for different interfaces.

10kB10kBLGPLSebastian KemperBug reportsSources
languages---pythonpython3-pyrsistent-src0.16.0-1libcPyrsistent is a number of persistent collections (by some referred to as functional data structures).
Persistent in the sense that they are immutable.

This package contains the Python source files for python3-pyrsistent.

33kB32kBMITJosef SchlehoferBug reportsSources
networkgnunet-fuse0.16.0-1libc, gnunet, gnunet-fs, libfuse1GNUnet filesystem mount via FUSE

7kB7kBGPL-3.0Daniel GolleBug reportsSources
languages---pythonpython3-pyrsistent0.16.0-1libc, python3-light, python3-sixPyrsistent is a number of persistent collections (by some referred to as functional data structures).
Persistent in the sense that they are immutable.

75kB74kBMITJosef SchlehoferBug reportsSources
librarieslibasm0.169-1libc, libssp, libelf1, libdwELF manipulation libraries (libasm)

9kB9kBGPL-3.0+Luiz Angelo Daros de LucaBug reportsSources
librarieslibdw0.169-1libc, libssp, libelf1, libbz2ELF manipulation libraries (libdw)

100kB99kBGPL-3.0+Luiz Angelo Daros de LucaBug reportsSources
network---vpnnetbird0.17.0-1libcNetBird is an open-source VPN management platform built on top of WireGuard® making it easy to create
secure private networks for your organization or home.

It requires zero configuration effort leaving behind the hassle of opening ports, complex firewall rules, VPN
gateways, and so forth.

7327kB7337kBBSD-3-ClauseOskari RautaBug reportsSources
languages---pythonpython3-ruamel-yaml-src0.17.17-2libcruamel-yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order

This package contains the Python source files for python3-ruamel-yaml.

89kB88kBMITJosef SchlehoferBug reportsSources
languages---pythonpython3-ruamel-yaml0.17.17-2libc, librt, libpthread, python3-lightruamel-yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order

130kB129kBMITJosef SchlehoferBug reportsSources
networkgnunet-conversation0.17.5-4libc, gnunet, gnunet-gns, libgst1app, libgst1audio, libgstreamer1, glib2, pulseaudio-daemon, libopus, libogg0GNUnet conversation component

39kB39kBAGPL-3.0Daniel GolleBug reportsSources
networkgnunet-datastore0.17.5-4libc, gnunet, gnunet-gnsGNUnet data storage components

19kB18kBAGPL-3.0Daniel GolleBug reportsSources
networkgnunet-dht-cli0.17.5-4libc, gnunetGNUnet DHT command line clients

10kB10kBAGPL-3.0Daniel GolleBug reportsSources
networkgnunet-dhtcache-heap0.17.5-4libc, gnunetGNUnet heap-based dhtcache plugin

4kB3kBAGPL-3.0Daniel GolleBug reportsSources
networkgnunet-dhtcache-pgsql0.17.5-4libc, gnunet, gnunet-pgsqlGNUnet PostgreSQL dhtcache plugin

5kB5kBAGPL-3.0Daniel GolleBug reportsSources
networkgnunet-dhtcache-sqlite0.17.5-4libc, gnunet, gnunet-sqliteGNUnet libsqlite3 dhtcache plugin

8kB7kBAGPL-3.0Daniel GolleBug reportsSources
 
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: 2022/01/10 15:49
  • by sorcun