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 implements functionality to encode and decode DRCS Sixel. This package provides an command line interface (CLI) tools.
This pacakge provides bindings for CRIU. The code is based on the Go-based PHaul implementation from the CRIU repository.
Go library for the TOML configuration language
This package provides set of utilities/abstractions developed as part of datastore connectivity and testing (viant/dsc, viant/dsunit).
Package editorconfig allows parsing and using EditorConfig files, as defined in https://editorconfig.org/.
Package cellbuf provides terminal cell buffer functionality.
Chroma takes source code and other structured text and converts it into syntax highlighted HTML, ANSI-coloured text, etc.
Go library for the TOML configuration language
This package provides a implementation of the porter stemming algorithm: http://tartarus.org/~martin/PorterStemmer/index.html.
Suture provides Erlang-ish supervisor trees for Go. "Supervisor trees" -> "sutree" -> "suture" -> holds your code together when it's trying to die.
It is intended to deal gracefully with the real failure cases that can occur with supervision trees (such as burning all your CPU time endlessly restarting dead services), while also making no unnecessary demands on the "service" code, and providing hooks to perform adequate logging with in a production environment
This package provides a set of parsing tools for Go inspired by Sprache.
This package implements a functionality of creating here-documents from raw strings.
Storm is a toolkit for BoltDB, providing various methods to work with it.
This package implements a functionality to generate barcodes.
Supported Barcode Types:
2 of 5
Aztec Code
Codabar
Code 128
Code 39
Code 93
Datamatrix
EAN 13
EAN 8
PDF 417
QR Code
This is a memcache client library for the Go programming language.
This package provides a TTY utilities implementation for verity of operation systems.
Package redact provides facilities for separating safe and unsafe pieces of data when logging and constructing error object.
zli is a Go library for writing command line interface programs. It includes flag parsing, color escape codes, various helpful utility functions, and makes testing fairly easy.
This package provides a pure Go Postgres driver for Go's database/sql package.
Package firebird provides database/sql driver for Firebird RDBMS.
This repository is the home of the Docker command-line interface (CLI).
This package provides a Julia grammar for tree-sitter bindings in Golang.
This package implements a functionality to decode data into Go structs.
Osext provides a method for finding the current executable file that is running. This can be used for upgrading the current executable or finding resources located relative to the executable file.