emacs-llama 0.6.2-1 source package in Ubuntu
Changelog
emacs-llama (0.6.2-1) unstable; urgency=medium * New upstream release -- Xiyue Deng <email address hidden> Tue, 18 Mar 2025 22:00:09 -0700
Upload details
- Uploaded by:
- Debian Emacsen team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Emacsen team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Questing | release | universe | misc | |
| Plucky | release | universe | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| emacs-llama_0.6.2-1.dsc | 2.1 KiB | 08de865fd1c435be83d0f72f6198ddcdd712420c00d6968c4744330e9971831a |
| emacs-llama_0.6.2.orig.tar.gz | 21.9 KiB | 80fcfe4ff2057543e69cf04d99ed7bf0f9fba1898fca9e4bfa6b684c6992e5e7 |
| emacs-llama_0.6.2-1.debian.tar.xz | 2.1 KiB | e3e091cdcbbbfbf76231a1ff8c74e7d6e4454279f87be801f5eeecc5f828c8af |
Available diffs
- diff from 0.6.1-1 to 0.6.2-1 (3.2 KiB)
No changes file available.
Binary packages built by this source
- elpa-llama: Compact syntax for short lambda
This package implements a macro named `##', which provides a compact way
to write short `lambda' expressions.
.
The signature of the macro is (## FN &rest BODY) and it expands to a
`lambda' expression, which calls the function FN with the arguments BODY
and returns the value of that. The arguments of the `lambda' expression
are derived from symbols found in BODY.
