2020-08-12 12:29:28 +07:00
|
|
|
Source: relational
|
|
|
|
Section: math
|
|
|
|
Priority: optional
|
|
|
|
Maintainer: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
|
2020-08-12 12:47:09 +07:00
|
|
|
Build-Depends: debhelper-compat (= 13), debhelper (>= 13), python3, dh-python, python3-xtermcolor, pyqt5-dev-tools,
|
2020-08-24 11:02:39 +07:00
|
|
|
python3-distutils, python3-typedload
|
2020-08-12 12:45:16 +07:00
|
|
|
Standards-Version: 4.5.0
|
2020-08-12 12:39:41 +07:00
|
|
|
X-Python3-Version: >= 3.8
|
2020-08-12 12:41:52 +07:00
|
|
|
Homepage: https://ltworf.github.io/relational/
|
2020-08-12 12:38:34 +07:00
|
|
|
Rules-Requires-Root: no
|
2020-08-12 12:29:28 +07:00
|
|
|
|
|
|
|
Package: python3-relational
|
|
|
|
Architecture: all
|
|
|
|
Section: python
|
2020-08-24 11:02:39 +07:00
|
|
|
Depends: ${misc:Depends}, ${python3:Depends}, python3-typedload
|
2020-08-12 12:29:28 +07:00
|
|
|
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
|
2020-08-12 12:42:26 +07:00
|
|
|
Depends: ${misc:Depends}, ${python3:Depends}, python3-relational (= ${binary:Version}), python3-pyqt5
|
2020-08-12 12:29:28 +07:00
|
|
|
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
|
2020-08-12 12:42:26 +07:00
|
|
|
Depends: ${misc:Depends}, ${python3:Depends}, python3-relational (= ${binary:Version}),
|
2020-08-12 12:29:28 +07:00
|
|
|
python3-xtermcolor
|
|
|
|
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.
|