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 implements incremental encoding in Golang.
Package fuse enables writing FUSE file systems on Linux, OS X, and FreeBSD.
Package fastwalk provides a faster version of /path/filepath# for file system scanning tools.
This package provides a library for building powerful interactive prompts inspired by python-prompt-toolkit, making it easier to build cross-platform command line tools using Go.
This package provides functions to atomically change files, by writing first to a temp file, and then overwriting the target file in an atomic way.
This package implements value validations based on struct tags. In code it is often necessary to validate that a given value is valid before using it for something. This package allows one to define valid values as struct tags when defining a new struct type.
This package provides a MySQL client API written entirely in Go. It is designed to work with the MySQL protocol version 4.1 or greater. It definitely works well with MySQL server version 5.0 and 5.1.
Calculations for the position of the sun and moon. This is a Go port of the python-astral package.
InterConv converts interfaces into any data type.
Data type that can be converted:
Int
Int8
Int32
Int16
Int64
Float32
Float64
Boolean
String
Uint
Uint8
Uint16
Uint32
Uint64
Uintptr
Semver is a library for Semantic versioning written in Go.
This package implements a deep pretty printer for Go data structures to aid data snapshotting.
This package implements optimal parameters for data-types.
nFPM is Not FPM -- provides ways to package programs in popular Linux packaging formats, such as deb, rpm, apk, ipk and Arch.
This package implements a similar functionality like standard sync.WaitGroup
This package provides a CLI build from the go-github-com-orisano-pixelmatch source.
This package provides a library for retrieving information on running processes and system utilization (CPU, memory, disks, network, sensors).
Package yaml implements YAML support for the Go language.
Go package containing implementations of encoders and decoders for various data formats.
This package provides a functionality to read key presses from the keyboard, while in a terminal application, which may be combined to check for ctrl+c, alt+4, ctrl-shift, alt+ctrl+right, etc. It can also be used to simulate (mock) keypresses for CI testing.
This package provides a wrapper for ANSI escape code.
Hebcal's greg package converts between Gregorian dates and R.D. (Rata Die) day numbers.
This package provides a library for BOM detection.
This package provides a simple byte size formatting in Go.
Package pgpassfile is a parser PostgreSQL .pgpass files.