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 pgpassfile is a parser PostgreSQL .pgpass files.
This package provides utilities for correcting image orientation based on EXIF metadata. It's an alternative fork of https://github.com/edwvee/exiffix maintained by Kitty comunity.
deepcopy implements a functionality of deep copies of things. A standard copy will copy the pointers where deepcopy copies the values pointed to. Unexported field values are not copied.
pcidb is a small Golang library for programmatic querying of PCI vendor,product and class information.
gocovmerge takes the results from multiple go test -coverprofile runs and merges them into one profile.
Unicode transliterator in Golang - Replaces non-ASCII characters with their ASCII approximations.
NLP-related string utility functions for Golang.
This package provides basic types for OSM elements (nodes/ways/relations/etc).
It include the following submodules:
parser/changeset- a parser for OSM changeset filesparser/diff- a parser for OSM diff files (.osc)parser/pbf- an efficient parser for OpenStreetMap PBF filesreplication- basic types for replication of OSM datareplication/changeset- functions for downloading OSM changeset filesreplication/diff- functions for downloading OSM diff filesstate- functions for reading and writing diff status files
This package provides the ability to generate Sortable Identifiers. These identifiers are also universally unique.
Package fastjson provides fast JSON parsing comparing to std encoding/json.
This package implements 16 bit floats that can store numbers like 1.02e12 for exponents in [-15, 15].
This package provides a multiplexed stream library using spdy.
This package provides a relatively simple declarative config format for zerolog supporting configuration files written in YAML or JSON.
Package libc provides a C standard library implementation for use with ccgo-generated code.
JWW is primarily a wrapper around the standard log library. It provides a few advantages over using the standard log library alone.
ready to go out of the box
one library for both printing to the terminal and logging (to files)
really easy to log to either a temp file or a file you specify
Package warnings implements error handling with non-fatal errors (warnings).
This package provides implementation of MessagePack encoding for Go programming language.
Shellquote provides utilities for joining/splitting strings using sh's word-splitting rules.
Chroma takes source code and other structured text and converts it into syntax highlighted HTML, ANSI-coloured text, etc.
Package lxc provides Go Bindings for LXC (Linux Containers) C API.
Package kong aims to support arbitrarily complex command-line structures with as little developer effort as possible.
This package implements a functionality of an in-memory key:value store/cache that is suitable for applications running on a single machine. This in-memory cache uses Go Generics which is introduced in 1.18.
This package implements a functionality to modify/update field tags in structs making it easy to update, add or delete the tags in a struct field with possibility to add and remove tag options. It's intended to be used by an editor, but also has modes to run it from the terminal.
fastime is a time function library for Go with zero memory allocation. fastime is returning the approximate time.