1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
Source: gforth
Section: interpreters
Priority: optional
Maintainer: Peter Pentchev <roam@debian.org>
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.
|