Source: node-n3 Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jonas Smedegaard , Build-Depends: brotli, debhelper-compat (= 13), jq, # node-arrayify-stream , # node-chai , # node-chai-things , # node-docco , eslint , # mocha , node-babel7, # node-rdf-test-suite , node-source-map, # node-streamify-string , node-readable-stream , node-tape , uglifyjs (>=3), pigz, Standards-Version: 4.6.1 Homepage: https://github.com/rdfjs/N3.js Vcs-Browser: https://salsa.debian.org/js-team/node-n3 Vcs-Git: https://salsa.debian.org/js-team/node-n3.git Rules-Requires-Root: no Package: node-n3 Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, node-readable-stream, Provides: node-queue-microtask (= ${queue:VERSION}), node-types-n3 (= ${types:VERSION}) Description: fast asynchronous streaming RDF for JavaScript - Node library The N3.js library is an implementation of the RDF.js low-level specification at 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. Package: libjs-n3 Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, Recommends: javascript-common, Description: fast asynchronous streaming RDF for JavaScript - browser library The N3.js library is an implementation of the RDF.js low-level specification at 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.