File: control

package info (click to toggle)
ocamlsdl 0.9.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,608 kB
  • sloc: ansic: 3,311; sh: 3,103; ml: 2,111; makefile: 180; awk: 13
file content (62 lines) | stat: -rw-r--r-- 1,826 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
59
60
61
62
Source: ocamlsdl
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
 Stéphane Glondu <glondu@debian.org>
Build-Depends:
 debhelper (>= 8),
 dh-ocaml (>= 0.9.1),
 ocaml-nox (>= 4),
 libpng-dev,
 libsdl1.2-dev,
 libsdl-mixer1.2-dev,
 libsdl-image1.2-dev,
 libsdl-ttf2.0-dev,
 libsdl-gfx1.2-dev,
 liblablgl-ocaml-dev (>= 1.04),
 ocaml-findlib (>= 1.2.4)
Standards-Version: 3.9.3
Homepage: http://ocamlsdl.sourceforge.net
Vcs-Git: https://salsa.debian.org/ocaml-team/ocamlsdl.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocamlsdl

Package: libsdl-ocaml-dev
Architecture: any
Depends:
 libsdl1.2-dev,
 libsdl-image1.2-dev,
 libsdl-mixer1.2-dev,
 libsdl-ttf2.0-dev,
 libsdl-gfx1.2-dev,
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides: ${ocaml:Provides}
Suggests: ocaml-findlib
Description: OCaml bindings for SDL - development files
 SDL (Simple DirectMedia Layer) is a generic API that provides low
 level access to audio, keyboard, mouse, and display framebuffer
 across multiple platforms.
 OCamlSDL is an OCaml interface to SDL that might be used to write
 multimedia applications in Objective Caml.
 .
 This package contains development files for OCamlSDL application
 writers.

Package: libsdl-ocaml
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides: ${ocaml:Provides}
Description: OCaml bindings for SDL - runtime files
 SDL (Simple DirectMedia Layer) is a generic API that provides low
 level access to audio, keyboard, mouse, and display framebuffer
 across multiple platforms.
 OCamlSDL is an OCaml interface to the SDL and might be used to write
 multimedia applications in Objective Caml.
 .
 This package contains runtime libraries needed for running dynamic
 bytecode executables.