shithub: aubio

ref: ddfa6be05ff1bd7af09115bb05868473f51ec737
dir: /scripts/apple/Modules/module.modulemap/

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

  export *
  module * { export * }
}