oxigraph 0.3.22-1 source package in Ubuntu

Changelog

oxigraph (0.3.22-1) unstable; urgency=medium

  * drop patch 1001_cc, obsoleted by upstream changes
  * relax build- and autopkgtest-dependency for crate bindgen;
    relax (build-)dependency for crate siphash
  * bump project versions in virtual packages and autopkgtests
  * unfuzz patches;
    update DEP-3 headers
  * add patch 1004
    to use system call getrlimit64()
  * temporarily bypass seemingly broken dh-cargo-built-using script

 -- Jonas Smedegaard <email address hidden>  Sat, 02 Dec 2023 16:08:58 +0100

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.3.22-1.dsc 4.4 KiB 9893ad2121556790aa85023152b29ac9737ce65e8fe1c69ed4bec45df104977a
oxigraph_0.3.22.orig.tar.gz 362.5 KiB 49cbfc07e7514365056e5d7fae5a0e2096fd5ed81abd64f13cb4dc10af294965
oxigraph_0.3.22-1.debian.tar.xz 23.7 KiB 3ccbd6e3ba35a57576a1c055638bb88c623a8838a583a7b6ea27535d53099b11

Available diffs

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: basic 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.
 .
 This package contains the source for the Rust crate oxrdf,
 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.
 .
 Support for SPARQL-star is also available behind the rdf-star feature.
 .
 This package contains the source for the Rust crate spargebra,
 for use with cargo and dh-cargo.

oxigraph-server: SPARQL server based on Oxigraph graph database

 Oxigraph Server is a standalone HTTP server
 providing a graph database
 implementing the SPARQL 1.1 Protocol
 and SPARQL 1.1 Graph Store Protocol standards.
 .
 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-server-dbgsym: debug symbols for oxigraph-server