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.
Package otlptracegrpc provides an OTLP span exporter using gRPC. By default the telemetry is sent to @urlhttps://localhost:4317.
Package ethernet implements marshaling and unmarshaling of IEEE 802.3 Ethernet II frames and IEEE 802.1Q VLAN tags.
This package provides a Go implementation of Coda Hale's Metrics library.
This package provides an implementation of the UNIX socket family data types and related helper functions.
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
Package linkheader provides functions for parsing HTTP Link headers.
Package aws contains OpenTelemetry propagators that use AWS propagation formats.
This package implements the SMB2/3 client in Go.
Package kinesis implements a batch producer built on top of the official AWS SDK.
This package provides a pure Go Kerberos library. It features:
Kerberos libraries for custom integration
Parsing Keytab files
Parsing krb5.conf files
Parsing client credentials cache files such as /tmp/krb5cc_$(id -u $(whoami))
On the client side, it provides a client that can authenticate to an SPNEGO Kerberos authenticated web service, and the ability to change client's password.
On the server side, the library provides a HTTP handler wrapper implements SPNEGO Kerberos authentication, as well as a HTTP handler wrapper decodes Microsoft AD PAC authorization data.
gateway is a Go library for discovering the IP address of the default LAN gateway.
Package githubv4 is a client library for accessing GitHub GraphQL API v4.
This package provides an interface to mailboxes in the Maildir format.
This package provides a client library in go for mega.co.nz storage service. Features:
User login
Fetch filesystem tree
Upload file
Download file
Create directory
Move file or directory
Rename file or directory
Delete file or directory
Parallel split download and upload
Filesystem events auto sync
Unit tests
Go library for /dns4, /dns6, /dnsaddr multiaddr resolution.
This package is a Go library that parses a curl (netscape) cookiejar file into a Go http.CookieJar.
This package implements a various networking related functions used throughout the Pion modules.
This package implements a functionality to create components that render fragments of HTML and compose them to create screens, pages, documents, or apps.
The netns package provides a simple interface for handling network namespaces in Go.
This package provides access to Google Compute Engine (GCE) metadata and API service accounts for Go.
Package grequests implements a friendly API over Go's existing net/http library.
goquery brings a syntax and a set of features similar to jQuery to the Go 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.
Multiaddr is a standard way to represent addresses that does the following:
Support any standard network protocols.
Self-describe (include protocols).
Have a binary packed format.
Have a nice string representation.
Encapsulate well.