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 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Source: lablgl
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Stéphane Glondu <glondu@debian.org>,
Mehdi Dogguy <mehdi@debian.org>,
Ralf Treinen <treinen@debian.org>,
Lifeng Sun <lifongsun@gmail.com>
Build-Depends:
debhelper (>= 12),
ocaml (>= 4.00.1),
tcl-dev,
tk-dev,
liblabltk-ocaml-dev,
libgl1-mesa-dev | libgl-dev,
libglu1-mesa-dev | libglu-dev,
freeglut3-dev,
x11proto-core-dev,
libxmu-dev,
libx11-dev,
dpkg-dev (>= 1.13.19),
docbook-xml,
docbook-xsl,
libxml2-utils,
xsltproc,
dh-ocaml (>= 0.9)
Standards-Version: 4.4.0
Homepage: https://github.com/garrigue/lablgl
Vcs-Git: https://salsa.debian.org/ocaml-team/lablgl.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/lablgl
# Reasons for Build-Depends:
#
# debhelper (>= 4.0): used in debian/rules, debian/compat
# ocaml: the ocaml compiler and stdlib, with labltk
# tcl-dev: #include <tcl.h>
# tk-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/*>
# x11proto-core-dev: #include <X11/Xatom.h>
# libxmu-dev: #include <X11/Xmu/StdCmap.h>
# libx11-dev: #include <X11/Xlib.h>
# #include <X11/Xutil.h>
# dpkg-dev (>= 1.13.19): binary:Version
# docbook-xml (>= 4.4), docbook-xsl, libxml2-utils, xsltproc: manpages
# camlp4: camlp4
Package: liblablgl-ocaml
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
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 contains only the dynamic libraries needed for running dynamic
bytecode executables.
Package: liblablgl-ocaml-dev
Architecture: any
Depends:
libgl1-mesa-dev | libgl-dev,
libglu1-mesa-dev | xlibmesa-glu-dev | libglu-dev,
tk-dev,
ocaml-findlib,
libxmu-dev,
freeglut3-dev,
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Description: OpenGL interface for Objective Caml
LablGL gives access to the 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.
|