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.
Yamux (Yet another Multiplexer) is a multiplexing library for Golang. It relies on an underlying connection to provide reliability and ordering, such as TCP or Unix domain sockets, and provides stream-oriented multiplexing. It is inspired by SPDY but is not interoperable with it.
This package provides a native DTLS 1.2 implementation in Golang.
This package is designed to assist in scenarios where you want to construct a URL using a struct that represents the URL query parameters.
go-libp2p-asn-util is a Golang library to lookup the ASN for an IP address. It uses the IPv6 to ASN database downloaded from https://iptoasn.com/. Supports only IPv6 addresses for now.
This package provides a library for the Hetzner Cloud API.
This package provides an IMAP4rev1 library written in Go. It can be used to build IMAP clients and servers.
Package otelgrpc is the instrumentation library for google.golang.org/grpc.
Package sdk is the official AWS SDK v2 for the Go programming language.
This package provides a client library for convenient access to the Anthropic REST API. It includes support for message creation, streaming, tool calling, and integration with Amazon Bedrock.
This package provides a Go module that analyzes and classifies different kinds of referrer URLs (search, social, ...).
Package chunker implements Content Defined Chunking based on a rolling Rabin Checksum.
This package provides a parser for MIME messages.
Package webrtc implements the WebRTC (Real-Time Communication in Browsers) 1.0 as defined in W3C WebRTC specification document. Features:
implementation of webrtc-pc and
https://www.w3.org/TR/webrtc-stats/,webrtc-statsDataChannels
Send/Receive audio and video
Renegotiation
Plan-B and Unified Plan
SettingEngine for Pion specific extensions
implemented connectivity - Full ICE Agent, ICE Restart, Trickle ICE, STUN, TURN mDNS candidates
This package provides an SFTP implementation, as described in https://filezilla-project.org/specs/draft-ietf-secsh-filexfer-02.txt, for Go.
This package implements a functionality to fills a struct with form values.
Gorilla/Mux implements a request router and dispatcher for matching incoming requests with their respective handler.
This package implements XML RPC interface for Go programming language.
This package contains several lexers and parsers written in Go.
Package negroni is an idiomatic approach to web middleware in Go. It is tiny,non-intrusive, and encourages use of net/http Handlers.
go-gemini is a library that provides an easy interface to create clients that speak the Gemini protocol.
Package gomatrix implements the Matrix Client-Server API. This package is an alternative fork of not maintained https://github.com/matrix-org/gomatrix project.
The sortthread package implements message sorting and threading for go-github-com-emersion-go-imap.
The Minio Go Client SDK provides simple APIs to access any Amazon S3 compatible object storage.
Package qdisc allows getting queuing discipline information via netlink,similarly to what tc -s qdisc show does.