_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


java-axiom-core-mixins 1.4.0
Channel: guix
Location: gnu/packages/java-xml.scm (gnu packages java-xml)
Home page: https://ws.apache.org/axiom/
Licenses: ASL 2.0
Build system: ant
Synopsis: Common classes for Apache Axiom core.
Description:

This package contains mixins and implementation classes used by core of Apache Axiom.

java-xstream 1.4.16
Dependencies: java-jdom@1.1.3 java-jdom@2.0.6.1 java-cglib@3.3.0 java-joda-time@2.9.9 java-jettison@1.3.7 java-xom@127 java-mxparser@1.2.1 java-xpp3@1.1.4 java-dom4j@2.1.1 java-stax2-api@4.0.0 java-woodstox-core@5.0.3 java-kxml2@2.4.2 java-stax@1.2.0
Channel: guix
Location: gnu/packages/java-xml.scm (gnu packages java-xml)
Home page: https://x-stream.github.io
Licenses: Modified BSD
Build system: ant
Synopsis: XML serialization library
Description:

XStream is a simple library to serialize Java objects to XML and back again.

java-jaxp 1.4.01
Channel: guix
Location: gnu/packages/java-xml.scm (gnu packages java-xml)
Home page: https://xerces.apache.org/xml-commons/
Licenses: ASL 2.0 W3C Software Notice and License Public Domain
Build system: ant
Synopsis: Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX)
Description:

Jaxp from the Apache XML Commons project is used by the Xerces-J XML parser and Xalan-J XSLT processor and specifies these APIs:

  • Document Object Model (DOM)

  • Simple API for XML (SAX)

  • Java APIs for XML Processing (JAXP)

  • Transformation API for XML (TrAX)

  • Document Object Model (DOM) Load and Save

  • JSR 206 Java API for XML Processing

java-jdom 2.0.6.1
Channel: guix
Location: gnu/packages/java-xml.scm (gnu packages java-xml)
Home page: http://jdom.org/
Licenses: Original BSD
Build system: ant
Synopsis: Access, manipulate, and output XML data
Description:

Jdom is a Java-based solution for accessing, manipulating, and outputting XML data from Java code.

java-dom4j 2.1.1
Dependencies: java-jaxen-bootstrap@1.1.6 java-xmlpull2@2.1.10 java-xpp3@1.1.4 java-xsdlib@2013.2
Channel: guix
Location: gnu/packages/java-xml.scm (gnu packages java-xml)
Home page: https://dom4j.github.io/
Licenses: non-copyleft
Build system: ant
Synopsis: Flexible XML framework for Java
Description:

Dom4j is a flexible XML framework for Java. DOM4J works with DOM, SAX, XPath, and XSLT. It can parse large XML documents with very low memory footprint.

java-stax 1.2.0
Channel: guix
Location: gnu/packages/java-xml.scm (gnu packages java-xml)
Home page: https://repo1.maven.org/maven2/stax/stax/
Licenses: ASL 2.0
Build system: ant
Synopsis: Streaming API for XML
Description:

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.

java-jettison 1.3.7
Channel: guix
Location: gnu/packages/java-xml.scm (gnu packages java-xml)
Home page: https://github.com/codehaus/jettison
Licenses: ASL 2.0
Build system: ant
Synopsis: StAX implementation for JSON
Description:

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.

java-axiom-core-streams 1.4.0
Dependencies: java-axiom-base64-utils@1.4.0 java-axiom-xml-utils@1.4.0 java-commons-logging-minimal@1.2 unzip@6.0
Channel: guix
Location: gnu/packages/java-xml.scm (gnu packages java-xml)
Home page: https://ws.apache.org/axiom/
Licenses: ASL 2.0
Build system: ant
Synopsis: Stream classes used by Apache Axiom
Description:

This package provides stream classes used by the core or Apache Axiom.

java-xmlpull-api-v1 1.1.3.4b
Channel: guix
Location: gnu/packages/java-xml.scm (gnu packages java-xml)
Home page: https://github.com/aslom/xmlpull-api-v1
Licenses: Public Domain
Build system: ant
Synopsis: XML pull parsing API
Description:

XmlPull v1 API is a simple to use XML pull parsing API. XML pull parsing allows incremental (sometimes called streaming) parsing of XML where application is in control - the parsing can be interrupted at any given moment and resumed when application is ready to consume more input.

java-xom 127
Dependencies: java-jdom@1.1.3 java-junit@4.12 java-classpathx-servletapi@3.0.1 java-jaxen-bootstrap@1.1.6 java-xerces@2.12.2
Channel: guix
Location: gnu/packages/java-xml.scm (gnu packages java-xml)
Home page: https://xom.nu/
Licenses: LGPL 2.1
Build system: ant
Synopsis: XML Object Model
Description:

XOM is a new XML Object Model for processing XML with Java that strives for correctness and simplicity.

java-jericho-html 3.4
Channel: guix
Location: gnu/packages/java-xml.scm (gnu packages java-xml)
Home page: http://jericho.htmlparser.net/docs/index.html
Licenses: LGPL 2.1+ ASL 2.0 EPL 1.0
Build system: ant
Synopsis: Java HTML Parser library
Description:

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.

java-axiom-om-mixins 1.4.0
Channel: guix
Location: gnu/packages/java-xml.scm (gnu packages java-xml)
Home page: https://ws.apache.org/axiom/
Licenses: ASL 2.0
Build system: ant
Synopsis: Common classes for Apache Axiom LLOM and DOOM.
Description:

This package contains mixins and implementation classes shared by the object model implementations LLOM and DOOM.

java-apache-xml-commons-resolver 1.2
Dependencies: java-junit@4.12
Channel: guix
Location: gnu/packages/java-xml.scm (gnu packages java-xml)
Home page: https://xerces.apache.org/xml-commons/
Licenses: ASL 2.0
Build system: ant
Synopsis: Catalog-based entity and URI resolution
Description:

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.

java-axiom-dom-mixins 1.4.0
Channel: guix
Location: gnu/packages/java-xml.scm (gnu packages java-xml)
Home page: https://ws.apache.org/axiom/
Licenses: ASL 2.0
Build system: ant
Synopsis: Implementation of the Axiom API that also implements DOM
Description:

This package contains mixins and implementation classes for Apache Axiom that also implement DOM.

java-jaxen 1.1.6
Dependencies: java-jdom@1.1.3 java-xom@127 java-dom4j@2.1.1
Channel: guix
Location: gnu/packages/java-xml.scm (gnu packages java-xml)
Home page: https://github.com/jaxen-xpath/jaxen
Licenses: Modified BSD
Build system: ant
Synopsis: XPath library
Description:

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.

java-axiom-base64-utils 1.4.0
Channel: guix
Location: gnu/packages/java-xml.scm (gnu packages java-xml)
Home page: https://ws.apache.org/axiom/
Licenses: ASL 2.0
Build system: ant
Synopsis: Apache Axiom base64 decoder and encoder
Description:

This package provides utility methods to work with base64 encoded data.

java-asm-analysis 8.0.1
Dependencies: java-asm@8.0.1 java-asm-tree@8.0.1
Channel: guix
Location: gnu/packages/java.scm (gnu packages java)
Home page: https://asm.ow2.io/
Licenses: Modified BSD
Build system: ant
Synopsis: Very small and fast Java bytecode manipulation framework
Description:

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.

java-httpcomponents-httpcore-osgi 4.4.6
Dependencies: java-httpcomponents-httpcore@4.4.6 java-httpcomponents-httpcore-nio@4.4.6 java-hamcrest-core@1.3 java-commons-logging-minimal@1.2 java-commons-lang3@3.20.0
Channel: guix
Location: gnu/packages/java.scm (gnu packages java)
Home page: https://hc.apache.org/httpcomponents-core-4.4.x/index.html
Licenses: ASL 2.0
Build system: ant
Synopsis: Low level HTTP transport components
Description:

HttpCore is a set of low level HTTP transport components that can be used to build custom client and server side HTTP services with a minimal footprint. HttpCore supports two I/O models: blocking I/O model based on the classic Java I/O and non-blocking, event driven I/O model based on Java NIO.

This package provides... some tests.

java-jmock 1.2.0
Channel: guix
Location: gnu/packages/java.scm (gnu packages java)
Home page: http://jmock.org/
Licenses: Modified BSD
Build system: ant
Synopsis: Mock object library for test-driven development
Description:

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.

java-osgi-service-component-annotations 1.3.0
Dependencies: java-osgi-annotation@6.0.0
Channel: guix
Location: gnu/packages/java.scm (gnu packages java)
Home page: https://www.osgi.org
Licenses: ASL 2.0
Build system: ant
Synopsis: Support annotations for osgi-service-component
Description:

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 osgi-service-component.

javacc 3.2
Channel: guix
Location: gnu/packages/java.scm (gnu packages java)
Home page: https://javacc.org/
Licenses: Modified BSD
Build system: ant
Synopsis: Java parser generator
Description:

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.

java-cisd-jhdf5 14.12.6-39162
Dependencies: java-cisd-base@14.12.0-38938 java-cisd-args4j@9.11.2-39162 java-commons-lang@2.6 java-commons-io@2.5 hdf5@1.8.23 zlib@1.3.1
Channel: guix
Location: gnu/packages/java.scm (gnu packages java)
Home page: https://wiki-bsse.ethz.ch/display/JHDF5/
Licenses: ASL 2.0 non-copyleft
Build system: ant
Synopsis: Java binding for HDF5
Description:

JHDF5 is a high-level API in Java for reading and writing HDF5 files, building on the libraries provided by the HDF Group.

antlr3 3.5.2
Dependencies: java-junit@4.12 java-stringtemplate@3.2.1 java-stringtemplate@4.0.8
Propagated dependencies: java-stringtemplate@3.2.1 antlr2@2.7.7 java-stringtemplate@4.0.6
Channel: guix
Location: gnu/packages/java.scm (gnu packages java)
Home page: https://www.antlr3.org
Licenses: Modified BSD
Build system: ant
Synopsis: Framework for constructing recognizers, compilers, and translators
Description:

ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions. ANTLR provides excellent support for tree construction, tree walking, and translation.

java-jansi-native 1.7
Propagated dependencies: java-hawtjni@1.15
Channel: guix
Location: gnu/packages/java.scm (gnu packages java)
Home page: https://fusesource.github.io/jansi/
Licenses: ASL 2.0
Build system: ant
Synopsis: Native library for jansi
Description:

This package provides the native library for jansi, a small Java library that allows you to use ANSI escape sequences to format your console output.

Total packages: 72463