File: control

package info (click to toggle)
node-n3 1.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 780 kB
  • sloc: javascript: 7,999; makefile: 18; sh: 1
file content (87 lines) | stat: -rw-r--r-- 2,643 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Source: node-n3
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
 brotli,
 debhelper-compat (= 13),
# node-arrayify-stream <!nocheck>,
# node-chai <!nocheck>,
# node-chai-things <!nocheck>,
# node-docco <!nodoc>,
# eslint <!nocheck>,
# mocha <!nocheck>,
# node-nyc <!nocheck>,
# node-rdf-test-suite <!nocheck>,
 node-source-map,
# node-streamify-string <!nocheck>,
 uglifyjs (>= 2),
 pigz,
Standards-Version: 4.5.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:
 nodejs (>= 8),
 ${misc:Depends},
Description: 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.

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 <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.