File: control

package info (click to toggle)
sc 7.16-1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,116 kB
  • sloc: ansic: 18,674; yacc: 1,334; sh: 1,127; makefile: 187; lisp: 99; sed: 4
file content (29 lines) | stat: -rw-r--r-- 999 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
25
26
27
28
29
Source: sc
Standards-Version: 4.7.2
Maintainer: Adam Majer <adamm@zombino.com>
Section: math
Priority: optional
Build-Depends:
 libncurses-dev,
 bison,
 debhelper-compat (= 13),
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.