Modern tools.
Traditional dedication.
Home
| Purpose
| Linux
| Products
| Legality
| Special
| Downloads
| Articles
| Contact
![]()
| aalib-progs | 1.4.0 | LGPL | Tools to aalib. | AA-lib tools. |
| aoss | 1.0.2 | GPL | Wrapper script to ease ALSA-OSS compatibility library usage | aoss is a simple wrapper script which facilitates the use of the ALSA OSS compatibility library. It just sets the appropriate LD_PRELOAD path and then runs the command. This is useful in cases where routing settings (which can be made in your .asoundrc file) need to be applied to com mands that use the OSS API. |
| apache2-devel | 2.0.48 | Apache License | Module development tools for the apache2 web server. | The apache2-devel package contains the source code for the apache2 Web server and the APXS binary you'll need to build Dynamic Shared Objects (DSOs) for apache2. It also provides the includes and linker libraries for development with APR. If you are installing the apache2 Web server and you want to be able to compile or develop additional modules for apache2, you'll need to install this package. |
| apache2-mod_perl-devel | 2.0.48_1.99_11 | GPL | Files needed for building XS modules that use mod_perl | The mod_perl-devel package contains the files needed for building XS modules that use mod_perl. |
| apache-devel | 1.3.29 | Apache License | Module development tools for Apache 1.3. | The apache-devel package contains the header files and libraries for Apache 1.3 and the APXS binary you'll need to build Dynamic Shared Objects (DSOs) for Apache. If you are installing the Apache 1.3 server and you want to be able to compile or develop additional modules for it, you'll need to install this package. |
| astyle | 1.15.3 | GPL or Artistic | Reindenter and reformatter of C++, C and Java source code | Artistic Style is a series of filters that automatically reindent and reformat C/C++/Java source files. These can be used from a command line, or they can be incorporated as classes in another C++ program. |
| awesfx-devel | 0.5.0 | GPL | Development files for awesfx. | Development files needed for awesfx. |
| bayonne-devel | 1.2.8 | GPL | Bayonne - header files | Bayonne header files |
| beecrypt-python | 3.1.0 | LGPL | Files needed for python applications using beecrypt. | Beecrypt is a general-purpose cryptography library. This package contains files needed for using python with beecrypt. |
| bind-chroot-devel | 8.4.3 | distributable | Include files and libraries needed for bind DNS development. | The bind-devel package contains all the include files and the library required for DNS (Domain Name Service) development for BIND versions 8.x.x. You should install bind-devel if you want to develop bind DNS applications. If you install bind-devel, you'll also need to install bind. |
| bind-devel | 9.2.3 | distributable | Include files and libraries needed for bind DNS development. | The bind-devel package contains all the include files and the library required for DNS (Domain Name Service) development for BIND versions 9.x.x. |
| bridge-utils-devel | 0.9.6 | GPL | Libraries for the linux ethernet bridge programs. | This package contains the header and object files necessary for developing programs which use 'libbridge', the interface to the linux kernel ethernet bridge. |
| ccache | 2.3 | GPL | Compiler Cache | ccache is a compiler cache. It acts as a caching pre-processor to C/C++ compilers, using the -E compiler switch and a hash to detect when a compilation can be satisfied from cache. This often results in a 5 to 10 times speedup in common compilations. The idea came from Erik Thiele wrote the original compilercache program as a bourne shell script. ccache is a re-implementation of Erik's idea in C with more features and better performance. |
| ccscript | 2.5.6 | GPL | A Common C++ class framework for embedded scripting | The OST ccscript package offers a class extensible threaded embedded scripting engine for use with the Common C++ GNU package. This engine is also used in Bayonne (the GNU telephony server package), and in TOSI (FreeBSD and GNU/Linux PBX integration servers). This engine differs from traditional scripting systems in that it is used to script near real-time state-event systems through deterministic callback step execution rather than the linear and non-deterministic fashion of embedded script systems such as tcl, libguile, etc. |
| cdecl | 2.5 | Distributable | Programs for encoding and decoding C and C++ function declarations. | The cdecl package includes the cdecl and c++decl utilities, which are used to translate English to C or C++ function declarations and vice versa. You should install the cdecl package if you intend to do C and/or C++ programming. |
| cdrecord-devel | 2.01 | GPL | The libschily SCSI user level transport library | The cdrecord distribution contains a SCSI user level transport library. The SCSI library is suitable to talk to any SCSI device without having a special driver for it. Cdrecord may be easily ported to any system that has a SCSI device driver similar to the scg driver. |
| cel-devel | 0.96r002 | LGPL | Development headers and libraries for cel | Development headers and libraries for cel |
| cgicc | 3.2.1 | GPL | Cgicc is an ANSI C++ class lib that simplifies the creation of CGI apps. | GNU Cgicc is an ANSI C++ compliant class library that greatly simplifies the creation of CGI applications for the World Wide Web. Cgicc performs the following functions: - Parses both GET and POST form data transparently. - Provides string, integer, floating-point and single- and multiple-choice retrieval methods for form data. - Provides methods for saving and restoring CGI environments to aid in application debugging. - Provides full on-the-fly HTML generation capabilities, with support for cookies and file inclusion. - Supports HTTP file upload. |
| cint | 5.15 | MIT-like | C/C++ Interpreter | CINT is a C/C++ interpreter which is aimed at processing C/C++ scripts. Scripts are programs which perform specific tasks. Generally execution time is not critical, but rapid development is. Using an interpreter the compile and link cycle is dramatically reduced facilitating rapid development. CINT makes C/C++ programming enjoyable even for part-time programmers. |
| cproto | 4.6 | Public Domain | Generates function prototypes and variable declarations from C code. | Cproto generates function prototypes and variable declarations from C source code. Cproto can also convert function definitions between the old style and the ANSI C style. This conversion will overwrite the original files, however, so be sure to make a backup copy of your original files in case something goes wrong. Since cproto uses a Yacc generated parser, it shouldn't be confused by complex function definitions as much as other prototype generators) because it uses a Yacc generated parser. Cproto will be useful for C programmers, so install cproto if you are going to do any C programming. |
| crystalspace-devel | 0.97 | LGPL | Development headers and libraries for crystalspace | Development headers and libraries for crystalspace |
| crystalspace-doc | 0.97 | LGPL | Crystalspace documentation | Crystalspace documentation |
| cxref | 1.5e | GPL | C program cross-referencing & documentation tool | A program that takes as input a series of C source files and produces a LaTeX or HTML document containing a cross reference of the files/functions/variables in the program, including documentation taken from suitably formatted source code comments. The documentation is stored in the C source file in specially formatted comments, making it simple to maintain. The cross referencing includes lists of functions called, callers of each function, usage of global variables, header file inclusion, macro definitions and type definitions. Works for ANSI C, including many gcc extensions. |
| db1-devel | 1.85 | BSD | Development libs/header files for Berkeley DB (version 1) library. | The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides embedded database support for both traditional and client/server applications. Berkeley DB includes B tree, Hashing, Fixed and Variable-length record access methods. This package contains the header files, libraries, and documentation for building programs which use Berkeley DB. |
| db2-devel | 2.4.14 | BSD | Development libs/header files for Berkeley DB (version 2) library. | The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides embedded database support for both traditional and client/server applications. Berkeley DB includes B tree, Hashing, Fixed and Variable-length record access methods. This package contains the header files, libraries, and documentation for building programs which use Berkeley DB. |
| dcc-devel | 1.2.16 | BSD-like | Development headers and libraries for dcc | Development headers and libraries for dcc |
| dietlibc-devel | 0.24 | GPL | Development files for dietlibc | Small libc for building embedded applications. |
| distcc | 2.12.1 | GPL | Program to distribute compilation of C or C++ | distcc is a program to distribute compilation of C or C++ code across several machines on a network. distcc should always generate the same results as a local compile, is simple to install and use, and is often two or more times faster than a local compile. This package does not contains any files, this is a meta package used to ease the installation of distcc. |
| distcc-client | 2.12.1 | GPL | Program to distribute compilation of C or C++ | distcc is a program to distribute compilation of C or C++ code across several machines on a network. distcc should always generate the same results as a local compile, is simple to install and use, and is often two or more times faster than a local compile. This is the client, who should be installed on the machine who act as a master. |
| dtsdec-devel | 0.0.2 | GPL | Library for decoding DTS audio | This is a free decoder for the DTS Coherent Acoustics format.DTS is a high quality multi-channel (5.1) digital audio format used in DVDs and DTS audio CDs. This package contains a library and the required header files to develop with libdts. |
| epiphany-devel | 1.0.7 | GPL | Header files for developing with Epiphany | This contains the C headers required for developing with Epiphany. |
| faces-devel | 1.6.1 | Freeware | The Faces program's library and header files. | Faces-devel contains the faces program development environment, (i.e., the static libraries and header files). If you want to develop Faces applications, you'll need to install faces-devel. You'll also need to install the faces package. |
| fftw-wisdom | 3.0.1 | GPL | FFTW-wisdom file generator | fftw-wisdom is a utility to generate FFTW wisdom files, which contain saved information about how to optimally compute (Fourier) transforms of various sizes. |
| flawfinder | 1.24 | GPL | Examines C/C++ source code for security flaws | Flawfinder scans through C/C++ source code, identifying lines ("hits") with potential security flaws. By default it reports hits sorted by severity, with the riskiest lines first. Flawfinder is released under the GNU Public License (GPL). |
| flow-tools-devel | 0.66 | BSD | Development headers and libraries for flow-tools | Development headers and libraries for flow-tools |
| freeradius-devel | 0.9.2 | GPL | Development headers and libraries for freeradius | Development headers and libraries for freeradius |
| freetds-devel | 0.61 | LGPL | An OpenSource implementation of the tubular data stream protocol. | FreeTDS is a free (open source) implementation of Sybase's db-lib, ct-lib, and ODBC libraries. The freetds-devel allows you to compile applications with freetds libraries. This package is built with support for TDS version 7.0. |
| freetype-devel | 1.3.1 | BSD | Header files and static library for development with FreeType. | This package is only needed if you intend to develop or compile applications which rely on the FreeType library. If you simply want to run existing applications, you won't need this package. |
| FreeWnn-devel | 1.1.1 | GPL | development library and header file for Wnn | This package contains the header file and library for building programs with use Wnn. |
| gcc2.96 | 2.96 | GPL | Various compilers (C, C++, Objective-C, ...) | A compiler aimed at integrating all the optimizations and features necessary for a high-performance and stable development environment. You'll need this package in order to compile C/C++ code. If you have multiple versions of GCC installed on your system, it is preferred to type "gcc-$(gcc2-version)" (without double quotes) in order to use the GNU C compiler version 2.96. |
| gcc2.96-cpp | 2.96 | GPL | The C Preprocessor | The C preprocessor is a 'macro processor' which is used automatically by the C compiler to transform your program before actual compilation. It is called a macro processor because it allows you to define 'macros,' which are abbreviations for longer constructs. The C preprocessor provides four separate facilities that you can use as you see fit: * Inclusion of header files. These are files of declarations that can be substituted into your program. * Macro expansion. You can define 'macros,' which are abbreviations for arbitrary fragments of C code, and then the C preprocessor will replace the macros with their definitions throughout the program. * Conditional compilation. Using special preprocessing directives, you can include or exclude parts of the program according to various conditions. * Line control. If you use a program to combine or rearrange source files into an intermediate file which is then compiled, you can use line control to inform the compiler about where each source line originated. You should install this package if you are a programmer who is searching for such a macro processor. |
| gcc | 3.3.2 | GPL | GNU Compiler Collection | A compiler aimed at integrating all the optimizations and features necessary for a high-performance and stable development environment. This package is required for all other GCC compilers, namely C++, Fortran 77, Objective C and Java. If you have multiple versions of GCC installed on your system, it is preferred to type "gcc-$(gcc3.3-version)" (without double quotes) in order to use the GNU C compiler version 3.3.2. |
| gcc3.4 | 3.4.0 | GPL | GNU Compiler Collection | A compiler aimed at integrating all the optimizations and features necessary for a high-performance and stable development environment. This package is required for all other GCC compilers, namely C++, Fortran 77, Objective C and Java. If you have multiple versions of GCC installed on your system, it is preferred to type "gcc-$(gcc3.4-version)" (without double quotes) in order to use the GNU C compiler version 3.4.0. |
| gcc3.4-cpp | 3.4.0 | GPL | The C Preprocessor | The C preprocessor is a 'macro processor' which is used automatically by the C compiler to transform your program before actual compilation. It is called a macro processor because it allows you to define 'macros,' which are abbreviations for longer constructs. The C preprocessor provides four separate facilities that you can use as you see fit: * Inclusion of header files. These are files of declarations that can be substituted into your program. * Macro expansion. You can define 'macros,' which are abbreviations for arbitrary fragments of C code, and then the C preprocessor will replace the macros with their definitions throughout the program. * Conditional compilation. Using special preprocessing directives, you can include or exclude parts of the program according to various conditions. * Line control. If you use a program to combine or rearrange source files into an intermediate file which is then compiled, you can use line control to inform the compiler about where each source line originated. You should install this package if you are a programmer who is searching for such a macro processor. If you have multiple versions of GCC installed on your system, you will have to type "cpp -V3.4.0" or "cpp-3.4.0" (without double quotes) in order to use the GNU C Preprocessor version 3.4.0. |
| gcc-cpp | 3.3.2 | GPL | The C Preprocessor | The C preprocessor is a 'macro processor' which is used automatically by the C compiler to transform your program before actual compilation. It is called a macro processor because it allows you to define 'macros,' which are abbreviations for longer constructs. The C preprocessor provides four separate facilities that you can use as you see fit: * Inclusion of header files. These are files of declarations that can be substituted into your program. * Macro expansion. You can define 'macros,' which are abbreviations for arbitrary fragments of C code, and then the C preprocessor will replace the macros with their definitions throughout the program. * Conditional compilation. Using special preprocessing directives, you can include or exclude parts of the program according to various conditions. * Line control. If you use a program to combine or rearrange source files into an intermediate file which is then compiled, you can use line control to inform the compiler about where each source line originated. You should install this package if you are a programmer who is searching for such a macro processor. If you have multiple versions of GCC installed on your system, you will have to type "cpp -V3.3.2" or "cpp-3.3.2" (without double quotes) in order to use the GNU C Preprocessor version 3.3.2. |
| gengetopt | 2.11 | GPL | GNU gengetopt generates command line parsers | This program generates a C function that uses getopt_long function to parse the command line options, to validate them and fills a struct. Thus your program can now handle options such as: myprog --input foo.c -o foo.o --no-tabs -i 100 *.class And both long options (those that start with --) and short options (start with - and consist of only one character) can be handled. For standards about short and long options you may want to take a look at the GNU Coding Standards. |
| gettext-devel | 0.13.1 | LGPL | Development files for gettext | This package contains all development related files necessary for developing or compiling applications/libraries that needs internationalization capability. You also need this package if you want to add gettext support for your project. |
| glibc-devel | 2.3.3 | LGPL | Header and object files for development using standard C libraries | The glibc-devel package contains the header and object files necessary for developing programs which use the standard C libraries (which are used by nearly all programs). If you are developing programs which will use the standard C libraries, your system needs to have these standard header and object files available in order to create the executables. This package also includes the C header files for the Linux kernel. The header files define structures and constants that are needed for building most standard programs. The header files are also needed for rebuilding the kernel. Install glibc-devel if you are going to develop programs which will use the standard C libraries. |
| glibc-profile | 2.3.3 | LGPL | The GNU libc libraries, including support for gprof profiling | The glibc-profile package includes the GNU libc libraries and support for profiling using the gprof program. Profiling is analyzing a program's functions to see how much CPU time they use and determining which functions are calling other functions during execution. To use gprof to profile a program, your program needs to use the GNU libc libraries included in glibc-profile (instead of the standard GNU libc libraries included in the glibc package). If you are going to use the gprof program to profile a program, you'll need to install the glibc-profile program. |
| glibc-static-devel | 2.3.3 | LGPL | Static libraries for GNU C library | The glibc-static-devel package contains the static libraries necessary for developing programs which use the standard C libraries. Install glibc-static-devel if you need to statically link your program or library. |
| Glide_V2-devel | 2.53 | 3DFX GLIDE General Public License | Development libraries for Glide 2.x | This package includes the headers files, documentation, and test files necessary for developing applications that use the 3Dfx Interactive Voodoo Graphics, Voodoo Rush, or Voodoo2 card. |
| Glide_V3-devel | 2.60.15 | 3DFX GLIDE Source Code General Public License | Development libraries for Glide 2.x | This package includes the header files, documentation, and test files necessary for developing applications that use any of the 3D acceleratos in the 3Dfx Interactive Voodoo line. |
| Glide_V3-DRI-devel | cvs | 3dfx Glide General Public License | Development headers for Glide 3.x | This package includes the headers files necessary for developing applications that use the 3Dfx Interactive Voodoo3 card. |
| Glide_V5-devel | cvs | 3dfx Glide General Public License | Development headers for Glide 3.x | This package includes the headers files necessary for developing applications that use the 3Dfx Interactive Voodoo4 / Voodoo5 card. |
| gocr-devel | 0.38 | GPL | Development tools for gocr. | GOCR is an optical character recognition program, released under the GNU General Public License. It reads images in many formats (pnm, pbm, pgm, ppm, some pcx and tga image files (or PNM from stdin); if pnm-tools installed and running linux-like system you can also use pnm.gz, pnm.bz2, png, jpg, tiff, gif, bmp and others) and outputs a text file. If you want to develop programs which will manipulate gocr, you should install gocr-devel. You'll also need to install the gocr package. |
| gp2c | 0.0.2pl6 | GPL | PARI/GP to C translator | PARI/GP to C translator. Use it to compile your own C programs which use pari library, without necessarily being a C programmer. Note: use gp2c-run to run your programs inside the PARI/GP environment. |
| gsm-devel | 1.0.10 | distributable | Development libraries for a GSM speech compressor. | Contains header files and development libraries for libgsm, an implementation of the European GSM 06.10 provisional standard for full-rate speech transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse excitation/long term prediction) coding at 13 kbit/s. GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling rate, i.e. a frame rate of 50 Hz) into 260 bits; for compatibility with typical UNIX applications, our implementation turns frames of 160 16-bit linear samples into 33-byte frames (1650 Bytes/s). The quality of the algorithm is good enough for reliable speaker recognition; even music often survives transcoding in recognizable form (given the bandwidth limitations of 8 kHz sampling rate). The interfaces offered are a front end modelled after compress(1), and a library API. Compression and decompression run faster than realtime on most SPARCstations. The implementation has been verified against the ETSI standard test patterns. |
| gstreamer-plugins-devel | 0.6.4 | LGPL | GStreamer Plugin Library Headers. | GStreamer support libraries header files. |
| HDF | 4.1r5 | BSD-like (see COPYING) | Hierarchical Data Format Library | HDF is a multi-object file format that facilitates the transfer of various types of scientific data between machines and operating systems. HDF allows self-definitions of data content and easy extensibility for future enhancements or compatibility with other standard formats. HDF includes Fortran and C calling interfaces, and utilities to prepare raw image of data files or for use with other NCSA software. The HDF library contains interfaces for storing and retrieving compressed or uncompressed 8-bit and 24=bit raster images with palettes, n-Dimensional scientific datasets and binary tables. AN interface is also included that allows arbitrary grouping of other HDF objects. |
| hfsutils-devel | 3.2.6 | GPL | C library for reading and writing Macintosh HFS volumes | A portable, free implementation of routines for accessing HFS volumes via a C library for low-level access to volumes. |
| htdig-devel | 3.2.0 | GPL | Libraries needed to develop for htdig | Libraries needed to develop for htdig. |
| id-utils | 3.2d | GPL | Language-independent identifier database tool | mkid is a simple, fast, high-capacity, language-independent identifier database tool. Actually, the term `identifier' is too limiting -- mkid stores tokens, be the program identifiers of any form, literal numbers, or words of human-readable text. Database queries can be issued from the command-line, or from within emacs, serving as an augmented tags facility. |
| imap-devel | 2002d | BSD | Libraries, includes, etc to develop IMAP applications | The imap-devel package contains the header files and static libraries for developing programs which will use the IMAP (Internet Message Access Protocol) library. |
| indent | 2.2.9 | GPL | A GNU program for formatting C code. | Indent is a GNU program for beautifying C code, so that it is easier to read. Indent can also convert from one C writing style to a different one. Indent understands correct C syntax and tries to handle incorrect C syntax. Install the indent package if you are developing applications in C and you'd like to format your code automatically. |
| io_lib | 1.8.11 | GPL | General purpose trace file library | Io_lib is a library of file reading and writing code to provide a general purpose trace file (and Experiment File) reading interface. The programmer simply calls the (eg) read_reading to create a "Read" C structure with the data loaded into memory. |
| irssi-devel | 0.8.9 | GPL | Static libraries for the development of irssi applications. | Static libraries for the development of irssi applications. |
| irssi-gc-devel | 0.8.9 | GPL | Static libraries for the development of irssi applications. | Static libraries for the development of irssi applications. |
| isapnptools-devel | 1.26 | GPL | Devel librairies for configuring ISA Plug-and-Play (PnP) devices | The isapnptools package contains utilities for configuring ISA Plug-and-Play (PnP) cards which are in compliance with the PnP ISA Specification Version 1.0a. ISA PnP cards use registers instead of jumpers for setting the board address and interrupt assignments. The cards also contain descriptions of the resources which need to be allocated. The BIOS on your system, or isapnptools, uses a protocol described in the specification to find all of the PnP boards and allocate the resources so that none of them conflict. Note that the BIOS doesn't do a very good job of allocating resources. So isapnptools is suitable for all systems, whether or not they include a PnP BIOS. In fact, a PnP BIOS adds some complications. A PnP BIOS may already activate some cards so that the drivers can find them. Then these tools can unconfigure them or change their settings, causing all sorts of nasty effects. If you have PnP network cards that already work, you should read through the documentation files very carefully before you use isapnptools. Install isapnptools-devel if you need to do development with ISA PnP cards. |
| ladspa-devel | 1.12 | LGPL | Linux Audio Developer's Simple Plugin API | There is a large number of synthesis packages in use or development on the Linux platform at this time. The Linux Audio Developer's Simple Plugin API (LADSPA) attempts to give programmers the ability to write simple `plugin' audio processors in C/C++ and link them dynamically against a range of host applications. Definitive technical documentation on LADSPA plugins for both the host and plugin is contained within copious comments within the ladspa.h header file. |
| ldetect-devel | 0.5.1 | GPL | Development package for ldetect | see ldetect |
| lesstif-devel | 0.93.94 | LGPL | Static library and header files for Lesstif/Motif development | This package contains the lesstif static library and header files required to develop motif-based applications. This package also contains development documentation in html (Lessdox), and mxmkmf for Lesstif. |
| lib3ds-devel | 1.2.0 | GPL | Headers to develop cdk-based applications | Lib3ds is a free alternative to Autodesk's 3DS File Toolkit for handling 3DS files It's main goal is to simplify the creation of 3DS import and export filters. This project is not related in any form to Autodesk. The library is based on unofficial information about the 3DS format found on the web. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. |
| lib765_2-devel | 0.3.1.1 | GPL | Development files for programs which will use the lib765 library. | This package contains the header files and documentation necessary for development of programs that will use the lib765 library. You should install this package if you need to develop programs which will use the lib765 library functions. You'll also need to install the lib765 package. |
| lib765_2-static-devel | 0.3.1.1 | GPL | Static libraries for programs which will use the lib765 library. | This package contains the static libraries, necessary for development of programs that will use the lib765 library. You should install this package if you need to develop programs which will use the lib765 library functions. You'll also need to install the lib765 package. |
| liba52dec0-devel | 0.7.4 | GPL | Development files for a52dec | This package contains development files needed to compile programs which use a52dec. |
| libaa1-devel | 1.4.0 | LGPL | Header files and libraries for developing apps which will use aalib. | AA-lib is a low level gfx library just as many other libraries are. The main difference is that AA-lib does not require graphics device. In fact, there is no graphical output possible. AA-lib replaces those old-fashioned output methods with powerful ascii-art renderer. Now my linux boots with a nice penguin logo at secondary display (yes! Like Win95 does:) AA-lib API is designed to be similar to other graphics libraries. Learning a new API would be a piece of cake! The AA library is needed for GIMP Install the libaa1-devel package if you want to develop applications that will use the aalib library. |
| libaa1-static-devel | 1.4.0 | LGPL | Static library for developing apps which will use aalib. | Static library for aalib |
| libacl1-devel | 2.2.22 | GPL | Access control list static libraries and headers. | This package contains static libraries and header files needed to develop programs which make use of the access control list programming interface defined in POSIX 1003.1e draft standard 17. You should install libacl1-devel if you want to develop programs which make use of ACLs. If you install libacl1-devel, you will also want to install libacl1. |
| libadns1-devel | 1.0 | GPL | Advanced, easy to use, asynchronous-capable DNS client library | adns is a resolver library for C (and C++) programs. In contrast with the existing interfaces, gethostbyname et al and libresolv, it has the following features: * It is reasonably easy to use for simple programs which just want to translate names to addresses, look up MX records, etc. * It can be used in an asynchronous, non-blocking, manner. Many queries can be handled simultaneously. * Responses are decoded automatically into a natural representation for a C program - there is no need to deal with DNS packet formats. * Sanity checking (eg, name syntax checking, reverse/forward correspondence, CNAME pointing to CNAME) is performed automatically. * Time-to-live, CNAME and other similar information is returned in an easy-to-use form, without getting in the way. * There is no global state in the library; resolver state is an opaque data structure which the client creates explicitly. A program can have several instances of the resolver. * Errors are reported to the application in a way that distinguishes the various causes of failure properly. * Understands conventional resolv.conf, but this can overridden by environment variables. * Flexibility. For example, the application can tell adns to: ignore environment variables (for setuid programs), disable sanity checks eg to return arbitrary data, override or ignore resolv.conf in favour of supplied configuration, etc. * Believed to be correct ! For example, will correctly back off to TCP in case of long replies or queries, or to other nameservers if several are available. It has sensible handling of bad responses etc. This package contains static libraries and header files need for development. |
| libAfterStep1-devel | 1.8.11 | GPL | Devel files needed to build applications based on AfterStep | AfterStep is a Window Manager for X which started by emulating the NEXTSTEP look and feel, but which has been significantly altered according to the requests of various users. Many adepts will tell you that NEXTSTEP is not only the most visually pleasant interface, but also one of the most functional and intuitive out there. AfterStep aims to incorporate the advantages of the NEXTSTEP interface, and add additional useful features. The developers of AfterStep have also worked very hard to ensure stability and a small program footprint. Without giving up too many features, AfterStep still works nicely in environments where memory is at a premium. This package contains devel files needed to build applications based on AfterStep. |
| libaiksaurus-1.0_0-devel | 1.0.1 | GPL | Libraries and include files for Aiksuarus. | Aiksaurus is an English-language thesaurus library that can be embedded in word processors, email composers, and other authoring software to provide thesaurus capabilities. This package contains the libraries and includes files necessary to develop applications with Aiksaurus. |
| libaiksaurusgtk-1.0_0-devel | 1.0.1 | GPL | A GTK+ thesaurus library. | This package contains the libraries and includes files necessary to develop applications with Aiksaurusgtk. |
| libalsa2-devel | 1.0.2 | GPL | Development files for Advanced Linux Sound Architecture (ALSA) | Advanced Linux Sound Architecture (ALSA) is a modularized architecture which supports quite a large range of ISA and PCI cards. It's fully compatible with old OSS drivers (either OSS/Lite, OSS/commercial). To use the features of alsa, one can either use: - the old OSS api - the new ALSA api that provides many enhanced features. This package contains files needed in order to develop an application that made use of ALSA. |
| libalsa2-static-devel | 1.0.2 | GPL | Static libraries for Advanced Linux Sound Architecture (ALSA) | Static libraries required for statically compiling packages needing the ALSA libasound library. |
| libalsa-oss0-devel | 1.0.2 | GPL | Development files for Advanced Linux Sound Architecture (ALSA) | Advanced Linux Sound Architecture (ALSA) is a modularized architecture which supports quite a large range of ISA and PCI cards. It's fully compatible with old OSS drivers (either OSS/Lite, OSS/commercial). To use the features of alsa, one can either use: - the old OSS api - the new ALSA api that provides many enhanced features. This package contains files needed in order to develop an application that made use of ALSA. |
| libalsaplayer0-devel | 0.99.76 | GPL | AlsaPlayer devel stuff | This is the development part of the AlsaPlayer librairy. |
| libamu2-devel | 6.0.9 | BSD | Development files for am-utils | Development headers, and files for development from the am-utils package. |
| libanthy0-devel | 4925 | GPL | Headers of anthy for development. | Anthy development package: static libraries, header files, and the like. |
| libao2-devel | 0.8.4 | GPL | Headers for developing programs that will use libao | This package contains the headers that programmers will need to develop applications which will use libao. |
| libapm1-devel | 3.1.0 | GPL | Development library for libapm | This package contains the developmeent library needed to compile programs that use libapm. |
| libapt-pkg0-devel | 0.5.15cnc5 | GPL | Development files for apt | This package contains the header files and static libraries for developing with APT's libapt-pkg package manipulation library, modified for RPM. |
| libassuan0-devel | 0.6.2 | LGPL | Header files for assuan library | Header files for assuan library. |
| libassuan0-static-devel | 0.6.2 | LGPL | Static assuan library | Static assuan library. |
| libast1-devel | 0.5 | BSD | LibAST is the Library of Assorted Spiffy Things - development environment | Install this package if you need to compile applications that needs libast. |
| libatk1.0_0-devel | 1.4.1 | LGPL | Stuff for developing with atk. | ATK, the Accessibility Tookit, is used to obtain accessibily information from GTK+ and GNOME widgets. |
| libattr1-devel | 2.4.14 | GPL | Extended attribute static libraries and headers. | This package contains the libraries and header files needed to develop programs which make use of extended attributes. For Linux programs, the documented system call API is the recommended interface, but an SGI IRIX compatibility interface is also provided. Currently only ext2, ext3, JFS and XFS support extended attributes. The SGI IRIX compatibility API built above the Linux system calls is used by programs such as xfsdump(8), xfsrestore(8) and xfs_fsr(8). You should install libattr-devel if you want to develop programs which make use of extended attributes. If you install libattr-devel then you'll also want to install attr. |
| libaudiofile0-devel | 0.2.5 | LGPL | Includes and other files to develop audiofile applications | Libraries, include files and other resources you can use to develop audiofile applications. |
| libautotrace3-devel | 0.31.1 | GPL | Static libraries and header files for autotrace development | This package contains the static libraries and header files for developing applications based on autotrace. |
| libavc1394_0-devel | 0.4.1 | GPL | FireWire interface | libavc1394 is a programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set. It is intended for use with GNU/Linux IEEE-1394 |
| libavc1394_0-testools | 0.4.1 | GPL | FireWire interface | libavc1394 is a programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set. It is intended for use with GNU/Linux IEEE-139 Contains test tools |
| libavifile0.7-devel | 0.7.39 | GPL | Development header files for avifile | This package contains the symlinks, headers and object files needed to compile and link programs which use aviplay library. |
| libbayonnerpc0-devel | 1.2.8 | GPL | Bayonne rpc services devel files | Bayonne rpc services devel files |
| libbeast0.6_0-devel | 0.6.0 | LGPL | Header files and static libraries from beast | Libraries and includes files for developing programs based on beast. |
| libbeecrypt6-devel | 3.1.0 | LGPL | Files needed for developing applications with beecrypt. | Beecrypt is a general-purpose cryptography library. This package contains files needed for developing applications with beecrypt. |
| libbeep-media-player1-devel | 0.9.7 | GPL | Development files for beep-media-player. | beep is a media player based on the XMMS music playing application. Its primary goals are usability and usage of current desktop standards. This package contains the files needed for developing applications which use beep-media-player. |
| libblas3 | 3.0 | Redistributable | The BLAS (Basic Linear Algebra Subprograms) library | BLAS (Basic Linear Algebra Subprograms) is a standard library which provides a number of basic algorithms for numerical algebra. Man pages for blas are available in the blas-man package. |
| libblas3-devel | 3.0 | Redistributable | BLAS header files | BLAS header files. |
| libbmpeg1-devel | 1.3.1 | GPL | Mpeg library development package | The MPEG Library is a collection of C routines to decode MPEG movies and dither them in a variety of colour schemes. Most of the code in the library comes directly from the Berkely MPEG player, an X11-specific implementation that works fine, but suffers from minimal documentation and a lack of modularity. A front end to the Berkeley decoding engine was developed by Greg Ward at the Montreal Neurological Institute in May/June 1994 to facilitate the development of an MPEG player specifically for Silicon Graphics workstations. The decoding engine together with the MNI front end constitute the MPEG Library. This package contains static libraries and header files need for development. |
| libbonobo2-devel | 1.0.22 | GPL | Libraries and include files for the Bonobo document model | This package provides the necessary development libraries and include files to allow you to develop programs using the Bonobo document model. |
| libbtctl0-devel | 0.3 | GPL | Static libraries and header files from libbtctl | Static libraries and header files from libbtctl |
| libbzip2_1-devel | 1.0.2 | BSD | Header files for developing apps which will use bzip2. | Header files and static library of bzip2 functions, for developing apps which will use the bzip2 library (aka libz2). |
| libcaca-devel | 0.9 | GPL | Development files for libcaca | libcaca is the Colour AsCii Art library. It provides high level functions for colour text drawing, simple primitives for line, polygon and ellipse drawing, as well as powerful image to text conversion routines. This package contains the header files and static libraries needed to compile applications or shared objects that use libcaca. |
| libcairo1-devel | 0.1.17 | BSD | Development files for Cairo library. | Development files for Cairo library. |
| libcairo1-static-devel | 0.1.17 | BSD | Static Cairo library. | Static Cairo library. |
| libcamsource0-devel | 0.7.0 | GPL | Header files and static libraries from camsource | Libraries and includes files for developing programs based on camsource. |
| libcanna1-devel | 3.7p1 | MIT | Headers and libraries of Canna for development. | Headers and libraries of Canna for development. |
| libccscript-0.5_3 | 2.5.6 | GPL | A Common C++ class framework for embedded scripting | The OST ccscript package offers a class extensible threaded embedded scripting engine for use with the Common C++ GNU package. This engine is also used in Bayonne (the GNU telephony server package), and in TOSI (FreeBSD and GNU/Linux PBX integration servers). This engine differs from traditional scripting systems in that it is used to script near real-time state-event systems through deterministic callback step execution rather than the linear and non-deterministic fashion of embedded script systems such as tcl, libguile, etc. |
| libccscript-0.5_3-devel | 2.5.6 | GPL | A Common C++ class framework for embedded scripting | The OST ccscript package offers a class extensible threaded embedded scripting engine for use with the Common C++ GNU package. This engine is also used in Bayonne (the GNU telephony server package), and in TOSI (FreeBSD and GNU/Linux PBX integration servers). This engine differs from traditional scripting systems in that it is used to script near real-time state-event systems through deterministic callback step execution rather than the linear and non-deterministic fashion of embedded script systems such as tcl, libguile, etc. |
| libcdaudio1-devel | 0.99.9 | GPL | Headers for developing programs that will use libcdaudio1 | This package contains the headers that programmers will need to develop applications which will use libcdaudio1. |
| libcdda0-devel | IIIa9.8 | GPL | Development libraries for cdparanoia | This is the development libraries for cdparanoia. cdparanoia is a complete rewrite of Heiko Eissfeldt's 'cdda2wav' program, and generally is much better at succeeding to read difficult discs with cheap drives. |
| libcddb0-devel | 0.9.4 | LGPL | Devel files from libcddb | Libcddb is a library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (http://freedb.org). It tries to be as cross-platform as possible. The initial libary will have a C API. This is the libraries, include files and other resources you can use to incorporate libcddb into applications. |
| libcddb0-static-devel | 0.9.4 | LGPL | Static Library for developing applications with libcddb. | This contains the static library of libcddb needed for building apps that link statically to libcddb. |
| libcdio0-devel | 0.65 | GPL | Devel files from libcdio | This is the libraries, include files and other resources you can use to incorporate libcdio into applications. |
| libcdio0-static-devel | 0.65 | GPL | Static Library for developing applications with libcdio. | This contains the static library of libcdio needed for building apps that link statically to libcdio. |
| libcdk-devel | 4.9.11 | BSD | Headers to develop cdk-based applications | These are the header files, and cdk preprocessor for developing cdk-based applications. |
| libcinepaint0-devel | 0.18 | GPL | CinePaint plugins and extension development kit | Static libraries and header files for writing CinePaint plugins and extensions. |
| libclamav1-devel | 0.67 | GPL | Development library and header files for the clamav library | This package contains the static libclamav1 library and its header files. |
| libclamav1-static-devel | 0.67 | GPL | Static development library for the clamav library | This package contains the static libclamav1 library. |
| libconfuse0-devel | 2.1 | LGPL | Development library and header files for the libconfuse library | libConfuse is a configuration file parser library, licensed under the terms of the LGPL, and written in C. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as some other features (such as single/double-quoted strings, environment variable expansion, functions and nested include statements). It makes it very easy to add configuration file capability to a program using a simple API. The goal of libConfuse is not to be the configuration file parser library with a gazillion of features. Instead, it aims to be easy to use and quick to integrate with your code. |
| libcppsocket0-devel | 0.8.4 | GPL | Headers for developing programs that will use cppsocket | This package contains the headers that programmers will need to develop applications which will use cppsocket, a C++ library for programming with TCP and UDP sockets. |
| libcrack2-devel | 2.7 | Artistic | Cracklib link library & header file | The cracklib devel package include the needed library link and header files for development. |
| libcroco1-devel | 0.4.0 | LGPL | Libraries and include files for developing with librsvg. | This package provides the necessary development libraries and include files to allow you to develop with libcroco? |
| libcups2-devel | 1.1.20 | LGPL | Common Unix Printing System - Development environment "libcups" | The Common Unix Printing System provides a portable printing layer for UNIX(TM) operating systems. This is the development package for creating additional printer drivers, printing software, and other CUPS services using the main CUPS library "libcups". |
| libCw1-devel | 3.17.7 | GPL | Development files for cooledit | Files for development from the cooledit package. |
| libdaemon0-devel | 0.5 | GPL | Header files and static libraries from libdaemon | Libraries and includes files for developing programs based on libdaemon. |
| libdante0-devel | 1.1.14 | BSD-like | Development libraries for dante | Additional libraries required to compile programs that use dante. |
| libdante0-static-devel | 1.1.14 | BSD-like | Static libraries for dante | Static libraries for dante |
| libdbi0-devel | 0.7.1 | LGPL | Library and header files for the libdbi library | libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. |
| libdbi-drivers-devel | 0.7.0 | LGPL | Static library and header files for the libdbi-drivers library drivers | libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. |
| libdbus-1_0-devel | 0.20 | AFL/GPL | Libraries and headers for D-BUS | Headers and static libraries for D-BUS. |
| libdc1394_0-devel | 0.9.2 | GPL | Development components for libdc1394 | libdc1394 is a library that is intended to provide a high level programming interface for application developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specification (found at http://www.1394ta.org/). This archive contains the header-files for libdc1394 development |
| libdevil1-devel | 1.6.6 | LGPL | Development headers and libraries for writing programs using DevIL | Development headers and libraries for writing programs using DevIL |
| libdevmapper1.00-devel | 1.00.07 | GPL | Device mapper development library | The goal of this driver is to support volume management. The driver enables the definition of new block devices composed of ranges of sectors of existing devices. This can be used to define disk partitions - or logical volumes. This light-weight kernel component can support user-space tools for logical volume management. |
| libdiffie1-devel | 0.10.49 | GPL | Static version of the diffie library | Static version of the diffie library |
| libdirectfb0.9_20-devel | 0.9.20 | GPL | Header files for compiling DirectFB applications | DirectFB header files for building applications based on DirectFB. |
| libdistcache1-devel | 1.4.3 | LGPL | Libraries and header files for building distcache-compatible software | This package includes the libraries and header files from the distcache project that are required to compile distcache-compatible software. |
| libdm0-devel | 2.1.0 | GPL | Data Management API static libraries and headers. | dmapi-devel contains the libraries and header files needed to develop programs which make use of the Data Management API (DMAPI). If you install dmapi-devel, you'll also want to install the dmapi (runtime) package and the xfsprogs-devel package. |
| libdnet1-devel | 1.7 | BSD | Static library and header files for the libdnet1 library | libdnet provides a simplified, portable interface to several low-level networking routines, including network address manipulation, kernel arp(4) cache and route(4) table lookup and manipulation, network firewalling, network interface lookup and manipulation, and raw IP packet and Ethernet frame transmission. |
| libdockapp0-devel | 0.4.0 | GPL | A library useful for dockapps - development environment | Install dockapp if you need to compile an application with libdockapp0 support. |
| libdsk2-devel | 1.0.0 | GPL | Development files for programs which will use the libdsk library. | This package contains the header files and documentation necessary for development of programs that will use the libdsk library to load and save DSK format disc image files. You should install this package if you need to develop programs which will use the libdsk library functions for loading and saving DSK format disc image files. You'll also need to install the libdsk package. |
| libdsk2-static-devel | 1.0.0 | GPL | Static libraries for programs which will use the libdsk library. | This package contains the static libraries, necessary for development of programs that will use the libdsk library to load and save DSK format disc image files. You should install this package if you need to develop programs which will use the libdsk library functions for loading and saving DSK format disc image files. You'll also need to install the libdsk package. |
| libdspam4-devel | 2.8.1 | GPL | Development library and header files for the dspam library | DSPAM has had its core engine moved into a separate library, libdspam. This library can be used by developers to provide 'drop-in' spam filtering for their mail client applications, other anti-spam tools, or similar projects. |
| libdv2-devel | 0.101 | GPL | Devel files from libdv | The Quasar DV codec (libdv) is a software codec for DV video. DV is the encoding format used by most digital camcorders, typically those that support the IEEE 1394 (aka FireWire or i.Link) interface. libdv was developed according to the official standards for DV video, IEC 61834 and SMPTE 314M. See http://libdv.sourceforge.net/ for more. This is the libraries, include files and other resources you can use to incorporate libdv into applications. |
| libdv2-static-devel | 0.101 | GPL | Static library of libdv | This package contains the static library required for statically linking applications based on libdv. |
| libdvbpsi3-devel | 0.1.4 | GPL | Development tools for programs which will use the libdvbpsi library. | The libdvbpsi-devel package includes the header files and static libraries necessary for developing programs which will manipulate MPEG 2 and DVB PSI information using the libdvbpsi library. If you are going to develop programs which will manipulate MPEG 2 and DVB PSI information you should install libdvbpsi-devel. You'll also need to have the libdvbpsi package installed. |
| libdvdnav0-devel | 0.1.9 | GPL | DVD Navigation library headers and support files | libdvdnav provides support to applications wishing to make use of advanced DVD features. This package contains the C headers and support files for compiling applications with libdvdnav. |
| libdvdplay0-devel | 1.0.1 | GPL | Development tools for programs which will use the libdvdplay library | The libdvdplay-devel package includes the header files and static libraries necessary for developing programs which will manipulate DVDs files using the libdvdplay library. If you are going to develop programs which will manipulate DVDs, you should install libdvdplay-devel. You'll also need to have the libdvdplay package installed. |
| libdvdread3-devel | 0.9.4 | GPL | Libdvdread library headers | This is the libraries, include files and other resources you can use to incorporate libdvdread into applications. |
| libecpg3-devel | 7.4.1 | BSD | Development library to libecpg. | Development library to libecpg. |
| libeditline0-devel | 1.12 | BSD-style | Files for developing programs that use the editline library | Line editing library similar to readline. |
| libeel2_2-devel | 2.4.2 | LGPL/GPL | Libraries and include files for developing with Eel. | This package provides the necessary development libraries and include files to allow you to develop with Eel. |
| libefence0-devel | 2.2.2 | GPL | Static library for Electric Fence 2.2.2 | This package contains the static library for Electric Fence 2.2.2. |
| libefs1-devel | 1.0.22 | GPL | Embedded File System library | This is a first approach to implement a file-system-inside-a-file. The library is called libefs (EFS = Embedded File System). |
| libemboss2-devel | 2.8.0 | GPL/LGPL | Development header files for emboss | Libraries, include files and other resources you can use to develop emboss applications. |
| libenchant1-devel | 1.1.2 | LGPL | Libraries and include files for developing with enchant. | This package provides the necessary development libraries and include files to allow you to develop with enchant. |
| libendeavour2-devel | 2.3.7 | GPL | Development header files for endeavour | Libraries, include files and other resources you can use to develop endeavour applications. |
| libepplet0-devel | 0.7 | GPL | Development libraries for Enlightenment applets | An epplet is an applet designed specificly for use with enlightenment This packages contains several, two cpu load meters, two clocks, a network load monitor, aswell as a E-Biff This is needed for building Epplets. |
| libesmtp5-devel | 1.0.2 | LGPL | Headers and development libraries for libESMTP. | LibESMTP is a library to manage posting (or submission of) electronic mail using SMTP to a preconfigured Mail Transport Agent (MTA) such as Exim. The libesmtp-devel package contains headers and development libraries necessary for building programs against libesmtp. |
| libesound0-devel | 0.2.32 | GPL | Includes and more to develop EsounD applications | Libraries, include files and other resources you can use to develop EsounD applications. |
| libetpan1-devel | 0.32 | BSD | Libraries and include files for libetpan | This package contains the header files and static libraries for developing with libetpan. |
| libevent0-devel | 0.6 | GPL | Static library and header files for the libevent library | The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. libevent is meant to replace the asynchronous event loop found in event driven network servers. An application just needs to call event_dispatch() and can then add or remove events dynamically without having to change the event loop. This package contains the static libevent library and its header files needed to compile applications such as stegdetect, etc. |
| libexpat0 | 1.95.6 | MPL or GPL | Main library for expat | This package contains the library needed to run programs dynamically linked with expat. |
| libexpat0-devel | 1.95.6 | MPL or GPL | Development environment for the expat XML parser | Development environment for the expat XML parser |
| libext2fs2-devel | 1.34 | GPL | The librairies for Ext2fs | The e2fsprogs package contains a number of utilities for creating, checking, modifying and correcting any inconsistencies in second extended (ext2) filesystems. E2fsprogs contains e2fsck (used to repair filesystem inconsistencies after an unclean shutdown), mke2fs (used to initialize a partition to contain an empty ext2 filesystem), debugfs (used to examine the internal structure of a filesystem, to manually repair a corrupted filesystem or to create test cases for e2fsck), tune2fs (used to modify filesystem parameters) and most of the other core ext2fs filesystem utilities. You should install libext2fs2 to use tools that compile with ext2fs features. |
| libezV24_0-devel | 0.1.1 | GPL | Header files and static libraries from ezV24 | Libraries and includes files for developing programs based on ezV24. |
| libfam0-devel | 2.6.10 | GPL/LGPL | Libraries and headers for FAM | fam, the File Alteration Monitor, provides a daemon and an API which applications can use to be notified when specific files or directories are changed. This package contains headers and libraries to develop applications which use fam. |
| libfcgi0-devel | 2.4.0 | BSD-style | Development headers and libraries for fcgi | This package contains FastCGI Developer's Kit, which is designed to make developing FastCGI applications easy. The kit currently supports FastCGI applications written in C/C++, Perl, Tcl, and Java. |
| libfcgi0-static-devel | 2.4.0 | BSD-style | Development static libraries for fcgi | This package contains static libraries of fcgi. |
| libffi2-devel | 3.3.2 | GPL | Development headers and static library for FFI | This package contains the development headers and the static library for libffi. The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run time. |
| libffmpeg0-devel | 0.4.8 | GPL | Header files and static library for the ffmpeg codec library | ffmpeg is a hyper fast realtime audio/video encoder, a streaming server and a generic audio and video file converter. It can grab from a standard Video4Linux video source and convert it into several file formats based on DCT/motion compensation encoding. Sound is compressed in MPEG audio layer 2 or using an AC3 compatible stream. Install libffmpeg-devel if you want to compile apps with ffmpeg support. |
| libfftw2 | 2.1.5 | GPL | Fast fourier transform library | FFTW is a collection of fast C routines for computing the Discrete Fourier Transform in one or more dimensions. It includes complex, real, and parallel transforms, and can handle arbitrary array sizes efficiently. This RPM package includes both the double- and single-precision FFTW uniprocessor and threads libraries. (The single-precision files have an "s" prefix.) |
| libfftw2-devel | 2.1.5 | GPL | Headers, libraries, & docs for FFTW fast fourier transform library | This package contains the additional header files, documentation, and libraries you need to develop programs using the FFTW fast fourier transform library. |
| libfftw3 | 3.0.1 | GPL | Fast fourier transform library | FFTW is a collection of fast C routines for computing the Discrete Fourier Transform in one or more dimensions. It includes complex, real, and parallel transforms, and can handle arbitrary array sizes efficiently. |
| libfftw3-devel | 3.0.1 | GPL | Headers, libraries, & docs for FFTW fast fourier transform library | This package contains the additional header files, documentation, and libraries you need to develop programs using the FFTW fast fourier transform library. |
| libflac4-devel | 1.1.0 | GPL | Libraries and headers needed for building apps using FLAC | FLAC is an Open Source lossless audio codec developed by Josh Coalson. This package contains the libraries and header files necessary to develop applications using FLAC written in C. |
| libflatzebra0.1-devel | 0.1.0 | GPL | Headers for developing programs that will use flatzebra | This package contains the headers that programmers will need to develop applications which will use flatzebra. |
| libfltk1.1-devel | 1.1.4 | LGPL | Fast Light Too Kit (FLTK) - development environment | The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a LGPL'd C++ graphical user interface toolkit for X (UNIX(r)), OpenGL(r), and Microsoft(r) Windows(r) NT 4.0, 95, or 98. It was originally developed by Mr. Bill Spitzak and is currently maintained by a small group of developers across the world with a central repository in the US. Install libfltk1-devel if you need to develop FLTK applications. You'll need to install the fltk package if you plan to run dynamically linked applications. |
| libfluidsynth1-devel | 1.0.3 | GPL | Header files and static libraries from fluidsynth | Libraries and includes files for developing programs based on fluidsynth. |
| libfly2-devel | 2.08 | GPL | Gpsdrive needed library | Development files. |
| libfnlib0-devel | 0.5 | LGPL | Headers, static libraries and documentation for Fnlib. | This package has the Headers, static libraries and documentation for Fnlib. |
| libfontconfig1-devel | 2.2.1 | MIT | Font configuration and customization library | The fontconfig-devel package includes the header files, and developer docs for the fontconfig package. Install fontconfig-devel if you want to develop programs which will use fontconfig. |
| libforms1-devel | 1.0 | LGPL | Development files for the xforms toolkit. | This package contains development headers and libraries for xforms. Install this if you intend to develop / compile programs with xforms. |
| libforms1-static-devel | 1.0 | LGPL | The static development files for the xforms toolkit. | This package contains the static libraries for xforms. |
| libfreedelta0-devel | 0.20.1 | GPL | Headers for developing programs using freedelta | This package contains the headers that programmers will need to develop applications which will use freedelta. |
| libfreetype6-devel | 2.1.7 | FreeType License/GPL | Header files and static library for development with FreeType2 | This package is only needed if you intend to develop or compile applications which rely on the FreeType2 library. If you simply want to run existing applications, you won't need this package. |
| libfreetype6-static-devel | 2.1.7 | FreeType License/GPL | Static libraries for programs which will use the FreeType2 library | This package includes the static libraries necessary for developing programs which will use the FreeType2 library. If you are going to develop programs which use the FreeType2 library you should install freetype2-devel. You'll also need to have the freetype2 package installed. |
| libfresco0-devel | 0.0 | LGPL | The development libraries and header files for fresco. | These are the header files from fresco that are needed to create programs that use it. |
| libfribidi0-devel | 0.10.4 | LGPL | Static libraries and headers for fribidi library | This package includes the static libraries and header files for the fribidi package. Install this package if you want to develop or compile programs which will use fribidi. |
| libgai0-devel | 0.5.2 | LGPL | Development files for gai | This library is intended to simplify the development and use of dockapps and gnome panel applets. This package allows you to develop applications using gai |
| libgal2.0_6-devel | 1.99.11 | LGPL | Libraries and include files for gal | This package provides the necessary development libraries and include files to allow you to develop programs using gal. |
| libgal23-devel | 0.24 | LGPL | Libraries and include files for gal | This package provides the necessary development libraries and include files to allow you to develop programs using gal. |
| libgc1-devel | 6.2 | BSD | Development files and documentation for Bohem's GC | Header files and documentation needed to develop programs that use Bohem's GC |
| libgc1-static-devel | 6.2 | BSD | Static libraries for Bohem's GC | Static libraries neded to develop programs that use Bohem's GC |
| libgchord0-devel | 0.7.0 | GPL | Header files and static libraries from gchord | Libraries and includes files for developing programs based on gchord. |
| libgd2-devel | 2.0.15 | BSD-style | The development libraries and header files for gd. | These are the development libraries and header files for gd, the .png and .jpeg graphics library. gd is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colors, cut and paste from other images, and flood fills, and write out the result as a PNG or JPEG file. This is particularly useful in World Wide Webapplications, where PNG and JPEG are two of the formats accepted for inlineimages by most browsers. gd is not a paint program. If you are looking for a paint program, you are looking in the wrong place. gd does not provide for every possible desirable graphics operation. It is not necessary or desirable for gd to become a kitchen-sink graphics package, but version 1.7.3 incorporates most of the commonly requested features for an 8-bit 2D package. GIF creation will not reappear in gd until the patent expires world-wide on July 7th, 2004. I realize this situation is frustrating for many; please direct your anger and complaints toward the questionable patent system that allows the patenting of such straightforward algorithms in the first place. If you're installing the gd graphics library, you'll probably want to install gd-devel. |
| libgd2-static-devel | 2.0.15 | BSD-style | Static GD library | This package contains static gd library. |
| libgdam0-devel | 0.942 | GPL | Header and libraries for developing GDAM clients or plugins. | This package contain .h files used to compile GDAM clients or server plugins. |
| libgdgeda6-devel | 2.0.15 | LGPL | Graphical development libraries for the gEDA project | This package contains libgdgeda header files that are needed for development. Libgdgeda is a hack on libgd, which is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colors, cut and paste from other images, and flood fills, and write out the result as a .PNG file. |
| libgdiplus0-devel | 0.1 | MIT | Libraries for developing with libgdiplus. | This package provides the necessary development libraries to allow you to develop with libgdiplus. |
| libgdome0-devel | 0.7.4 | LGPL | DOM level2 library for accessing XML files | This package contains the header files and static libraries for developing with libgdome. |
| libgeoip1-devel | 1.3.1 | GPL | Headers and libraries needed for GeoIP development | GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database that is accurate as of March 2003. This database simply contains IP blocks as keys, and countries as values. This database should be more complete and accurate than using reverse DNS lookups. Commercial databases and automatic update services are available from http://www.maxmind.com/ This module can be used to automatically select the geographically closest mirror, to analyze your web server logs to determine the countries of your visitors, for credit card fraud detection, and for software export controls. |
| libgeotiff1-devel | 1.1.4 | Public Domain | Cartographic software - Development files | libgeotiff development files. |
| libgiblib1-devel | 1.2.3 | GPL | Development header files for giblib | Libraries, include files and other resources you can use to develop giblib applications. |
| libgimp1.2_1-devel | 1.2.5 | GPL | GIMP plugin and extension development kit | Static libraries and header files for writing GIMP plugins and extensions. |
| libgimpprint1-devel | 4.2.6 | GPL | Headers and links for compiling against libgimpprint | These are the links and header files to compile applications which should use the libgimpprint library. |
| libgle3-devel | 3.1.0 | GPL | Devel files for GLE. | GLE is a library package of C functions that draw extruded surfaces, including surfaces of revolution, sweeps, tubes, polycones, polycylinders and helicoids. Generically, the extruded surface is specified with a 2D polyline that is extruded along a 3D path. A local coordinate system allows for additional flexibility in the primitives drawn. Extrusions may be texture mapped in a variety of ways. The GLE library generates 3D triangle coordinates, lighting normal vectors and texture coordinates as output. GLE uses the GL or OpenGL API's to perform the actual rendering. The static library and headers needed for developing GLE applications. |
| libglib1.2-devel | 1.2.10 | LGPL | GIMP Toolkit and GIMP Drawing Kit support library | Static libraries and header files for the support library for the GIMP's X libraries, which are available as public libraries. GLIB includes generally useful data structures. |
| libglib2.0_0-devel | 2.2.3 | LGPL | Static libraries and header files of glib2.0 | Static libraries and header files for the support library for the GIMP's X libraries, which are available as public libraries. GLIB includes generally useful data structures. |
| libglpk4.4-devel | 4.4 | GPL | Header files for development with GLPK | This package contains the headers needed to develop applications using GLPK. |
| libglpk4.4-static-devel | 4.4 | GPL | Static libraries for GLPK | This package contains the static libraries necessary for developing programs which use GLPK. Install this package if you need to statically link your program or library. |
| libgmime2.0-static-devel | 2.0.11 | LGPL | Development static library for the libgmime library | This package contains the static libgmime development library |
| libgmp3-devel | 4.1.2 | LGPL | Development tools for the GNU MP arbitrary precision library | The static libraries, header files and documentation for using the GNU MP arbitrary precision library in applications. If you want to develop applications which will use the GNU MP library, you'll need to install the gmp-devel package. You'll also need to install the gmp package. |
| libgmpmp3-devel | 4.1.2 | LGPL | Development tools for Berkley MP compatibility library for GMP | Development tools for Berkley MP compatibility library for GMP. |
| libgnet-1.1_0-devel | 1.1.9 | LGPL | Header files for the Gnet library | Gnet is a simple network library. It is writen in C, object-oriented, and built upon glib. This package allows you to develop applications that use the Gnet library. |
| libgnet-2.0_0-devel | 2.0.4 | LGPL | Header files for the Gnet library | Gnet is a simple network library. It is writen in C, object-oriented, and built upon glib. This package allows you to develop applications that use the Gnet library. |
| libgnokii1-devel | 0.5.10 | GPL | Development libraries and headers for gnokii | Gnokii is a Linux/Unix tool suite and (eventually) modem/fax driver for Nokia's mobile phones, released under the GPL. Development Libraries |
| libgnokii1-static-devel | 0.5.10 | GPL | Static library for gnokii | Static library for gnokii |
| libgnome-keyring0-devel | 0.1 | GPL/LGPL | Library for integration with the gnome keyring system. | The library libgnome-keyring is used by applications to integrate with the gnome keyring system. However, at this point the library hasn't been tested and used enought to consider the API to be publically exposed. Therefore use of libgnome-keyring is at the moment limited to internal use in the gnome desktop. However, we hope that the gnome-keyring API will turn out useful and good, so that later it can be made public for any application to use. |
| libgnomeprint15-devel | 0.37 | LGPL | Libraries and include files for developing GNOME applications. | You should install the libgnomeprint-devel package if you would like to develop GNOME applications that will use the GNOME printing facilities. You don't need to install the libgnomeprint-devel package if you just want to use the GNOME desktop environment. |
| libgnucash0-devel | 1.8.8 | GPL | Libraries needed to develop for gnucash | Libraries needed to develop for gnucash. |
| libgnutls10-devel | 1.0.4 | GPL/LGPL | Development files for gnutls | GnuTLS is a project that aims to develop a library which provides a secure layer, over a reliable transport layer. This package contains all necessary files to compile or develop programs/libraries that use gnutls. |
| libgpgme03_6-devel | 0.3.16 | GPL | GnuPG Made Easy (GPGME) Header files and libraries for development | GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. Install the gpgme-devel package if you want to develop applications that will use the gpgme library. |
| libgpgme11-devel | 0.4.4 | GPL | GnuPG Made Easy (GPGME) Header files and libraries for development | GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. Install this package if you want to develop applications that will use the gpgme library for crypto awareness. |
| libgpm1-devel |