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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package contains mixins and implementation classes shared by the object model implementations LLOM and DOOM.
Xml Pull Parser (in short XPP) is a streaming pull XML parser and should be used when there is a need to process quickly and efficiently all input elements (for example in SOAP processors). This package is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of JIT JVMs.
MXParser is a fork of xpp3_min 1.1.7 containing only the parser with merged changes of the Plexus fork. It is an implementation of the XMLPULL V1 API (parser only).
This package contains mixins and implementation classes used by core of Apache Axiom.
Jettison is a Java library for converting XML to JSON and vice-versa with the help of the Streaming API for XML (StAX). It implements XMLStreamWriter and XMLStreamReader and supports Mapped and BadgerFish conventions.
This package provides stream classes used by the core or Apache Axiom.
This package provides utility methods to work with base64 encoded data.
This package contains mixins and implementation classes for Apache Axiom that also implement DOM.
This package provides the reference implementation of the Streaming API for XML (StAX). It is used for streaming XML data to and from a Java application. It provides a standard pull parser interface.
Xml Pull Parser (in short XPP) is a streaming pull XML parser and should be used when there is a need to process quickly and efficiently all input elements (for example in SOAP processors). This package is in maintenance mode.
Jaxen is an XPath library written in Java. It is adaptable to many different object models, including DOM, XOM, dom4j, and JDOM. It is also possible to write adapters that treat non-XML trees such as compiled Java byte code or Java beans as XML, thus enabling you to query these trees with XPath too.
Simple is a high performance XML serialization and configuration framework for Java. Its goal is to provide an XML framework that enables rapid development of XML configuration and communication systems. This framework aids the development of XML systems with minimal effort and reduced errors. It offers full object serialization and deserialization, maintaining each reference encountered.
This Java library allowing analysis and manipulation of parts of an HTML document, including server-side tags, while reproducing verbatim any unrecognised or invalid HTML. It also provides high-level HTML form manipulation functions.
This package provides annotation classes for Apache Axiom Weaver.
Xsdlib contains an implementation of sun.com.msv, an XML validator.
XStream is a simple library to serialize Java objects to XML and back again.
kXML is a small XML pull parser, specially designed for constrained environments such as Applets, Personal Java or devices compliant with the Mobile Information Device Profile (MIDP).
The resolver class implements the full semantics of OASIS Technical Resolution 9401:1997 (Amendment 2 to TR 9401) catalogs and the 06 Aug 2001 Committee Specification of OASIS XML Catalogs.
It also includes a framework of classes designed to read catalog files in a number of formats:
The plain-text flavor described by TR9401.
The XCatalog XML format defined by John Cowan
The XML Catalog format defined by the OASIS Entity Resolution Technical Committee.
This package provides XML utilities used by Apache Axiom Weaver, anyhow not depending on depending on the Axiom API.
Joda-Time is a replacement for the Java date and time classes prior to Java SE 8.
Jakarta Activation provides the javax.activation package, which was removed from the JDK in Java 11. This is the 1.2.x transitional release that still uses the javax.activation namespace.
This package builds the Simple Validation core and Swing adapter libraries from source.
This package provides a Java runtime environment for and Java development kit. It supports enhanced class redefinition (DCEVM), includes a number of improvements in font rendering, keyboards support, windowing/focus subsystems, Wayland, HiDPI, accessibility, and performance, provides better desktop integration and bugfixes not yet present in OpenJDK.
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.
JSch is a pure Java implementation of SSH2. This package builds the 0.1.72 release from source with bouncycastle and junixsocket support.