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
|
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>, Sylvain Le Gall <gildor@debian.org>
Build-Depends: debhelper (>= 4.0), ocaml (>= 3.10.0-8), 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, dpkg-dev (>= 1.13.19), docbook-xml (>= 4.4), docbook-xsl, libxml2-utils, xsltproc, camlp4 (>= 3.10.0)
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/lablgl
Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/lablgl/trunk/
# Reasons for Build-Depends:
#
# debhelper (>= 4.0): used in debian/rules, debian/compat
# 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)
# dpkg-dev (>= 1.13.19): binary:Version
# docbook-xml (>= 4.4), docbook-xsl, libxml2-utils, xsltproc: manpages
# camlp4: camlp4
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 (= ${binary: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 gives access to OpenGL interface from 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.
|