12 lines
468 B
EmacsLisp
12 lines
468 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "cfrs" "20220129.1149"
|
|
"Child-frame based read-string."
|
|
'((emacs "26.1")
|
|
(dash "2.11.0")
|
|
(s "1.10.0")
|
|
(posframe "0.6.0"))
|
|
:url "https://github.com/Alexander-Miller/cfrs"
|
|
:commit "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121"
|
|
:revdesc "f3a21f237b2a"
|
|
:authors '(("Alexander Miller" . "alexanderm@web.de"))
|
|
:maintainers '(("Alexander Miller" . "alexanderm@web.de")))
|