Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

modulea.map
module D {
  header "../src/common.h"
}

module A {
  header "../src/common.h"
  use C
}

extern module B "moduleb.map"
extern module C "modulec.map"