diff options
author | B. Watson <yalhcru@gmail.com> | 2022-01-17 19:11:59 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-22 08:23:02 +0700 |
commit | 24a1ffe3db96a1c2f858565073c48162a05bcc50 (patch) | |
tree | ee19e0b483804613b72119f6322821d1a188aa4e /development/pli/README | |
parent | 1691770678adc4c079896515752372c967db3381 (diff) |
development/pli: Added (Iron Spring PL/I Compiler).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/pli/README')
-rw-r--r-- | development/pli/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/development/pli/README b/development/pli/README new file mode 100644 index 0000000000..af91d36bdb --- /dev/null +++ b/development/pli/README @@ -0,0 +1,10 @@ +pli (Iron Spring PL/I Compiler for Linux) + +pli is a compiler for the PL/I programming language, which implements +most of the "PL/I General-Purpose Subset" (aka "Subset G"). The +compiler itself is closed-source, but it may be used and copied +freely. The runtime library (libprf.a) is released under the GNU LGPL, +so that programs linked with it can be distributed freely. + +The package ships with extensive documentation. Also, see +README_SBo.txt for Slackware-specific details. |