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 library provides caching capabilities for Go with no garbage collection overhead and high concurrent performance. An unlimited number of objects can be cached in memory without increased latency or degraded throughput.
This package is intended to support forward-only iteration in a variety of use cases while avoiding the normal errors and leaks that can happen with iterators in Go. It provides mechanisms for map/select filtering, background iteration through a goroutine, and error handling throughout.
This package provides a simple Go API to Linux's perf_event_open, supporting event counters and a basic set of events.
This package provides a Go library that first converts YAML to JSON using go-yaml and then uses json.Marshal and json.Unmarshal to convert to or from the struct. This means that it effectively reuses the JSON struct tags as well as the custom JSON methods MarshalJSON and UnmarshalJSON unlike go-yaml.
kubernetes-sigs/yaml is a permanent fork of ghodss/yaml.
This package provides a High Performance, Feature-Rich Idiomatic codec/encoding library for msgpack, JSON.
Supported Serialization formats are:
msgpack: https://github.com/msgpack/msgpack
json: http://json.org http://tools.ietf.org/html/rfc7159
Package temperrcatcher provides a TempErrCatcher object, which implements simple error-retrying functionality.
This package provides a Go implementation of globs.
Package sereal implements the Sereal, an efficient, compact-output,binary and feature-rich serialization protocol.
Calculations for the position of the sun and moon. This is a Go port of the python-astral package.
Shorthand is a superset and friendlier variant of JSON designed with several use-cases in mind..
The goxpp library, inspired by Java's XML, is a lightweight wrapper for Go's standard XML Decoder,tailored for developers who need fine-grained control over XML parsing.
This package providies two additional libraries for go.uber.org/zap:
zapslogimplementsslog.Handlerwhich writes to the suppliedzapcore.Corezapfieldimplements experimentalzap.Fieldhelpers whose APIs may be unstable
This package provides an additional tooling powered by https://github.com/zeebo/goof - calling functions in binary files.
Package smbios provides detection and access to System Management BIOS (SMBIOS) and Desktop Management Interface (DMI) data and structures.
Package editorconfig allows parsing and using EditorConfig files, as defined in https://editorconfig.org/.
This package implements a generic patricia trie (also called radix tree).
This package can be used to return the elapsed time since a given time in a human-readable format.
This package provides the ability to generate Sortable Identifiers. These identifiers are also universally unique.
Package pubsub implements a simple multi-topic pub-sub library.
This library converts ANSI escape sequences to Windows API calls on Windows environment. You can easily use this feature by replacing fmt with ansi.
Regexp2 is a feature-rich RegExp engine for Go. This package is a fork of dlclark/regexp2 providing a more similar API to regexp.
This package attempts to represent Go values in a form that can be used almost directly in Go source code.
This package provides case-sensitive, integer-preserving JSON unmarshaling functions based on encoding/json Unmarshal().
glg is simple lock-free logging library for Go.