File: control

package info (click to toggle)
ocaml-uunf 15.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 42,148 kB
  • sloc: xml: 155,429; ml: 1,289; makefile: 12
file content (43 lines) | stat: -rw-r--r-- 1,599 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
41
42
43
Source: ocaml-uunf
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: ocaml
Priority: optional
Standards-Version: 4.6.1
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-ocaml,
               libcmdliner-ocaml-dev,
               libtopkg-ocaml-dev,
               libuucd-ocaml-dev,
               libuutf-ocaml-dev,
               ocaml-findlib,
               ocaml-nox,
               ocamlbuild
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-uunf
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-uunf.git
Homepage: https://erratique.ch/software/uunf/

Package: libuunf-ocaml
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: Unicode text normalization form library (runtime files)
 Library to normalize Unicode text, supporting all forms. It is
 independent of IO mechanism or Unicode text data structure,
 and can process text without a complete in-memory representation.
 .
 This package provides the runtime files.

Package: libuunf-ocaml-dev
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: Unicode text normalization form library (dev files)
 Library to normalize Unicode text, supporting all forms. It is
 independent of IO mechanism or Unicode text data structure,
 and can process text without a complete in-memory representation.
 .
 This package provides the dev files.