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.
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 the leaky-bucket rate limit algorithm. It refills the bucket based on the time elapsed between requests instead of requiring an interval clock to fill the bucket discretely.
This package provides an implementatioin of Crit-bit trees in Golang.
Chroma takes source code and other structured text and converts it into syntax highlighted HTML, ANSI-coloured text, etc.
Leveled execution logs for Go.
Package cellbuf provides terminal cell buffer functionality.
pcidb is a small Golang library for programmatic querying of PCI vendor,product and class information.
gocovmerge takes the results from multiple go test -coverprofile runs and merges them into one profile.
This package provides ioctl wrapper to std syscall and os.
This package parses text into shell arguments. Based on the cpan module Parse::CommandLine.
Package smetrics provides a bunch of algorithms for calculating the distance between strings. There are implementations for calculating the popular Levenshtein distance (aka Edit Distance or Wagner-Fischer), as well as the Jaro distance, the Jaro-Winkler distance, and more.
This package provides XOR bitwise code engine.
This package provides a minimal interface for structured logging in services. It may be wrapped to encode conventions, enforce type-safety, provide leveled logging, and so on. It can be used for both typical application log events, and log-structured data streams.
This package will pretty print a compact representation of a Go data structure. It can also produce a much more verbose, one-item-per-line representation suitable for computing diffs.
This package provides a ordered map library that maintains amortized O(1) for Set, Get, Delete and Len.
This package provides INI file read and write functionality in Go.
This package provides a implementation of the Snowball stemmer for natural language processing.
Standalone FTS5 extension for @urlhttps://github.com/mattn/go-sqlite3,go-sqlite3, that provides full-text search functionality to database applications.
Package term provides structures and helper functions to work with terminal (state, sizes).
This package provides a Golang implementation of the Base object for the "Optional Parameters Pattern".
This package provides a collection of ANSI-aware methods and io.Writers helping you to transform blocks of text.
This package provides a simple lexical analyzer to parse shell-like commands.
glg is simple lock-free logging library for Go.
This package provides a library, which supports copying value from one struct to another.