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.
errcheck is a program for checking for unchecked errors in Go code.
Package vorbis implements a vorbis decoder.
Package hm is a simple Hindley-Milner type inference system in Go. It provides the necessary data structures and functions for creating such a system.
An interface definition for a fully defined clock.
Regexp2 is a feature-rich RegExp engine for Go.
Package mpeg implements MPEG-1 Video decoder, MP2 Audio decoder and MPEG-PS demuxer.
@strongFlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.
This package provides a TOML parser and JSON encoder.
Package hideconsole is a utility package to hide a console automatically even without `-ldflags "-Hwindowsgui"` on Windows.
Go library used to retrieve the current locale(s) of the operating system.
BFloat16 conversion utilities for Go/Golang.
This package provides a tool for making fat OSX binaries (a portable lipo).
Package math32 provides basic constants and mathematical functions for float32 types.
@urlhttps://github.com/slembcke/Chipmunk2D,Chipmunk2D ported to Go.
Package arrow provides an implementation of Apache Arrow.
The Go mobile repository holds packages and build tools for using Go on mobile platforms.
Package pkcs7 implements parsing and generation of some PKCS#7 structures.
Package grpc implements an RPC system called gRPC.
Ivy is a tool for managing (recording, tracking, resolving and reporting) project dependencies. It is characterized by the following:
flexibility and configurability - Ivy is essentially process agnostic and is not tied to any methodology or structure. Instead it provides the necessary flexibility and configurability to be adapted to a broad range of dependency management and build processes.
tight integration with Apache Ant - while available as a standalone tool, Ivy works particularly well with Apache Ant providing a number of powerful Ant tasks ranging from dependency resolution to dependency reporting and publication.
Latest gradle buildable without gradle
The Apache Commons CLI library provides an API for parsing command line options passed to programs. It is also able to print help messages detailing the options available for a command line tool.
Commons CLI supports different types of options:
POSIX like options (ie. tar -zxvf foo.tar.gz)
GNU like long options (ie. du --human-readable --max-depth=1)
Java like properties (ie. java -Djava.awt.headless=true Foo)
Short options with value attached (ie. gcc -O2 foo.c)
long options with single hyphen (ie. ant -projecthelp)
This is a part of the Apache Commons Project.
Lightweight Extensible Message Format for Reticulum.
Communicate Freely.