stanislav-tkach / os_info

Rust library to detect the operating system type
MIT License
175 stars 52 forks source link

Add Alpaquita Linux #340

Closed kholmanskikh closed 1 year ago

kholmanskikh commented 1 year ago

The main motivation is to make cargo -vV report the correct distro name.

The distro does not ship LSB utils, so the LSB code path was tested with a manually built version of lsb-release-minimal from https://salsa.debian.org/gioele/lsb-release-minimal

Thanks.

kholmanskikh commented 1 year ago

Thanks!