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.
Gcfg reads INI-style configuration files into Go structs.
As a command or as a library, GoF3 provides a single operation: mirroring. The origin and destination are designated by the URL of a forge and a path to the resource.
Package actionlint is the implementation of actionlint linter. It's a static checker for GitHub Actions workflow files.
This package provides a Git implementation library.
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.
Package urlpath matches paths against a template. It's meant for applications that take in REST-like URL paths, and need to validate and extract data from those paths.
Xurls extracts urls from plain text using regular expressions. It can be used as both a binary and a library.
This package provides a client for http://coveralls.io/ Coveralls.io continuous code coverage tracking system.
This package is a Go Implementation of WireGuard.
This package provides @codeprotoc-gen-go-vtproto plug-in for protoc, which is used by Vitess to generate optimized marshall & unmarshal code.
Package aws implement the interface with Amazon AWS KMS service.
This package contains experimental code for Outline SDK.
This package implements an encoding and decoding of TCP-level socket options.
This package provides OpenTelemetry Google Cloud mock Go library.
assetfs allows packages to serve static content embedded with the go-bindata tool with the standard net/http package.
Package oauth is a library for Go client applications that need to perform OAuth authorization against a server, typically GitHub.com.
This package implements JMESPath, a query language for JSON. It transforms one JSON document into another through a JMESPath expression.
Package ssooidc provides the API client, operations, and parameter types for AWS SSO OIDC.
This package implements OVSDB specified in RFC 7047. It's used mainly for managing the configuration of Open vSwitch and OVN, but it could also be used to manage your stamp collection.
This package provides functionality for generating JSON Patch documents and for applying JSON Patch operations to JSON documents per RFC 6902. It's an alternative fork of https://github.com/mattbaird/jsonpatch.
This package provides a standalone (not browser-based) version of the Snowflake proxy. For browser-based versions of the Snowflake proxy, see snowflake-webext.
This package provides type checking utilities for the go-openapi and go-swagger projects.
This Package provides facilities for running metamorphic, property-based testing. By running logically equivalent operations with different conditions, metamorphic tests can identify bugs without requiring an oracle.