[ bianca ]
[ ソース: haskell-sdl2-image ]
パッケージ: haskell-sdl2-image-utils (2.1.0.0-4 など)
haskell-sdl2-image-utils に関するリンク
haskell-sdl2-image ソースパッケージをダウンロード:
- [haskell-sdl2-image_2.1.0.0-4.debian.tar.xz]
- [haskell-sdl2-image_2.1.0.0-4.dsc]
- [haskell-sdl2-image_2.1.0.0.orig.tar.gz]
メンテナ:
外部の資源:
- ホームページ [hackage.haskell.org]
類似のパッケージ:
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 Library: Shared libraries
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libffi8 (>= 3.4)
- Foreign Function Interface library runtime
-
- dep: libgmp10 (>= 2:6.3.0+dfsg)
- Multiprecision arithmetic library
-
- 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