oxigraph 0.4.0~alpha7-12 source package in Ubuntu

Changelog

oxigraph (0.4.0~alpha7-12) unstable; urgency=medium

  * tighten substvars:
    use ${rust:Version:*} with full package name
    (see bug#1076434)
  * autopkgtest-depend on dh-rust (not dh-cargo)
  * reduce risk of out-of-memory issues
    during build for weak arches;
    stop ignore failures on archs armel armhf arm64

 -- Jonas Smedegaard <email address hidden>  Thu, 18 Jul 2024 01:41:17 +0200

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
oxigraph_0.4.0~alpha7-12.dsc 5.2 KiB cec69ad4672afa4e74c7f56c0c0ec2646ccad1e4bfb58fc318ad8579d0da1a27
oxigraph_0.4.0~alpha7.orig.tar.gz 718.3 KiB 15b9b03e223e8b15bf0cc3c0c2ca349313ed2a9f8649124790b50a8f8b666585
oxigraph_0.4.0~alpha7-12.debian.tar.xz 16.4 KiB 9e74cd793946e56d536064d02b16bc7fb5f050f1ec7fcc146422b88062350018

No changes file available.

Binary packages built by this source

librust-oxigraph-dev: SPARQL database and RDF toolkit - Rust source code

 Oxigraph is a graph database library
 implementing the SPARQL standard.
 Its goal is to provide a compliant, safe
 and fast on-disk graph database.
 It also provides a set of utility functions
 for reading, writing, and processing RDF files.
 .
 Oxigraph implements the following specifications:
  * SPARQL 1.1 Query, SPARQL 1.1 Update, and SPARQL 1.1 Federated Query.
  * Turtle, TriG, N-Triples, N-Quads, and RDF XML
    RDF serialization formats for both data ingestion and retrieval
    using the Rio library.
  * SPARQL Query Results XML Format,
    SPARQL 1.1 Query Results JSON Format
    and [SPARQL 1.1 Query Results CSV and TSV Formats.
 .
 This package contains the source for the Rust crate oxigraph,
 for use with cargo and dh-cargo.

librust-oxrdf-dev: data structures related to RDF - Rust source code

 OxRDF is a simple library
 providing datastructures encoding RDF 1.1 concepts.
 It is intended to be a basic building block
 of other crates like Oxigraph or Spargebra.
 .
 OxRDF I/O is a set of parsers and serializers for RDF.
 .
 OxRdfXml is a parser and serializer for RDF/XML.
 .
 Oxttl is a set of parsers and serializers
 for Turtle, TriG, N-Triples, N-Quads and N3.
 .
 This package contains the source
 for the Rust crates oxrdf, oxrdfio, oxrdfxml and oxttl,
 for use with cargo and dh-cargo.

librust-oxrocksdb-sys-dev: Rust bindings for RocksDB for Oxigraph - Rust source code

 oxrocksdb-sys provides RocksDB bindings for Oxigraph.
 .
 Oxigraph is a graph database library
 implementing the SPARQL standard.
 .
 This package contains the source for the Rust crate oxrocksdb-sys,
 for use with cargo and dh-cargo.

librust-oxsdatatypes-dev: some XSD datatypes for SPARQL implementations - Rust source code

 oxsdatatypes is an implementation
 of some XML Schema Definition Language Datatypes.
 Its main aim is to ease the implementation of SPARQL and XPath.
 .
 This package contains the source for the Rust crate oxsdatatypes,
 for use with cargo and dh-cargo.

librust-sparesults-dev: basic data structures related to RDF - Rust source code

 Sparesults is a set of parsers and serializers
 for SPARQL query results formats.
 It is intended to be a building piece
 for SPARQL client and server implementations in Rust like Oxigraph.
 .
 It supports SPARQL Query Results XML Format (Second Edition),
 SPARQL 1.1 Query Results JSON Format
 and SPARQL 1.1 Query Results CSV and TSV Formats.
 Support for SPARQL-star is also available behind the rdf-star feature.
 .
 This package contains the source for the Rust crate sparesults,
 for use with cargo and dh-cargo.

librust-spargebra-dev: SPARQL parser - Rust source code

 Spargebra is a SPARQL parser.
 It supports both SPARQL 1.1 Query and SPARQL 1.1 Update.
 This crate is intended to be a building piece
 for SPARQL implementations in Rust like Oxigraph.
 .
 sparopt is a work in progress SPARQL Query optimizer.
 .
 Support for SPARQL-star is also available behind the rdf-star feature.
 .
 This package contains the source
 for the Rust crates spargebra and sparopt,
 for use with cargo and dh-cargo.

oxigraph: RDF graph CLI tool and SPARQL HTTP server

 Oxigraph CLI is a graph database
 implementing the SPARQL standard.
 It is packaged as a command-line tool
 allowing to manipulate RDF files and query them using SPARQL,
 and also allows to spawn a HTTP server on top of the database.
 .
 Oxigraph implements the following specifications:
  * SPARQL 1.1 Query,
    SPARQL 1.1 Update, and
    SPARQL 1.1 Federated Query.
  * Turtle, TriG, N-Triples, N-Quads, and RDF/XML
    RDF serialization formats for both data ingestion and retrieval.
  * SPARQL Query Results XML Format,
    SPARQL 1.1 Query Results JSON Format and
    SPARQL 1.1 Query Results CSV and TSV Formats.
  * SPARQL 1.1 Protocol and
    SPARQL 1.1 Graph Store HTTP Protocol.
 .
 SPARQL is an RDF query language -
 that is, a semantic query language for databases -
 able to retrieve and manipulate data
 stored in Resource Description Framework (RDF) format.
 .
 Resource Description Framework (RDF) is a standard model
 for data interchange on the Web.

oxigraph-dbgsym: debug symbols for oxigraph