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.
This is a small tool to convert DjVu files to PDF files.
minidjvu is a multipage DjVu encoder and single page encoder/decoder. It doesn't support colors or grayscales, just black and white.
DjVuLibre is an implementation of DjVu, including viewers, browser plugins, decoders, simple encoders, and utilities.
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.
This package provides a DMD-like wrapper for the GNU D Compiler.
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.
DMD is the reference compiler for the D programming language.
d_demangle is a small utility that can be used to demangle D symbols. A shared library is also provided.
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.
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.
This package provides bindings to GTK+ for D.
Unbound is a recursive-only caching DNS server which can perform DNSSEC validation of results. It implements only a minimal amount of authoritative service to prevent leakage to the root nameservers: forward lookups for localhost, reverse for 127.0.0.1 and ::1, and NXDOMAIN for zones served by AS112. Stub and forward zones are supported.
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.
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.
Dnsmasq is a light-weight DNS forwarder and DHCP server. It is designed to provide DNS and, optionally, DHCP to a small network. It can serve the names of local machines which are not in the global DNS. The DHCP server integrates with the DNS server and allows machines with DHCP-allocated addresses to appear in the DNS with names configured either on each host or in a central configuration file. Dnsmasq supports static and dynamic DHCP leases and BOOTP/TFTP for network booting of diskless machines.
dnscrypt-wrapper is a tool to expose a name server over the dnscrypt protocol. It can be used as an endpoint for the dnscrypt-proxy client to securely tunnel DNS requests between the two.
hnsd is a host name resolver for the Handshake Naming System (HNS) peer-to-peer network.
This is the Public Suffix List maintained by Mozilla. A "public suffix" is one under which Internet users can (or historically could) directly register names in the Domain Name System (DNS). Some examples of public suffixes are .com, .co.uk and pvt.k12.ma.us. This is a list of all known public suffixes.
YADIFA is an authoritative name server for the Domain Name System (DNS). It aims for both higher performance and a smaller memory footprint than other implementations, while remaining fully RFC-compliant. YADIFA supports dynamic record updates and the Domain Name System Security Extensions (DNSSEC).
DNSSEC-Trigger enables your computer to use DNSSEC protection for the DNS traffic. It relies on the Unbound DNS resolver running locally on your system, which performs DNSSEC validation. It reconfigures Unbound in such a way that it will signal it to to use the DHCP obtained forwarders if possible, fallback to doing its own AUTH queries if that fails, and if that fails it will prompt the user with the option to go with insecure DNS only.
BIND implements the DNS protocols for the Internet. It is both a reference implementation of those protocols and production-grade software, suitable for use in high-volume and high-reliability applications.
The name stands for "Berkeley Internet Name Domain" because the software originated in the early 1980s at the University of California at Berkeley.
The utils output of this package contains the following command line utilities related to DNS name servers:
delvDNS lookup and validation utility
digDNS lookup utility
hostDNS lookup utility
nslookupInternet name servers interactive query utility
nsupdateDynamic DNS update utility
LDNS aims to simplify DNS programming, it supports recent RFCs like the DNSSEC documents, and allows developers to easily create software conforming to current RFCs, and experimental software for current Internet Drafts. A secondary benefit of using ldns is speed; ldns is written in C it should be a lot faster than Perl.
This package contains a small DNS daemon especially made to handle queries of DNSBL, a simple way to publish IP addresses and/or (domain) names which are somehow notable. Such lists are frequently used to refuse e-mail service to clients known to send unwanted (spam) messages.
rbldnsd is not a general-purpose nameserver. It answers to a limited variety of queries. This makes it extremely fast---greatly outperforming both BIND and djbdns---whilst using relatively little memory.