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

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.


websocketpp-next 0.8.2-next
Dependencies: boost@1.83.0 openssl@3.0.8
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://www.zaphoyd.com/websocketpp/
Licenses: Modified BSD
Build system: cmake
Synopsis: C++ library implementing the WebSocket protocol
Description:

WebSocket++ is a C++ library that can be used to implement WebSocket functionality. The goals of the project are to provide a WebSocket implementation that is simple, portable, flexible, lightweight, low level, and high performance.

perl-www-mechanize 1.91
Propagated dependencies: perl-html-form@6.05 perl-html-parser@3.72 perl-html-tree@5.07 perl-http-message@6.37 perl-http-server-simple@0.52 perl-libwww@6.78 perl-test-warn@0.36 perl-uri@5.05
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/WWW-Mechanize
Licenses: GPL 1+
Build system: perl
Synopsis: Web browsing in a Perl object
Description:

WWW::Mechanize is a Perl module for stateful programmatic web browsing, used for automating interaction with websites.

python-clf 0.5.7
Propagated dependencies: python-docopt@0.6.2 python-pygments@2.19.1 python-requests@2.32.5
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://github.com/ncrocfer/clf
Licenses: Expat
Build system: pyproject
Synopsis: Search code snippets on @url{https://commandlinefu.com}
Description:

clf is a command line tool for searching code snippets on https://commandlinefu.com.

netsurf 3.11
Dependencies: curl@8.6.0 gtk+@3.24.51 openssl@3.0.8 utf8proc@2.10.0 libpng@1.6.39 libjpeg-turbo@2.1.4 libcss@0.9.2 libdom@0.4.2 libnsbmp@0.1.7 libnsgif@1.0.0 libnslog@0.1.3 libnspsl@0.1.7 libnsutils@0.1.1 libsvgtiny@0.1.8 miscfiles@1.5
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://www.netsurf-browser.org
Licenses: GPL 2+
Build system: glib-or-gtk
Synopsis: Web browser
Description:

NetSurf is a lightweight web browser that has its own layout and rendering engine entirely written from scratch. It is small and capable of handling many of the web standards in use today.

sogogi 0.0.0-1.e6fd81c
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://codeberg.org/emersion/sogogi
Licenses: AGPL 3
Build system: go
Synopsis: Minimalistic WebDav server implementation
Description:

This package provides a WebDAV file server based on github.com/emersion/go-webdav. The server exposes a configured local filesystem to remote users via HTTP and supports defining access rights on a per-user basis.

perl-www-robotrules 6.02
Propagated dependencies: perl-uri@5.05
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/WWW-RobotRules
Licenses: GPL 1+
Build system: perl
Synopsis: Perl database of robots.txt-derived permissions
Description:

The WWW::RobotRules module parses /robots.txt files as specified in "A Standard for Robot Exclusion", at <http://www.robotstxt.org/wc/norobots.html>. Webmasters can use the /robots.txt file to forbid conforming robots from accessing parts of their web site.

qjson 0.9.0
Dependencies: qtbase@5.15.17
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://qjson.sourceforge.net
Licenses: LGPL 2.1
Build system: cmake
Synopsis: Library that maps JSON data to QVariant objects
Description:

QJson is a Qt-based library that maps JSON data to QVariant objects. JSON arrays will be mapped to QVariantList instances, while JSON's objects will be mapped to QVariantMap.

perl-www-opensearch 0.17
Dependencies: perl-data-page@2.03 perl-libwww@6.78 perl-uri@5.05 perl-uri-template@0.24 perl-xml-feed@0.63 perl-xml-libxml@2.0134
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/WWW-OpenSearch
Licenses: GPL 1+
Build system: perl
Synopsis: Search A9 OpenSearch compatible engines
Description:

WWW::OpenSearch is a module to search http://opensearch.a9.com compatible search engines.

httptunnel 3.3
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: http://www.nocrew.org/software/httptunnel.html
Licenses: GPL 2+
Build system: gnu
Synopsis: Tunnel data connections through HTTP requests
Description:

httptunnel creates a bidirectional virtual data connection tunnelled through HTTP (HyperText Transfer Protocol) requests. This can be useful for users behind restrictive firewalls. As long as Web traffic is allowed, even through a HTTP-only proxy, httptunnel can be combined with other tools like SSH (Secure Shell) to reach the outside world.

tidyp 1.04
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: http://www.tidyp.com/
Licenses: Modified BSD
Build system: gnu
Synopsis: Validate HTML
Description:

Tidyp is a program that can validate your HTML, as well as modify it to be more clean and standard. tidyp does not validate HTML 5.

libtidyp is the library on which the program is based. It can be used by any other program that can interface to it. The Perl module HTML::Tidy is based on this library, allowing Perl programmers to easily validate HTML.

buku-run 0.1.1
Dependencies: buku@5.1 rofi@2.0.0
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://github.com/carnager/buku_run
Licenses: GPL 3+
Build system: gnu
Synopsis: @command{rofi} frontend for buku bookmarks manager
Description:

This package provides a rofi frontend for the buku bookmark manager.

hubbub 0.3.8
Propagated dependencies: libparserutils@0.2.5
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://www.netsurf-browser.org/projects/hubbub/
Licenses: Expat
Build system: gnu
Synopsis: HTML5 compliant parsing library
Description:

Hubbub is an HTML5 compliant parsing library, written in C, which can parse both valid and invalid web content. It is developed as part of the NetSurf project.

json-c 0.13.1
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://github.com/json-c/json-c/wiki
Licenses: X11
Build system: gnu
Synopsis: JSON implementation in C
Description:

JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON-formatted strings and parse JSON-formatted strings back into the C representation of JSON objects. It aims to conform to RFC 7159.

json-c 0.18
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://github.com/json-c/json-c/wiki
Licenses: X11
Build system: cmake
Synopsis: JSON implementation in C
Description:

JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON-formatted strings and parse JSON-formatted strings back into the C representation of JSON objects. It aims to conform to RFC 7159.

hitch 1.7.3
Dependencies: libev@4.33 openssl@3.0.8
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://hitch-tls.org/
Licenses: FreeBSD
Build system: gnu
Synopsis: Scalable TLS proxy
Description:

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.

awslogs 0.15.0
Propagated dependencies: python-boto3@1.42.5 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.

wasm3 0.5.0-1.139076a
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://github.com/wasm3/wasm3
Licenses: Expat
Build system: cmake
Synopsis: WebAssembly interpreter
Description:

WASM3 is a fast WebAssembly interpreter.

perl-http-request-ascgi 1.2
Propagated dependencies: perl-class-accessor@0.51 perl-http-message@6.37
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/HTTP-Request-AsCGI
Licenses: GPL 1+
Build system: perl
Synopsis: Set up a CGI environment from an HTTP::Request
Description:

This module provides a convenient way to set up a CGI environment from an HTTP::Request.

nginx-module-vts 0.2.1
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/vozlt/nginx-module-vts
Licenses: FreeBSD
Build system: gnu
Synopsis: NGINX module for monitoring virtual host traffic status
Description:

This NGINX module provides access to virtual host status information, similar to live activity monitoring provided with NGINX plus.

perl-cgi-struct 1.21
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/CGI-Struct
Licenses: FreeBSD
Build system: perl
Synopsis: Build structures from CGI data
Description:

This is a module for building structured data from CGI inputs, in a manner reminiscent of how PHP does.

perl-io-html 1.00
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/IO-HTML
Licenses: GPL 1+
Build system: perl
Synopsis: Perl module to open an HTML file with automatic charset detection
Description:

IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. It uses the HTML5 encoding sniffing algorithm specified in section 8.2.2.1 of the draft standard.

lexbor 2.6.0
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://lexbor.com/
Licenses: ASL 2.0
Build system: cmake
Synopsis: @code{HTML} and @code{CSS} renderer written in @code{C}
Description:

This package provides Lexbor, a high-performance, lightweight HTML/CSS engine implemented entirely in C99 with no external dependencies. It's primarily usage is intended for projects that need to process web content, but don't require a full browser environment.

perl-http-tinyish 0.15
Propagated dependencies: perl-file-which@1.23 perl-ipc-run3@0.048
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/HTTP-Tinyish
Licenses: GPL 1+
Build system: perl
Synopsis: @code{HTTP::Tiny} compatible HTTP client wrappers
Description:

HTTP::Tinyish is a wrapper module for LWP, HTTP::Tiny, curl and wget.

It provides an API compatible to HTTP::Tiny.

Total packages: 31209