File: control

package info (click to toggle)
cl-curry-compose-reader-macros 20131003-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 56 kB
  • ctags: 6
  • sloc: lisp: 28; makefile: 13
file content (18 lines) | stat: -rw-r--r-- 777 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: cl-curry-compose-reader-macros
Section: lisp
Priority: optional
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: dh-lisp
Standards-Version: 3.9.5
Homepage: http://eschulte.github.io/curry-compose-reader-macros/
Vcs-Browser: https://github.com/eschulte/curry-compose-reader-macros

Package: cl-curry-compose-reader-macros
Architecture: all
Depends: ${misc:Depends}
Description: 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.