1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: sc
Section: math
Priority: optional
Build-Depends: libncurses-dev, bison, debhelper-compat (= 13)
Maintainer: Adam Majer <adamm@zombino.com>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/sc
Vcs-Git: https://salsa.debian.org/debian/sc.git
Homepage: https://github.com/n-t-roff/sc
Rules-Requires-Root: no
Package: sc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Text-based spreadsheet with VI-like keybindings
"Spreadsheet Calculator" is a much modified version of the public-
domain spread sheet sc, which was posted to Usenet several years ago
by Mark Weiser as vc, originally by James Gosling. It is based on
rectangular table much like a financial spreadsheet.
.
Its keybindings are familiar to users of 'vi', and it has most
features that a pure spreadsheet would, but lacks things like
graphing and saving in foreign formats. It's very stable and quite
easy to use once you've put a little effort into learning it.
|