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 provides a IEEE 754 half-precision floating-point format (binary16) with IEEE 754 default rounding for conversions. IEEE 754-2008 refers to this 16-bit floating-point format as binary16.
This package provides an Action runner for the Gitea forge.
This package provides a Git implementation library.
This package is a Go language toolkit for reading and writing files using the Git pkt-line format used in various Git operations.
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.
This package provides a helper for the Gitea Action runer.
Gcfg reads INI-style configuration files into Go structs.
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 GitLab API client enabling Go programs to interact with GitLab in a simple and uniform way.
Package actionlint is the implementation of actionlint linter. It's a static checker for GitHub Actions workflow files.
Package cidr is a collection of assorted utilities for computing network and host addresses within network ranges. It expects a CIDR-type address structure where addresses are divided into some number of prefix bits representing the network and then the remaining suffix bits represent the host.
Package speed implements a golang client for the Performance Co-Pilot, system performance analysis toolkit, instrumentation API.
This package provides helpers to validate Swagger 2.0 specification (aka OpenAPI 2.0).
Go-stun is a go implementation of the STUN client (RFC 3489 and RFC 5389).
Package swag converts Go annotations to Swagger Documentation 2.0 for verity of Go web frameworks which may be integrated with an existing project using Swagger UI.
Package godo is the DigitalOcean API v2 client for Go.
This package helps convert types used in cloud.google.com/go/auth and golang.org/x/oauth2.
Package admission is a fast way to ingest/send metrics via UDP.
Goji is a HTTP request multiplexer, similar to std net/http.ServeMux. It compares incoming requests to a list of registered Patterns, and dispatches to the http.Handler that corresponds to the first matching Pattern. Goji also supports Middleware (composable shared functionality applied to every request) and uses the standard context package to store request-scoped values.
This package provides a CSS3 tokenizer.
The ethtool package aims to provide a library that implements easy access to the Linux SIOCETHTOOL ioctl operations. It can be used to retrieve information from a network device such as statistics, driver related information or even the peer of a VETH interface.
This package implements a various networking related functions used throughout the Pion modules.
This package provides a command line tool to generate gojay's marshaling and unmarshaling interface implementation for custom struct type(s).