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.
This package provides the core libraries of the Eclipse Java development tools.
Pax Exam creates OSGi bundles for testing purposes. It lets the user take control of the OSGi framework, the test framework (e.g. JUnit) and the system under test at the same time.
Microemulator is a Java 2 Micro Edition (J2ME) CLDC/MIDP Emulator. It demonstrates MIDlet based applications in web browser applet and can be run as a standalone java application.
jakarta-regexp is an old regular expression parser generator for Java.
This package contains the C++ runtime library used with C++ generated sources by ANTLR.
This package provides the API module of the Log4j logging framework for Java.
This package provides the Java development kit OpenJDK.
This package contains the parent pom for projects from ow2.org, including java-asm.
Although the java.net package provides basic functionality for accessing resources via HTTP, it doesn't provide the full flexibility or functionality needed by many applications. HttpClient seeks to fill this void by providing an efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations.
This package contains the Javac Compiler support for Plexus Compiler component.
XMLUnit provides you with the tools to verify the XML you emit is the one you want to create. It provides helpers to validate against an XML Schema, assert the values of XPath queries or compare XML documents against expected outcomes.
Args4j is a small Java class library that makes it easy to parse command line options/arguments in your CUI application.
AssertJ core is a Java library that provides a fluent interface for writing assertions. Its main goal is to improve test code readability and make maintenance of tests easier.
JLine is a Java library for handling console input. It is similar in functionality to BSD editline and GNU readline but with additional features that bring it in par with ZSH line editor. People familiar with the readline/editline capabilities for modern shells (such as bash and tcsh) will find most of the command editing features of JLine to be familiar.
This package includes the Terminal API and implementations.
The modello XPP3 plugin generates XML readers and writers based on the XPP3 API (XML Pull Parser).
This package provides the Equinox application container for Eclipse.
Ant is a platform-independent build tool for Java. It is similar to make but is implemented using the Java language, requires the Java platform, and is best suited to building Java projects. Ant uses XML to describe the build process and its dependencies, whereas Make uses Makefile format.
This package provides the Java development kit OpenJDK.
SLF4J binding for the Simple implementation, which outputs all events to System.err. Only messages of level INFO and higher are printed.
This package provides the core component of the Log4j logging framework for Java.
This package is a library to help creating CLI around Plexus components.
This project contains API and Compatible Implementation of Jakarta JSON Processing specification. Jakarta JSON Processing provides portable APIs to parse, generate, transform, and query JSON documents.
ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or dynamically generate classes, directly in binary form. The provided common transformations and analysis algorithms allow easily assembling custom complex transformations and code analysis tools.
OpenJFX is a client application platform for desktop, mobile and embedded systems built on Java. Its goal is to produce a modern, efficient, and fully featured toolkit for developing rich client applications. This package contains graphics-related classes for the OpenJFX distribution.