diff options
author | Juan M. Lasca <juanmlasca@gmail.com> | 2023-02-06 02:41:29 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-11 09:30:33 +0700 |
commit | ce6fedfbe1ccc9b4dbb8a4c17f836a350bc6bf7d (patch) | |
tree | f5c1491ce99f5207dd82136f669beec45b06dddc /libraries/tcc4tcl/slack-desc | |
parent | aa7abe75be875bc2b78c84b4e736c4b0aeb654dc (diff) |
libraries/tcc4tcl: Added (Tiny C Compiler for tcl)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/tcc4tcl/slack-desc')
-rw-r--r-- | libraries/tcc4tcl/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/tcc4tcl/slack-desc b/libraries/tcc4tcl/slack-desc new file mode 100644 index 0000000000000..309c21c8c68d5 --- /dev/null +++ b/libraries/tcc4tcl/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------------------------------------------------------| +tcc4tcl: tcc4tcl (Tiny C Compiler for tcl) +tcc4tcl: +tcc4tcl: tcc4tcl makes extending Tcl with C and creating compiled package +tcc4tcl: extensions a simple and interactive experience. It incorporates +tcc4tcl: TinyCC, a small yet featureful C compiler that works fast enough to +tcc4tcl: be used as a JIT compiler +tcc4tcl: +tcc4tcl: for more info, visit: +tcc4tcl: https://chiselapp.com/user/rkeene/repository/tcc4tcl +tcc4tcl: +tcc4tcl: |