Source: gforth Section: interpreters Priority: optional Maintainer: Peter Pentchev Build-Depends: debhelper-compat (= 12), libffi-dev, libtool, libtool-bin, libltdl-dev Standards-Version: 4.3.0 Homepage: https://www.complang.tuwien.ac.at/projects/forth.html Vcs-Git: https://gitlab.com/gforth/pkg-debian-full.git Vcs-Browser: https://gitlab.com/gforth/pkg-debian-full Rules-Requires-Root: no Package: gforth Architecture: any Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends}, emacsen-common (>= 2.0.7), gforth-common (= ${source:Version}), gforth-lib (= ${binary:Version}) Description: GNU Forth Language Environment This is the GNU'ish implementation of a Forth programming environment. . Forth, as a language, is best known for being stack-based, and completely extensible. Each Forth environment provides one or more dictionaries of pre-defined words, and programming in Forth consists of defining and executing new words that are combinations of previously defined words. It has been said that learning Forth changes forever the way you think about writing programs. . For more information about Forth, visit the Forth Interest Group web site at http://www.forth.org/fig.html. Package: gforth-lib Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} Description: GNU Forth Language Environment architecture-dependent files This is the GNU'ish implementation of a Forth programming environment. . Forth, as a language, is best known for being stack-based, and completely extensible. Each Forth environment provides one or more dictionaries of pre-defined words, and programming in Forth consists of defining and executing new words that are combinations of previously defined words. It has been said that learning Forth changes forever the way you think about writing programs. . This package provides the architecture-dependent precompiled libraries. Package: gforth-common Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Recommends: gforth (>= ${binary:Version}) Description: GNU Forth architecture-independent dictionaries This is the GNU'ish implementation of a Forth programming environment. . Forth, as a language, is best known for being stack-based, and completely extensible. Each Forth environment provides one or more dictionaries of pre-defined words, and programming in Forth consists of defining and executing new words that are combinations of previously defined words. It has been said that learning Forth changes forever the way you think about writing programs. . This package provides the architecture-independent Forth dictionaries.