summaryrefslogtreecommitdiffstats
path: root/rules/libfastjson.in
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2016-09-28 17:59:39 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-10-04 16:42:47 +0200
commitab8cee4d631c3a3f0fe4d79489e6f3cbb12c9297 (patch)
treea643e10da458132e6bcddf68c941f0cb26d5e90c /rules/libfastjson.in
parent04c599423bf71f28c3720b37d49c7a5ebef6cb84 (diff)
downloadptxdist-ab8cee4d631c3a3f0fe4d79489e6f3cbb12c9297.tar.gz
ptxdist-ab8cee4d631c3a3f0fe4d79489e6f3cbb12c9297.tar.xz
libfastjson: new package
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libfastjson.in')
-rw-r--r--rules/libfastjson.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/libfastjson.in b/rules/libfastjson.in
new file mode 100644
index 000000000..b555544c7
--- /dev/null
+++ b/rules/libfastjson.in
@@ -0,0 +1,8 @@
+## SECTION=system_libraries
+
+config LIBFASTJSON
+ bool
+ prompt "libfastjson"
+ help
+ libfastjson is a small and fast C library with most essential
+ JSON handling functions.