File: control

package info (click to toggle)
sc 7.16-1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,288 kB
  • sloc: ansic: 23,787; yacc: 2,668; sh: 1,097; makefile: 180; lisp: 99; sed: 4
file content (24 lines) | stat: -rw-r--r-- 992 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
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.