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.
Rust is a systems programming language that provides memory safety and thread safety guarantees.
Rust is a systems programming language that provides memory safety and thread safety guarantees.
Rust is a systems programming language that provides memory safety and thread safety guarantees.
Rust is a systems programming language that provides memory safety and thread safety guarantees.
Rust is a systems programming language that provides memory safety and thread safety guarantees.
Rust is a systems programming language that provides memory safety and thread safety guarantees.
Rust is a systems programming language that provides memory safety and thread safety guarantees.
libhomfly computes homfly polynomials of links, represented as strings.
SageMath is a mathematics software built on top of many existing packages such as NumPy, SciPy, Matplotlib, Sympy, Maxima, GAP, FLINT, R and others. Their combined power may be accessed through a common, Python-based language or directly via interfaces or wrappers.
This package provides a single extension class MemoryAllocator with cdef methods
malloccallocallocarrayreallocreallocarrayaligned_mallocaligned_mallocaligned_callocaligned_allocarray
libbraiding performs computations with braid groups, in particular it computes normal forms of group elements.
Cliquer is a set of reentrant C routines for finding cliques in a weighted or unweighted graph. It uses an exact branch-and-bound algorithm. It can search for maximum or maximum-weight cliques or cliques with size or weight within a given range, restrict the search to maximal cliques, store cliques in memory and call a user-defined function for every found clique.
BRiAl is the successor to PolyBoRi maintained by the Sage community. Its core is a C++ library, which provides high-level data types for Boolean polynomials and monomials, exponent vectors, as well as for the underlying polynomial rings and subsets of the powerset of the Boolean variables. As a unique approach, binary decision diagrams are used as internal storage type for polynomial structures.
Cypari2 provides a Python interface to the number theory library PARI/GP. It has been spun off from the SageMath mathematics software system, but it can be used independently.
This package provides a Python interface to the GNU multiprecision libraries GMO, MPFR and MPC.
This Python package provides a wrapper to the C++ Parma Polyhedra Library (PPL).
Lcalc computes L-functions, in particular the Riemann zeta function, Dirichlet L-functions and L-functions attached to elliptic curves and modular forms.
Some projects, such as a file server, need privilege separation to be able to switch to the user who owns the files and do file operations on their behalf. This package convincingly lies to the application, letting it believe it is operating as root and even switching between UIDs and GIDs as needed. You can start any application making it believe it is running as root. This package provides the following features :
Allows uid switching as a normal user.
Start any application making it believe it is running as root.
Support for user/group changing in the local thread using the syscalls (like glibc).
Intercepts
seteuidand related calls and simulates them in a way transparent to the application.
The Point-to-Point Protocol (PPP) provides a standard way to establish a network connection over a serial link. At present, this package supports IP and IPV6 and the protocols layered above them, such as TCP and UDP.
There are projects that need to be able to create, modify, and delete Unix users. Others just switch user IDs to interact with the system on behalf of another user (e.g. a user space file server). To be able to test applications like these, one needs to grant privileges to modify the passwd and group files. With this package it is possible to define your own passwd and group files to be used the software while it is under test. It also allows you to create a hosts file to set up name resolution for the addresses you use with socket_wrapper. It provides the following features:
Provides information for user and group accounts.
Network name resolution using a hosts file.
Loading and testing of NSS modules.
Tevent is an event system based on the talloc memory management library. It is the core event system used in Samba. The low level tevent has support for many event types, including timers, signals, and the classic file descriptor events.
cifs-utils is a set of user-space utilities for mounting and managing CIFS shares using the Linux kernel CIFS client.
This daemon allows (Samba) hosts to be found by Web Service Discovery Clients. It also implements the client side of the discovery protocol which searches for devices implementing WSD.
This package provides a library to disable resource limits and other privilege dropping, i.e. disabling chroot, prctl, pledge and setrlmit system calls. This package aims to help running processes which are dropping privileges or are restricting resources in test environments. A disabled call always succeeds (i.e. returns 0) and does nothing.