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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides a Go compiler front end.
This package provides the ability to generate Sortable Identifiers. These identifiers are also universally unique.
This package provides a cron library for Go. It implements a cron spec parser and job runner.
Package conpty implements Windows Console Pseudo-terminal support.
Package yaml can marshal and unmarshal cty values in YAML format.
This package provides a TOML parser and JSON encoder.
The goxpp library, inspired by Java's XML, is a lightweight wrapper for Go's standard XML Decoder,tailored for developers who need fine-grained control over XML parsing.
Go-TUF is a Go implementation of The Update Framework (TUF), a framework for securing software update systems. It provides tools for creating and managing TUF repositories and clients for securely downloading updates.
Package mexpr provides a simple expression parser, originally built for use in templating languages (e.g. for-loop variable selection, if-statement evaluation) so is minimal in what it supports by design.
This package provides support for issuing SCSI commands with SG_IO ioctl.
Package pty is a wrapper for github.com/creack/pty, which provides functions for working with Unix terminals.
This package provides an additional tooling powered by https://github.com/zeebo/goof - calling functions in binary files.
Package colour provides Quake-style colour formatting for Unix terminals. The package level functions can be used to write to stdout (or strings or other files). If stdout is not a terminal, colour formatting will be stripped.
This package provides various convenience functions for dealing with random numbers and strings.
This package provides functions to calculate LCS values from two arbitrary arrays.
This package provides a native Go clean room implementation of the Porter Stemming Algorithm. It's an alternative fork of https://github.com/reiver/go-porterstemmer.
This package provides a multiplexed stream library using spdy.
Dasel (short for data-selector) allows you to query and modify data structures using selector strings. It's similar to jq/yq, but supports JSON, YAML, TOML, XML and CSV with zero runtime dependencies.
Replace uses of the time package with the clockwork.Clock interface instead.
This package provides bindings for https://github.com/ostreedev/ostree, OSTree.
hclogvet is a go vet tool for checking that the Trace/Debug/Info/Warn/Error methods on hclog.Logger are used correctly.
This package contains the main implementation of the HCL. HCL is designed to be a language for expressing configuration which is easy for both humans and machines to read.
This package implements a functionality of handling FIFOs in a sane way.
This package implements a functionality to marshal/unmarshal XML to/from map[string]interface values (and JSON); extract/modify values from maps by key or key-path, including wildcards.