File: control

package info (click to toggle)
intercal 30%3A0.30-6
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,044 kB
  • sloc: ansic: 8,936; sh: 1,274; yacc: 1,073; lex: 518; lisp: 460; makefile: 438; perl: 295
file content (23 lines) | stat: -rw-r--r-- 1,024 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
Source: intercal
Section: interpreters
Priority: extra
Build-Depends: debhelper (>= 13), bison, flex, groff, tidy, texinfo, texlive, dpkg-dev (>= 1.16.1)
Maintainer: Mark Brown <broonie@debian.org>
Standards-Version: 4.5.0
Homepage: http://intercal.freeshell.org/

Package: intercal
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, gcc | c-compiler
Description: INTERCAL de-obfuscator
 This package is an implementation of the language INTERCAL, legendary for
 its perversity and horribleness, designed by Don Woods and James Lyon, who
 have since spent more than twenty years trying to live it down. This
 version adds COME FROM for extra flavor, and supports multithreading. Comes
 with language manual and examples including possibly the entire extant body
 of INTERCAL code.
 .
 This INTERCAL implementation works by compiling INTERCAL to C (thus
 de-obfuscating it), and then uses a C compiler to produce binaries (which
 are themselves possibly easier to read than the original intercal "source"
 code).