summaryrefslogtreecommitdiff
path: root/devel/bstring/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bstring/pkg-descr')
-rw-r--r--devel/bstring/pkg-descr2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/bstring/pkg-descr b/devel/bstring/pkg-descr
new file mode 100644
index 000000000000..a0dd1a7bb6a6
--- /dev/null
+++ b/devel/bstring/pkg-descr
@@ -0,0 +1,2 @@
+The Better String Library is an abstraction of a string data type which is
+superior to the C library char buffer string type, or C++'s std::string.