shithub: aubio

ref: 92d40c7d5fa94cf1c87e37afdb131c02ef451c23
dir: /scripts/apple/Modules/module.modulemap/

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

  export *
  module * { export * }
}