diff options
author | Zbigniew Baniewski <Zbigniew [dot] Baniewski [at] gmail [dot] com> | 2023-09-15 22:22:34 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-17 00:10:20 +0700 |
commit | 67e9c6aaf8baf3bf2a9c26739c4e7686d28508dd (patch) | |
tree | f798f3d9b0a87ac2f03d9083e5c965e0ef3d166b /development/ciforth/slack-desc | |
parent | 15838786dd98a73438d59bd343c634ca5a3b7bac (diff) |
development/ciforth: Added (forth builder).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ciforth/slack-desc')
-rw-r--r-- | development/ciforth/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/ciforth/slack-desc b/development/ciforth/slack-desc new file mode 100644 index 0000000000000..c701c023437bd --- /dev/null +++ b/development/ciforth/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +ciforth: ciforth (common Intel Forth) +ciforth: The package contains lina -- linux native customization of ciforth +ciforth: +ciforth: An interpret environment and compiler for Forth. It is (large and +ciforth: by) compliant with the ISO Forth standard; the CORE wordset is fully +ciforth: implemented. The small, classic, indirect threaded kernel contains +ciforth: the essential, i.a. file access and exceptions. Its power is +ciforth: multiplied by an extensive source library. +ciforth: +ciforth: https://home.hccnet.nl/a.w.m.van.der.horst/ciforth.html +ciforth: Licence: GNU LGPL V2 |