[ trixie ]
[ sid ]
软件包:haskell-sdl2-image-utils(2.1.0.0-4) [debports]
Haskell bindings to SDL2_image
This package contains bindings to the SDL2_image library, in both high- and low-level forms:
The SDL namespace contains high-level bindings, where enumerations are split into sum types, and automatic error-checking is performed.
The SDL.Raw namespace contains an almost 1-1 translation of the C API into Haskell FFI calls. As such, this does not contain sum types nor error checking. Thus this namespace is suitable for building your own abstraction over SDL, but is not recommended for day-to-day programming.
其他与 haskell-sdl2-image-utils 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.38)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libffi8 (>= 3.4)
- 外部函数接口库运行环境
-
- dep: libgmp10 (>= 2:6.3.0+dfsg)
- 多精度运算库
-
- dep: libnuma1 (>= 2.0.11)
- Libraries for controlling NUMA policy
-
- dep: libsdl2-2.0-0 (>= 2.0.18)
- Simple DirectMedia Layer
-
- dep: libsdl2-image-2.0-0 (>= 2.0.5)
- Image loading library for Simple DirectMedia Layer 2, libraries