alsa-sys 0.0.3

Bindings for the ALSA project (Advanced Linux Sound Architecture)
extern crate "pkg-config" as pkg_config;

fn main() {
    pkg_config::find_library("alsa").unwrap();
}