Select the types of activity you want to include in your feed.
Fix support for x-compilation
Specifying a dependency as `(dep x)` will make `dune` trying to compile `x` in the current workspace context. It already knows that `(run ./x)` needs to be run on the host context, so that's enough to make that work.