Package: binutils
Version: 2.12.90.0.1-1
Depends: libc6 (>= 2.2.4-4), debconf
Suggests: binutils-doc (= 2.12.90.0.1-1)
Section: devel
Architecture: arm
Maintainer: Christopher C. Chimelis <chris@debian.org>
MD5Sum: 517a72e6d847df191cabcb93b302636d
Size: 1749065
Filename: ./binutils_2.12.90.0.1-1_arm.ipk
Description: The GNU assembler, linker and binary utilities.
 The programs in this package are used to assemble, link and manipulate
 binary and object files.  They may be used in conjunction with a compiler
 and various libraries to build programs for Linux.


Package: bison
Version: 1:1.35-3
Depends: libc6 (>= 2.2.4-4)
Section: devel
Architecture: arm
Maintainer: Vincent Renardias <vincent@debian.org>
MD5Sum: 8458a935c43e8397558e29e648eb43d1
Size: 392338
Filename: ./bison_1.35-3_arm.ipk
Description: A parser generator that is compatible with YACC.
 Bison is a general-purpose parser generator that converts a
 grammar description for an LALR(1) context-free grammar into a C
 program to parse that grammar.  Once you are proficient with Bison, you
 may use it to develop a wide range of language parsers, from those used
 in simple desk calculators to complex programming languages.
 .
 Bison is upward compatible with Yacc: all properly-written Yacc
 grammars ought to work with Bison with no change.  Anyone familiar with
 Yacc should be able to use Bison with little trouble.


Package: cpp
Version: 2:2.95.4-14
Depends: cpp-2.95
Suggests: cpp-2.95-doc
Section: interpreters
Architecture: arm
Maintainer: Debian GCC maintainers <debian-gcc@lists.debian.org>
MD5Sum: 43139bb295d18fc49e12f3f7eb02a1ac
Size: 4064
Filename: ./cpp_2.95.4-14_arm.ipk
Description: The GNU C preprocessor.
 The GNU C preprocessor is a macro processor that is used automatically
 by the GNU C compiler to transform programs before actual compilation.
 .
 This package has been separated from gcc for the benefit of those who
 require the preprocessor but not the compiler.
 .
 This is a dependency package providing the default GNU C preprocessor for
 Debian GNU/Linux systems (version 2.95.4 for architecture arm).


Package: cpp-2.95
Version: 1:2.95.4-5
Depends: cpp (>= 1:2.95.3-2), libc6 (>= 2.2.4-4)
Section: interpreters
Architecture: arm
Maintainer: Debian GCC maintainers <debian-gcc@lists.debian.org>
MD5Sum: 6c4aa42ec34fe4a98214c0682f98f128
Size: 139199
Filename: ./cpp-2.95_2.95.4-5_arm.ipk
Description: The GNU C preprocessor.
 NOTE: This is not a final release, but taken from the CVS gcc-2_95-branch
 (dated 2001-10-02).
 .
 The GNU C preprocessor is required by some utilities that use it for
 macro substitutions. This package has been separated from gcc for
 the benefit of those who require the preprocessor but not the
 compiler.


Package: cvs
Version: 1.11.1p1debian-8
Depends: libc6 (>= 2.2.4-4), zlib1g (>= 1:1.1.4), debconf
Section: devel
Architecture: arm
Maintainer: Tollef Fog Heen <tfheen@debian.org>
MD5Sum: 74620884a9e02b66e3629e675394183d
Size: 1105765
Filename: ./cvs_1.11.1p1debian-8_arm.ipk
Description: Concurrent Versions System
 CVS is a version control system, which allows you to keep old versions
 of files (usually source code), keep a log of who, when, and why
 changes occurred, etc., like RCS or SCCS.  Unlike the simpler systems,
 CVS does not just operate on one file at a time or one directory at
 a time, but operates on hierarchical collections of directories
 consisting of version controlled files.
 .
 CVS helps to manage releases and to control the concurrent editing of
 source files among multiple authors.  CVS allows triggers to
 enable/log/control various operations and works well over a wide area
 network.


Package: debconf
Version: 1.0.32
Depends: fileutils (>= 4.0-5)
Suggests: debconf-doc, debconf-utils, whiptail | dialog | gnome-utils, liblocale-gettext-perl, libterm-readline-gnu-perl, libgnome-perl, libnet-ldap-perl
Section: admin
Architecture: all
Maintainer: Joey Hess <joeyh@debian.org>
MD5Sum: b1c97f34c022eac42b841d84d6689040
Size: 95187
Filename: ./debconf_1.0.32_all.ipk
Description: Debian configuration management system
 Debconf is a configuration management system for debian packages. Packages
 use Debconf to ask questions when they are installed.


Package: flex
Version: 2.5.4a-24
Depends: libc6 (>= 2.2.4-4)
Suggests: bison
Section: devel
Architecture: arm
Maintainer: Manoj Srivastava <srivasta@debian.org>
MD5Sum: a35868cf1e84fbb804026d670e686821
Size: 190848
Filename: ./flex_2.5.4a-24_arm.ipk
Description: A fast lexical analyzer generator.
 flex is a tool for generating scanners: programs which recognized lexical
 patterns in text. flex reads the given input files for a description of a
 scanner to generate. The description is in the form of pairs of regular
 expressions and C code, called rules. flex generates as output a C source
 file, lex.yy.c, which defines a routine yylex().  This file is compiled
 and linked with the -lfl library to produce an executable. When the
 executable is run, it analyzes its input for occurrences of the regular
 expressions. Whenever it finds one, it executes the corresponding C code.
 .
 This product includes software developed by the University of California,
 Berkeley and its contributors. The upstream source code can be found at
 ftp://ftp.gnu.org/pub/non-gnu/flex/


Package: gawk
Version: 1:3.1.0-3
Depends: debianutils (>= 1.7)
Section: interpreters
Architecture: arm
Maintainer: James Troup <james@nocrew.org>
MD5Sum: fe38a94daed5eb3bb940b4ad5c72e18a
Size: 689102
Filename: ./gawk_3.1.0-3_arm.ipk
Description: GNU awk, a pattern scanning and processing language
 `awk', a program that you can use to select particular records in a
 file and perform operations upon them.
 .
 Gawk is the GNU Project's implementation of the AWK programming language.
 It conforms to the definition of the language in the POSIX 1003.2 Command
 Language And Utilities Standard. This version in turn is based on the
 description in The AWK Programming Language, by Aho, Kernighan, and
 Weinberger, with the additional features defined in the System V Release
 4 version of UNIX awk. Gawk also provides more recent Bell Labs awk
 extensions, and some GNU-specific extensions.


Package: gcc
Version: 2:2.95.4-14
Depends: cpp (>= 2:2.95.4-14), gcc-2.95, cpp-2.95
Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb, gcc-2.95-doc
Section: devel
Architecture: arm
Maintainer: Debian GCC maintainers <debian-gcc@lists.debian.org>
MD5Sum: 84016d0e3b1d67e4886652be08f0fada
Size: 3545
Filename: ./gcc_2.95.4-14_arm.ipk
Description: The GNU C compiler.
 This is the GNU C compiler, a fairly portable optimizing compiler for C.
 .
 This is a dependency package providing the default GNU C compiler for
 Debian GNU/Linux systems (version 2.95.4 for architecture arm).


Package: gcc-2.95
Version: 1:2.95.4-5
Depends: gcc (>= 1:2.95.3-2), libc6 (>= 2.2.4-4), cpp-2.95 (>= 1:2.95.4), cpp-2.95 (<< 1:2.95.5), binutils (>= 2.11.90.0.1-1)
Suggests: gcc-2.95-doc (>= 1:2.95.4), task-devel-common
Section: devel
Architecture: arm
Maintainer: Debian GCC maintainers <debian-gcc@lists.debian.org>
MD5Sum: c42f0c1d48f935af3d097cb77f060bee
Size: 1024018
Filename: ./gcc-2.95_2.95.4-5_arm.ipk
Description: The GNU C compiler.
 NOTE: This is not a final release, but taken from the CVS gcc-2_95-branch
 (dated 2001-10-02).
 .
 This is the GNU C compiler, a fairly portable optimizing compiler which
 supports multiple languages.  This package includes support for C, C++,
 and Objective C.


Package: libc6
Version: 2.2.5-4
Suggests: locales, glibc-doc
Section: base
Architecture: arm
Maintainer: Ben Collins <bcollins@debian.org>
MD5Sum: f146253c0377ecf8e91dfef188230255
Size: 3581310
Filename: ./libc6_2.2.5-4_arm.ipk
Description: GNU C Library: Shared libraries and Timezone data
 Contains the standard libraries that are used by nearly all programs on
 the system. This package includes shared versions of the standard C library
 and the standard math library, as well as many others.
 Timezone data is also included.


Package: libc6-dev
Version: 2.2.5-4
Depends: libc6 (= 2.2.5-4)
Suggests: glibc-doc
Section: devel
Architecture: arm
Maintainer: Ben Collins <bcollins@debian.org>
MD5Sum: 7c317750153da922ef48d3b092cdedad
Size: 2893700
Filename: ./libc6-dev_2.2.5-4_arm.ipk
Description: GNU C Library: Development Libraries and Header Files.
 Contains the symlinks, headers, and object files needed to compile
 and link programs which use the standard C library.


Package: libglib1.2
Version: 1.2.10-4
Depends: libc6 (>= 2.2.4-4)
Section: libs
Architecture: arm
Maintainer: Akira TAGOH <tagoh@debian.org>
MD5Sum: 6ca1cb3115eac72f32a312e14171391a
Size: 122154
Filename: ./libglib1.2_1.2.10-4_arm.ipk
Description: The GLib library of C routines
 GLib is a library containing many useful C routines for things such
 as trees, hashes, and lists. GLib was previously distributed with
 the GTK+ toolkit, but has been split off as of the developers' version
 1.1.0.
 .
 You do not need to install this package if you have libgtk1 (note 1,
 not 1.1 or 1.2) installed. libgtk1 included libglib in it. libgtk1.1
 and libgtk1.2, however, do need libglib1.1 to be installed separately.


Package: libglib1.2-dev
Version: 1.2.10-4
Depends: libglib1.2 (= 1.2.10-4), pkg-config
Section: devel
Architecture: arm
Maintainer: Akira TAGOH <tagoh@debian.org>
MD5Sum: 710dccf98039a60ebd97aa163a052aad
Size: 178293
Filename: ./libglib1.2-dev_1.2.10-4_arm.ipk
Description: Development files for GLib library
 GLib is a library containing many useful C routines for things such
 as trees, hashes, and lists. GLib was previously distributed with
 the GTK+ toolkit, but has been split off as of the developers' version
 1.1.0.
 .
 This package contains the header files and static libraries for the
 GLib C library


Package: libgtk1.2
Version: 1.2.10-10
Depends: libgtk1.2-common, libc6 (>= 2.2.4-4), libglib1.2 (>= 1.2.0), xlibs (>> 4.1.0)
Section: libs
Architecture: arm
Maintainer: Akira TAGOH <tagoh@debian.org>
MD5Sum: e4c053b70e55dbc1f5e55456d5613e10
Size: 889891
Filename: ./libgtk1.2_1.2.10-10_arm.ipk
Description: The GIMP Toolkit set of widgets for X
 The GIMP Toolkit is a freely available set of widgets for X.
 GTK is easy to use, and has been implemented in such projects as
 The GNU Image Manipulation Program (The GIMP), GNOME, a GNU
 desktop set of utilities for X, and gzilla, a GNU web-browser.


Package: libgtk1.2-dev
Version: 1.2.10-10
Depends: libgtk1.2 (= 1.2.10-10), libglib1.2-dev, xlibs-dev, pkg-config
Suggests: libgtk1.2-doc
Section: devel
Architecture: arm
Maintainer: Akira TAGOH <tagoh@debian.org>
MD5Sum: 25ebf9c667d76fe4dc0c4970952a6086
Size: 1396943
Filename: ./libgtk1.2-dev_1.2.10-10_arm.ipk
Description: Development files for the GIMP Toolkit
 This package contains the header files and static libraries for the
 GIMP Toolkit set of widgets for X.
 .
 Install this package if you wish to develop your own X programs using
 the GIMP Toolkit 1.2, or if you wish to compile your own plug-ins for
 The GIMP.


Package: make
Version: 3.79.1-13
Depends: libc6 (>= 2.2.4-4), fileutils (>= 4.0)
Section: devel
Architecture: arm
Maintainer: Manoj Srivastava <srivasta@debian.org>
MD5Sum: 3e40fe146a04f43b490eeb322fa3c140
Size: 390935
Filename: ./make_3.79.1-13_arm.ipk
Description: The GNU version of the "make" utility.
 GNU Make is a program that determines which pieces of a large
 program need to be recompiled and issues the commands to recompile
 them, when necessary. More information about GNU Make can be
 found in the `make' Info page. The upstream sources for this package
 are available at the location ftp://ftp.gnu.org/gnu/make/


Package: pkg-config
Version: 0.11.0-0.1
Depends: libc6 (>= 2.2.4-4)
Section: devel
Architecture: arm
Maintainer: Paolo Molaro <lupus@debian.org>
MD5Sum: 13ed2c01a81021327da13aef95efa3c5
Size: 50203
Filename: ./pkg-config_0.11.0-0.1_arm.ipk
Description: program and autoconf macro to gather compile/link flags
 pkg-config is a program to get compile and link flags for libraries
 you're linking with. It requires the library package to install
 a description file with the needed information.


Package: xlibs-dev
Version: 4.1.0-16
Depends: xlibs (= 4.1.0-16), libc6-dev
Section: devel
Architecture: arm
Maintainer: Branden Robinson <branden@debian.org>
MD5Sum: d39298444efbb4da0c91c9a400c1dc59
Size: 3118484
Filename: ./xlibs-dev_4.1.0-16_arm.ipk
Description: X Window System client library development files
 xlibs-dev provides static versions of the libraries provided in xlibs, as
 well as several libraries that do not exist in shared object form for
 various reasons (such as the fact that their APIs have not stabilized, or
 that they are deprecated).  Header files and manual pages are also
 provided.
 .
 The libraries available only in static form include:
  - libFS
  - libXau
  - libXdmcp
  - libXfont
  - libXfontcache
  - libXinerama
  - libXss
  - libXv
  - libXxf86dga
  - libXxf86misc
  - libXxf86rush
  - libXxf86vm
  - libfntstubs
  - liboldX
  - libxf86config
  - libxkbfile
  - libxkbui


Package: zlib1g
Version: 1:1.1.4-1
Depends: libc6 (>= 2.2.4-4)
Section: libs
Architecture: arm
Maintainer: Mark Brown <broonie@debian.org>
MD5Sum: 71ea5ed5be048f0142ce63d8f94d3f3b
Size: 46418
Filename: ./zlib1g_1.1.4-1_arm.ipk
Description: compression library - runtime
 zlib is a library implementing the deflate compression method found
 in gzip and PKZIP.  This package includes the shared library.


