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.
nsgenbind is a tool to generate JavaScript to DOM bindings from w3c webidl files and a binding configuration file.
Siege is a multi-threaded HTTP/FTP load tester and benchmarking utility. It can stress test a single URL with a user defined number of simulated users, or it can read many URLs into memory and stress them simultaneously. The program reports the total number of hits recorded, bytes transferred, response time, concurrency, and return status.
Microsocks is a small, efficient SOCKS5 server.
darkhttpd is a simple static web server. It is standalone and does not need inetd or ucspi-tcp. It does not need any config files---you only have to specify the www root.
Monolith bundles any web page into a single HTML file.
Unlike conventional ``Save page as…'', Monolith not only saves the target document, it embeds CSS, image, and JavaScript assets all at once, producing a single HTML5 document.
If compared to saving websites with wget -mpk, Monolith embeds all assets as data URLs and therefore displays the saved page exactly the same, being completely separated from the Internet.
This plugin links the two pieces required for session management in web applications together: the state, and the store.
Libsvgtiny takes some SVG as input and returns a list of paths and texts which can be rendered easily, as defined in http://www.w3.org/TR/SVGMobile/. It is developed as part of the NetSurf project.
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.
This is a module for building structured data from CGI inputs, in a manner reminiscent of how PHP does.
This module provides a protocol-independent way to use IPv4 and IPv6 sockets, intended as a replacement for IO::Socket::INET.
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.
This module (HTTP::CookieJar::LWP) implements a minimalist HTTP user agent cookie jar in conformance with RFC 6265.
The Guix Data Service stores data about GNU Guix, and provides this through a web interface. It supports listening to the guix-commits mailing list to find out about new revisions, then loads the data from these in to a PostgreSQL database.
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 the core jetty server artifact.
Tidy is a console application which corrects and cleans up HTML and XML documents by fixing markup errors and upgrading legacy code to modern standards.
Tidy also provides libtidy, a C static and dynamic library that developers can integrate into their applications to make use of the functions of Tidy.
This module is a Catalyst view class for the Template Toolkit.
CivetWeb is a web server with optional CGI and SSL support. It can be embedded into C/C++ applications or used as a standalone web server.
Kiwix Desktop allows you to enjoy a lot of different content offline (such as Wikipedia), without any access to Internet.
The HTTP::Cookies class is for objects that represent a cookie jar, that is, a database of all the HTTP cookies that a given LWP::UserAgent object knows about.
IO::Socket::SSL makes using SSL/TLS much easier by wrapping the necessary functionality into the familiar IO::Socket interface and providing secure defaults whenever possible. This way existing applications can be made SSL-aware without much effort, at least if you do blocking I/O and don't use select or poll.
Gumbo is an implementation of the HTML5 parsing algorithm implemented as a pure C99 library.
webhook is a lightweight configurable tool to create HTTP endpoints (hooks) which can execute configured commands. Data from the HTTP request (such as headers, payload or query variables) can be passed on to the configured commands. Hooks may also be configured to trigger only when certain rules are satisfied.
webhook aims to be minimal and do nothing more than it should do. And, that is:
receive the request
parse the headers, payload and query variables
check if the specified rules for the hook are satisfied
and finally, pass the specified arguments to the specified command via command line arguments or via environment variables.
Qhttp is a light-weight and asynchronous HTTP library (both server & client) in Qt5 and C++14.
Gophernicus is a Gopher protocol server. Its features include:
written with security in mind;
automatically generated Gopher menus;
gophertags for virtually renaming directories;
personal gopherspaces, located in
~/public_gopher/;virtual hosting;
CGI support;
output filtering and PHP support;
charset support and conversions;
selector rewriting;
session tracking and statistics;
TLS/SSL and proxy support.