cl-asdf-flv 2.2-1build1 source package in Ubuntu

Changelog

cl-asdf-flv (2.2-1build1) resolute; urgency=medium

  * No-change mass rebuild for Ubuntu 26.04 (LP: #2132257)

 -- Graham Inggs <email address hidden>  Wed, 14 Jan 2026 20:59:12 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Resolute
Original maintainer:
Debian Common Lisp Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe misc

Builds

Resolute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-asdf-flv_2.2.orig.tar.gz 2.3 KiB 6144a23061e5c333f092067db089ee3c73993a3261d199751a705af6969172ee
cl-asdf-flv_2.2-1build1.debian.tar.xz 2.1 KiB dfae72527fcb113624bf1246301438d022339cd1b3a160099ccee8151051ee80
cl-asdf-flv_2.2-1build1.dsc 2.0 KiB 3bf312635051f7432a2357b54ec2ff348161cf576bdbc174b751dbbd716dea00

Available diffs

View changes file

Binary packages built by this source

cl-asdf-flv: file-local variables through Common Lisp's ASDF

 ASDF-FLV provides support for file-local variables through ASDF (the Common
 Lisp standard utility for building projects and declaring dependencies between
 them).
 .
 A file-local variable behaves like *PACKAGE* and *READTABLE* with respect to
 LOAD and COMPILE-FILE: a new dynamic binding is created before processing the
 file, so that any modification to the variable essentially becomes file-local.