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.
Exiffix is a one function golang library made to be a replacement for image.Decode to handle orientation stored in EXIF data.
cli is a library for implementing command-line interfaces. Features:
easy sub-command based CLIs:
cli foo,cli bar, etc.support for nested subcommands such as
cli foo baroptional support for default subcommands so
clidoes something other than errorsupport for shell autocompletion of subcommands, flags, and arguments with callbacks in Go
automatic help generation for listing subcommands
automatic help flag recognition of
-h,--help, etc.automatic version flag recognition of
-v,--versionhelpers for interacting with the terminal, such as outputting information, asking for input, etc.
use of Go interfaces/types makes augmenting various parts of the library a piece of cake
pcidb is a small Golang library for programmatic querying of PCI vendor,product and class information.
The loginshell package provides a Go library to get the login shell of the current user.
Package crawlspace provides a means to dynamically interact with registered Go objects in a live process, using small scripting language based around the reflect package inspired by Twisted's manhole library .
mph is a Go package that implements a minimal perfect hash table over strings.
This package provides a simple lexical analyzer to parse shell-like commands.
This package implements a functionality for consuming the runc binary in Go applications. It tries to expose all the settings and features of the runc CLI.
This package provides an implementation of the Unicode Text Segmentation specification for Go. Specifically, it currently includes only the grapheme cluster segmentation algorithm.
Package rgbterm colorizes bytes and strings using RGB colors, for a full range of pretty terminal strings.
This package provides a library for environment variables substitution.
This package provides various utility functions to work with Go structs.
Package spinner is a simple package to add a spinner / progress indicator to any terminal application.
Package multicodec exposes the multicodec table as Go constants.
PG* is a protoc plugin library for efficient proto-based code generation.
Termbox is a library that provides a minimalistic API which allows the programmer to write text-based user interfaces.
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.
This package provides a encoder and decoder of the PostgreSQL wire protocol version 3.
Package fx is a framework that makes it easy to build applications out of reusable, composable modules.
The Freetype font rasterizer in the Go programming language.
This package provides a minimal and colorful Go logging library.
Package fuse enables writing FUSE file systems on Linux, OS X, and FreeBSD.
This package is an enhanced version of the golang.org/x/image/tiff library featuring:
Read support for CCITT Group3/4 compressed images.
Read/write support for LZW compressed images.
Read/write support for the CMYK color model.
This package generates ASCII tables. Features:
automatic Padding
support Multiple Lines
supports Alignment
support Custom Separators
automatic Alignment of numbers and percentage
write directly to http , file etc via
io.Writerread directly from CSV file
optional row line via
SetRowLinenormalise table header
make CSV Headers optional
enable or disable table border
set custom footer support
optional identical cells merging
set custom caption
optional reflowing of paragrpahs in multi-line cells
This package provides a command line interface (CLI) tool.