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.
Lcalc computes L-functions, in particular the Riemann zeta function, Dirichlet L-functions and L-functions attached to elliptic curves and modular forms.
libbraiding performs computations with braid groups, in particular it computes normal forms of group elements.
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.
This Python package provides a wrapper to the C++ Parma Polyhedra Library (PPL).
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.
libhomfly computes homfly polynomials of links, represented as strings.
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.
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.
This package provides a single extension class MemoryAllocator with cdef methods
malloccallocallocarrayreallocreallocarrayaligned_mallocaligned_mallocaligned_callocaligned_allocarray
This package provides a Python interface to the GNU multiprecision libraries GMO, MPFR and MPC.
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.
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.
Since 1992, Samba has provided secure, stable and fast file and print services for all clients using the SMB/CIFS protocol, such as all versions of DOS and Windows, OS/2, GNU/Linux and many others.
Samba is an important component to seamlessly integrate Linux/Unix Servers and Desktops into Active Directory environments using the winbind daemon.
Talloc is a hierarchical, reference counted memory pool system with destructors. It is the core memory allocator used in Samba.
cifs-utils is a set of user-space utilities for mounting and managing CIFS shares using the Linux kernel CIFS client.
This package makes it possible on most UNIX platforms to contact your own DNS implementation in your test environment. It requires socket_wrapper to be able to contact the server. Alternatively, the wrapper is able to fake DNS queries and return valid responses to your application. It provides the following features:
Redirects name queries to the nameservers specified in your resolv.conf.
Can fake DNS queries using a simple formatted DNS hosts file.
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.
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.
This package provides tools to test your PAM application or module. For testing PAM applications, a simple PAM module called pam_matrix is provided. For testing PAM modules, see the pamtest library. One can combine it with the CMocka unit testing framework or use the provided Python bindings to write tests for modules in Python.
Since 1992, Samba has provided secure, stable and fast file and print services for all clients using the SMB/CIFS protocol, such as all versions of DOS and Windows, OS/2, GNU/Linux and many others.
Samba is an important component to seamlessly integrate Linux/Unix Servers and Desktops into Active Directory environments using the winbind daemon.