File: control

package info (click to toggle)
lablgl 1.02-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,836 kB
  • ctags: 5,247
  • sloc: ansic: 15,774; ml: 5,813; makefile: 397; tcl: 328
file content (49 lines) | stat: -rw-r--r-- 2,143 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
Source: lablgl
Section: libdevel
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Sven Luther <luther@debian.org>, Samuel Mimram <smimram@debian.org>, Julien Cristau <julien.cristau@ens-lyon.org>
Build-Depends: debhelper (>> 3.0.0), ocaml (>= 3.09.1), tcl8.4-dev, tk8.4-dev, xlibmesa-gl-dev|libgl-dev, libglu1-xorg-dev|libglu-dev, freeglut3-dev, x-dev, libxmu-dev, libx11-dev, dpatch, chrpath
Standards-Version: 3.7.2

# Reasons for Build-Depends:
#
# debhelper (>> 3.0.0): used in debian/rules
# ocaml: the ocaml compiler and stdlib, with labltk
# tcl8.4-dev: #include <tcl.h>
# tk8.4-dev: #include <tk.h>
# libgl-dev: #include <GL/gl.h>
#            #include <GL/glx.h>
# libglu-dev: #include <GL/glu.h>
# freeglut3-dev: #include <GL/glut.h>
#               #include <GLUT/*>
# x-dev: #include <X11/Xatom.h>
# libxmu-dev: #include <X11/Xmu/StdCmap.h>
# libx11-dev: #include <X11/Xlib.h>
#             #include <X11/Xutil.h>
# dpatch: patch system (for debian/patches and debian/rules)

Package: liblablgl-ocaml
Architecture: any
Section: libs
Depends: ocaml-base-${F:OCamlABI}, ${shlibs:Depends}
Conflicts: lablgl (<< 0.97-2)
Description: Runtime libraries for lablgl
 LablGL is an OpenGL interface for Objective Caml. Since it includes
 support for the Togl widget, you can comfortably use it with LablTk.
 A GtkGlarea binding for use with lablgtk is also provided.
 .
 This package include only the dynamic libraries needed for running dynamic
 bytecode executables.

Package: liblablgl-ocaml-dev
Architecture: any
Section: libdevel
Depends: liblablgl-ocaml (= ${Source-Version}), ocaml-${F:OCamlABI}, xlibmesa-gl-dev|xlibmesa-dev(<<4.2.1-5)|libgl-dev, libglu1-xorg-dev|xlibmesa-glu-dev|xlibmesa-dev(<<4.2.1-5)|libglu-dev, tk8.4-dev, libxmu-dev, freeglut3-dev
Conflicts: lablgl, findlib (<< 1.0.2)
Replaces: lablgl
Provides: lablgl
Description: an OpenGL interface for Objective Caml
 LablGL is an OpenGL interface for Objective Caml. Since it includes
 support for the Togl widget, you can comfortably use it with LablTk.
 A GtkGlarea binding for use with lablgtk is also provided.