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.
Maybe is a companion to /usr/bin/true and /usr/bin/false.
This implements a new encryption algorithm, 3ROT13. This is a symmetric cypher that has a number of desirable features over existing algorithms; firstly it is stateless - this allows recovery of any random substring from the cyphertext, which is especially useful if portions of the cyphertext are lost or damaged. 3rot13 is also keyless, removing the need to worry about key storage or key lengths. Finally ROT13 is fast. Should a higher performance be desired this code can be reworked in C.
Codespell fixes common misspellings in text files. It's designed primarily for checking misspelled words in source code, but it can be used with other files as well. It does not check for word membership in a complete dictionary, but instead looks for a set of common misspellings. Therefore it should catch errors like "adn", but it will not catch "adnasdfasdf". This also means it shouldn't generate false-positives when you use a niche term it doesn't know about.
This program attempts to obtain the identification and capabilities of the currently used CPU, and print the matching set of CPU_FLAGS_* flags for Gentoo.
This package provides the gawk XML extension module, as well as the xmlgawk script and some gawk include libraries for enhanced XML processing.
This package provides a fixed-length record input parser for gawk.
This package provides a gawk extension library for using the Lightning Memory-Mapped Database API.
This package provides a gawk extension library for accessing PostgreSQL database servers using the libpq C library API.
This package provides a gawk extension library for using the libharu pdf library.
The libgawkextlib library contains the strhash API used by various extensions, and the gawk_varinit API to make it easy to initialize variables.
This package provides a gawk extension library containing some useful functions for working with ERRNO values.
This package provides a gawk extension library implementing the multibyte string API.
This package contains a gawk extension library supporting I/O multiplexing and signal trapping.
This package provides a gawk extension library implementing the aregex API.
This package provides a gawk extension library implementing the abort function.
This package contains an extension library for accessing Redis database servers using the hiredis C library API.
This package provides a gawk extension library for using the gd graphics library.
This package contains the gawk MPFR shared library extension for accessing the MPFR library.
This package provides a gawk extension library for using json.
This package contains the gawk nl_langinfo shared library extension. It provides access to the nl_langinfo(3) C library function.
This package extends gawk with facilities to read, parse, compose and write CSV records and files.
VIper - a snake clone for unicode-compatible terminals.
VIper - a snake clone for unicode-compatible terminals.
minesVIiper is a clone of Minesweeper, which runs in the terminal and can be controlled by either vi style keybindings, or the mouse.