shithub: aubio

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

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

  export *
  module * { export * }
}