| Crates.io | arch-pkg-text |
| lib.rs | arch-pkg-text |
| version | 0.9.2 |
| created_at | 2025-02-08 18:54:42.67008+00 |
| updated_at | 2025-08-02 08:57:42.290364+00 |
| description | Pure Rust library to parse Arch Linux packages' structured text formats |
| homepage | |
| repository | https://github.com/pacman-repo-builder/arch-pkg-text.git |
| max_upload_size | |
| id | 1548300 |
| size | 175,409 |
Pure Rust library to parse Arch Linux packages' structured text formats. "Pure Rust" means not needing libalpm.
Relying on libalpm has 2 limitations:
libalpm updates, the program would need to be recompiled. And since Arch Linux is rolling release, libalpm would update frequently, forcing the program to recompile frequently.This library aims to provide parsers for packaging related structured text formats without the above limitations.
Read the documentation.