diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:57:41 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:57:41 +0000 |
commit | c72c1cf5f95cbe537b005028f1743cddb16ef203 (patch) | |
tree | 93b6296152ccfbaa88b43de043b2d69ce6e63fc5 /devel/trio/DESCR | |
parent | 37637e483f1bf6574e9306aebbd013bb63d888d6 (diff) | |
download | pkgsrc-c72c1cf5f95cbe537b005028f1743cddb16ef203.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'devel/trio/DESCR')
-rw-r--r-- | devel/trio/DESCR | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/trio/DESCR b/devel/trio/DESCR new file mode 100644 index 00000000000..7e2f43936aa --- /dev/null +++ b/devel/trio/DESCR @@ -0,0 +1,10 @@ +Trio is a fully matured and stable set of printf and string functions designed +be used by applications with focus on portability or with the need for +additional features that are not supported by standard stdio implementation. + +There are several cases where you may want to consider using trio: + + 1.Portability across heterogeneous platforms. + 2.Embedded systems without stdio support. + 3.Extendability of unsupported features. + 4.Your native version don't do everything you need. |