File: control

package info (click to toggle)
cl-metabang-bind 20141106-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 220 kB
  • sloc: lisp: 1,582; makefile: 13
file content (20 lines) | stat: -rw-r--r-- 754 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: cl-metabang-bind
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://common-lisp.net/project/metabang-bind/
Vcs-Git: git://github.com/gwkkwg/metabang-bind
Vcs-Browser: https://github.com/gwkkwg/metabang-bind

Package: cl-metabang-bind
Architecture: all
Depends: ${misc:Depends}
Description: 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.