diff options
author | Fernando Lopez Jr <fernando.lopezjr@gmail.com> | 2017-11-15 21:33:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-17 01:25:53 +0700 |
commit | 902d295c0e23c62ff9a23184b18a253de7bd1254 (patch) | |
tree | 96a880a319f28e2e8714360ca878dede1628ac54 /development/newlib/slack-desc | |
parent | 18f7c0e861e6727918c3816090dbcdba97fc7121 (diff) | |
download | slackbuilds-902d295c0e23c62ff9a23184b18a253de7bd1254.tar.gz |
development/newlib: Added (C Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/newlib/slack-desc')
-rw-r--r-- | development/newlib/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/newlib/slack-desc b/development/newlib/slack-desc new file mode 100644 index 0000000000..f33484d968 --- /dev/null +++ b/development/newlib/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------------------------------------------------------| +newlib: newlib (C library) +newlib: +newlib: Newlib is a C library intended for use on embedded systems. It is a +newlib: conglomeration of several library parts, all under free software +newlib: licenses that make them easily usable on embedded products. +newlib: +newlib: Newlib is only available in source form. It can be compiled for a +newlib: wide array of processors, and will usually work on any architecture +newlib: with the addition of a few low-level routines. +newlib: +newlib: |