DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Left column of this table is the scope of the dependency, the other columns define the the how the transitive dependencies are resolved.
| compile | rsl | included | provided | runtime | test | |
| compile | compile(*) | rsl | included | - | runtime | - |
| rsl | rsl | rsl | rsl | - | runtime | - |
| included | included | included | included | - | runtime | - |
| provided | provided | provided | provided | - | provided | - |
| runtime | runtime | runtime | runtime | - | runtime | - |
| test | test | test | test | - | test | - |
...