shithub: aubio

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

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

  export *
  module * { export * }
}