Skip to content

Instantly share code, notes, and snippets.

@matthiasbeyer
Created December 28, 2025 16:45
Show Gist options
  • Select an option

  • Save matthiasbeyer/634deabb376cf5af39e66fe69caf8c82 to your computer and use it in GitHub Desktop.

Select an option

Save matthiasbeyer/634deabb376cf5af39e66fe69caf8c82 to your computer and use it in GitHub Desktop.
p2panda workspace dependency graph
digraph {
0 [ label = "p2panda-fuzz" shape = box]
1 [ label = "p2panda-auth" shape = box]
2 [ label = "p2panda-core" shape = box]
3 [ label = "p2panda-encryption" shape = box]
4 [ label = "p2panda-blobs" shape = box]
5 [ label = "p2panda-net" shape = box]
6 [ label = "p2panda-discovery" shape = box]
7 [ label = "p2panda-sync" shape = box]
8 [ label = "p2panda-store" shape = box]
9 [ label = "p2panda-stream" shape = box]
0 -> 1 [ ]
0 -> 2 [ ]
0 -> 3 [ ]
3 -> 2 [ ]
4 -> 2 [ ]
4 -> 5 [ ]
4 -> 7 [ ]
5 -> 2 [ ]
5 -> 6 [ ]
5 -> 7 [ ]
7 -> 2 [ style = dotted]
7 -> 8 [ style = dotted]
8 -> 2 [ ]
9 -> 2 [ ]
9 -> 8 [ ]
}
@matthiasbeyer
Copy link
Author

Rendered:

graph

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment