_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


perl-web-scraper 0.38
Propagated dependencies: perl-html-parser@3.72 perl-html-selector-xpath@0.28 perl-html-tagset@3.20 perl-html-tree@5.07 perl-html-treebuilder-xpath@0.14 perl-libwww@6.78 perl-universal-require@0.19 perl-uri@5.05 perl-xml-xpathengine@0.14 perl-yaml@1.30
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/Web-Scraper
Licenses: GPL 1+
Build system: perl
Synopsis: Web Scraping toolkit using HTML and CSS Selectors or XPath expressions
Description:

Perl module Web::Scraper is a toolkit for traversing and scraping sites, inspired by Ruby's Scapi.

civetweb 1.16
Dependencies: zlib@1.3.1
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://github.com/civetweb/civetweb
Licenses: Expat
Build system: cmake
Synopsis: C/C++ embeddable web server
Description:

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.

ulfius 2.7.13
Dependencies: zlib@1.3.1
Propagated dependencies: curl@8.6.0 gnutls@3.8.3 jansson@2.14 libgcrypt@1.11.0 libmicrohttpd@1.0.2 orcania@2.3.2 yder@1.4.19
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://babelouest.github.io/ulfius/
Licenses: LGPL 2.1
Build system: cmake
Synopsis: HTTP Framework for REST Applications in C
Description:

Ulfius is a HTTP Framework library for REST Applications written in C. It is based on GNU libmicrohttpd for the backend web server, Jansson for the JSON manipulation library, and libcurl for the http/smtp client API. It can be used to facilitate creation of web applications in C programs with a small memory footprint, as in embedded systems applications. It can create webservices in HTTP or HTTPS mode, stream data, or implement server websockets.

serf 1.3.10
Dependencies: zlib@1.3.1
Propagated dependencies: apr@1.7.4 apr-util@1.6.3 openssl@1.1.1u
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://serf.apache.org/
Licenses: ASL 2.0 non-copyleft
Build system: scons
Synopsis: High-performance asynchronous HTTP client library
Description:

serf is a C-based HTTP client library built upon the Apache Portable Runtime (APR) library. It multiplexes connections, running the read/write communication asynchronously. Memory copies and transformations are kept to a minimum to provide high performance operation.

nginx-rtmp-module 1.2.2
Dependencies: libxcrypt@4.4.38 libxml2@2.14.6 libxslt@1.1.43 openssl@3.0.8 pcre@8.45 zlib@1.3.1
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://github.com/arut/nginx-rtmp-module
Licenses: FreeBSD
Build system: gnu
Synopsis: NGINX module for audio and video streaming with RTMP
Description:

This NGINX module provides streaming with the RTMP, DASH, and HLS protocols. It allows NGINX to accept incoming RTMP streams for recording or redistribution. It also supports on-demand streaming from a file on disk and pulling from an upstream RTMP stream. Remote control of the module is possible over HTTP.

perl-html-element-extended 1.18
Propagated dependencies: perl-html-tree@5.07
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/HTML-Element-Extended
Licenses: GPL 1+
Build system: perl
Synopsis: Manipulate tables of HTML::Element
Description:

HTML::Element::Extended is a Perl extension for manipulating a table composed of HTML::Element style components.

perl-digest-md5-file 0.08
Propagated dependencies: perl-libwww@6.78
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/Digest-MD5-File
Licenses: GPL 1+
Build system: perl
Synopsis: MD5 sums for files and urls
Description:

Digest::MD5::File is a Perl extension for getting MD5 sums for files and urls.

perl-file-listing 6.15
Propagated dependencies: perl-http-date@6.05
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/File-Listing
Licenses: GPL 1+
Build system: perl
Synopsis: Perl directory listing parser
Description:

The File::Listing module exports a single function called parse_dir(), which can be used to parse directory listings.

libnsfb 0.2.2
Dependencies: sdl12-compat@1.2.68
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://www.netsurf-browser.org/projects/libnsfb/
Licenses: Expat
Build system: gnu
Synopsis: Framebuffer display abstraction library
Description:

LibNSFB is a framebuffer abstraction library, written in C. It is developed as part of the NetSurf project and is intended to be suitable for use in other projects too.

The overall idea of the library is to provide a generic abstraction to a linear section of memory which corresponds to a visible array of pixel elements on a display device. Different colour depths are supported and the library provides routines for tasks such as drawing onto the framebuffer and rectangle copy operations.

libsass 3.6.4
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://sass-lang.com/libsass
Licenses: Expat
Build system: gnu
Synopsis: SASS Compiler, implemented as a C/C++ library
Description:

LibSass is a SASS compiler library designed for portability and efficiency. To actually compile SASS stylesheets, you'll need to use another program that uses this library, sassc for example.

perl-plack 1.0033
Propagated dependencies: perl-apache-logformat-compiler@0.36 perl-devel-stacktrace@2.04 perl-devel-stacktrace-ashtml@0.15 perl-file-sharedir@1.116 perl-hash-multivalue@0.16 perl-http-body@1.22 perl-http-message@6.37 perl-http-tiny@0.076 perl-libwww@6.78 perl-stream-buffered@0.03 perl-test-tcp@2.22 perl-try-tiny@0.31 perl-uri@5.05
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/Plack
Licenses: GPL 1+
Build system: perl
Synopsis: Perl Superglue for Web frameworks and servers (PSGI toolkit)
Description:

Plack is a set of tools for using the PSGI stack. It contains middleware components, a reference server, and utilities for Web application frameworks. Plack is like Ruby's Rack or Python's Paste for WSGI.

perl-uri-template 0.24
Dependencies: perl-uri@5.05
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/URI-Template
Licenses: GPL 1+
Build system: perl
Synopsis: Object for handling URI templates
Description:

This perl module provides a wrapper around URI templates as described in RFC 6570.

awslogs 0.15.0
Propagated dependencies: python-boto3@1.40.61 python-jmespath@1.0.1 python-dateutil@2.9.0 python-termcolor@2.5.0
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://github.com/jorgebastida/awslogs
Licenses: Modified BSD
Build system: pyproject
Synopsis: Command line tool to read AWS CloudWatch logs
Description:

This package provides awslogs, a simple command line tool to download and read AWS CloudWatch logs. The same functionality is available from aws logs tail.

perl-http-cookies 6.10
Propagated dependencies: perl-http-message@6.37
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/GAAS/HTTP-Cookies-6.01
Licenses: GPL 1+
Build system: perl
Synopsis: Perl HTTP cookie jars
Description:

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.

clearsilver 0.11.0
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://github.com/blong42/clearsilver
Licenses: Modified BSD
Build system: gnu
Synopsis: CGI kit and HTML templating system
Description:

This package includes Clearsilver, the CGI kit and HTML templating system.

perl-feed-find 0.07
Dependencies: perl-class-errorhandler@0.04 perl-html-parser@3.72 perl-libwww@6.78 perl-uri@5.05
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/Feed-Find
Licenses: GPL 1+
Build system: perl
Synopsis: Syndication feed auto-discovery
Description:

Feed::Find implements feed auto-discovery for finding syndication feeds, given a URI. It will discover the following feed formats: RSS 0.91, RSS 1.0, RSS 2.0, Atom.

tidy-html 5.8.0
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://www.html-tidy.org/
Licenses: Modified BSD
Build system: cmake
Synopsis: HTML Tidy with HTML5 support
Description:

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.

nginx-documentation 1.28.0-3202-16887604240f
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://nginx.org
Licenses: FreeBSD
Build system: gnu
Synopsis: Documentation for the nginx web server
Description:

This package provides HTML documentation for the nginx web server.

wabt 1.0.36
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://github.com/WebAssembly/wabt
Licenses: ASL 2.0
Build system: cmake
Synopsis: WebAssembly Binary Toolkit
Description:

WABT (pronounced: wabbit) is a suite of tools for WebAssembly, including:

  1. wat2wasm translates from WebAssembly text format to the WebAssembly binary format

  2. wasm2wat is the inverse; it translates from the binary format back to the text format (also known as a .wat)

  3. wasm-objdump prints information about a wasm binary, similarly to objdump.

  4. wasm-interp decodes ands run a WebAssembly binary file using a stack-based interpreter

  5. wat-desugar parses .wat text form as supported by the spec interpreter (s-expressions, flat syntax, or mixed) and prints the canonical flat format

  6. wasm2c converts 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.

perl-uri-fetch 0.15
Dependencies: perl-class-errorhandler@0.04 perl-libwww@6.78 perl-uri@5.05
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/URI-Fetch
Licenses: GPL 1+
Build system: perl
Synopsis: Smart URI fetching/caching
Description:

URI::Fetch is a smart client for fetching HTTP pages, notably syndication feeds (RSS, Atom, and others), in an intelligent, bandwidth- and time-saving way.

krona-tools 2.8
Dependencies: bash-minimal@5.2.37 curl@8.6.0 make@4.4.1 perl@5.36.0
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://github.com/marbl/Krona/wiki
Licenses: Modified BSD
Build system: perl
Synopsis: Hierarchical data exploration with zoomable HTML5 pie charts
Description:

Krona is a flexible tool for exploring the relative proportions of hierarchical data, such as metagenomic classifications, using a radial, space-filling display. It is implemented using HTML5 and JavaScript, allowing charts to be explored locally or served over the Internet, requiring only a current version of any major web browser.

perl-net-smtp-ssl 1.04
Propagated dependencies: perl-io-socket-ssl@2.089
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/Net-SMTP-SSL
Licenses: GPL 1+
Build system: perl
Synopsis: SSL support for Net::SMTP
Description:

SSL support for Net::SMTP.

perl-catalyst-action-rest 1.21
Propagated dependencies: perl-catalyst-runtime@5.90124 perl-class-inspector@1.36 perl-config-general@2.63 perl-cpanel-json-xs@4.30 perl-libwww@6.78 perl-moose@2.2015 perl-mro-compat@0.13 perl-namespace-autoclean@0.29 perl-params-validate@1.29 perl-uri-find@20160806 perl-xml-simple@2.25
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/Catalyst-Action-REST
Licenses: GPL 1+
Build system: perl
Synopsis: Automated REST Method Dispatching
Description:

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.

Total packages: 69272