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.
Package expect provides an expect-like interface to automate control of applications. It is unlike expect in that it does not spawn or manage process lifecycle. This package only focuses on expecting output and sending input through it's psuedoterminal.
This package provides a UEFI library written to interact with Linux efivars. The goal is to provide a Go library to enable application authors to better utilize secure boot and UEFI. This also includes unit-testing to ensure the library is compatible with existing tools, and integration tests to ensure the library is able of deal with future UEFI revisions.
This package provides the ability to use BDF fonts in Go.
@urlhttps://esbuild.github.io/,Website | @urlhttps://esbuild.github.io/getting-started/,Getting started | @urlhttps://esbuild.github.io/api/,Documentation | @urlhttps://esbuild.github.io/plugins/,Plugins | @urlhttps://esbuild.github.io/faq/,FAQ.
Package tmx implements a parser for the TMX file format used in the Tiled Map Editor.
The Go mobile repository holds packages and build tools for using Go on mobile platforms.
GoPickle is a Go library for loading Python's data serialized with @codepickle and PyTorch module files.
Latest gradle buildable without gradle
The Apache Commons CLI library provides an API for parsing command line options passed to programs. It is also able to print help messages detailing the options available for a command line tool.
Commons CLI supports different types of options:
POSIX like options (ie. tar -zxvf foo.tar.gz)
GNU like long options (ie. du --human-readable --max-depth=1)
Java like properties (ie. java -Djava.awt.headless=true Foo)
Short options with value attached (ie. gcc -O2 foo.c)
long options with single hyphen (ie. ant -projecthelp)
This is a part of the Apache Commons Project.
Ivy is a tool for managing (recording, tracking, resolving and reporting) project dependencies. It is characterized by the following:
flexibility and configurability - Ivy is essentially process agnostic and is not tied to any methodology or structure. Instead it provides the necessary flexibility and configurability to be adapted to a broad range of dependency management and build processes.
tight integration with Apache Ant - while available as a standalone tool, Ivy works particularly well with Apache Ant providing a number of powerful Ant tasks ranging from dependency resolution to dependency reporting and publication.
Communicate Freely.
Lightweight Extensible Message Format for Reticulum.
Self-configuring, encrypted and resilient mesh networking stack for LoRa, packet radio, WiFi and everything in between.
Alpine Package Keeper (apk) is a package manager originally built for Alpine Linux, but now used by several other distributions as well.
Pacman - package management combining a simple binary package format with an easy-to-use build system.
@codeipatool is a command line tool that allows you to search for iOS apps on the @urlhttps://apps.apple.com,App Store and download a copy of the app package, known as an file.
Alpine Package Keeper (apk) is a package manager originally built for Alpine Linux, but now used by several other distributions as well.
Boswars is a futuristic real time strategy (RTS) game in which the player has to combat his enemies while developing his war economy.
Hashmap is a templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.
The CImg Library is a small and open-source C++ library for image processing, designed with these properties in mind: usefulness, genericity, portability, simplicity, extensibility and freedom.
A dead-simple, yet extensible, C and C++ unit testing framework.