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 repository contains packages for accessing and analyzing data from the Go Vulnerability Database.
Package expect provides support for interpreting structured comments in Go source code (including go.mod and go.work files) as test expectations.
This package provides supplemental Go libraries for text processing.
The config package holds the config.json file defining the Go telemetry upload configuration and contains no actual Go code, and exists only so the config.json file can be served by module proxies.
An upload configuration specifies the set of values that are permitted in telemetry uploads: GOOS, GOARCH, Go version, and per-program counters.
renameio Go package provides a way to atomically create or replace a file or symbolic link.
This package provides supplemental Go libraries related to time.
This package provides miscellaneous tools that support the Go programming language.
This package provides a mirror of the assembler from the Go compiler, with import paths re-written for the assembler to be functional as a standalone library.
This package provides supplemental Go networking libraries.
This package provides a rpc Google's API gRPC type derived from google.golang.org/protobuf.
This repository contains packages for accessing and analyzing data from the Go Vulnerability Database.
This repository holds packages for writing tools that work directly with Go module mechanics. That is, it is for direct manipulation of Go modules themselves.
The specific case of loading packages should still be done by invoking the go command, which remains the single point of truth for package loading algorithms.
This package provides Go concurrency primitives in addition to the ones provided by the language and sync and sync/atomic packages. The package provides several Golang submodules:
errgroup- synchronization, error propagation, and Context cancellation for groups of goroutines working on subtasks of a common tasksemaphore- a weighted semaphore implementationsingleflight- a duplicate function call suppression mechanismsyncmap- a concurrent map implementation
This package provides various Protocol Buffer extensions for the Go language (golang), namely support for record length-delimited message streaming.
This package provides a markdown parser.
term provides support functions for dealing with terminals, as commonly found on Unix systems.
This package implements logging analogous to C++ package glog INFO/ERROR/V setup. It provides functions that have a name matched by regex:.
Gocc is a compiler kit for Go written in Go. Gocc generates lexers and parsers or stand-alone DFAs or parsers from a BNF. Lexers are DFAs, which recognise regular languages. Gocc lexers accept UTF-8 input. Gocc parsers are PDAs, which recognise LR-1 languages. Optional LR1 conflict handling automatically resolves shift / reduce and reduce / reduce conflicts.
The protobuf package provides a Go implementation of Protocol Buffers, a language and platform neutral, extensible mechanism for serializing structured data. It is a successor to go-github-com-golang-protobuf with an improved and cleaner API.
This package provides most of the code for running a godoc server.
This package provides supplemental libraries offering Go support for low-level interaction with the operating system.
The avo package presents a familiar assembly-like interface that simplifies development without sacrificing performance.
term provides support functions for dealing with terminals, as commonly found on Unix systems.
This package provides supplemental Go libraries for image processing.