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 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 provides a code generation tool for creating methods to serialize and de-serialize Go data structures to and from data interchange format - MessagePack.
This package provides INI file read and write functionality in Go.
Package vfs provides an abstraction of the os and ioutil packages that is easy to test.
This package provides a pure Go implementation of functionality comparable to GNU Readline, i.e. line editing and command history for simple TUI programs.
This package provides simple wrappers for primitive types to enforce atomic access.
Package mexpr provides a simple expression parser, originally built for use in templating languages (e.g. for-loop variable selection, if-statement evaluation) so is minimal in what it supports by design.
The walker function is a faster, parallel version, of filepath.Walk
This package implements a "diff" algorithm that compares two JSON objects and generates deltas that describe the differences between them. The deltas can be applied to a JSON object to "patch" them.
Package fastjson provides fast JSON parsing comparing to std encoding/json.
This library converts ANSI escape sequences to Windows API calls on Windows environment. You can easily use this feature by replacing fmt with ansi.
This pacakge provides bindings for CRIU. The code is based on the Go-based PHaul implementation from the CRIU repository.
Golden files (.golden) contain the raw expected output of tests,which can contain control codes and escape sequences. golden package provides an API for comparing Golden files.
Package sereal implements the Sereal, an efficient, compact-output,binary and feature-rich serialization protocol.
This package provides a simple Go API to Linux's perf_event_open, supporting event counters and a basic set of events.
A .gitignore parser for Go.
This package provides a CLI build from the go-github-com-tklauser-numcpus source.
This package provides an optimized implementation of protobuf's varint encoding/decoding. It has no dependencies.
Sprig provides over 100 functions that extend the Go template system. Slim-Sprig is a fork of Sprig that removes all external dependencies to make the library more lightweight.
The goipp package implements the IPP core protocol, as defined by @urlhttps://rfc-editor.org/rfc/rfc8010.html,RFC 8010.
gofpdi allows you to import an existing PDF into a new PDF.
Package go-scfg parses scfg files.
Sprig provides over 100 functions that extend the Go template system. Slim-Sprig is a fork of Sprig that removes all external dependencies to make the library more lightweight.
The colorful package provides a library for using colors in Go. It stores colors in RGB and provides methods for converting these to various color spaces.