Files
emacs/lisp/llama/llama-pkg.el
2025-07-05 20:36:47 +02:00

10 lines
320 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "llama" "20250701.1529"
"Compact syntax for short lambda."
'((emacs "26.1")
(compat "30.1"))
:url "https://github.com/tarsius/llama"
:commit "0cc2daffded18eea7f00a318cfa3e216977ffe50"
:revdesc "0cc2daffded1"
:keywords '("extensions"))