shithub: aubio

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

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

  export *
  module * { export * }
}