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 provides various Protocol Buffer extensions for the Go language (golang), namely support for record length-delimited message streaming.
This package provides supplemental Go libraries for image processing.
This package provides supplemental libraries offering Go support for low-level interaction with the operating system.
This package provides supplemental Go networking libraries.
This package implements logging analogous to C++ package glog INFO/ERROR/V setup. It provides functions that have a name matched by regex:.
This package provides supplemental libraries offering Go support for low-level interaction with the operating system.
This package provides an in-memory B-Tree implementation for Go, useful as an ordered, mutable data structure.
This package provides supplemental Go libraries for text processing.
This package provides supplemental Go networking libraries.
This package provides supplementary cryptographic libraries for the Go 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 Go support for the Protocol Buffers data serialization format.
This package is intended to be a more powerful and safer alternative to reflect.DeepEqual for comparing whether two values are semantically equal.
This package provides supplemental Go libraries for text processing.
The cmdtest package simplifies testing of command-line interfaces. It provides a simple, cross-platform, shell-like language to express command execution. It can compare actual output with the expected output, and can also update a file with new "golden" output that is deemed correct.
This repository contains packages for accessing and analyzing data from the Go Vulnerability Database.
This package provides supplemental libraries offering Go support for low-level interaction with the operating system.
This package provides a library for calling C functions from Go without Cgo.
Featues:
build for other platforms easily without a C compiler
efficiently cache entirely Go builds
using Cgo generates a C wrapper function for each C function called
load symbols at runtime and use it as a plugin system
call into other languages that are compiled into shared objects
works even with
CGO_ENABLED=1so incremental porting is possible
This repository contains packages for accessing and analyzing data from the Go Vulnerability Database.
The uuid package generates and inspects UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.
This package provides supplemental Go libraries related to time.
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.
term provides support functions for dealing with terminals, as commonly found on Unix systems.
term provides support functions for dealing with terminals, as commonly found on Unix systems.