File: module.modulemap

package info (click to toggle)
aubio 0.4.9-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,720 kB
  • sloc: python: 20,447; ansic: 20,127; makefile: 348; sh: 232
file content (6 lines) | stat: -rw-r--r-- 91 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
framework module aubio {
  umbrella header "aubio.h"

  export *
  module * { export * }
}