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 package provides a collection of modules (vmods) for the Varnish cache server, extending the VCL with additional capabilities.
Stunnel is a proxy designed to add TLS encryption functionality to existing clients and servers without any changes in the programs' code. Its architecture is optimized for security, portability, and scalability (including load-balancing), making it suitable for large deployments.
The Jetty Web Server provides an HTTP server and Servlet container capable of serving static and dynamic content either from a standalone or embedded instantiation. This package provides utility classes.
LibWapcaplet provides a reference counted string internment system designed to store small strings and allow rapid comparison of them. It is developed as part of the Netsurf project.
SSL support for Net::SMTP.
quvi is a command-line-tool suite to extract media files from streaming URLs. It is a command-line wrapper for the libquvi library.
uriparser is a strictly RFC 3986 compliant URI parsing and handling library written in C89 ("ANSI C"). uriparser is fast and supports Unicode.
Uhttpmock is a project for mocking web service APIs which use HTTP or HTTPS. It provides a library, libuhttpmock, which implements recording and playback of HTTP request/response traces.
Libnspsl is a library to generate a static code representation of the Public Suffix List. It is developed as part of the NetSurf project.
Dispatch type managing path-matching behaviour using regexes. Regex dispatch types have been deprecated and removed from Catalyst core. It is recommend that you use Chained methods or other techniques instead. As part of the refactoring, the dispatch priority of Regex vs Regexp vs LocalRegex vs LocalRegexp may have changed. Priority is now influenced by when the dispatch type is first seen in your application.
libdatachannel is a standalone implementation of WebRTC Data Channels, WebRTC Media Transport, and WebSockets in C++17 with C bindings for POSIX platforms. WebRTC is a W3C and IETF standard enabling real-time peer-to-peer data and media exchange between two devices.
WABT (pronounced: wabbit) is a suite of tools for WebAssembly, including:
wat2wasmtranslates from WebAssembly text format to the WebAssembly binary formatwasm2watis the inverse; it translates from the binary format back to the text format (also known as a .wat)wasm-objdumpprints information about a wasm binary, similarly toobjdump.wasm-interpdecodes ands run a WebAssembly binary file using a stack-based interpreterwat-desugarparses .wat text form as supported by the spec interpreter (s-expressions, flat syntax, or mixed) and prints the canonical flat formatwasm2cconverts a WebAssembly binary file to a C source and header file.
These tools are intended for use in (or for development of) toolchains or other systems that want to manipulate WebAssembly files.
An HTTP::Message object contains some headers and a content body.
This module (HTTP::CookieJar::LWP) implements a minimalist HTTP user agent cookie jar in conformance with RFC 6265.
Hitch is a performant TLS proxy based on libev. It terminates SSL/TLS connections and forwards the unencrypted traffic to a backend such as a web server. It is designed to handle many thousand connections on multicore machines.
Leafnode is a caching Usenet news proxy that enables online newsreaders to read news off-line and aggregates news from various NNTP servers into one.
LibCSS is a CSS (Cascading Style Sheet) parser and selection engine, written in C. It is developed as part of the NetSurf project.
Hiawatha has been written with security in mind. Features include the ability to stop SQL injections, XSS and CSRF attacks and exploit attempts.
The HTTP::Date module provides functions that deal with date formats used by the HTTP protocol (and then some more).
This module removes the body in an HTTP response if it's not required.
This Action handles doing automatic method dispatching for REST requests. It takes a normal Catalyst action, and changes the dispatch to append an underscore and method name. First it will try dispatching to an action with the generated name, and failing that it will try to dispatch to a regular method.
WWWOFFLE is a proxy web server that is especially good for intermittent internet links. It can cache HTTP, HTTPS, FTP, and finger protocols, and supports browsing and requesting pages while offline, indexing, modifying pages and incoming and outgoing headers, monitoring pages for changes, and much more.
Kiln takes a different approach to building static sites. Instead of packing all functionality into kiln itself, the core is lightweight and can be extended with the use of external commands.
This is a Catalyst Model for DBIx::Class::Schema-based Models.