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 camelcase is a micro package to split the words of a camelcase type string into a slice of words.
This package implements a functionality to calculate the Levenshtein Distance.
Package redact provides facilities for separating safe and unsafe pieces of data when logging and constructing error object.
This package provides a pure Go implementation of functionality comparable to GNU Readline, i.e. line editing and command history for simple TUI programs.
This package implements recursive copy functionality for directory.
Package atime provides a platform-independent way to get atimes for files.
Flagconf provides extensions to Go's flag package to support prefixed environment variables and a simple config file format.
refmt is a serialization and object-mapping library.
Package libc provides a C standard library implementation for use with ccgo-generated code.
This package provides a CLI build from the go-github-com-orisano-pixelmatch source.
Package btclog defines a logger interface and provides a default implementation of a subsystem-aware leveled logger implementing the same interface.
This package is a simple Golang implementation of tag parser.
Go-md2man is a Go program that converts markdown to roff for the purpose of building man pages.
containerd is a container runtime with an emphasis on simplicity, robustness, and portability. It is available as a daemon, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.
This package implements optimal parameters for data-types.
This package provides memcache client and server functionality.
This package provides a POSIX-compatible implementation of getopt for Go.
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 stdr implements github.com/go-logr/logr.Logger in terms of Go's standard log package.
This package provides case-sensitive, integer-preserving JSON unmarshaling functions based on encoding/json Unmarshal().
fswatch is a go library for watching file system changes to does not depend on inotify.
This package offers an Internalization Translator for Go using Unicode CLDR Project data and pluralization rules. Its currently implemented features include
Rules generated from the CLDR data, v30.0.3
Contains Cardinal, Ordinal and Range Plural Rules
Contains Month, Weekday and Timezone translations built in
Contains Date & Time formatting functions
Contains Number, Currency, Accounting and Percent formatting functions
Supports the "Gregorian" calendar only
Support loading translations from files
Exporting translations to file(s), mainly for getting them professionally translated
The package provides cadvisor, which provides information about the resource usage and performance characteristics of running containers.
Blackfriday is a Markdown processor in Go.