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.
Mockito is a mocking library for Java which lets you write tests with a clean and simple API. It generates mocks using reflection, and it records all mock invocations, including methods arguments.
This package contains an implementation of the JSR-341 specification for the expression language 3.0. It implements an expression language inspired by ECMAScript and XPath. This language is used with JavaServer Pages (JSP).
This package provides the Java development kit OpenJDK.
This package provides the Java development kit OpenJDK.
This package provides the Eclipse Java core batch compiler.
JSch is a pure Java implementation of SSH2. JSch allows you to connect to an SSH server and use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality into your own Java programs.
This package provides the HttpCore benchmarking tool. It is an Apache AB clone based on HttpCore.
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.
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees.
This package provides the Eclipse core compare support module org.eclipse.compare.core.
FEST-Assert provides a fluent interface for assertions.
This package provides a parser for command line arguments.
Plexus-archiver contains a component to deal with project archives (jar).
This package provides the Java development kit OpenJDK.
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees.
Commons-Exec simplifies executing external processes.
This package provides the Eclipse content mechanism in the org.eclipse.core.contenttype module.
Xbean-reflect provides very flexible ways to create objects and graphs of objects for dependency injection frameworks
Plexus interpolator is a modular, flexible interpolation framework for the expression language style commonly seen in Maven, Plexus, and other related projects.
It has its foundation in the org.codehaus.plexus.utils.interpolation package within plexus-utils, but has been separated in order to allow these two libraries to vary independently of one another.
OSGi, for Open Services Gateway initiative framework, is a module system and service platform for the Java programming language. This package contains the packageadmin service.
This package provides the ant build tool core libraries with the module org.eclipse.ant.core.
EasyMock is a Java library that provides an easy way to use mock objects in unit testing.
Guice is a lightweight dependency injection framework for Java 6 and above.
Eclipse Parsson is an implementation of the Jakarta JSON Processing specification.