File: control

package info (click to toggle)
cl-uuid 20130813-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 92 kB
  • sloc: lisp: 258; makefile: 11
file content (16 lines) | stat: -rw-r--r-- 574 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: cl-uuid
Section: lisp
Priority: optional
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: dh-lisp
Standards-Version: 3.9.6
Homepage: http://www.dardoria.net/software/uuid.html

Package: cl-uuid
Architecture: all
Depends: ${misc:Depends}, cl-ironclad, cl-trivial-utf-8
Description: Common Lisp librabry for generation of UUIDs as described by RFC 4122
 UUID provides methods for the generation of uuids version 1 (time based), 3
 (name based with MD5 hashing), 5 (name based with SHA1 hashing) and 4
 (random uuids).