arch-pkg-text

Crates.ioarch-pkg-text
lib.rsarch-pkg-text
version0.9.2
created_at2025-02-08 18:54:42.67008+00
updated_at2025-08-02 08:57:42.290364+00
descriptionPure Rust library to parse Arch Linux packages' structured text formats
homepage
repositoryhttps://github.com/pacman-repo-builder/arch-pkg-text.git
max_upload_size
id1548300
size175,409
Khải (KSXGitHub)

documentation

README

arch-pkg-text

Pure Rust library to parse Arch Linux packages' structured text formats. "Pure Rust" means not needing libalpm.

Why?

Relying on libalpm has 2 limitations:

  • The program would only work on Arch Linux.
  • Every time 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.

Usage

Read the documentation.

License

MIT © Hoàng Văn Khải.

Commit count: 0

cargo fmt