dkjson
David Kolf's JSON module for Lua
dkjson is a module for encoding and decoding JSON data. It supports UTF-8. JSON (JavaScript Object Notation) is a format for serializing data based on the syntax for JavaScript data structures. dkjson is written in Lua without any dependencies, but when LPeg is available dkjson uses it to speed up decoding.
Available in
| Overlay | Newest | Ebuilds | Last activity | |
|---|---|---|---|---|
| gentoo gitweb ↗ | 2.10 | 2 | 14 h | details › |
Versions & arches
| Version | Overlay | amd64 | arm64 | x86 | ppc64 | riscv | arm | hppa | ppc | sparc | Committed | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2.10 | gentoo | amd64 testing | arm64 testing | x86 testing | ppc64 testing | riscv testing | arm testing | hppa testing | ppc testing | sparc testing | — | view · download · history ↗ |
| 2.9 | gentoo | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv testing | arm stable | hppa testing | ppc stable | sparc testing | — | view · download · history ↗ |
Use flags of 2.10
- test Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
4 expansion flags (python targets, ABIs, cpu flags…)
- lua_targets_luajit
- lua_targets_lua5-1
- lua_targets_lua5-3
- lua_targets_lua5-4
Runtime dependencies of 2.10
show 12 lines
lua_targets_luajit?
(
)
lua_targets_lua5-1?
(
)
lua_targets_lua5-3?
(
)
lua_targets_lua5-4?
(
)