dotfiles/.emacs.d/elpa/bui-20210108.1141/bui-pkg.el
2025-06-29 03:58:41 +03:30

11 lines
411 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "bui" "20210108.1141"
"Buffer interface library."
'((emacs "24.3")
(dash "2.11.0"))
:url "https://github.com/alezost/bui.el"
:commit "ab62fcefc3c7ddf5e5d64c18045148a3c297592d"
:revdesc "ab62fcefc3c7"
:keywords '("tools")
:authors '(("Alex Kost" . "alezost@gmail.com"))
:maintainers '(("Alex Kost" . "alezost@gmail.com")))