File: control

package info (click to toggle)
utf8proc 2.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,676 kB
  • sloc: ansic: 18,871; ruby: 373; makefile: 240; lisp: 151; sh: 7
file content (40 lines) | stat: -rw-r--r-- 1,513 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
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: utf8proc
Priority: optional
Maintainer: Debian Julia Team <pkg-julia-devel@lists.alioth.debian.org>
Uploaders: Peter Colberg <peter@colberg.org>,
           Graham Inggs <ginggs@debian.org>,
           Mo Zhou <lumin@debian.org>
Build-Depends: debhelper-compat (= 13),
               unicode-data (<< 15.2),
               unicode-data (>= 15.1)
Standards-Version: 4.6.0
Rules-Requires-Root: no
Section: libs
Homepage: https://github.com/JuliaStrings/utf8proc
Vcs-Git: https://salsa.debian.org/julia-team/utf8proc.git
Vcs-Browser: https://salsa.debian.org/julia-team/utf8proc

Package: libutf8proc3
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C library for processing UTF-8 Unicode data (shared library)
 utf8proc is a small, clean C library that provides Unicode normalization,
 case-folding, and other operations for data in the UTF-8 encoding, supporting
 Unicode version 8.0.
 .
 This package contains a shared version of the library.

Package: libutf8proc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libutf8proc3 (= ${binary:Version}), ${misc:Depends}
Description: C library for processing UTF-8 Unicode data (development files)
 utf8proc is a small, clean C library that provides Unicode normalization,
 case-folding, and other operations for data in the UTF-8 encoding, supporting
 Unicode version 8.0.
 .
 This package contains the development files needed to compile software using
 utf8proc.