File: control

package info (click to toggle)
libopengl-glfw-perl 0.0403-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 792 kB
  • sloc: perl: 1,259; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,082 bytes parent folder | download | duplicates (2)
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
Source: libopengl-glfw-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ed J <etj@cpan.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libglfw3-dev,
               perl-xs-dev,
               perl,
               pkgconf
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libopengl-glfw-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libopengl-glfw-perl.git
Homepage: https://metacpan.org/release/OpenGL-GLFW
Rules-Requires-Root: no

Package: libopengl-glfw-perl
Architecture: any
Depends: ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Description: Perl bindings for the GLFW library
 OpenGL::GLFW provides perl5 bindings to the GLFW library for OpenGL
 applications development. The implementation is a direct translation of the
 GLFW C interface to perl. You can use the official GLFW documentation at
 http://www.glfw.org/documentation.html for the specifics of the GLFW API.