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.
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.
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 actionlint is the implementation of actionlint linter. It's a static checker for GitHub Actions workflow files.
This package provides an Action runner for the Gitea forge.
This package provides a Git implementation library.
Helper tool to run GitHub Actions locally.
Gcfg reads INI-style configuration files into Go structs.
Ironwood is a routing library with a net.PacketConn-compatible interface using ed25519.PublicKeys as addresses. Basically, you use it when you want to communicate with some other nodes in a network, but you can't guarantee that you can directly connect to every node in that network. It was written to test improvements to / replace the routing logic in Yggdrasil, but it may be useful for other network applications.
This package implements a functionality plugin domain or vendor specific custom logic into OCI - compatible runtimes. This logic can make controlled changes to containers or perform extra actions outside the scope of OCI at certain points in a containers lifecycle. This can be used, for instance, for improved allocation and management of devices and other container resources.
Package jaeger contains an OpenTelemetry tracing exporter for Jaeger.
Package manager provides utilities to upload and download objects from S3 concurrently. Helpful for when working with large objects.
Package apiclient provides methods for interacting with the Circonus API. See the full Circonus API Documentation at https://login.circonus.com/resources/api for more information.
Concise Binary Object Representation is a superset of JSON's schema that's faster and more compact.
This package provides a CLI binary executable built from go-github-com-multiformats-go-multiaddr-dns.
This is a Go package for posting to a StatHat account.
This package provides implementations of various JWx (JWA/JWE/JWK/JWS/JWT, otherwise known as JOSE) technologies.
This package implements the SMB2/3 client in Go.
This package provides a FTP server framework forked from https://github.com/yob/graval.
Package zipkin implements a native Zipkin instrumentation library for Go.
This package provides the socks5 package that implements a SOCKS5 server. SOCKS (Secure Sockets) is used to route traffic between a client and server through an intermediate proxy layer. This can be used to bypass firewalls or NATs.
Implementation in Go of the CID spec. It is used in go-ipfs and related packages to refer to a typed hunk of data.