File: control

package info (click to toggle)
ocaml-text 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 624 kB
  • ctags: 1,062
  • sloc: ml: 8,472; ansic: 268; makefile: 51; sh: 12
file content (58 lines) | stat: -rw-r--r-- 1,929 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: ocaml-text
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Stéphane Glondu <glondu@debian.org>
Build-Depends:
 debhelper (>= 10),
 dh-ocaml (>= 0.9.6~),
 ocaml-findlib (>= 1.4),
 camlp4,
 libpcre-ocaml-dev (>= 6.2.2),
 ocamlbuild,
 rubber,
 texlive-latex-recommended,
 texlive-latex-extra,
 ocaml-nox (>= 4)
Standards-Version: 3.9.4
Section: ocaml
Homepage: https://github.com/vbmithr/ocaml-text
Vcs-Browser: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ocaml-text.git
Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ocaml-text.git

Package: libtext-ocaml-dev
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: library for dealing with sequences of Unicode characters
 OCaml-Text is an OCaml library for dealing with "text", i.e. sequences
 of Unicode characters, in a convenient way. It supports:
  * encoding/decoding of text;
  * functions for manipulation of UTF-8 encoded strings, such as
    validation and most of the functions from "List" and "String"
    modules of the OCaml standard library, adapted for UTF-8 strings;
  * locale-specific text functions (compare, upper, is_alpha, ...).
 .
 It is composed of two modules:
  * "Encoding" for encoding/decoding text
  * "Text" for text manipulation
 .
 This package contains all the development stuff you need to use the
 OCaml-Text library in your programs.

Package: libtext-ocaml
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides: ${ocaml:Provides}
Description: runtime libraries of OCaml-Text
 OCaml-Text is an OCaml library for dealing with "text", i.e. sequences
 of Unicode characters, in a convenient way.
 .
 This package contains runtime libraries (shared stub library,
 bytecode plugin and native code plugin if available).