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 project contains a set of libraries implementing a Java 1.0 - Java 11 Parser with advanced analysis functionalities.
Armed Bear Common Lisp (ABCL) is a full implementation of the Common Lisp language featuring both an interpreter and a compiler, running in the JVM. It supports JSR-223 (Java scripting API): it can be a scripting engine in any Java application. Additionally, it can be used to implement (parts of) the application using Java to Lisp integration APIs.
Conversant Disruptor is the highest performing intra-thread transfer mechanism available in Java. Conversant Disruptor is an implementation of this type of ring buffer that has almost no overhead and that exploits a particularly simple design.
Java-jboss-transaction-api-spec implements the Transactions API. A transaction is a unit of work containing one or more operations involving one or more shared resources having ACID (Atomicity, Consistency, Isolation and Durability) properties.
This package provides the Eclipse core expression language with the org.eclipse.core.expressions module.
This package is a Maven plugin to generate Plexus descriptors from source tags and class annotations.
This package specifies a means for obtaining objects in such a way as to maximize reusability, testability and maintainability compared to traditional approaches such as constructors, factories, and service locators (e.g., JNDI). This process, known as dependency injection, is beneficial to most nontrivial applications.
Many types depend on other types. For example, a Stopwatch might depend on a TimeSource. The types on which a type depends are known as its dependencies. The process of finding an instance of a dependency to use at run time is known as resolving the dependency. If no such instance can be found, the dependency is said to be unsatisfied, and the application is broken.
Commons Math is a library of lightweight, self-contained mathematics and statistics components addressing the most common problems not available in the Java programming language or Commons Lang.
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.
FEST-Assert provides a fluent interface for assertions.
EasyMock is a Java library that provides an easy way to use mock objects in unit testing.
Eclipse LSP4J provides Java bindings for the Language Server Protocol and the Debug Adapter Protocol. This package is a common definition intended to be inherited by other packages.
Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of.
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.
JMock is a library that supports test-driven development of Java code with mock objects. Mock objects help you design and test the interactions between the objects in your programs.
The jMock library
makes it quick and easy to define mock objects
lets you precisely specify the interactions between your objects, reducing the brittleness of your tests
plugs into your favourite test framework
is easy to extend.
This package provides support for the Eclipse extension registry.
JCommander is a very small Java framework that makes it trivial to parse command line parameters. Parameters are declared with annotations.
Xbean-reflect provides very flexible ways to create objects and graphs of objects for dependency injection frameworks
This package contains a clean definition of JPA API intended for use with DataNucleus JPA since the JCP haven't provided an official JPA API jar. See http://java.net/projects/jpa-spec/downloads for the specification used to generate this API.
Commons-IO contains utility classes, stream implementations, file filters and endian classes.
OSGi, for Open Services Gateway initiative framework, is a module system and service platform for the Java programming language.
This package provides the Java development kit OpenJDK.
This package provides the Java development kit OpenJDK built with the IcedTea build harness.
OSGi, for Open Services Gateway initiative framework, is a module system and service platform for the Java programming language. This package contains the support annotations for metatype.