File: control

package info (click to toggle)
libpdl-graphics-trid-perl 2.102-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 476 kB
  • sloc: perl: 5,082; ansic: 683; makefile: 8
file content (39 lines) | stat: -rw-r--r-- 1,369 bytes parent folder | download
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
Source: libpdl-graphics-trid-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),
               dh-sequence-pdl,
               libgl-dev,
               libglut-dev,
               libopengl-glfw-perl (>= 0.0402),
               libopengl-perl (>= 0.7004),
               libxext-dev,
               libxi-dev,
               libxmu-dev,
               pdl (>= 1:2.096),
               perl,
               x11proto-core-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpdl-graphics-trid-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpdl-graphics-trid-perl.git
Homepage: https://metacpan.org/release/PDL-Graphics-TriD
Rules-Requires-Root: no

Package: libpdl-graphics-trid-perl
Architecture: any
Depends: libopengl-glfw-perl (>= 0.0402),
         libopengl-perl,
         ${pdl:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Breaks: pdl (<< 1:2.096)
Replaces: pdl (<< 1:2.096)
Description: PDL 3D interface
 PDL::Graphics::TriD provides a 3D plotting capability to PDL, using OpenGL.
 .
 Can currently plot lines, points, meshes, and arbitrary triangles, both
 with and without smoothing.