File: control

package info (click to toggle)
libowl-directsemantics-perl 0.001-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 640 kB
  • ctags: 417
  • sloc: perl: 5,519; makefile: 14
file content (34 lines) | stat: -rw-r--r-- 1,212 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
Source: libowl-directsemantics-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 perl,
 debhelper,
 dh-buildinfo,
 libwww-perl,
 libmoose-perl (>= 2.02),
 librdf-trine-perl,
 liburi-perl,
 libmodule-pluggable-perl | perl (<< 5.17.0)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libowl-directsemantics-perl
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libowl-directsemantics-perl.git
Homepage: https://metacpan.org/release/OWL-DirectSemantics

Package: libowl-directsemantics-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Suggests: ${cdbs:Suggests}
Description: representation of the direct semantics of OWL2
 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.
 .
 OWL::DirectSemantics provides a basic framework for representing the
 OWL 2 direct semantics model, and a translator to build that model from
 an RDF-based model.