blob: 20da8b2073bb59c5cab5f8e46a93e053be0e7ffe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "commander" "20140120.1852"
"Emacs command line parser."
'((s "1.6.0")
(dash "2.0.0")
(cl-lib "0.3")
(f "0.6.1"))
:url "http://github.com/rejeep/commander.el"
:commit "2c8a57b9c619e29ccbe2d5a85921b9c689e95bf9"
:revdesc "2c8a57b9c619"
:keywords '("cli" "argv")
:authors '(("Johan Andersson" . "johan.rejeep@gmail.com"))
:maintainers '(("Johan Andersson" . "johan.rejeep@gmail.com")))
|