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.
The lttng-tools project provides a session daemon lttng-sessiond that acts as a tracing registry, the lttng command line for tracing control, a lttng-ctl library for tracing control and a lttng-relayd for network streaming.
barectf is a generator of tracer which produces CTF data streams. The generated C source code has no other dependencies than a few C standard library headers.
Flamegraph is a collection of scripts that generate interactive SVGs out of traces genated from various tracing tools. It comes with the script flamegraph.pl and many stackcollapse scripts.
Like Jacques Cartier, Jacques CTF can explore the sea of bits of a CTF data stream file and discover unsuspected lands of problems within packets.
libpatch is a lightweight C library that can be used by tracers, debuggers and other tools for insertion of probes in a program at runtime. It has many strategies to minimize probe overhead and maximize possible coverage.
Perf-tools is a collection of scripts for performance analysis and instrumentation based on Linux perf_events (aka perf) and ftrace.
Dyninst is a collection of libraries for instrumenting, analyzing and editing binaries. It can attach to an existing program or create a new one out of an ELF file for analysis or modification. It come with a handful of C++ libraries.
Package nopfs implements content blocking for the IPFS stack.
Fast IP to CIDR block(s) lookup using trie in Golang, inspired by IPv4 route lookup Linux. Possible use cases include detecting if a IP address is from published cloud provider CIDR blocks (e.g. 52.95.110.1 is contained in published AWS Route53 CIDR 52.95.110.0/24), IP routing rules, etc.
Package flatfs is a Datastore implementation that stores all objects in a two-level directory structure in the local file system, regardless of the hierarchy of the keys.
This package profides a test utility code used across many different IPFS related projects.
This is a simple adapter to plug in cockroachdb/pebble as a backend anywhere that accepts a go-datastore.
go-cidutil implements various utilities and helper functions for working with CIDs.
This package implements a Badger v4 (a key-value database) backed datastore for IPFS.
This package provides an implementation DNS over HTTPS resolver as specified in RFC 8484.
Package car allows inspecting and reading CARv2 files, described at https://ipld.io/specs/transport/car.
This is an implementation of go-datastore that is backed by DynamoDB.
ddbds includes support for optimized prefix queries. When you setup your table's key schema correctly and register it with ddbds, then incoming queries that match the schema will be converted into DynamoDB queries instead of table scans, enabling high performance, ordered, high-cardinality prefix queries.
This package implements the go-datastore interface using a LevelDB backend.
IPFS is a global, versioned, peer-to-peer file system. It combines good ideas from Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. IPFS provides an interface as simple as the HTTP web, but with permanence built in. You can also mount the world at /ipfs.
This package provides a DS implementation backed by Badger.
Package redirects provides Netlify style _redirects file format parsing.
This package provides Prometheus bindings used in IPFS development.
Package kbucket implements a kademlia k-bucket routing table.
Basic utilities to generate fast path CBOR codecs for types.