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-rs-xid is a globally unique id generator library, ready to safely be used directly in your server code.
The sortthread package implements message sorting and threading for go-github-com-emersion-go-imap.
This package provides supplemental Go libraries for image processing.
The maildir package provides an interface to mailboxes in the Maildir format.
go-github-com-hashicorp-go-multierror is a package that provides a mechanism for representing a list of error values as a single error.
go-github-com-klauspost-pgzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
This package provides a SASL library written in Go.
go-github-com-jpillora-sizestr provides a library to pretty print byte counts in Go.
Package machineid provides support for reading the unique machine id of most OSs (without admin privileges).
This package provides a Sqlite3 driver for Go using database/sql.
This package provides a small library that simplifies parsing RSS and Atom feeds in Go.
This package provides a very simple thread-safe progress bar which should work on every OS without problems. I needed a progressbar for croc and everything I tried had problems, so I made another one. In order to be OS agnostic I do not plan to support multi-line outputs.
go-github-com-dsnet-golib is a collection of mostly unrelated helper libraries.
go-github-com-jpillora-ansi implements the ANSI VT100 control set for use in Go.
Package blackfriday is a markdown processor.
The pty package provides functions for working with Unix pseudoterminals.
Converts markdown into roff (man pages).
Minimalist assertion library
Golang library for media type and file extension detection, based on magic numbers.
GJSON is a Go package that provides a fast and simple way to get values from a JSON document.
Package mnemonicode.
MauLogger is a logger for Go programs.
Blackfriday is a Markdown processor in Go.
guile-for-loops is a re-implementation of a large-ish chunk of racket for-macros. guile-for-loops is mostly compatible with racket's macros, with the largest omission being the body-or-break clause and some of the sequence iterators (like in-cycle, which can be covered by circular lists). There are other differences of course, like for/foldr not being on par feature-wise, and all the nicities you get by having a generic sequence interface.