Search Criteria
Package Details: jq-lite 2.46-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/jq-lite.git (read-only, click to copy) |
|---|---|
| Package Base: | jq-lite |
| Description: | Lightweight jq-like JSON query engine in Perl |
| Upstream URL: | https://metacpan.org/release/JQ-Lite |
| Keywords: | cli filter jq-compatible json lightweight perl tool |
| Licenses: | Artistic-1.0-Perl, GPL-1.0-or-later |
| Submitter: | shingo.kawamura |
| Maintainer: | shingo.kawamura |
| Last Packager: | shingo.kawamura |
| Votes: | 1 |
| Popularity: | 0.044264 |
| First Submitted: | 2025-12-13 13:49 (UTC) |
| Last Updated: | 2026-05-15 23:36 (UTC) |
Latest Comments
« First ‹ Previous 1 2 3 4 5
shingo.kawamura commented on 2025-12-19 21:42 (UTC)
1.51 2025-12-20 - Ignore SIGPIPE in the from_file_stdin test helper so closed pipes from the CLI under test do not terminate the harness.
shingo.kawamura commented on 2025-12-18 14:48 (UTC)
1.50 2025-12-18 - Promote release to version 1.50. - Allow CLI JSON encoding to accept scalar values when processing --argjson and raw input modes, eliminating warnings and exit failures. - Consolidate raw-input handling under a shared UTF-8 encoder to keep per-line and slurped text output consistent.
shingo.kawamura commented on 2025-12-17 13:38 (UTC)
jq-lite 1.49 (2025-12-17)
Fix test behavior on older Perls: t/path.t now skips cleanly on Perl 5.28 and earlier instead of failing due to a hard 5.029 requirement.
No functional changes; improves compatibility and packaging stability on older environments.
shingo.kawamura commented on 2025-12-16 22:24 (UTC)
Release 1.48: - Added jq-compatible --ascii-output / -a flag to emit ASCII-escaped output. - Supports nested objects, arrays, and Unicode characters (including emojis). - Metadata and documentation updated for v1.48.
shingo.kawamura commented on 2025-12-15 21:28 (UTC)
Release 1.47 (2025-12-15)
This release introduces jq-compatible --raw-input (-R) mode, enabling plain-text input processing with optional slurping (-s). CLI behavior is covered by new regression tests.
shingo.kawamura commented on 2025-12-14 10:55 (UTC)
This release adds jq-compatible
try ... catch ...filter support. It improves error handling in pipelines while keeping jq-lite lightweight and dependency-free (pure Perl). Documentation and regression tests are included.shingo.kawamura commented on 2025-12-14 00:22 (UTC)
Hi, jq-lite upstream author here (Shingo Kawamura).
I’ve released jq-lite v1.45. This release adds jq-compatible
--argjsonsupport to the CLI, improving compatibility with existing jq workflows and scripts.Thank you very much for maintaining the AUR package! If you notice any issues or have suggestions specific to Arch Linux, please feel free to leave a comment or open an issue upstream.
Upstream: https://github.com/kawamurashingo/JQ-Lite https://metacpan.org/release/JQ-Lite
Thanks!
shingo.kawamura commented on 2025-12-13 14:05 (UTC)
Hi, I'm the upstream author of jq-lite.
This package is maintained in sync with CPAN releases. Please feel free to report any issues or Arch-specific concerns here or on GitHub.
Thanks for trying jq-lite!
« First ‹ Previous 1 2 3 4 5