diff options
author | Exaga <exaga@penthux.net> | 2022-04-06 09:29:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:48 +0700 |
commit | 1a7269b0e19d2713648f37c46a55b18ae743fb0d (patch) | |
tree | 83e822edec60d9e134f339dbbbdc155fa02eed04 /libraries/cloog/slack-desc | |
parent | e7e97a8a8d9a7436c02b32a0d33dd3b10a825717 (diff) | |
download | slackbuilds-1a7269b0e19d2713648f37c46a55b18ae743fb0d.tar.gz |
libraries/cloog: Added (code generation library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/cloog/slack-desc')
-rw-r--r-- | libraries/cloog/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/cloog/slack-desc b/libraries/cloog/slack-desc new file mode 100644 index 0000000000..c2b0ec9224 --- /dev/null +++ b/libraries/cloog/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------------------------------------------------------| +cloog: cloog (code generation library) +cloog: +cloog: CLooG is a free software library to generate code for scanning +cloog: Z-polyhedra which is designed to avoid control overhead and to +cloog: produce a very effective code. CLooG is a code generation library +cloog: that is used in the Graphite loop transforms pass of GCC. +cloog: +cloog: +cloog: +cloog: Project Homepage: http://cloog.org/ +cloog: |