summaryrefslogtreecommitdiff
path: root/data/_jq/_metadata/libjq1/description
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2021-03-08 23:00:11 -1000
committerSam Bingner <sam@bingner.com>2021-03-08 23:00:11 -1000
commitf2438e3a7cfe1d7dd4729b2547a3a6cd03c4d369 (patch)
tree0f10e3630e7e90149aca9a8ebeb320e1f626424c /data/_jq/_metadata/libjq1/description
parentf23dd14b82954bf2d3678f149e4d832ea3d86c03 (diff)
Add libonig and jq
Diffstat (limited to 'data/_jq/_metadata/libjq1/description')
-rw-r--r--data/_jq/_metadata/libjq1/description8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/_jq/_metadata/libjq1/description b/data/_jq/_metadata/libjq1/description
new file mode 100644
index 000000000..70789868c
--- /dev/null
+++ b/data/_jq/_metadata/libjq1/description
@@ -0,0 +1,8 @@
+lightweight and flexible command-line JSON processor - shared library
+jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text.
+.
+It is written in portable C, and it has minimal runtime dependencies.
+.
+jq can mangle the data format that you have into the one that you want with very little effort, and the program to do so is often shorter and simpler than you'd expect.
+.
+This package contains the shared library.