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.
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl and Python. It is a C++ library.
Superset of the POSIX regex API, enabling approximate matching. Also ships a version of the agrep utility which behaves similar to grep but features inexact matching.
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl and Python. It is a C++ library.
Fusion is a sensor fusion library implementing the Attitude and Heading Reference System (AHRS) algorithm, which combines available gyroscope, accelerometer, and magnetometer data into a single measurement of orientation relative to the Earth.
Enki is a robot simulator written in C++. It provides collision and limited physics support for robots evolving on a flat surface. On a contemporary desktop computer, Enki is able to simulate groups of robots hundred times faster than real-time.
ROCm cmake modules provides cmake modules for common build tasks needed for the ROCM software stack.
User-mode API interfaces used to interact with the ROCk driver.
The Comgr library provides APIs for compiling and inspecting AMDGPU code objects.
User-mode API interfaces and libraries necessary for host applications to launch compute kernels to available HSA ROCm kernel agents.
AMD-specific device-side language runtime libraries, namely oclc, ocml, ockl, opencl, hip and hc.
RocBandwidthTest is designed to capture the performance characteristics of buffer copying and kernel read/write operations. The help screen of the benchmark shows various options one can use in initiating cop/read/writer operations. In addition one can also query the topology of the system in terms of memory pools and their agents.
The AMD SMI allows managing and monitoring AMD devices, particularly in high-performance computing environments. It provides a user-space interface that allows applications to control GPU operations, monitor performance, and retrieve information about the system's drivers and GPUs. It also provides a command-line tool, amd-smi, which can be used to do the same.
The HIP CPU Runtime is a header-only library that allows CPUs to execute unmodified HIP code. It is generic and does not assume a particular CPU vendor or architecture.
OpenCL 2.0 compatible language runtime, supporting offline and in-process/in-memory compilation.
List HSA Agents available to ROCm and show their properties.
This package provides a Python library for communicating with the HTTP/2-based RPC framework gRPC.
This is a PEP-561-compliant stub-only package which provides type information of gRPC.
gRPC is a modern high performance Remote Procedure Call (RPC) framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. It is also applicable in last mile of distributed computing to connect devices, mobile applications and browsers to backend services.
The gRPC tools for Python provide a special plugin for generating server and client code from .proto service definitions.
Thrift provides clean abstractions and implementations for data transport, data serialization, and application level processing. The code generation system takes a simple definition language as input and generates code across programming languages that uses the abstracted stack to build interoperable RPC clients and servers.
This package provides the createrepo command, which can be used to create RPM repositories.
The libmodulemd API provides a number of convenience tools for interacting with repodata (that is, streams of YAML that contains information on multiple streams, default data and translations).
This package provides a library for making, reading and applying deltarpms, compatible with the original deltarpm packages.
The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values.