Skip to content

Commit b98b310

Browse files
committed
Add julia
1 parent e620b31 commit b98b310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ linuxbrew coreutils 1 test "$(echo -n 15 | /brew/bin/factor)" = "15: 3 5"
66
alpine task 1 /usr/bin/task --version
77
alpine jq 1 test $(/usr/bin/jq -M -n -c "{a: (4+3)}") = "{\"a\":7}"
88
alpine mtr 1 /usr/sbin/mtr -v
9+
conda julia 0.3.11--0 test $(julia -e "print(2+3)") = "5"
910
conda m4 1.4.17--0 test $(echo "define(a, bbb)a" | m4) = "bbb"
1011
conda samtools 1.3--1 samtools --version
1112
conda cufflinks 2.2.1--py27_1 (cuffmerge --help 2>&1) | grep Options > /dev/null

0 commit comments

Comments
 (0)