blob: 3ed1bc457d9fa99bdf7248d2df4f1dbd71749203 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
;; -*- mode: eask; lexical-binding: t -*-
(package "wttrin"
"0.3.2"
"Emacs Frontend for Service wttr.in")
(website-url "https://github.com/cjennings/emacs-wttrin")
(keywords "weather" "wttrin")
(package-file "wttrin.el")
(files "wttrin.el" "wttrin-debug.el" "wttrin-geolocation.el")
(source "gnu")
(source "nongnu")
(source "melpa")
(depends-on "emacs" "25.1")
(depends-on "xterm-color")
(development
(depends-on "undercover")
(depends-on "package-lint")
(depends-on "elisp-lint"))
|