Changes between Version 1 and Version 2 of jazz/17-07-27


Ignore:
Timestamp:
Jul 27, 2017, 5:55:55 PM (7 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/17-07-27

    v1 v2  
    1 # 2017-07-27
     1= 2017-07-27 =
     2
     3== Homebrew ==
    24
    35{{{
     
    6163}
    6264}}}
     65
     66{{{
     67#!graphviz
     68digraph "brew-dep" { node [shape=record];
     69  "libyaml"->"ansible";
     70  "openssl@1.1"->"ansible";
     71  "python"->"ansible";
     72  "gettext"->"httping";
     73  "openssl"->"httping";
     74  "oniguruma"->"jq";
     75  "librdkafka"->"kafkacat";
     76  "lz4"->"kafkacat";
     77  "lzlib"->"kafkacat";
     78  "openssl"->"kafkacat";
     79  "yajl"->"kafkacat";
     80  "lz4"->"librdkafka";
     81  "lzlib"->"librdkafka";
     82  "openssl"->"librdkafka";
     83  "openssl"->"md5sha1sum";
     84  "protobuf"->"mobile-shell";
     85  "openssl"->"nmap";
     86  "icu4c"->"node";
     87  "gdbm"->"python";
     88  "openssl"->"python";
     89  "readline"->"python";
     90  "sqlite"->"python";
     91  "readline"->"sqlite";
     92  "readline"->"tig";
     93  "gettext"->"watch";
     94  "openssl@1.1"->"wget";
     95}
     96}}}