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
|
Source: gbdk
Section: non-free/devel
Priority: optional
Maintainer: Masato Taruishi <taru@debian.org>
Standards-Version: 2.4.0.0
Package: gbdk
Architecture: any
Suggests: gbdk-examples
Depends: ${shlibs:Depends}
Description: GameBoy Developer's kit - binary package
The GameBoy Developer's Kit (GBDK), is a set of tools that enable to
develop programs for the Nintendo GameBoy system, either in C or in
assembly. GBDK includes a set of libraries for the most common
requirements and generates image files for use with a real GameBoy or
with an emulator like VGB or no3gmb.
.
This package contains compiler, assembler ,linker and documents.
Package: gbdk-dev
Architecture: all
Suggests: gbdk, gbdk-examples
Description: GameBoy Developer's kit - development package
The GameBoy Developer's Kit (GBDK), is a set of tools that enable to
develop programs for the Nintendo GameBoy system, either in C or in
assembly. GBDK includes a set of libraries for the most common
requirements and generates image files for use with a real GameBoy or
with an emulator like VGB or no3gmb.
.
This package contains a set of libraries.
Package: gbdk-examples
Architecture: all
Suggests: gbdk, gbdk-dev
Description: GameBoy Developer's kit - example package
The GameBoy Developer's Kit (GBDK), is a set of tools that enable to
develop programs for the Nintendo GameBoy system, either in C or in
assembly. GBDK includes a set of libraries for the most common
requirements and generates image files for use with a real GameBoy or
with an emulator like VGB or no3gmb.
.
This package contains example programs in assembly and in C.
|