--- /dev/null
+module Dispatch {
+ requires blocks
+ export *
+ link "dispatch"
+}
+
+module DispatchIntrospection [system] [extern_c] {
+ header "introspection.h"
+ export *
+}
+
+module CDispatch [system] [extern_c] {
+ umbrella header "dispatch.h"
+ module * { export * }
+ export *
+ requires blocks
+ link "dispatch"
+}