pkg://beef_0.0.6-2_hurd-i386.deb:7538/control
downloads
Package: beef
Version: 0.0.6-2
Architecture: hurd-i386
Maintainer: Andrea Bolognani <eof@kiyuko.org>
Installed-Size: 60
Depends: libc0.3 (>= 2.7-1)
Section: devel
Priority: extra
Homepage: http://www.kiyuko.org/beef
Description: flexible Brainfuck interpreter
beef is a Brainfuck interpreter, a program which executes Brainfuck
code on the fly.
.
Its behavior is configurable using command-line options. This enables
you to run most Brainfuck programs, even ones written for other
interpreters/compilers without modifications.
.
beef is not affected by some historical Brainfuck limitations. For
example, the length of the memory tape's only limit is the amount of
memory your computer has.
.
beef's aim is not to be incredibly small or optimized (although it is
quite fast), but to be a flexible and pleasant-to-work-with
interpreter.