Source: beef Section: devel Priority: optional Maintainer: Andrea Bolognani Build-Depends: debhelper-compat (= 13), autoconf, automake, libcattle-1.0-dev, libglib2.0-dev, libreadline-dev, libtool, pkgconf, python3-docutils, Standards-Version: 4.7.4 Rules-Requires-Root: no Homepage: https://kiyuko.org/software/beef Vcs-Git: https://salsa.debian.org/abologna/beef.git Vcs-Browser: https://salsa.debian.org/abologna/beef Package: beef Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, Suggests: gvfs, gvfs-backends, Description: flexible Brainfuck interpreter Beef is an interpreter for the Brainfuck programming language. . Its main goals are to be comfortable for the user and to run most Brainfuck programs unchanged; speed is generally quite good. . Beef performs thorough error checking to make sure malformed programs are not executed; it also supports a bunch of command-line options that can be used for configuration or compatibility purposes. . If GVFS is installed, Beef can use any available backend as either output or (where it makes sense) input source. GNU readline is used for interactive input.