File: control

package info (click to toggle)
cl-unicode 20201101.git54bdf2c-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 7,896 kB
  • sloc: lisp: 2,162; makefile: 7
file content (25 lines) | stat: -rw-r--r-- 1,113 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: cl-unicode
Section: lisp
Priority: optional
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>
Build-Depends: debhelper-compat (= 13), cl-ppcre, cl-flexi-streams, sbcl
Standards-Version: 4.5.1
Homepage: https://edicl.github.io/cl-unicode/
Vcs-Git: https://salsa.debian.org/common-lisp-team/cl-unicode.git
Vcs-Browser: https://salsa.debian.org/common-lisp-team/cl-unicode
Rules-Requires-Root: no

Package: cl-unicode
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, cl-ppcre, cl-flexi-streams
Description: portable Unicode library for Common Lisp
 CL-UNICODE is a library which provides Common Lisp implementations with
 knowledge about Unicode characters including their name, their general
 category, the scripts and blocks they belong to, their numerical value, and
 several other properties. It also provides the ability to replace the
 standard syntax for reading Lisp characters with one that is Unicode-aware
 and is used to enhance CL-PPCRE with Unicode properties.
 .
 CL-UNICODE is based on Unicode 5.1.