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 allow for enabling Windows terminal color support for Go.
Package errors provides errors that have stack-traces.
Package orderedmap implements an ordered map, i.e. a map that also keeps track of the order in which keys were inserted.
It offers the following features:
optimal runtime performance (all operations are constant time)
optimal memory usage (only one copy of values, no unnecessary memory allocation)
allows iterating from newest or oldest keys indifferently, without memory copy, allowing to break the iteration, and in time linear to the number of keys iterated over rather than the total length of the ordered map
supports any generic types for both keys and values. If you're running go < 1.18, you can use version 1 that takes and returns generic interfaces instead of using generics
idiomatic API, akin to that of container/list
support for JSON and YAML marshalling
Package xurls extracts urls from plain text using regular expressions.
This package provides utilities for efficiently performing Win32 IO operations in Go. Currently, this package is provides support for genreal IO and management of
This package provides a Go module that provides a safer alternative to exec.LookPath() on Windows.
Mousetrap is a tiny library that answers a single question.
Package graphql provides a GraphQL client implementation.
Package logfmt implements utilities to marshal and unmarshal data in the logfmt format. The logfmt format records key/value pairs in a way that balances readability for humans and simplicity of computer parsing. It is most commonly used as a more human friendly alternative to JSON for structured logging.
This is a library for performing OAuth Device flow and Web application flow in Go client apps.
Pty is a Go package for using Unix pseudo-terminals.
This package provides a small parser for git todo files. This package is a modified clone of https://github.com/fsmiamoto/git-todo-parser for purpose of LazyGit project.
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code.
This library provides helpers to open URLs, readers, or files in the system default web browser.
Package fuzzy provides fuzzy string matching optimized for filenames and code symbols in the style of Sublime Text, VSCode, IntelliJ IDEA et al.
Package diff provides quick and easy string diffing functions based on github.com/sergi/go-diff, mainly for diffing strings in tests
This package provides basic assertions along with building blocks for custom assertions to be used alongside native Go testing.
Package codec provides a High Performance, Feature-Rich Idiomatic Golang 1.4+ codec/encoding library for binc, msgpack, cbor, json.
Package rgbterm colorizes bytes and strings using RGB colors, for a full range of pretty terminal strings.
IIPImage is an advanced high-performance feature-rich image server system for web-based streamed viewing and zooming of ultra high-resolution images. It is designed to be fast and bandwidth-efficient with low processor and memory requirements. The system can comfortably handle gigapixel size images as well as advanced image features such as 8, 16 and 32 bits per channel, CIELAB colorimetric images and scientific imagery such as multispectral images, image sequences and 3D surface topologies. Features:
fast lightweight FastCGI server
high performance with inbuilt configurable cache
support for extremely large images: tera-pixel and multi gigapixel support
TIFF and JPEG2000 input support
JPEG, PNG and WebP output support: export of whole or regions of images at any size
supports IIP, Zoomify, DeepZoom and IIIF API's
1, 8, 16 and 32 bit image support including 32 bit floating point support
CIELAB support with automatic CIELAB->sRGB color space conversion
multispectral and hyperspectral image support
image stacks and image sequence support
dynamic hillshading of 3D surface topologies
dynamic watermarking
memcached support
This package provides a RocksDB-based capture index (CDX) server for web archives.