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.
Package config provides utilities for loading configuration from multiple sources that can be used to configure the SDK's API clients, and utilities.
Chi is a lightweight, idiomatic and composable router for building Go HTTP services. It is based on the standard Go net/http package and supports middleware, routing groups, and URL parameters.
This package provides an implementation of client side part of XMLRPC protocol in Go language.
zerossl implements the ZeroSSL REST API.
The REST API is distinct from the ACME endpoint, which is a standardized way of obtaining certificates.
This package provides a SDK implementing HTTP client for Koofr cloud storage provider.
WebTunnel is a Go Pluggable Transport that attempts to imitate web browsing activities based on HTTP Upgrade (HTTPT).
This package provides a re-implementation of Julien Schmidt's httprouter, in that it uses a patricia tree, but the logic is rather different. Specifically, the routing rules are relaxed so that a single path segment may be a wildcard in one route and a static token in another.
The enmime package implements a MIME encoding and decoding library geared towards parsing MIME encoded emails.
This package provides a GraphQL client and code generator for Go.
This package provides a Go redirect format parser to match Netlify's https://www.netlify.com/docs/redirects/, format plus a compatible unparser.
The ethtool package aims to provide a library that implements easy access to the Linux SIOCETHTOOL ioctl operations. It can be used to retrieve information from a network device such as statistics, driver related information or even the peer of a VETH interface.
Implementation in Go of the CID spec. It is used in go-ipfs and related packages to refer to a typed hunk of data.
Package jsonrpc2 provides a Go implementation of JSON-RPC 2.0.
Package credentials provides types for retrieving credentials from credentials sources.
go-github-com-go-chi-chi-v5 is an HTTP router that lets the user decompose request handling into many smaller layers.
Bine is a toolkit to assist in creating Tor clients and servers. Features:
full support for the Tor controller API
support for
net.Connandnet.Listenstyle APIssupports statically compiled Tor to embed Tor into the binary
supports v3 onion services
support for embedded control socket in Tor >= 0.3.5
Package storage provides an easy way to work with Google Cloud Storage. Google Cloud Storage stores data in named objects, which are grouped into buckets.
This package provides a simple Go library for serving federated avatars.
This package provides command line tools: gqlclient, gqlclientgen, and gqlintrospect. For the Golang libriray, see go-git-sr-ht-emersion-gqlclient package.
This package allows the kernel's routing tables to be read and altered. Network routes, IP addresses, Link parameters, Neighbor setups,Queueing disciplines, Traffic classes and Packet classifiers may all be controlled. It is based on netlink messages.
The Minio Go Client SDK provides simple APIs to access any Amazon S3 compatible object storage.
This package implements a various networking related functions used throughout the Pion modules.
This package provides a collection of utilities for Pluggable Transports.