CTAN update: luakeys
Date: June 10, 2022 9:48:16 PM CEST
Josef Friedrich submitted an update to the
luakeys
package.
Version number: 0.6 2022-06-09
License type: lppl1.3c
Summary description: A Lua module for parsing key-value options
Announcement text:
* New feature: keys now can be defined using the function “define(defs, opts)” or “define(kv_string, { defs = { key = { ... } } })” * Rename the global options table from “default_options” to “opts” * New option “format_keys” * Remove option “case_insensitive_keys”. Use “format_keys = { lower }” to achieve the same effect. * The default value of the option “convert_dimension” is now false. * The option “standalone_as_true” is renamed to “naked_as_value”. The boolean value of the option must be changed to the opposite to produce the previous effect. * The function “print()” is now called “debug()”
This package is located at https://mirrors.ctan.org/macros/luatex/generic/luakeys More information is at https://www.ctan.org/pkg/luakeys CTAN is run entirely by volunteers and supported by TeX user groups Please join a user group or donate to one, see https://ctan.org/lugs
Thanks for the upload. For the CTAN Team Ina Dau --
* New feature: keys now can be defined using the function “define(defs, opts)” or “define(kv_string, { defs = { key = { ... } } })” * Rename the global options table from “default_options” to “opts” * New option “format_keys” * Remove option “case_insensitive_keys”. Use “format_keys = { lower }” to achieve the same effect. * The default value of the option “convert_dimension” is now false. * The option “standalone_as_true” is renamed to “naked_as_value”. The boolean value of the option must be changed to the opposite to produce the previous effect. * The function “print()” is now called “debug()”
This package is located at https://mirrors.ctan.org/macros/luatex/generic/luakeys More information is at https://www.ctan.org/pkg/luakeys CTAN is run entirely by volunteers and supported by TeX user groups Please join a user group or donate to one, see https://ctan.org/lugs
Thanks for the upload. For the CTAN Team Ina Dau --
luakeys – A Lua module for parsing key-value options
This package provides a Lua module that can parse key-value options like the TeX packages keyval, kvsetkeys, kvoptions, xkeyval, pgfkeys etc. luakeys, however, accomplishes this task entirely by using the Lua language and does not rely on TeX. Therefore this package can only be used with the TeX engine LuaTeX. Since luakeys uses LPeg, the parsing mechanism should be pretty robust.
Package | luakeys |
Version | 0.15.0 2024-09-29 |
Copyright | 2021–2024 Josef Friedrich |
Maintainer | Josef Friedrich |