shithub: aubio

ref: 9fc16effe1cbe55023d46916f3e6421f02f8c50f
dir: /scripts/apple/Modules/module.modulemap/

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

  export *
  module * { export * }
}