]> git.saurik.com Git - apple/libdispatch.git/blob - dispatch/generic/module.modulemap
libdispatch-703.50.37.tar.gz
[apple/libdispatch.git] / dispatch / generic / module.modulemap
1 module Dispatch {
2 requires blocks
3 export *
4 link "dispatch"
5 }
6
7 module DispatchIntrospection [system] [extern_c] {
8 header "introspection.h"
9 export *
10 }
11
12 module CDispatch [system] [extern_c] {
13 umbrella header "dispatch.h"
14 module * { export * }
15 export *
16 requires blocks
17 link "dispatch"
18 }