Changes between Initial Version and Version 1 of jazz/18-03-02
- Timestamp:
- Mar 2, 2018, 2:59:09 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/18-03-02
v1 v1 1 = 2018-03-02 = 2 3 == homebrew == 4 5 {{{ 6 #!graphviz 7 digraph "brew-dep" { rankdir=LR; node [shape=record]; 8 "gdbm"->"ansible"; 9 "libyaml"->"ansible"; 10 "openssl"->"ansible"; 11 "python@2"->"ansible"; 12 "readline"->"ansible"; 13 "sqlite"->"ansible"; 14 "gdbm"->"azure-cli"; 15 "openssl"->"azure-cli"; 16 "python"->"azure-cli"; 17 "readline"->"azure-cli"; 18 "sqlite"->"azure-cli"; 19 "xz"->"azure-cli"; 20 "azurekit"; 21 "bash-completion"; 22 "coreutils"; 23 "docker"; 24 "faac"; 25 "fdk-aac"; 26 "libpng"->"freetype"; 27 "gdbm"; 28 "gettext"; 29 "git"; 30 "gradle"; 31 "htop"; 32 "gettext"->"httping"; 33 "openssl"->"httping"; 34 "icu4c"; 35 "oniguruma"->"jq"; 36 "librdkafka"->"kafkacat"; 37 "lz4"->"kafkacat"; 38 "lzlib"->"kafkacat"; 39 "openssl"->"kafkacat"; 40 "yajl"->"kafkacat"; 41 "lame"; 42 "faac"->"libav"; 43 "fdk-aac"->"libav"; 44 "freetype"->"libav"; 45 "lame"->"libav"; 46 "libogg"->"libav"; 47 "libpng"->"libav"; 48 "libvorbis"->"libav"; 49 "libvpx"->"libav"; 50 "opus"->"libav"; 51 "x264"->"libav"; 52 "xvid"->"libav"; 53 "libdshconfig"; 54 "gettext"->"libidn2"; 55 "libunistring"->"libidn2"; 56 "libogg"; 57 "libpng"; 58 "lz4"->"librdkafka"; 59 "lzlib"->"librdkafka"; 60 "openssl"->"librdkafka"; 61 "libunistring"; 62 "libogg"->"libvorbis"; 63 "libvpx"; 64 "libyaml"; 65 "lsusb"; 66 "lz4"; 67 "lzlib"; 68 "openssl"->"md5sha1sum"; 69 "mplayer"; 70 "mtr"; 71 "openssl"->"nmap"; 72 "icu4c"->"node"; 73 "oniguruma"; 74 "openssl"; 75 "openssl@1.1"; 76 "opus"; 77 "p7zip"; 78 "gdbm"->"python"; 79 "openssl"->"python"; 80 "readline"->"python"; 81 "sqlite"->"python"; 82 "xz"->"python"; 83 "gdbm"->"python3"; 84 "openssl"->"python3"; 85 "readline"->"python3"; 86 "sqlite"->"python3"; 87 "xz"->"python3"; 88 "gdbm"->"python@2"; 89 "openssl"->"python@2"; 90 "readline"->"python@2"; 91 "sqlite"->"python@2"; 92 "readline"; 93 "readline"->"sqlite"; 94 "sshuttle"; 95 "tenmax-apache-spark"; 96 "readline"->"tig"; 97 "tree"; 98 "gettext"->"watch"; 99 "gettext"->"wget"; 100 "libidn2"->"wget"; 101 "libunistring"->"wget"; 102 "openssl"->"wget"; 103 "x264"; 104 "xvid"; 105 "xz"; 106 "yajl"; 107 "youtube-dl"; 108 } 109 }}}