File: libxlsxwriter.modulemap

package info (click to toggle)
libxlsxwriter 1.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 37,888 kB
  • sloc: ansic: 65,861; python: 2,106; makefile: 693; perl: 229; sh: 224; xml: 168; cpp: 73; javascript: 5
file content (7 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
framework module xlsxwriter {
  umbrella header "xlsxwriter/libxlsxwriter-umbrella.h"
  header "xlsxwriter.h"
  
  export *
  module * { export * }
}