summaryrefslogtreecommitdiff
path: root/images/dependencies.dot
blob: bf5b66e36aa2503a362c8c67a683f49ee741fb31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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;

}