2026-06-23 19:34:36 -05:00
|
|
|
;;; 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")
|
2026-06-23 21:56:31 -05:00
|
|
|
:url "https://code.bru.st/corwin/card-game.el"
|
2026-06-23 19:34:36 -05:00
|
|
|
:authors '(("Corwin Brust" . "corwin@bru.st"))
|
|
|
|
|
:maintainer '("Corwin Brust" . "corwin@bru.st"))
|
|
|
|
|
;;; card-games-pkg.el ends here
|