23 lines
688 B
Text
23 lines
688 B
Text
Source: calcool
|
|
Section: python
|
|
Priority: extra
|
|
Build-Depends: cdbs (>= 0.4.43),
|
|
debhelper (>= 6),
|
|
python (>= 2.6.6-3~),
|
|
python-distutils-extra (>= 2.10)
|
|
Maintainer: j^ <j@mailb.org>
|
|
Standards-Version: 3.8.2
|
|
XS-Python-Version: current
|
|
|
|
Package: calcool
|
|
Architecture: all
|
|
XB-Python-Version: ${python:Versions}
|
|
Depends: ${misc:Depends},
|
|
${python:Depends},
|
|
python-gtksourceview2,
|
|
python-gtk2
|
|
Description: A document based calculator tool
|
|
Calcool allows you to do calculations in a document, on the right you
|
|
have the result for each line. If you ever used bc and wanted to edit a
|
|
previous line or tried to reference the result of line 3, calcool might
|
|
be what you are looking for.
|