From 719934275f3c55e958f48ea165280542b49b8f0b Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 6 May 2021 19:06:56 +0200 Subject: restructure --- static/images/dependencies.dot | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 static/images/dependencies.dot (limited to 'static/images/dependencies.dot') diff --git a/static/images/dependencies.dot b/static/images/dependencies.dot new file mode 100644 index 00000000..bf5b66e3 --- /dev/null +++ b/static/images/dependencies.dot @@ -0,0 +1,33 @@ +digraph dependencies { +splines = true; + + Mint [shape=house]; + Mint -> libmicrohttpd; + Mint -> libtalerutil; + Mint -> libtalermintdb; + libtalerutil -> libgnunetutil; + libgnunetutil -> libunistring; + libmicrohttpd -> libgnutls; + libgnunetutil -> libgcrypt; + libgnutls -> libnettle; + Mint -> libjansson; + libtalermintdb -> libtalerpq; + libtalerpq -> libpq; + libpq -> Postgres [shape=dashed]; + + Postgres [shape=house]; + + Auditor [shape=house]; + Auditor -> libtalerutil; + Auditor -> libtalermintdb; + + Wallet [shape=house]; + Wallet -> libtalerutil; + + Merchant [shape=house]; + Merchant -> libmicrohttpd; + Merchant -> libjansson; + Merchant -> libtalerutil; + Merchant -> libtalerpq; + +} -- cgit v1.2.3