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 Eclipse core expression language with the org.eclipse.core.expressions module.
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.
jakarta-regexp is an old regular expression parser generator for Java.
OSGi, for Open Services Gateway initiative framework, is a module system and service platform for the Java programming language. This package contains an interface for a function that accepts a single argument and produces a result.
OSGi, for Open Services Gateway initiative framework, is a module system and service platform for the Java programming language.
jsch-agent-proxy is a proxy program to OpenSSH's ssh-agent and Pageant included in Putty. This component contains a connector factory.
This package contains the API used by components to manipulate compilers.
Xbean-reflect provides very flexible ways to create objects and graphs of objects for dependency injection frameworks
This package contains the parent pom for projects from ow2.org, including java-asm.
Binding/provider for NOP, an implementation that silently discards all logging messages.
Platform Text is part of the Platform UI project and provides the basic building blocks for text and text editors within Eclipse and contributes the Eclipse default text editor.
Pure Java implementation of the NaCl: Networking and Cryptography library.
The modello test package contains the basis to create Modello generator unit-tests, including sample models and xml files to test every feature for every plugin.
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 contains a set of Java annotations which can be used in JVM-based languages. They serve as an additional documentation and can be interpreted by IDEs and static analysis tools to improve code analysis.
OSGi, for Open Services Gateway initiative framework, is a module system and service platform for the Java programming language. This package contains a factory for JDBC connection factories. There are 3 preferred connection factories for getting JDBC connections:
javax.sql.DataSource;javax.sql.ConnectionPoolDataSource;javax.sql.XADataSource.
Janino is a Java compiler. Janino can compile a set of source files to a set of class files like javac, but also compile a Java expression, block, class body or source file in memory, load the bytecode and execute it directly in the same JVM. janino can also be used for static code analysis or code manipulation.
This package provides annotations for security. It provides packages in the javax.annotation and javax.annotation.security namespaces.
This package provides Eclipse core commands in the module org.eclipse.core.commands.
Xerial is a set of data management libraries for the Java programming language. The ultimate goal of the Xerial project is to manage everything as database, including class objects, text format data, data streams, etc.
Jansi is a Java library that allows you to use ANSI escape sequences to format your console output which works on every platform.
JUnit is a simple framework to write repeatable tests for Java projects. JUnit provides assertions for testing expected results, test fixtures for sharing common test data, and test runners for running tests.
Sisu is a modular JSR330-based container that supports classpath scanning, auto-binding, and dynamic auto-wiring. Sisu uses Google-Guice to perform dependency injection and provide the core JSR330 support, but removes the need to write explicit bindings in Guice modules. Integration with other containers via the Eclipse Extension Registry and the OSGi Service Registry is a goal of this project.
Java Compiler Compiler (JavaCC) is the most popular parser generator for use with Java applications. A parser generator is a tool that reads a grammar specification and converts it to a Java program that can recognize matches to the grammar. In addition to the parser generator itself, JavaCC provides other standard capabilities related to parser generation such as tree building (via a tool called JJTree included with JavaCC), actions, debugging, etc.