cl-curry-compose-reader-macros 20171227-1.1 source package in Ubuntu

Changelog

cl-curry-compose-reader-macros (20171227-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Thu, 07 Jan 2021 13:33:56 +0100

Upload details

Uploaded by:
dim
Uploaded to:
Sid
Original maintainer:
dim
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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-curry-compose-reader-macros_20171227-1.1.dsc 2.0 KiB 7c0eeaf1032b3ff2bfd059659296a445baf3c905b865c0c3eea671c8eea74002
cl-curry-compose-reader-macros_20171227.orig.tar.gz 2.7 KiB c6d926dfa6b61c50b5a0d68e197a27bcf0b159f8944688089e403571460f84b2
cl-curry-compose-reader-macros_20171227-1.1.debian.tar.xz 1.6 KiB 788a66e2342f0485ad85f31b34df51ebd22223663ec24e0b7bffb7cf8a7f20b4

Available diffs

No changes file available.

Binary packages built by this source

cl-curry-compose-reader-macros: Reader macros for function partial application and composition.

 These reader macros expand into the curry, rcurry and compose functions
 from the Alexandria library. The contents of curly brackets are curried and
 the contents of square brackets are composed. The _ symbol inside curly
 brackets changes the order of arguments with rcurry.