File: control

package info (click to toggle)
librdf-trinex-compatibility-attean-perl 0.100-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 168 kB
  • sloc: perl: 118; sh: 4; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,499 bytes parent folder | download | duplicates (2)
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
Source: librdf-trinex-compatibility-attean-perl
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends:
 debhelper (>= 10),
 librdf-trine-perl,
 perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/librdf-trinex-compatibility-attean-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/librdf-trinex-compatibility-attean-perl
Homepage: https://metacpan.org/release/RDF-TrineX-Compatibility-Attean
Rules-Requires-Root: no

Package: librdf-trinex-compatibility-attean-perl
Architecture: all
Depends:
 librdf-trine-perl,
 ${misc:Depends},
 ${perl:Depends},
Description: compatibility layer between Attean and RDF::Trine
 RDF::TrineX::Compatibility::Attean is a compatibility layer
 that is useful for modules that are in transition to Attean,
 in that older modules will be able to use newer code.
 It is for example a dependency for RDFa serialization.
 .
 RDF::Trine and Attean are both Perl frameworks
 for working with RDF data and SPARQL queries,
 the former using Moose and deprecated
 in favor of the latter using Moo.
 .
 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 format.
 .
 Resource Description Framework (RDF) is a standard model
 for data interchange on the Web.