cl-metabang-bind 20200101.git9ab6e64-1 source package in Ubuntu

Changelog

cl-metabang-bind (20200101.git9ab6e64-1) unstable; urgency=medium

  * New upstream snapshot
  * Move under Debian Common Lisp Team maintenance. Thanks to Dimitri Fontaine
    for his work on this package
  * Bump to debhelper 13
  * Remove Build-Depends on dh-lisp
  * Bump Standards-Version to 4.6.0
  * Add Rules-Requires-Root: no
  * Update Vcs-* fields for move to salsa
  * Use secure URL for Homepage
  * Mark as M-A foreign
  * Add debian/watch
  * Simplify debian/rules
  * Ship test files
  * Add debian/upstream/metadata
  * Misc fixes to debian/copyright
  * Add superficial autopkgtests that try to load the package under sbcl,
    ecl and clisp (exercising the testsuite would require “lift” to be
    packaged)

 -- Sébastien Villemot <email address hidden>  Fri, 05 Nov 2021 15:16:23 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-metabang-bind_20200101.git9ab6e64-1.dsc 2.1 KiB 6594d9ebcb1f5336f11c953aeeaef9583f8f240d9061bf96d11f138acccc18d0
cl-metabang-bind_20200101.git9ab6e64.orig.tar.xz 19.5 KiB 896e8d804f429ac42c3efbfdcd65aa079fe00aec61feaddb0ecc103fe8a0190c
cl-metabang-bind_20200101.git9ab6e64-1.debian.tar.xz 2.9 KiB a142ab466de3916812926259c6fac01988dac4bc427258e5ba91bd777e417a4c

No changes file available.

Binary packages built by this source

cl-metabang-bind: Common Lisp flexible pattern matching

 Bind extends the idea of let and destructing to provide a uniform syntax
 for all your accessor needs. It combines let, destructuring-bind,
 with-slots, with-accessors, structure editing, property or
 association-lists, and multiple-value-bind and a whole lot more into a
 single form.