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 provides an implementation of the RDF4J Rio API, which reads and writes JSON-LD.
This package provides an implementation of the RDF4J Rio API, which reads and writes XML.
This package provides a simple implementation of RDF 1.1 concepts in Java.
This package provides interfaces for the RDF data model used in the RDF4J framework.
This package provides the RDF model implementation used by Eclipse RDF4J.
This package provides a repository implementation that uses an RDF4J SAIL stack.
This package provides language handlers used in RDF4J.
This package provides a repository implementation that SPARQL.
This package provides classes for handling SPARQL/XML-based RDF queries.
This package provides utility classes used throughout the RDF4J framework.
This package provides an implementation of the RDF4J Rio API, which reads and writes Turtle.
This package provides classes for handling SPARQL/JSON-based RDF queries.
This package provides a client for communicating with RDF4J servers.
This package provides an RDF4J-based implementation of RDF 1.1 concepts.
This package provides an implementation of the RDF4J Rio API, which reads and writes TriG.
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.
Saxon provides a XSLT 3.0, XQuery 3.1, and XPath 3.1 processor. This package provides the open source edition, called "Home Edition (HE)" for Java. The Home Edition implements aforementioned standards at the basic level of conformance defined by W3C.
Apache Axiom provides an XML Infoset compliant object model implementation which supports on-demand building of the object tree. It supports a novel "pull-through" model which allows one to turn off the tree building and directly access the underlying pull event stream using the StAX API. It also has built in support for XML Optimized Packaging (XOP) and MTOM, the combination of which allows XML to carry binary data efficiently and in a transparent manner. The combination of these is an easy to use API with a very high performant architecture.
This package provides the API for Apache Axiom.
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
Apache Axiom provides an XML Infoset compliant object model implementation which supports on-demand building of the object tree. It supports a novel "pull-through" model which allows one to turn off the tree building and directly access the underlying pull event stream using the StAX API. It also has built in support for XML Optimized Packaging (XOP) and MTOM, the combination of which allows XML to carry binary data efficiently and in a transparent manner. The combination of these is an easy to use API with a very high performant architecture.
This package provides the API for Apache Axiom.
XOM is a new XML Object Model for processing XML with Java that strives for correctness and simplicity.
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.
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.
Jdom is a Java-based solution for accessing, manipulating, and outputting XML data from Java code.