alpkit 0.1.0-pre.2

A library for reading metadata from the APKv2 package format and APKBUILD.
Documentation
1
2
3
4
5
6
7
//! A library for reading the APK(v2) package format and `APKBUILD`.

pub mod apkbuild;
pub mod dependency;
pub mod package;

mod internal;