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-github-com-dsnet-golib is a collection of mostly unrelated helper libraries.
Go package for parsing log lines in the logfmt style.
Go client API for InfluxDB 1.x.
Minimalist assertion library
The uniseg package provides a tool to iterate over grapheme clusters. This may be used to determine the number of user-perceived characters, to split strings in their intended places, or to extract individual characters which form a unit.
This package implements a low-level key/value store in Go.
MauLogger is a logger for Go programs.
This package provides a logger in Go.
Library to listen for keystrokes from the keyboard
Package machineid provides support for reading the unique machine id of most OSs (without admin privileges).
The pty package provides functions for working with Unix pseudoterminals.
go-github-com-rs-xid is a globally unique id generator library, ready to safely be used directly in your server code.
go-github-com-dchest-uniuri generates random strings good for use in URIs to identify uniqueobjects.
go-github-com-hashicorp-go-multierror is a package that provides a mechanism for representing a list of error values as a single error.
This package provides supplemental Go networking libraries.
go-github-com-nu7hatch-gouuid provides immutable UUID structs and the functions NewV3, NewV4, NewV5 and Parse() for generating versions 3, 4 and 5 UUIDs as specified in RFC 4122.
Converts markdown into roff (man pages).
Pretty is a Go package that provides fast methods for formatting JSON for human readability, or to compact JSON for smaller payloads.
go-github-com-gosuri-uilive go library for updating terminal output in realtime. It provides a buffered io.Writer that is flushed at a timed interval. go-github-com-gosuri-uilive powers go-github-com-gosuri-uiprogress.
go-github-com-jpillora-ansi implements the ANSI VT100 control set for use in Go.
go-github-com-aryann-difflib is a simple library written in Go for diffing two sequences of text.
go-github-com-gosuri-uiprogress is go library to render progress bars in terminal applications.
guile-threading-macros implements a version of the famous clojure threading macros. These are syntax-rules macros, and are as such portable across r(5 6 7)rs-conforming implementations.
This SRFI defines two disjoint immutable container types known as Maybe and Either, both of which can contain objects collectively known as their payload. A Maybe object is either a Just object or the unique object Nothing (which has no payload); an Either object is either a Right object or a Left object. Maybe represents the concept of optional values; Either represents the concept of values which are either correct (Right) or errors (Left).