Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Berkeley DB is an embeddable database allowing developers the choice of SQL, Key/Value, XML/XQuery or Java Object storage for their data model.
Ncdc is a client for the Direct Connect peer-to-peer protocol implemented using ncurses. It is known for its smaller footprint and ease of use.
The Pardus distribution signs its packages. This package contains the archive keys used for that.
This package only provides the bts script from the Debian devscripts archive. It's useful for Guix Developers that interact with GNU's debbugs server.
This package provides the low-level infrastructure for handling the installation and removal of Debian software packages.
The Trisquel distribution signs its packages. This package contains the archive keys used for that.
The Debian ports-archive digitally signs its Release files. This package contains the archive keys used for that.
The Kali distribution signs its packages. This package contains the archive keys used for that.
This package provides a number of utilities which are mostly for use in installation scripts of Debian packages. The programs included are add-shell, installkernel, ischroot, remove-shell, run-parts, savelog, tempfile, and which.
This package mainly meant for caching packages of Debian or Debian based distributions (like Trisquel) through HTTP. It also has partial support for HTTPS and other distributions / repositories (OpenSUSE, Arch Linux, Sourceforge mirror network, Cygwin mirrors) as this requires more configuration and comes with some limitations. Packages can be imported manually either by copying files from another apt-cacher-ng instance or by importing them from CD, DVD, jigdo, etc. While apt-cacher-ng can work offline, it requires some online access before that to build valid index files. It also supports partial mirroring. It can be configured through configuration files and/or a web interface and/or a command line tool.
Reprepro is a tool to manage a repository of Debian packages (.deb, .udeb, .dsc, ...). It stores files either being injected manually or downloaded from some other repository (partially) mirrored into one pool/ hierarchy. Managed packages and files are stored in a Berkeley DB, so no database server is needed. Checking signatures of mirrored repositories and creating signatures of the generated Package indices is supported.
The Elxr distribution signs its packages. This package contains the archive keys used for that.
The Ubuntu project digitally signs its Release files. This package contains the archive keys used for that.
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.
The Debian project digitally signs its Release files. This package contains the archive keys used for that.
apt-mirror is a small tool that provides the ability to selectively mirror APT sources, including GNU/Linux distributions such as Debian and Trisquel.
pbuilder is a personal package builder for Debian packages.
pbuilderconstructs a chroot system, and builds a package inside the chroot. It is an ideal system to use to check that a package has correct build-dependencies. It usesaptextensively, and a local mirror, or a fast connection to a Debian mirror is ideal, but not necessary.pbuilder createuses debootstrap to create a chroot image.pbuilder updateupdates the image to the current state of testing/unstable/whatever.pbuilder buildtakes a*.dscfile and builds a binary in the chroot image.pdebuildis a wrapper for Debian Developers, to allow runningpbuilderjust likedebuild, as a normal user.
The Pureos distribution signs its packages. This package contains the archive keys used for that.
cgdb is a lightweight curses (terminal-based) interface to the GNU Debugger (GDB). In addition to the standard gdb console, cgdb provides a split screen view that displays the source code as it executes. The keyboard interface is modeled after vim, so vim users should feel at home using cgdb.
GNU DDD, the Data Display Debugger, is a graphical front-end for command-line debuggers. Many back-end debuggers are supported, notably the GNU debugger, GDB. In addition to usual debugging features such as viewing the source files, DDD has additional graphical, interactive features to aid in debugging.
This package provides a frontend to GDB, the GNU debugger.
MspDebug supports FET430UIF, eZ430, RF2500 and Olimex MSP430-JTAG-TINY programmers, as well as many other compatible devices. It can be used as a proxy for gdb or as an independent debugger with support for programming, disassembly and reverse engineering.
This package includes two Python modules:
fiuis a wrapper forlibfiu, the fault injection C library.fiu_ctrlprovide an easy way run a command withlibfiuenabled, and controlling the failure points dynamically.
QEMU is a generic machine emulator and virtualizer.
When used as a machine emulator, QEMU can run OSes and programs made for one machine (e.g. an ARM board) on a different machine---e.g., your own PC. By using dynamic translation, it achieves very good performance.
When used as a virtualizer, QEMU achieves near native performances by executing the guest code directly on the host CPU. QEMU supports virtualization when executing under the Xen hypervisor or using the KVM kernel module in Linux. When using KVM, QEMU can virtualize x86, server and embedded PowerPC, and S390 guests.