summaryrefslogtreecommitdiff
path: root/devel/trio/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/trio/DESCR')
-rw-r--r--devel/trio/DESCR10
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.