initial commit
This commit is contained in:
commit
a025434c2b
11 changed files with 3826 additions and 0 deletions
9
card-games-pkg.el
Normal file
9
card-games-pkg.el
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
;;; card-games-pkg.el --- Package metadata -*- no-byte-compile: t; -*-
|
||||
(define-package "card-games" "1.0.50"
|
||||
"Play card games in Emacs (console UNICODE and graphical SVG)."
|
||||
'((emacs "26.1"))
|
||||
:keywords '("games")
|
||||
:url "https://github.com/corwin/card-games"
|
||||
:authors '(("Corwin Brust" . "corwin@bru.st"))
|
||||
:maintainer '("Corwin Brust" . "corwin@bru.st"))
|
||||
;;; card-games-pkg.el ends here
|
||||
Loading…
Add table
Add a link
Reference in a new issue