{"id":22064549,"url":"https://github.com/josef-friedrich/lparse","last_synced_at":"2026-05-01T10:32:38.096Z","repository":{"id":72532542,"uuid":"591908867","full_name":"Josef-Friedrich/lparse","owner":"Josef-Friedrich","description":"Parse macro arguments with Lua using xparse-like specification","archived":false,"fork":false,"pushed_at":"2025-07-05T08:23:44.000Z","size":178,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-26T00:39:13.643Z","etag":null,"topics":["luatex","xparse"],"latest_commit_sha":null,"homepage":"https://ctan.org/pkg/lparse","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lppl-1.3c","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Josef-Friedrich.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-01-22T10:05:58.000Z","updated_at":"2025-07-05T08:23:47.000Z","dependencies_parsed_at":"2025-06-18T05:20:48.331Z","dependency_job_id":"3274e8fa-0638-48f4-9548-fa7ddd103900","html_url":"https://github.com/Josef-Friedrich/lparse","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Josef-Friedrich/lparse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josef-Friedrich%2Flparse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josef-Friedrich%2Flparse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josef-Friedrich%2Flparse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josef-Friedrich%2Flparse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Josef-Friedrich","download_url":"https://codeload.github.com/Josef-Friedrich/lparse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josef-Friedrich%2Flparse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32449205,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["luatex","xparse"],"created_at":"2024-11-30T19:12:38.540Z","updated_at":"2026-05-01T10:32:38.084Z","avatar_url":"https://github.com/Josef-Friedrich.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lparse\n\nParse macro arguments with `Lua` using `xparse`-like specification.\n\nThe name `lparse` is derived from `xparse`. The `x` has been replaced by\n`l` because this package only works with `LuaTeX`. `l` stands for *Lua*.\nJust as with `xparse`, it is possible to use a special syntax consisting\nof single letters to express the arguments of a macro. However, `lparse`\nis able to read arguments regardless of the macro system used - whether\n`LaTeX` or `ConTeXt` or even plain `TeX`. Of course, `LuaTeX` must\nalways be used as the engine.\n\n## Current version\n\n2025/07/02 v0.3.0\n\n## License\n\nCopyright (C) 2023-2025 by Josef Friedrich \u003cjosef@friedrich.rocks\u003e\n------------------------------------------------------------------------\nThis work may be distributed and/or modified under the conditions of\nthe LaTeX Project Public License, either version 1.3c of this license\nor (at your option) any later version.  The latest version of this\nlicense is in:\n\n  http://www.latex-project.org/lppl.txt\n\nand version 1.3c or later is part of all distributions of LaTeX\nversion 2008/05/04 or later.\n\n## Maintainer\n\nJosef Friedrich \u003cjosef@friedrich.rocks\u003e\n\n## Packaging\n\n### CTAN\n\nThe `lparse` package has been included in the Comprehensive TeX Archive\nNetwork (CTAN) since January 2023.\n\n* [Package page](https://www.ctan.org/pkg/lparse)\n* [Sources](https://www.ctan.org/tex-archive/macros/luatex/generic/lparse)\n\n### Distributions\n\n* TeX Live:\n  * run files:\n    * [tex/luatex/lparse/lparse.lua](https://tug.org/svn/texlive/trunk/Master/texmf-dist/tex/luatex/lparse/lparse.lua)\n    * [tex/luatex/lparse/lparse.tex](https://tug.org/svn/texlive/trunk/Master/texmf-dist/tex/luatex/lparse/lparse.tex)\n    * [tex/luatex/lparse/lparse.sty](https://tug.org/svn/texlive/trunk/Master/texmf-dist/tex/luatex/lparse/lparse.sty)\n  * doc files:\n    * [doc/luatex/lparse/lparse-doc.tex](https://tug.org/svn/texlive/trunk/Master/texmf-dist/doc/luatex/lparse/lparse-doc.tex)\n    * [doc/luatex/lparse/lparse-doc.pdf](https://tug.org/svn/texlive/trunk/Master/texmf-dist/doc/luatex/lparse/lparse-doc.pdf)\n    * [doc/luatex/lparse/README.md](https://tug.org/svn/texlive/trunk/Master/texmf-dist/doc/luatex/lparse/README.md)\n* [MiKTeX](https://miktex.org/packages/lparse)\n\n### Repository\n\nThe [Git repository](https://github.com/Josef-Friedrich/lparse) in which\nthe development takes place is hosted on [GitHub](https://github.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosef-friedrich%2Flparse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosef-friedrich%2Flparse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosef-friedrich%2Flparse/lists"}