Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

JQ 1.6-SNAPSHOT a17dd32

Latest
Compare
Choose a tag to compare
@lhns lhns released this 09 Dec 10:31
· 1 commit to main since this release

jqlang/jq@a17dd32

Build script

git clone https://github.com/stedolan/jq.git
cd jq
git submodule update --init
autoreconf -fi
./configure --with-oniguruma=builtin
make -j8
make check