File: control

package info (click to toggle)
whitespace 0.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 140 kB
  • ctags: 15
  • sloc: haskell: 215; makefile: 68; lisp: 54
file content (15 lines) | stat: -rw-r--r-- 618 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: whitespace
Section: interpreters
Priority: optional
Maintainer: Andrew Stribblehill <ads@debian.org>
Standards-Version: 3.5.9.0
Build-Depends: debhelper (>= 4.0.0), ghc6

Package: whitespace
Architecture: any
Depends: ${shlibs:Depends}
Description: Programming language where only whitespace counts
 Most modern programming languages do not consider white space characters
 (spaces, tabs and newlines) syntax, ignoring them, as if they weren't there.
 Whitespace is a language that seeks to redress the balance. Any non whitespace
 characters are ignored; only spaces, tabs and newlines are considered syntax.