+++ /dev/null
-module Dispatch {
- requires blocks
- export *
- link "dispatch"
- link "BlocksRuntime"
-}
-
-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"
- link "BlocksRuntime"
-}