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.
Package fastdiv implements fast division, modulus and divisibility checks for divisors known only at runtime based on paper: Faster Remainder by Direct Computation: Applications to Compilers and Software Libraries.
Helper tool to run GitHub Actions locally.
Package actionlint is the implementation of actionlint linter. It's a static checker for GitHub Actions workflow files.
git-sync is a simple command that pulls a git repository into a local directory. It is a perfect "sidecar" container in Kubernetes - it can periodically pull files down from a repository so that an application can consume them.
This package provides an Action runner for the Gitea forge.
goconfig is a Go library for parsing configuration files that have the same syntax as .gitconfig files. It understands multiple values configuration, and can parse configurations include via include.path directives. includeIf.*.path directives are not supported yet.
This package is a Go language toolkit for reading and writing files using the Git pkt-line format used in various Git operations.
Gcfg reads INI-style configuration files into Go structs.
This package provides a helper for the Gitea Action runer.
This package provides a GitLab API client enabling Go programs to interact with GitLab in a simple and uniform way.
This package provides a Git implementation library.
Package go-nat implements NAT handling facilities.
The Docker Engine API is an HTTP API used by the command-line client to communicate with the daemon. It can also be used by third-party software to control the daemon.
webtransport-go is an implementation of the WebTransport protocol, based on @urlhttps://github.com/quic-go/quic-go,quic-go. It currently implements @urlhttps://www.ietf.org/archive/id/draft-ietf-webtrans-http3-02.html,draft-02 of the specification.
Package b3 implements the B3 propagator specification as defined at @urlhttps://github.com/openzipkin/b3-propagation,.
Package jmap implements JMAP Core protocol as defined in RFC 8620 published on July 2019.
Package genetlink implements generic netlink interactions and data types.
Package s3 provides the API client, operations, and parameter types for Amazon Simple Storage Service.
This package implements a functionality to convert Golang's http.Request to CURL command line.
This package provides a Gemini to HTML conversion tool and daemon.
This Package provides an implementation of the JA4HTTP (JA4H) hashing algorithm.
Package challtestsrv provides a trivially insecure acme challenge response server for rapidly testing HTTP-01, DNS-01 and TLS-ALPN-01 challenge types.
Telebot is a bot framework for Telegram Bot API. This package provides the best of its kind API for command routing, inline query requests and keyboards, as well as callbacks.