Changes between Initial Version and Version 1 of jazz/17-09-20


Ignore:
Timestamp:
Sep 20, 2017, 11:01:15 AM (7 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/17-09-20

    v1 v1  
     1 = 2017-09-22 =
     2
     3== homebrew ==
     4
     5{{{
     6#!graphviz
     7digraph "brew-dep" { rankdir=LR; node [shape=record];
     8  "libyaml"->"ansible";
     9  "openssl@1.1"->"ansible";
     10  "python"->"ansible";
     11"azurekit";
     12"bash-completion";
     13"coreutils";
     14"docker";
     15"gdbm";
     16"gettext";
     17"git";
     18"gradle";
     19"htop";
     20  "gettext"->"httping";
     21  "openssl"->"httping";
     22"icu4c";
     23  "oniguruma"->"jq";
     24  "librdkafka"->"kafkacat";
     25  "lz4"->"kafkacat";
     26  "lzlib"->"kafkacat";
     27  "openssl"->"kafkacat";
     28  "yajl"->"kafkacat";
     29"libffi";
     30  "lz4"->"librdkafka";
     31  "lzlib"->"librdkafka";
     32  "openssl"->"librdkafka";
     33"libtool";
     34"libyaml";
     35"lz4";
     36"lzlib";
     37  "openssl"->"md5sha1sum";
     38  "protobuf"->"mobile-shell";
     39"mplayer";
     40"mtr";
     41  "openssl"->"nmap";
     42  "icu4c"->"node";
     43"oniguruma";
     44"openssl";
     45"openssl@1.1";
     46"p7zip";
     47"protobuf";
     48  "gdbm"->"python";
     49  "openssl"->"python";
     50  "readline"->"python";
     51  "sqlite"->"python";
     52"readline";
     53"speedtest-cli";
     54  "readline"->"sqlite";
     55"ssh-copy-id";
     56"sshuttle";
     57"tenmax-apache-spark";
     58  "readline"->"tig";
     59"tree";
     60"unrar";
     61  "gettext"->"watch";
     62  "openssl@1.1"->"wget";
     63"xz";
     64"yajl";
     65"youtube-dl";
     66}
     67}}