Source: lablgl Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Samuel Mimram , Stéphane Glondu , Mehdi Dogguy , Ralf Treinen , Lifeng Sun Build-Depends: debhelper (>= 11), 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, camlp4, dh-ocaml (>= 0.9) Standards-Version: 4.1.3 Homepage: https://forge.ocamlcore.org/projects/lablgl/ Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/lablgl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/lablgl.git # Reasons for Build-Depends: # # debhelper (>= 4.0): used in debian/rules, debian/compat # ocaml: the ocaml compiler and stdlib, with labltk # tcl-dev: #include # tk-dev: #include # libgl-dev: #include # #include # libglu-dev: #include # freeglut3-dev: #include # #include # x11proto-core-dev: #include # libxmu-dev: #include # libx11-dev: #include # #include # 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.