shithub: aubio

ref: 19c3d75d771310779cb302873394f314b6d666ac
dir: /scripts/apple/Modules/module.modulemap/

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

  export *
  module * { export * }
}