aboutsummaryrefslogtreecommitdiff
path: root/Cask
blob: f5be811ba61eb1e403ff7bc753b97f3a7091517b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
(package "stack-mode" "0" "Stack Exchange for Emacs")

(source gnu)
(source melpa-stable)

(files "stack-*.el")

(depends-on "json" "1.4")
(depends-on "url")

(development
 (depends-on "ert"))