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.
Go-md2man is a Go program that converts markdown to roff for the purpose of building man pages.
This package provides an implementation of the Unicode Text Segmentation specification for Go. Specifically, it currently includes only the grapheme cluster segmentation algorithm.
This package provides a Go library for reading from continuously updating files, like tail -f.
Package fileutil collects some file utility functions.
This package provides shared utilities used to break circular dependencies of u-root project.
This package provides a library for Goroutines that helps to implement more complicated parallel cases.
Package errors provides errors that have stack-traces. It provides the type *Error which implements the standard golang error interface, so you can use this library interchangeably with code that is expecting a normal error return.
This package provides an imlementation of nquads and yacc parsers.
go-localeinfo extracts monetary/numeric/time formatting information, rather than the current locale name.
Go Windows Service wrapper compatible with GNU/Linux. Windows tests here.
Bolt is a pure Go key/value store inspired by Howard Chu's LMDB project. The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL.
ANSI sequence helpers for working with raw ANSI sequences.
This Go library provides facilities to access /etc/passwd and related files.
This package provides ioctl wrapper to std syscall and os.
This package provides a support for a *nix (f)lex like tool on .l sources. The syntax is similar to a subset of (f)lex
Go package containing implementations of encoders and decoders for various data formats.
Viper is a complete configuration solution for Go applications including 12-Factor apps. It is designed to work within an application, and can handle all types of configuration needs and formats.
This package provides ANSI colors for Golang. The package supports Printf/Sprintf etc.
This package implements a functionality to calculate Levenshtein Distance.
Go library for ini files
This package provides functionlaity for common tasks:
Bytes- format/parse bytesColor- style terminal textLog- simple logging
Package expect provides an expect-like interface to automate control of applications. It is unlike expect in that it does not spawn or manage process lifecycle. This package only focuses on expecting output and sending input through it's psuedoterminal.
Extension for the goldmark markdown parser which enables defining document metadata in the YAML format.
This package provides a Go implementation of globs.