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.
libhomfly computes homfly polynomials of links, represented as strings.
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.
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 aims to help client-server software development teams achieve full functional test coverage. It makes it possible to run several instances of the full software stack on the same machine to functionally test complex network configurations locally. It provides the following features:
Redirects all network communication to happen over Unix sockets.
Support for IPv4 and IPv6 socket and addressing emulation.
Ability to capture network traffic in pcap format.
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.
cifs-utils is a set of user-space utilities for mounting and managing CIFS shares using the Linux kernel CIFS client.
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.
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.
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 iniParser C library reads and writes Windows-style .ini configuration files. These are simple text files with a basic structure composed of sections, properties, and values. While not expressive, they are easy to read, write, and modify.
The library is small, thread safe, and written in portable ANSI C with no external dependencies.
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.
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.
Ldb is a LDAP-like embedded database built on top of TDB. What ldb does is provide a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database.
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.
Talloc is a hierarchical, reference counted memory pool system with destructors. It is the core memory allocator used in Samba.
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.
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.
Rep-GTK is a GTK+ (and GLib, GDK) binding to the librep, and one of the backend of Sawfish.
Librep is a dialect of Lisp, designed to be used both as an extension language for applications and as a general purpose programming language. It was originally written to be mostly-compatible with Emacs Lisp, but has subsequently diverged markedly. Its aim is to combine the best features of Scheme and Common Lisp and provide an environment that is comfortable for implementing both small and large scale systems.