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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides a way to tweak the form field rendering in templates and not in python-level form definitions.
Django-taggit is a reusable Django application for simple tagging.
This form field allows users to provide SVG images for models that use Django's standard ImageField, in addition to the image files already supported by it.
Sortedm2m is a drop-in replacement for django's own ManyToManyField. The provided SortedManyToManyField behaves like the original one but remembers the order of added relations.
This package provides a Xapian backend for Haystack.
minidjvu is a multipage DjVu encoder and single page encoder/decoder. It doesn't support colors or grayscales, just black and white.
This is a small tool to convert DjVu files to PDF files.
DjVuLibre is an implementation of DjVu, including viewers, browser plugins, decoders, simple encoders, and utilities.
didjvu uses the Gamera framework to separate the foreground and background layers of images, which can then be encoded into a DjVu file.
pdf2djvu creates DjVu files from PDF files. It is able to extract:
graphics,
text layer,
hyperlinks,
document outline (bookmarks),
metadata (including XMP metadata).
DjView is a standalone viewer for DjVu files.
Its features include navigating documents, zooming and panning page images, producing and displaying thumbnails, displaying document outlines, searching documents for particular words in the hidden text layer, copying hidden text to the clipboard, saving pages and documents as bundled or indirect multi-page files, and printing page and documents.
The viewer can simultaneously display several pages using a side-by-side or a continuous layout.
d-tools provides two useful tools for the D language: rdmd, which runs D source files as scripts, and dustmite, which reduces D code to a minimal test case.
libd_demangle.so is a small shared library that can be used to demangle D symbols. It exposes a C interface that wraps D's std.demangle.
This package provides bindings to GTK+ for D.
DMD is the reference compiler for the D programming language.
DUB is a package and build manager for applications and libraries written in the D programming language. It can automatically retrieve a project's dependencies and integrate them in the build process.
The design emphasis is on maximum simplicity for simple projects, while providing the opportunity to customize things when needed.
LDC is an LLVM compiler for the D programming language. It is based on the latest DMD compiler that was written in C and is used for bootstrapping more recent compilers written in D.
dnscrypt-proxy is a tool for securing communications between a client and a DNS resolver. It verifies that responses you get from a DNS provider was actually sent by that provider, and haven't been tampered with. For optimal performance it is recommended to use this as a forwarder for a caching DNS resolver such as dnsmasq, but it can also be used as a normal DNS "server". A list of public dnscrypt servers is included, and an up-to-date version is available at https://download.dnscrypt.org/dnscrypt-proxy/dnscrypt-resolvers.csv.
Nss-mdns is a plug-in for the GNU C Library's Name Service Switch (NSS) that resolves host names via multicast DNS (mDNS). It is most often used in home and other small networks without a local name server, to resolve host names in the .local top-level domain.
Knot DNS is an authoritative name server for the Domain Name System (DNS), designed to meet the needs of root and top-level domain (TLD) name servers. It is implemented as a threaded daemon and uses a number of programming techniques to improve speed. For example, the responder is completely lock-free, resulting in a very high response rate. Other features include automatic DNS Security Extensions (DNSSEC) signing, dynamic record synthesis, and on-the-fly re-configuration.
openresolv is an implementation of resolvconf, the middleman between the network configuration services and /etc/resolv.conf. resolvconf itself is just a script that stores, removes and lists a full resolv.conf generated for the interface. It then calls all the helper scripts it knows about so it can configure the real /etc/resolv.conf and optionally any local nameservers other than libc.
This command line tool to update Cloudfare DNS records is useful for tasks such as updating dynamic DNS records or updating DNS records for the ACME DNS-01 protocol.
Knot Resolver is a caching full resolver implementation written in C and LuaJIT, both a resolver library and a daemon.
SmartDNS is a DNS server that accepts DNS query requests from local clients, obtains DNS query results from multiple upstream DNS servers, and returns the fastest access results to clients.