File: control

package info (click to toggle)
eglexternalplatform 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 104 kB
  • sloc: ansic: 281; makefile: 13
file content (21 lines) | stat: -rw-r--r-- 866 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
Source: eglexternalplatform
Section: x11
Priority: optional
Maintainer: Timo Aaltonen <tjaalton@debian.org>
Build-Depends:
 debhelper (>= 11),
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/debian/eglexternalplatform.git
Vcs-Browser: https://salsa.debian.org/debian/eglexternalplatform
Homepage: https://github.com/NVIDIA/eglexternalplatform

Package: eglexternalplatform-dev
Architecture: all
Depends:
 ${misc:Depends},
Description: EGL External Platform Interface -- development files
 This is a work-in-progress specification of the EGL (Embedded-System
 Graphics Library) External Platform interface for writing EGL platforms and
 their interactions with modern window systems on top of existing low-level
 EGL platform implementations. This keeps window system implementation
 specifics out of EGL drivers by using application-facing EGL functions.