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.
The SAIL API decouples database implementations and the functional modules of the RDF4J framework.
This package provides an implementation of the RDF4J Rio API, which reads and writes XML.
This package provides Java classes for well known RDF vocabularies.
This package provides a protocol for communicating RDF resourcess over HTTP.
This package provides basic implementation of RDF4J's SAIL API.
This package provides evaluation strategies and an implementation for RDF4J's query algebra.
This package provides an API for interacting with repositories of RDF data.
This package provides an implementation of RDF4J's SAIL API, which stores data on disk in various formats.
This package provides an algebra model for RDF queries.
This package provides an implementation of the RDF4J Rio API, which reads and writes NQuads.
This package provides datatype handlers used in RDF4J.
This package provides an implementation of the RDF4J Rio API, which reads and writes TriG.
This package provides binary input and output for RDF queries.
This package provides Java interfaces for RDF 1.1 concepts.
This package provides a parser for SPARQL queries.
This package provides the RDF model implementation used by Eclipse RDF4J.
This package provides a repository implementation that SPARQL.
This package provides common test classes for packages implementing java-commons-rdf-api.
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
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.
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.
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.
Jdom is a Java-based solution for accessing, manipulating, and outputting XML data from Java code.
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.