GMPhobos.modulemap 106 Bytes
framework module GMPhobos {
  umbrella header "GMPhobos-umbrella.h"

  export *
  module * { export * }
}