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
|
Source: node-rdf-canonize
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
debhelper-compat (= 13),
# mocha <!nocheck>,
Standards-Version: 4.6.2
Homepage: https://github.com/digitalbazaar/rdf-canonize
Vcs-Browser: https://salsa.debian.org/js-team/node-rdf-canonize
Vcs-Git: https://salsa.debian.org/js-team/node-rdf-canonize.git
Rules-Requires-Root: no
Package: node-rdf-canonize
Architecture: all
Depends:
${misc:Depends},
Recommends:
node-rdf-canonize-native,
Multi-Arch: foreign
Description: RDF Dataset Normalization Algorithm - Node library
This library is an implementation
of the RDF Dataset Normalization Algorithm in JavaScript.
.
RDF Dataset Normalization is a standardized method
to normalize RDF datasets,
needed to ease determining differences,
to identify using cryptographic hash,
and to digitally sign for later verification.
.
Resource Description Framework (RDF)
is a standard model for data interchange on the Web.
.
This package contains rdf-canonize usable with Node.
|