File: control

package info (click to toggle)
nim-unicodedb 0.13.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,608 kB
  • sloc: makefile: 8
file content (27 lines) | stat: -rw-r--r-- 965 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
26
27
Source: nim-unicodedb
Maintainer: Debian Nim Team <team+nim@tracker.debian.org>
Uploaders:
 Steffen Moeller <moeller@debian.org>,
 Federico Ceratto <federico@debian.org>
Section: devel
Priority: optional
Build-Depends: debhelper-compat (= 13),
 nim (>= 1.0.0-1~)
Standards-Version: 4.7.2
Homepage: https://github.com/nitely/nim-unicodedb
Vcs-Browser: https://salsa.debian.org/nim-team/nim-unicodedb
Vcs-Git: https://salsa.debian.org/nim-team/nim-unicodedb.git
Rules-Requires-Root: no

Package: nim-unicodedb-dev
Architecture: all
Depends: ${misc:Depends}
Recommends: nim (>= 1.0.0-1~)
Description: access to all unicode functionality
 Unicode is a standard to encode all letters of all
 languages in text files. This is difficult to deal with
 e.g. when interpreting regular expressions.
 This package provides a low-level access to all the
 intrinsics that interpreting text files may bring
 and is a reverse dependency to much of the nim
 library infrastructure.