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 retry provides a simple, stateless, functional mechanism to perform actions repetitively until successful.
This package provides a C99 compiler front end.
Package smbios provides detection and access to System Management BIOS (SMBIOS) and Desktop Management Interface (DMI) data and structures.
This package provides a pure Go Postgres driver for Go's database/sql package.
This package implements functionality to format Assembler code the same way that gofmt formats Go code.
Package zstd is a collection of extensions to Go's standard library.
This package implements a similar functionality like standard sync.WaitGroup
Package fwd provides a buffered reader and writer. Each has methods that help improve the encoding/decoding performance of some binary protocols.
This package implements algorithms for exponentially weighted moving averages.
This package implements a fully persistent data structures - a data structure that always preserves the previous version of itself when it is modified. Such data structures are effectively immutable, as their operations do not update the structure in-place, but instead always yield a new structure. It's a stable fork of https://github.com/mndrix/ps.
This package implements RFC 5545 iCalendar specification.
This package provides set of utilities/abstractions developed as part of datastore connectivity and testing (viant/dsc, viant/dsunit).
This package provides a implementation reflection that greatly improved performance, that is between 25 to 50x time faster than native one.
This package provides a Golang log library supporting tracing and log levels that works by wrapping the standard log library.
rxhash is a Go library for creating a unique hash value for struct in Go, but data consistency.
Package securejoin is an implementation of the hopefully-soon-to-be-included SecureJoin helper that is meant to be part of the "path/filepath" package. The purpose of this project is to provide a PoC implementation to make the SecureJoin proposal (https://github.com/golang/go/issues/20126) more tangible.
This package provides a way to attach key/value annotations to a Go context.Context.
This package provides simple colorized console logger for golang.
Package jcs transforms UTF-8 JSON data into a canonicalized version according @urlhttps://rfc-editor.org/rfc/rfc8785.html, RFC 8785.
This package parses human-friendly relative date/time ranges.
This library converts ANSI escape sequences to Windows API calls on Windows environment. You can easily use this feature by replacing fmt with ansi.
Blackfriday is a Markdown processor in Go.
base32 encoding package from Go with NoPadding option
Go library for loading environment variables from files