relational/debian/control

39 lines
1.5 KiB
Plaintext
Raw Normal View History

Source: relational
Section: math
Priority: optional
Maintainer: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Build-Depends: debhelper (>= 7.0.50~), python, python-support
2013-12-26 18:02:04 -06:00
Standards-Version: 3.9.5
2013-12-26 17:47:48 -06:00
Homepage: https://github.com/ltworf/relational/
Package: python-relational
Architecture: all
Section: python
Depends: ${misc:Depends}, ${python:Depends}
Description: Educational tool for relational algebra (standalone module)
Relational is primarily a tool to provide a workspace for experimenting with
relational algebra, an offshoot of first-order logic.
.
This package provides a standalone Python module that can be used for
executing relational queries.
Package: relational
Architecture: all
2013-12-26 17:56:57 -06:00
Depends: ${misc:Depends}, ${python:Depends}, python-relational (>= ${binary:Version}), python-qt4
Description: Educational tool for relational algebra (graphical user interface)
Relational is primarily a tool to provide a workspace for experimenting with
relational algebra, an offshoot of first-order logic.
.
This package provides a graphical user interface that can be used to
execute relational queries.
Package: relational-cli
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-relational (>= ${binary:Version})
Description: Educational tool for relational algebra (command line interface)
Relational is primarily a tool to provide a workspace for experimenting with
relational algebra, an offshoot of first-order logic.
.
This package provides a command line interface that can be used to
execute relational queries.