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.
This package is a Go language toolkit for reading and writing files using the Git pkt-line format used in various Git operations.
This package provides a helper for the Gitea Action runer.
Package actionlint is the implementation of actionlint linter. It's a static checker for GitHub Actions workflow files.
Gcfg reads INI-style configuration files into Go structs.
This package provides an Action runner for the Gitea forge.
This package provides a GitLab API client enabling Go programs to interact with GitLab in a simple and uniform way.
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.
Helper tool to run GitHub Actions locally.
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 a Git implementation library.
Package ws implements a client and server for the WebSocket protocol as specified in RFC 6455.
The Go standard library contains a default http.Client and it is a common idiom to tweak it as necessary. Unfortunately, this is a shared value, and it is not uncommon for libraries to assume that they are free to modify it at will. This package provides some simple functions to get a "clean" http.Client, namely one that uses the same default values as the Go standard library, but returns a client that does not share any state with other clients.
The netns package provides a simple interface for handling network namespaces in Go.
This package enables OpenID Connect support for the go-golang-org-x-oauth2 package.
This package provides a GitLab API client enabling Go programs to interact with GitLab in a simple and uniform way.
This package implements Opentelemetry instrumentation support for ttRPC. The interceptors can be passed as ttrpc.ClientOpts and ttrpc.ServerOpt to ttRPC during client and server creation. The interceptors then automatically handle generating trace spans for all called and served unary method calls. If the rest of the code is properly set up to collect and export tracing data to opentelemetry, these spans should show up as part of the collected traces.
Package client is a Go client for the Docker Engine API.
go-xdr implements the data representation portion of the External Data Representation (XDR) standard protocol as specified in RFC 4506 (obsoletes RFC 1832 and RFC 1014) in pure Go.
This package is a light, drop-in replacement for gRPC, a Remote Procedure Call (RPC) framework.
The package extends Go's HTTP Transport allowing Kerberos authentication through Negotiate mechanism (see RFC4559).
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.
This package provides an alternative JSON parser for Go. It does not require to know the structure of the payload (eg. create structs), and allows accessing fields by providing the path to them.
Package kinesis implements a batch producer built on top of the official AWS SDK.
This package implements a various networking related functions used throughout the Pion modules.