File: control

package info (click to toggle)
libxml-atom-fromowl-perl 0.102-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 184 kB
  • sloc: perl: 640; makefile: 14
file content (34 lines) | stat: -rw-r--r-- 1,151 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
Source: libxml-atom-fromowl-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 perl,
 debhelper,
 dh-buildinfo,
 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: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-atom-fromowl-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-atom-fromowl-perl.git
Homepage: https://metacpan.org/release/XML-Atom-FromOWL
Testsuite: autopkgtest-pkg-perl

Package: libxml-atom-fromowl-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs: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.