Changes between Initial Version and Version 1 of jazz/18-01-08


Ignore:
Timestamp:
Jan 8, 2018, 3:39:06 PM (6 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/18-01-08

    v1 v1  
     1= 2018-01-08 =
     2
     3== homebrew ==
     4
     5{{{
     6#!graphviz
     7digraph "brew-dep" { rankdir=LR; node [shape=record];
     8  "gdbm"->"ansible";
     9  "libyaml"->"ansible";
     10  "openssl"->"ansible";
     11  "python"->"ansible";
     12  "readline"->"ansible";
     13  "sqlite"->"ansible";
     14  "openssl"->"azure-cli";
     15  "python3"->"azure-cli";
     16"azurekit";
     17"bash-completion";
     18"coreutils";
     19"docker";
     20  "libdshconfig"->"dsh";
     21  "libpng"->"freetype";
     22"gdbm";
     23"gettext";
     24"git";
     25"glew";
     26"gradle";
     27"htop";
     28  "gettext"->"httping";
     29  "openssl"->"httping";
     30"icu4c";
     31"jpeg";
     32  "oniguruma"->"jq";
     33  "librdkafka"->"kafkacat";
     34  "lz4"->"kafkacat";
     35  "lzlib"->"kafkacat";
     36  "openssl"->"kafkacat";
     37  "yajl"->"kafkacat";
     38"libdshconfig";
     39"libpng";
     40  "lz4"->"librdkafka";
     41  "lzlib"->"librdkafka";
     42  "openssl"->"librdkafka";
     43  "jpeg"->"libtiff";
     44"libyaml";
     45"lz4";
     46"lzlib";
     47  "openssl"->"md5sha1sum";
     48"mplayer";
     49"mtr";
     50  "openssl"->"nmap";
     51  "icu4c"->"node";
     52"oniguruma";
     53"openssl";
     54"openssl@1.1";
     55"p7zip";
     56"pcre";
     57"protobuf";
     58  "gdbm"->"python";
     59  "openssl"->"python";
     60  "readline"->"python";
     61  "sqlite"->"python";
     62  "gdbm"->"python3";
     63  "openssl"->"python3";
     64  "readline"->"python3";
     65  "sqlite"->"python3";
     66  "xz"->"python3";
     67"readline";
     68"sdl2";
     69  "jpeg"->"sdl2_image";
     70  "libpng"->"sdl2_image";
     71  "libtiff"->"sdl2_image";
     72  "sdl2"->"sdl2_image";
     73  "webp"->"sdl2_image";
     74  "readline"->"sqlite";
     75"sshuttle";
     76"tenmax-apache-spark";
     77  "readline"->"tig";
     78"tree";
     79"unrar";
     80  "gettext"->"watch";
     81  "jpeg"->"webp";
     82  "libpng"->"webp";
     83  "gettext"->"wget";
     84  "libidn2"->"wget";
     85  "libunistring"->"wget";
     86  "openssl@1.1"->"wget";
     87"xz";
     88"yajl";
     89"youtube-dl";
     90}
     91}}}