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 a functionality to iterate over slices, maps, channels etc. and heavily inspired by Lodash.
This package provides a ordered map library that maintains amortized O(1) for Set, Get, Delete and Len.
Package list implements a doubly linked list.
FileMutex is similar to sync.RWMutex, but also synchronizes across processes.
mgo (pronounced as mango) is a MongoDB driver for the Go language that implements a rich and well tested selection of features under a very simple API following standard Go idioms.
Package fx is a framework that makes it easy to build applications out of reusable, composable modules.
This package provides a driver for Mongo data base.
Ingo is a Go library helping you to persist flags in a INI-like configuration file.
This package provides an implementation of JSON5.
This package provides native Golang client bindings for the D-Bus message bus system. This is a fork of https://github.com/godbus/dbus maintained by Kovid Goyal for use in Kitty.
This package defines all the Go structures required to model a log file.
SARIF, from Static Analysis Results Interchange Format, is a standard JSON-based format for the output of static analysis tools defined and promoted by OASIS.
This package provides a library for building interactive and accessible prompts on terminals supporting ANSI escape sequences.
Package btreemap implements an ordered key-value map using an in-memory B-Tree of arbitrary degree.
cli is a simple, fast, and fun package for building command line apps in Go. The goal is to enable developers to write fast and distributable command line applications in an expressive way.
This package provides a relatively simple declarative config format for zerolog supporting configuration files written in YAML or JSON.
deepcopy implements a functionality of deep copies of things. A standard copy will copy the pointers where deepcopy copies the values pointed to. Unexported field values are not copied.
This repository contains modified Go standard library packages for use as work arounds until issues are addressed in the official distribution.
This package provides fixtures used by go-git.
This package provides a JSONPath implementation for Go using the gval expression evaluation library. It allows querying JSON documents using JSONPath expressions like $.store.book[*].author.
This package provides a Clock interface, useful for injecting time dependencies in tests.
Perks contains the Go package quantile that computes approximate quantiles over an unbounded data stream within low memory and CPU bounds.
Package ring implements a FIFO queue backed by a ring buffer.
This package implements a functionality for reading and parsing the terminfo database.