node-n3 1.16.3+~1.2.3+~1.10.4-1 source package in Ubuntu

Changelog

node-n3 (1.16.3+~1.2.3+~1.10.4-1) unstable; urgency=medium

  * Team upload
  * New upstream version 1.16.3+~1.2.3+~1.10.4

 -- Yadd <email address hidden>  Sat, 26 Nov 2022 18:24:30 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-n3_1.16.3+~1.2.3+~1.10.4-1.dsc 2.8 KiB a1d48f39931e9e013eee0e8d69aa86ecb8a970a0dbc6c6f6c05e13704489d15f
node-n3_1.16.3+~1.2.3+~1.10.4.orig-Xqueue.tar.gz 4.3 KiB 48fc6e73787e3b08aeaf79b4c25509c3977dc0830033080c522994e338ff137f
node-n3_1.16.3+~1.2.3+~1.10.4.orig-Xtypes.tar.gz 4.2 KiB 183cf920b5e9b83860251d78bc9c41c9c2d65dbcfc4ee05ce5685fd45d56fae8
node-n3_1.16.3+~1.2.3+~1.10.4.orig.tar.gz 208.7 KiB 32affc0fae142d5767828d8b4a37f28b4057ceb5c7862c710de50029448b58d0
node-n3_1.16.3+~1.2.3+~1.10.4-1.debian.tar.xz 5.8 KiB bf921f0518a16a444c0cbc33c787d669b3d604959490d438f8dd9a4501147e71

No changes file available.

Binary packages built by this source

libjs-n3: fast asynchronous streaming RDF for JavaScript - browser library

 The N3.js library is an implementation
 of the RDF.js low-level specification at <https://rdf.js.org/>
 that lets you handle RDF in JavaScript easily.
 .
 It offers:
 .
  * Parsing triples/quads
    from Turtle, TriG, N-Triples, N-Quads, and Notation3 (N3)
  * Writing triples/quads
    to Turtle, TriG, N-Triples, and N-Quads
  * Storage of triples/quads in memory
 .
 Parsing and writing is:
  * asynchronous – triples arrive as soon as possible
  * streaming – streams are parsed as data comes in,
    so you can parse files larger than memory
  * fast – by far the fastest spec-compatible parser in JavaScript
 .
 Resource Description Framework (RDF)
 is a standard model for data interchange on the Web.
 .
 This package contains N3.js directly usable in web browsers.

node-n3: fast asynchronous streaming RDF for JavaScript - Node library

 The N3.js library is an implementation
 of the RDF.js low-level specification at <https://rdf.js.org/>
 that lets you handle RDF in JavaScript easily.
 .
 It offers:
 .
  * Parsing triples/quads
    from Turtle, TriG, N-Triples, N-Quads, and Notation3 (N3)
  * Writing triples/quads
    to Turtle, TriG, N-Triples, and N-Quads
  * Storage of triples/quads in memory
 .
 Parsing and writing is:
  * asynchronous – triples arrive as soon as possible
  * streaming – streams are parsed as data comes in,
    so you can parse files larger than memory
  * fast – by far the fastest spec-compatible parser in JavaScript
 .
 Resource Description Framework (RDF)
 is a standard model for data interchange on the Web.
 .
 This package contains N3.js usable with Nodejs.
 Additionally, this package embeds the module queue-microtask.