File: control

package info (click to toggle)
lambda-term 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,120 kB
  • sloc: ml: 15,319; ansic: 522; makefile: 42
file content (57 lines) | stat: -rw-r--r-- 1,695 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
Source: lambda-term
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
 Hilko Bengen <bengen@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 liblwt-ocaml-dev (>= 4),
 liblwt-log-ocaml-dev,
 libzed-ocaml-dev (>= 3.1.0),
 libreact-ocaml-dev,
 libcamomile-ocaml-dev (>= 1.0.1),
 libmew-vi-ocaml-dev,
 ocaml-dune,
 ocaml-nox,
 dh-ocaml
Standards-Version: 4.5.0
Rules-Requires-Root: no
Section: ocaml
Homepage: https://github.com/ocaml-community/lambda-term
Vcs-Browser: https://salsa.debian.org/ocaml-team/lambda-term
Vcs-Git: https://salsa.debian.org/ocaml-team/lambda-term.git

Package: liblambda-term-ocaml-dev
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides:
 ${ocaml:Provides}
Recommends:
 liblambda-term-ocaml-doc,
 ocaml-findlib
Description: terminal manipulation library for OCaml (development tools)
 Lambda-term is a cross-platform library for manipulating the
 terminal. It provides abstraction for keys, mouse events, colors, as
 well as a set of widgets to write curses-oriented applications.
 .
 This package contains the development stuff needed to use the
 lambda-term library in your programs.

Package: liblambda-term-ocaml
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides:
 ${ocaml:Provides}
Description: terminal manipulation library for OCaml (runtime)
 Lambda-term is a cross-platform library for manipulating the
 terminal. It provides abstraction for keys, mouse events, colors, as
 well as a set of widgets to write curses-oriented applications.
 .
 This package contains the runtime libraries for programs using
 lambda-term.