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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
Source: opentk
Section: cli-mono
Priority: optional
Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team@lists.alioth.debian.org>
Uploaders: Jo Shields <directhex@apebox.org>
Build-Depends: cli-common-dev (>= 0.8~), debhelper (>= 7.0.50~)
Build-Depends-Indep: mono-devel (>= 2.8),
libmono-cecil-cil-dev,
libgl1-mesa-dev,
libglu1-mesa-dev,
libopenal-dev,
libalut-dev,
libx11-dev,
libxrandr-dev,
libxxf86vm-dev,
libxinerama-dev,
libgdiplus,
libgles2-mesa-dev,
libsdl2-dev,
libdrm-dev,
libinput-dev,
libudev-dev,
libgbm-dev,
monodoc-base
Standards-Version: 3.9.3
Homepage: http://www.opentk.com
Vcs-Git: git://git.debian.org/pkg-cli-libs/packages/opentk.git
Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/opentk.git
Package: libopentk1.1-cil
Architecture: all
Depends: ${cli:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: nvidia-libopencl1-dev | fglrx | fglrx-updates | nvidia-current | nvidia-current-updates
Description: Open Toolkit wrapper for OpenGL, OpenAL and OpenCL - Assemblies
The Open Toolkit is an advanced, low-level C# library that wraps OpenGL,
OpenCL and OpenAL. It is suitable for games, scientific applications and
any other project that requires 3d graphics, audio or compute functionality.
.
This package contains the OpenTK assemblies
Package: libopentk-cil-dev
Architecture: all
Section: libdevel
Depends: libopentk1.1-cil (= ${source:Version}), ${misc:Depends}
Suggests: monodoc-opentk-manual
Description: Open Toolkit wrapper for OpenGL, OpenAL and OpenCL - Dev files
The Open Toolkit is an advanced, low-level C# library that wraps OpenGL,
OpenCL and OpenAL. It is suitable for games, scientific applications and
any other project that requires 3d graphics, audio or compute functionality.
.
This package contains the development files for OpenTK, and should be used
for compilation.
Package: monodoc-opentk-manual
Architecture: all
Section: doc
Depends: monodoc-manual, ${misc:Depends}
Description: Open Toolkit wrapper for OpenGL, OpenAL and OpenCL - Docs
The Open Toolkit is an advanced, low-level C# library that wraps OpenGL,
OpenCL and OpenAL. It is suitable for games, scientific applications and
any other project that requires 3d graphics, audio or compute functionality.
.
This package contains the compiled XML documentation for OpenTK.
|