open-wether / Sources /CBz2lib /module.modulemap
soiz1's picture
Migrated from GitHub
6ee917b verified
Raw
History Blame Contribute Delete
70 Bytes
module CBz2lib [system] {
header "shim.h"
link "bz2"
export *
}