shithub: aubio

ref: 5bcd9b914408baef57741cc1fc687d08af33f0bc
dir: /scripts/apple/Modules/module.modulemap/

View raw version
framework module aubio {
  umbrella header "aubio.h"

  export *
  module * { export * }
}