File: control

package info (click to toggle)
libxml-atom-fromowl-perl 0.102-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: perl: 640; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,238 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
Source: libxml-atom-fromowl-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libossp-uuid-perl,
 librdf-trinex-functions-perl,
 libxml-atom-perl,
 libnamespace-clean-perl,
 libxml-libxml-perl (>= 1.94)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
 Florian Schlichting <fsfs@debian.org>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-atom-fromowl-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-atom-fromowl-perl
Homepage: https://metacpan.org/release/XML-Atom-FromOWL
Testsuite: autopkgtest-pkg-perl

Package: libxml-atom-fromowl-perl
Architecture: all
Depends:
 libossp-uuid-perl,
 librdf-trinex-functions-perl,
 libxml-atom-perl,
 libnamespace-clean-perl,
 libxml-libxml-perl,
 ${perl:Depends},
 ${misc:Depends},
Description: export RDF data to Atom
 The Web Ontology Language (OWL) is a family of knowledge representation
 languages for authoring ontologies.
 .
 Resource Description Framework (RDF) is a standard model for data
 interchange on the Web.
 .
 XML::Atom::FromOWL reads RDF and writes Atom feeds. It does the reverse
 of XML::Atom::OWL.