Changes between Version 1 and Version 2 of jazz/21-04-18
- Timestamp:
- Apr 18, 2021, 10:18:57 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/21-04-18
v1 v2 14 14 {{{ 15 15 ~$ brew list --formula 16 avro-c17 16 bash-completion 18 17 coreutils 19 18 dos2unix 20 dsh21 19 gettext 22 20 git 23 21 git-extras 24 22 htop 25 jansson26 23 jq 27 libd shconfig24 libdvdcss 28 25 libidn2 29 libserdes30 26 libunistring 31 lz432 lzlib33 27 mosh 34 28 mtr … … 42 36 protobuf 43 37 readline 44 snappy45 38 tig 46 39 tree 47 40 unrar 48 41 wget 49 xz50 yajl51 zstd52 42 }}} 53 43 {{{ … … 69 59 #!graphviz 70 60 digraph "brew-dep" { rankdir=LR; node [shape=record]; 71 " avro-c"->"libserdes"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "jansson"->"avro-c"; "jansson"->"libserdes"; "libdshconfig"->"dsh"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"mosh"; "openssl@1.1"->"nmap"; "openssl@1.1"->"wget"; "pcre2"->"git"; "protobuf"->"mosh"; "readline"->"tig"; "snappy"->"avro-c"; "snappy"->"libserdes"; "xz"->"avro-c"; "xz"->"libserdes"; "bash-completion"; "coreutils"; "dos2unix"; "gettext"; "git-extras"; "jansson"; "libdshconfig"; "libunistring"; "lz4"; "lzlib"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "protobuf"; "readline"; "snappy"; "tree"; "unrar"; "xz"; "yajl"; "zstd";61 "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"mosh"; "openssl@1.1"->"nmap"; "openssl@1.1"->"wget"; "pcre2"->"git"; "protobuf"->"mosh"; "readline"->"tig"; "bash-completion"; "coreutils"; "dos2unix"; "gettext"; "git-extras"; "libdvdcss"; "libunistring"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "protobuf"; "readline"; "tree"; "unrar"; 72 62 } 73 63 }}}