summaryrefslogtreecommitdiff
path: root/devel/rubygem-multi_json-gitlab/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-multi_json-gitlab/pkg-descr')
-rw-r--r--devel/rubygem-multi_json-gitlab/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/rubygem-multi_json-gitlab/pkg-descr b/devel/rubygem-multi_json-gitlab/pkg-descr
new file mode 100644
index 000000000000..49d79e40d2bd
--- /dev/null
+++ b/devel/rubygem-multi_json-gitlab/pkg-descr
@@ -0,0 +1,6 @@
+MultiJSON is a generic swappable back-end for JSON handling.
+
+Lots of Ruby libraries parse JSON and everyone has their favorite JSON coder.
+Instead of choosing a single JSON coder and forcing users of your library to be
+stuck with it, you can use MultiJSON instead, which will simply choose the
+fastest available JSON coder.