Changes between Initial Version and Version 1 of jazz/17-08-22


Ignore:
Timestamp:
Aug 22, 2017, 9:23:51 AM (7 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/17-08-22

    v1 v1  
     1= 2-17-08-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  "gettext"->"httping";
     12  "openssl"->"httping";
     13  "oniguruma"->"jq";
     14  "librdkafka"->"kafkacat";
     15  "lz4"->"kafkacat";
     16  "lzlib"->"kafkacat";
     17  "openssl"->"kafkacat";
     18  "yajl"->"kafkacat";
     19  "lz4"->"librdkafka";
     20  "lzlib"->"librdkafka";
     21  "openssl"->"librdkafka";
     22  "openssl"->"md5sha1sum";
     23  "protobuf"->"mobile-shell";
     24  "openssl"->"nmap";
     25  "icu4c"->"node";
     26  "gdbm"->"python";
     27  "openssl"->"python";
     28  "readline"->"python";
     29  "sqlite"->"python";
     30  "readline"->"sqlite";
     31  "readline"->"tig";
     32  "gettext"->"watch";
     33  "openssl@1.1"->"wget";
     34}
     35}}}