File: control

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

Package: nim-unicodeplus-dev
Architecture: all
Recommends: nim (>= 1.0.0-1~)
Depends: ${misc:Depends}, nim-unicodedb-dev (>= 0.7.0-1~)
Description: common unicode operations for Nim language
 Provides a set of routines for the Nim programming language for handling
 unicode. It closely follows Python's API behavior for each operation.