shithub: aubio

ref: 2410f57abba7b61c883824567bd034e723e3d574
dir: /scripts/apple/Modules/module.modulemap/

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

  export *
  module * { export * }
}