File: control

package info (click to toggle)
kforth 1%3A1.2.6-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,040 kB
  • ctags: 1,567
  • sloc: asm: 4,813; cpp: 4,403; ansic: 1,304; makefile: 104
file content (17 lines) | stat: -rw-r--r-- 630 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: Matthias Urlichs <smurf@smurf.noris.de>
Build-Depends: debhelper, libreadline4-dev, libncurses5-dev
Standards-Version: 3.5.6

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.