hpkg 0.1.0

A native Rust crate to parse Haiku's binary package and repo formats
Documentation
1
2
3
4
5
6
7
pub mod recipe;
pub mod repository;
pub mod package;
pub mod portstree;

extern crate flate2;
extern crate zstd;