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

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-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-mxparser 1.2.1
Propagated dependencies: 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/x-stream/mxparser
Licenses: non-copyleft
Build system: ant
Synopsis: Streaming pull XML parser forked from @code{java-xpp3}
Description:

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).

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-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-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-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-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-xmlpull2 2.1.10
Channel: guix
Location: gnu/packages/java-xml.scm (gnu packages java-xml)
Home page: https://web.archive.org/web/20210225153105/https://www.extreme.indiana.edu/
Licenses: non-copyleft
Build system: ant
Synopsis: Streaming pull XML parser
Description:

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.

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-simple-xml 2.7.1
Channel: guix
Location: gnu/packages/java-xml.scm (gnu packages java-xml)
Home page: https://simple.sourceforge.net/
Licenses: ASL 2.0
Build system: ant
Synopsis: XML serialization framework for Java
Description:

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.

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-weaver-annotations 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: Annotation for Apache Axiom Weaver
Description:

This package provides annotation classes for Apache Axiom Weaver.

java-xsdlib 2013.2
Dependencies: java-xerces@2.12.2
Channel: guix
Location: gnu/packages/java-xml.scm (gnu packages java-xml)
Home page: https://web.archive.org/web/20161127144537/https://msv.java.net//
Licenses: FreeBSD
Build system: ant
Synopsis: Sun Multi-Schema Validator
Description:

Xsdlib contains an implementation of sun.com.msv, an XML validator.

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-kxml2 2.4.2
Dependencies: java-xpp3@1.1.4
Channel: guix
Location: gnu/packages/java-xml.scm (gnu packages java-xml)
Home page: http://kxml.org
Licenses: Expat
Build system: ant
Synopsis: XML pull parser
Description:

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).

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-xml-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: XML utilities for Apache Axiom Weaver
Description:

This package provides XML utilities used by Apache Axiom Weaver, anyhow not depending on depending on the Axiom API.

java-joda-time 2.9.9
Dependencies: java-joda-convert@1.9.2
Channel: guix
Location: gnu/packages/java.scm (gnu packages java)
Home page: https://www.joda.org/joda-time/
Licenses: ASL 2.0
Build system: ant
Synopsis: Replacement for the Java date and time classes
Description:

Joda-Time is a replacement for the Java date and time classes prior to Java SE 8.

java-jakarta-activation 1.2.2
Channel: guix
Location: gnu/packages/java.scm (gnu packages java)
Home page: https://jakarta.ee/specifications/activation/
Licenses: EDL 1.0
Build system: ant
Synopsis: Jakarta Activation API (javax.activation)
Description:

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.

java-simplevalidation 1.14.1
Channel: guix
Location: gnu/packages/java.scm (gnu packages java)
Home page: https://github.com/timboudreau/simplevalidation/
Licenses: ASL 2.0
Build system: ant
Synopsis: Simple Validation libraries for Swing forms
Description:

This package builds the Simple Validation core and Swing adapter libraries from source.

jbr 25.0.2b329.72
Dependencies: wayland@1.24.0 libxkbcommon@1.13.1 alsa-lib@1.2.16 cups@2.4.14 fontconfig-minimal@2.16.0 freetype@2.13.3 giflib@5.2.1 gtk+@3.24.51 lcms@2.13.1 libjpeg-turbo@2.1.4 libpng@1.6.39 libx11@1.8.12 libxext@1.3.6 libxrandr@1.5.4 libxrender@0.9.12 libxt@1.3.1 libxtst@1.2.5 libxcursor@1.2.3
Channel: guix
Location: gnu/packages/java.scm (gnu packages java)
Home page: https://www.jetbrains.com/
Licenses: GPL 2+
Build system: gnu
Synopsis: JetBrains Java Runtime
Description:

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.

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-jsch 0.1.72
Dependencies: java-bouncycastle@1.77 java-junixsocket-common@2.5.1 java-native-access@5.14.0 java-native-access-platform@5.14.0
Channel: guix
Location: gnu/packages/java.scm (gnu packages java)
Home page: https://github.com/mwiede/jsch
Licenses: Modified BSD
Build system: ant
Synopsis: Pure Java implementation of SSH2
Description:

JSch is a pure Java implementation of SSH2. This package builds the 0.1.72 release from source with bouncycastle and junixsocket support.

Total packages: 72465