Source: lablgl Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Stéphane Glondu , Mehdi Dogguy , Ralf Treinen Build-Depends: debhelper-compat (= 13), ocaml, tcl-dev, tk-dev, liblabltk-ocaml-dev, libcamlp-streams-ocaml-dev, ocaml-findlib, libgl-dev, libglu1-mesa-dev | libglu-dev, freeglut3-dev, x11proto-dev, libxmu-dev, libx11-dev, docbook-xml, docbook-xsl, libxml2-utils, xsltproc, dh-ocaml Standards-Version: 4.6.2 Rules-Requires-Root: no 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 # 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: 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.