Files
pkgs.lux/index.json
Brandon Lucas cbb66fbb73 Add frontmatter, markdown, path, xml, rss, and web packages
Sync local packages into the registry repo and update index.json
and README.md to include all 9 packages.
2026-02-24 21:04:20 -05:00

77 lines
2.2 KiB
JSON

{
"packages": [
{
"name": "json",
"description": "JSON parsing and serialization for Lux",
"latest_version": "1.0.0",
"versions": [
{"version": "1.0.0", "checksum": "", "published_at": "2025-02-15", "yanked": false}
]
},
{
"name": "http-client",
"description": "HTTP client utilities for Lux",
"latest_version": "0.1.0",
"versions": [
{"version": "0.1.0", "checksum": "", "published_at": "2025-02-15", "yanked": false}
]
},
{
"name": "testing",
"description": "Testing utilities and assertions for Lux",
"latest_version": "0.1.0",
"versions": [
{"version": "0.1.0", "checksum": "", "published_at": "2025-02-15", "yanked": false}
]
},
{
"name": "markdown",
"description": "Markdown to HTML converter for Lux",
"latest_version": "0.1.0",
"versions": [
{"version": "0.1.0", "checksum": "", "published_at": "2026-02-17", "yanked": false}
]
},
{
"name": "frontmatter",
"description": "YAML-like frontmatter parser for Lux",
"latest_version": "0.1.0",
"versions": [
{"version": "0.1.0", "checksum": "", "published_at": "2026-02-17", "yanked": false}
]
},
{
"name": "path",
"description": "File path utilities for Lux",
"latest_version": "0.1.0",
"versions": [
{"version": "0.1.0", "checksum": "", "published_at": "2026-02-17", "yanked": false}
]
},
{
"name": "xml",
"description": "XML builder for Lux",
"latest_version": "0.1.0",
"versions": [
{"version": "0.1.0", "checksum": "", "published_at": "2026-02-24", "yanked": false}
]
},
{
"name": "rss",
"description": "RSS 2.0 feed generator for Lux",
"latest_version": "0.1.0",
"versions": [
{"version": "0.1.0", "checksum": "", "published_at": "2026-02-24", "yanked": false}
]
},
{
"name": "web",
"description": "Full-stack web framework for Lux",
"latest_version": "0.1.0",
"versions": [
{"version": "0.1.0", "checksum": "", "published_at": "2026-02-24", "yanked": false}
]
}
]
}