File: control

package info (click to toggle)
kforth 20010227-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 508 kB
  • ctags: 652
  • sloc: asm: 2,026; cpp: 1,795; ansic: 575; makefile: 64
file content (17 lines) | stat: -rw-r--r-- 621 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: kforth
Section: interpreters
Priority: optional
Maintainer: Bdale Garbee <bdale@gag.com>
Build-Depends: debhelper, libreadline4-dev, libncurses5-dev
Standards-Version: 3.1.1.1

Package: kforth
Architecture: i386
Depends: ${shlibs:Depends}
Description: Small Forth Interpreter Written in C++
 Implements a subset of ANS Forth, plus some extensions. kForth can serve as a 
 standalone computing environment, or its object code may be interfaced to 
 another program to serve as a customizable programming language for that 
 application.
 .
 See http://ccreweb.org/software/kforth/kforth.html for more information.