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 | 1.20.1 | GPL | Libraries and header files for developing mouse driven programs. | The libgpm1-devel package contains the libraries and header files needed for development of mouse driven programs. This package allows you to develop text-mode programs which use the mouse. Install libgpm1-devel if you need to develop text-mode programs which will use the mouse. You'll also need to install the gpm package. |
| libgpspoint1-devel | 2.030521 | GPL | Header files and static libraries from gpspoint | Libraries and includes files for developing programs based on gpspoint. |
| libgringotts2-devel | 1.2.1 | GPL | Headers and static libraries for gringotts-lib | These are the files needed to develop applications with libgringotts |
| libgsf-1_1-devel | 1.8.2 | GPL | Support files necessary to compile applications with libgsf. | Libraries, headers, and support files necessary to compile applications using libgsf. |
| libgsl0-devel | 1.4 | GPL | Development files for Scientific Library | The gsl package includes the GNU Scientific Library (GSL). The GSL is a collection of routines for numerical analysis, written in C. It now includes a random number suite, an FFT package, simulated annealing and root finding. In the future, it will include numerical and Monte Carlo integration and special functions. Linking against the GSL allows programs to access functions which can handle many of the problems encountered in scientific computing. These are the static libs and include headers for developers. |
| libgsmlib1-devel | 1.10 | GPL | Header files and static libraries from gsmlib | Libraries and includes files for developing programs based on gsmlib. |
| libgst-editor0-devel | 0.5.0 | LGPL | Development headers for the Editor | This package provides the necessary development libraries and include files to allow you to embed the editor in other applications or call upon its functionality. |
| libgstplayer0-devel | 0.6.0 | LGPL | GStreamer player development files | This packages contains the C headers and static library to compile programs based on the GStreamer media player. |
| libgstreamer0.6-devel | 0.6.4 | LGPL | Libraries and include files for GStreamer streaming-media framework | GStreamer is a streaming-media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plugins. This package contains the libraries and includes files necessary to develop applications and plugins for GStreamer. |
| libgstreamer0.7-devel | 0.7.4 | LGPL | Libraries and include files for GStreamer streaming-media framework | GStreamer is a streaming-media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plugins. This package contains the libraries and includes files necessary to develop applications and plugins for GStreamer. |
| libgstreamer-plugins0.7_2-devel | 0.7.4 | LGPL | GStreamer Plugin Library Headers. | GStreamer support libraries header files. |
| libgtkhex0-devel | 2.5.0 | GPL | Development files for the GNOME Hexadecimal Editor library | GHex allows the user to load data from any file, view and edit it in either hex or ascii. A must for anyone playing games that use non-ascii format for saving. This contains the development files needed to compile applications with libghex |
| libgtkspell0-devel | 2.0.3 | GPL | Spell-checking addon for GTK's TextView widget | GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in a GtkTextView widget. Right-clicking a misspelled word pops up a menu of suggested replacements. |
| libguile12-devel | 1.6.4 | GPL | Development headers and static library for libguile | This package contains the development headers and the static library for libguile. C headers, aclocal macros, the `guile1.4-snarf' and `guile-config' utilities, and static `libguile' library for Guile, the GNU Ubiquitous Intelligent Language for Extension |
| libguile-gtk-1.2_0-devel | 0.31 | GPL | Makes the GTK+ toolkit accesible from Guile. | Static libraries and header files for guile-gtk app development |
| libguppi16-devel | 0.40.3 | GPL | Development files for Guppi. | Development files for Guppi. |
| libg-wrap1-devel | 1.3.4 | GPL | Include files and libraries needed for g-wrap development. | g-wrap is a tool for creating Scheme interfaces to C libraries. At the moment it is most heavily focused on providing access to C libraries from guile, but it also supports RScheme. You can provide access to a given C API by creating a specification file describing the interface you want published at the Scheme level. g-wrap will handle generating all the lower level library interface code so that the C library shows up as a set of Scheme functions. You should install this package if you need to compile programs that need to use g-wrap C<->Scheme functionality |
| libhal0-devel | 0.2.6 | AFL/GPL | Libraries and headers for HAL | Headers and static libraries for HAL. |
| libhdf5_0-devel | 1.4.5 | Distributable (see included COPYING) | Static libraries and header files for hdf5 development | This package provides static libraries and header files needed for develop applications requiring the "hdf5" library. |
| libhermes1-devel | 1.3.3 | LGPL | Headers for developing programs that will use hermes | This package contains the headers that programmers will need to develop applications which will use hermes. |
| libhpojip0-devel | 0.91 | GPL | Headers and links to compile against the "libhpojip0" ("hpoj") library | This package contains all files which one needs to compile programs using the "libhpojip0" library. |
| libhz0-devel | 0.3.13 | GPL | Headers and development files of zh-autoconvert | AutoConvert is an intelligent Chinese Encoding converter. It uses built-in functions to judge the type of the input file's Chinese Encoding (such as GB/Big5/HZ), then converts the input file to any type of Chinese Encoding you want. You can use autoconvert to automatically convert incoming e-mail messages. It can also optionally handle the UNI/UTF7/UTF8 encoding. |
| libiax0-devel | 0.2.2 | LGPL | IAX (Inter Asterisk eXchange) Development Package | Inter Asterisk eXchange, lovingly called IAX (pronounced: eeks), is the protocol used by the Asterisk PBX system for inter-asterisk-communication. Other applications may use libiax to communicate with each other and other asterisk servers. IAX is a high performance, feature rich protocol unrelated to SIP or H.323. Its single-socket design allows it to interoperate with NAT and PAT masquerade firewalls. It supports internationalization, remote dialplans, and voice, HTML, image, DTMF, and video content. For more information see http://www.gnophone.com This package contains all of the development files that you will need in order to compile IAX applications. |
| libibtk0 | 0.0.14_pre2 | GPL | Libraries, includes and other files to develop ibtk applications. | The Insomniacs toolkit is the GUI used by the gatos team for more info see http://cvs.core.binghamton.edu/~insomnia/gatos/ I suck at these, Basicly if you have an ATI TV tuner YOU want this BAD |
| libibtk0-devel | 0.0.14_pre2 | GPL | Libraries, includes and other files to develop ibtk applications. | Libraries, include files and other resources you can use to develop ibtk applications. |
| libid3tag0-devel | 0.15.0b | GPL | Development tools for programs which will use the libid3tag library. | The libid3tag-devel package includes the header files and static libraries necessary for developing programs using the libid3tag library. If you are going to develop programs which will use the libid3tag library you should install libid3tag-devel. You'll also need to have the libid3tag package installed. |
| libIDL2_0-devel | 0.8.3 | LGPL | Header files and libraries needed for libIDL development | This package includes the header files and libraries needed for developing or compiling programs using libIDL. |
| libidn11-devel | 0.3.6 | LGPL | Development files for the libidn11 library | Development files for the libidn11 library |
| libidnkit1-devel | 1.0 | BSD-like | Header files for the libidnkit1 library | Development files for idnkit. |
| libieee1284_3-devel | 0.2.8 | LGPL | libieee1284 is a cross-platform library for parallel port access | The libieee1284-devel package includes the header files and .so libraries necessary for developing programs which will access parallel port devices using the libieee1284 library. If you are going to develop programs which will access parallel port devices, you should install libieee1284-devel. You'll also need to have the libieee1284 package installed. |
| libieee1284_3-static-devel | 0.2.8 | LGPL | Static library for libieee1284 | The libieee1284-devel package includes the static libraries necessary for developing programs which will access parallel port devices using the libieee1284 library. If you are going to develop programs which will access parallel port devices, you should install libieee1284-devel. You'll also need to have the libieee1284 package installed. |
| libijs0-devel | 0.34 | GPL | Headers and links for compiling against | This package contains the static library and the header files needed to compile applications using this library. |
| libimlib2_1-devel | 1.0.6 | BSD | Imlib2 headers, static libraries and documentation | Imlib2 is an advanced replacement library for libraries like libXpm that provides many more features with much greater flexibility and speed than standard libraries, including font rasterization, rotation, RGBA space rendering and blending, dynamic binary filters, scripting, and more. This package contains various headers and static libraries for imlib2. You need this package if you want to compile or develop any applications that need imlib2. |
| libinklevel1-devel | 0.5 | GPL | Headers and links to compile against the "libinklevel1" library | This package contains all files which one needs to compile programs using the "libinklevel1" library. |
| libio_lib1-devel | 1.8.11 | GPL | Development header files for io_lib | Libraries, include files and other resources you can use to develop io_lib applications. |
| libirman-devel | 0.4.2 | GPL | Header files and static library for development with libirman | This package includes the static libraries and header files for the libirman package. |
| libisdn4k-utils2-devel | 3.2p3 | GPL | Includes and other files to develop isdn4k-utils applications. | Libraries, include files and other resources you can use to develop isdn4k-utils applications. |
| libiw26-devel | 26 | GPL | Wireless_tools development library | This package contains libraries and headers for use in developing wireless tools. |
| libjack0-devel | 0.94.0 | GPL | Header files for Jack | Header files for the Jack Audio Connection Kit. |
| libjackasyn0-devel | 0.8 | GPL | Header files and static libraries from jackasyn | Libraries and includes files for developing programs based on jackasyn. |
| libjasper1.701_1-devel | 1.701.0 | BSD-like | Development tools for programs which will use the libjasper library | The libjasper1.701_1-devel package includes the header files necessary for developing programs which will manipulate JPEG-2000 files using the libjasper library. If you are going to develop programs which will manipulate JPEG-2000 images, you should install libjasper1.701_1-devel. You'll also need to have the libjasper1.701_1 package installed. |
| libjasper1.701_1-static-devel | 1.701.0 | BSD-like | Static libraries for programs which will use the libjasper library | The libjasper1.701_1-static-devel package includes the static libraries necessary for developing programs which will manipulate JPEG-2000 files using the libjasper library. |
| libjbig-devel | 1.5 | GPL | Header files and static library for development with JBIG | This package is only needed if you plan to develop or compile applications which requires the libjbig library. |
| libjpeg62-devel | 6b | GPL-like | Development tools for programs which will use the libjpeg library | The libjpeg-devel package includes the header files necessary for developing programs which will manipulate JPEG files using the libjpeg library. If you are going to develop programs which will manipulate JPEG images, you should install libjpeg-devel. You'll also need to have the libjpeg package installed. |
| libjpeg62-static-devel | 6b | GPL-like | Static libraries for programs which will use the libjpeg library | The libjpeg-devel package includes the static librariesnecessary for developing programs which will manipulate JPEG files using the libjpeg library. If you are going to develop programs which will manipulate JPEG images, you should install libjpeg-devel. You'll also need to have the libjpeg package installed. |
| libjsw1-calibrator | 1.5.2 | GPL | Joystick calibrator | Joystick calibrator itself |
| libjsw1-devel | 1.5.2 | GPL | Headers for developing programs that will use libjsw | This package contains the headers that programmers will need to develop applications which will use libjsw. |
| libkguitar0-devel | 0.4.9 | GPL | KGuitar devel stuff | This is the development part of KGuitar librairies. |
| libkxl1.1.6_0-devel | 1.1.6 | LGPL | Development files for KXL -- a visual & sound library | Kacchan X Windows System Liblary (KXL) is a visual & sound library. This package contains the C headers and libraries needed to compile applications based on KXL. |
| liblcms1-devel | 1.10 | LGPL | Header files and static library for development with LCMS | This package is only needed if you plan to develop or compile applications which requires the LCMS library. |
| libldap1-devel | 1.2.12 | Artistic | OpenLDAP development libraries and header files. | This package includes the development libraries and header files needed for compiling applications that use LDAP internals. Install this package only if you plan to develop or will need to compile customized LDAP clients. |
| libldap2-devel | 2.1.25 | Artistic | OpenLDAP development libraries and header files. | This package includes the development libraries and header files needed for compiling applications that use LDAP internals. Install this package only if you plan to develop or will need to compile LDAP clients. |
| libldap2-devel-static | 2.1.25 | Artistic | OpenLDAP development static libraries | OpenLDAP development static libraries |
| liblinux-atm1-devel | 2.4.1 | GPL | Development files for linux-atm | This package contains development files needed to compile programs which use linux-atm. |
| liblm_sensors3-devel | 2.8.4 | GPL | Development libraries and header files for lm_sensors | Development libraries and header files for lm_sensors. You might want to use this package while building applications that might take advantage of lm_sensors if found. |
| liblm_sensors3-static-devel | 2.8.4 | GPL | Static libraries for lm_sensors | This package contains static libraries for lm_sensors. |
| libltdl3 | 1.4.3 | GPL | Shared library files for libtool | Shared library files for libtool DLL library from the libtool package. |
| libltdl3-devel | 1.4.3 | GPL | Development files for libtool | Development headers, and files for development from the libtool package. |
| libltxml1-devel | 1.2.5 | GPL | Development header files for ltxml | Libraries, include files and other resources you can use to develop ltxml applications. |
| liblufs2-devel | 0.9.7 | GPL | Development files for the lufs | This package development files for the diferent filesystems, in particular: sshfs, ftpfs, localfs, locasefs, gvfs |
| liblzo1-devel | 1.08 | GPL | Headers files of liblzo library | LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and *very* fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. |
| libmad0-devel | 0.15.0b | GPL | Development tools for programs which will use the mad library. | The mad-devel package includes the header files and static libraries necessary for developing programs using the mad library. If you are going to develop programs which will use the mad library you should install mad-devel. You'll also need to have the mad package installed. |
| libmagic1-devel | 4.07 | BSD | Development files to build applications that handle magic files. | The file command is used to identify a particular file according to the type of data contained by the file. File can identify many different file types, including ELF binaries, system libraries, RPM packages, and different graphics formats. Libmagic is a library for handlig the so called magic files the 'file' command is based on. |
| libmagic1-static-devel | 4.07 | BSD | Static library to build applications that handle magic files. | The file command is used to identify a particular file according to the type of data contained by the file. File can identify many different file types, including ELF binaries, system libraries, RPM packages, and different graphics formats. Libmagic is a library for handlig the so called magic files the 'file' command is based on. |
| libMagick5.5.7-devel | 5.5.7.15 | BSD style | Static libraries and header files for ImageMagick app development | If you want to create applications that will use ImageMagick code or APIs, you'll need to install these packages as well as ImageMagick. These additional packages aren't necessary if you simply want to use ImageMagick, however. ImageMagick-devel is an addition to ImageMagick which includes static libraries and header files necessary to develop applications. |
| libmal0-devel | 0.31 | MPL | Development tools for programs which will use the libmal library. | The libmal-devel package includes the header files and static libraries necessary for developing programs using the libmal library. If you are going to develop programs which will use the libmal library you should install libmal-devel. You'll also need to have the libmal package installed. |
| libmcal0-devel | 0.7 | GPL | MCAL header files | Header files for MCAL-based programs development. |
| libmcrypt4-devel | 2.5.7 | LGPL | Header files and libraries for developing apps with libmcrypt | This package contains the header files and libraries needed to develop programs that use the libmcrypt library. Install it if you want to develop such applications. |
| libmcrypt4-static-devel | 2.5.7 | LGPL | Static libraries for developing apps with libmcrypt | This package contains the static libraries needed to develop programs that use the libmcrypt library. Install it if you want to develop such applications. |
| libMesaGLU1-devel | 5.0.2 | MIT | Development files for GLU libs | Mesa is an OpenGL 1.4 compatible 3D graphics library. GLU parts. This package contains the headers needed to compile Mesa programs. |
| libMesaglut3-devel | 5.0.2 | MIT | Development files for glut libs | Mesa is an OpenGL 1.4 compatible 3D graphics library. glut parts. This package contains the headers needed to compile Mesa programs. |
| libmetakit0-devel | 2.4.9.2 | GPL | Files to compile programs that will use metakit | This package contains the headers that programmers will need to develop applications which will use metakit. |
| libmhash2-devel | 0.8.18 | BSD | Header files and libraries for developing apps which will use mhash | The mhash-devel package contains the header files and libraries needed to develop programs that use the mhash library. Install the mhash-devel package if you want to develop applications that will use the mhash library. |
| libmikmod2-devel | 3.1.10 | GPL/LGPL | Header files and libraries for developing apps which will use libmikmod. | Libmikmod is a portable sound library, capable of playing samples as well as module files, originally written by Jean-Paul Mikkers (MikMak) for DOS. It has subsequently been hacked by many hands and now runs on many Unix flavours. It uses the OSS /dev/dsp driver including in all recent kernels for output, as well as ALSA and EsounD, and will also write wav files. Supported file formats include mod, stm, s3m, mtm, xm, and it. Full source included, use of this library for music/sound effects in your own programs is encouraged! Install the limikmod-devel package if you want to develop applications that will use the limikmod library. |
| libming0-devel | 0.2a | LGPL | Ming development files | The libming%{lib_major}-devel package contains the header files and static libraries necessary for developing programs using the libming%{lib_major} library (C and C++).. |
| libmirrordirz1-devel | 0.10.49 | GPL | Static version of the mirrordirz library | Static version of the mirrordirz library |
| libmjpegtools1.6-devel | 1.6.1.93 | GPL | Headers for developing programs that will use mjpegtools | This package contains the headers that programmers will need to develop applications which will use mjpegtools. |
| libmm1 | 1.3.0 | BSD-Style | Shared Memory Abstraction Library | The MM library is a 2-layer abstraction library which simplifies the usage of shared memory between forked (and this way strongly related) processes under Unix platforms. On the first layer it hides all platform dependent implementation details (allocation and locking) when dealing with shared memory segments and on the second layer it provides a high-level malloc(3)- style API for a convenient and well known way to work with data-structures inside those shared memory segments. The library is released under the term of an open-source (BSD-style) license because it's originally written for a proposed use inside next versions of the Apache webserver as a base library for providing shared memory pools to Apache modules (because currently Apache modules can only use heap-allocated memory which isn't shared accross the pre-forked server processes). The requirement actually comes from comprehensive modules like mod_ssl, mod_perl and mod_php which would benefit a lot from easy to use shared memory pools. Mostly all functionality (except for shared locks in addition to exclusive locks and multi-segment memory areas instead of single-segment memory areas) is already implemented and the library already works fine under FreeBSD, Linux and Solaris and should also adjust itself for most other Unix platforms with it's GNU Autoconf and GNU Libtool based configuration and compilation procedure. |
| libmm1-devel | 1.3.0 | BSD-Style | Development files for mm. | The MM library is a 2-layer abstraction library which simplifies the usage of shared memory between forked (and this way strongly related) processes under Unix platforms. On the first layer it hides all platform dependent implementation details (allocation and locking) when dealing with shared memory segments and on the second layer it provides a high-level malloc(3)- style API for a convenient and well known way to work with data-structures inside those shared memory segments. This package contain files that are needed to develop applications which use the MM shared memory library. |
| libmm1-static-devel | 1.3.0 | BSD-Style | Development files for mm. | The MM library is a 2-layer abstraction library which simplifies the usage of shared memory between forked (and this way strongly related) processes under Unix platforms. On the first layer it hides all platform dependent implementation details (allocation and locking) when dealing with shared memory segments and on the second layer it provides a high-level malloc(3)- style API for a convenient and well known way to work with data-structures inside those shared memory segments. This package contain files that are needed to develop applications which use the MM shared memory library. |
| libmng1-devel | 1.0.5 | Distributable (see LICENSE) | Header files for libmng | The libmng library supports decoding, displaying, encoding, and various other manipulations of the Multiple-image Network Graphics (MNG) format image files. It uses the zlib compression library, and optionally the JPEG library by the Independent JPEG Group (IJG) and/or lcms (little cms), a color-management library by Marti Maria Saguar. This package contains header files needed for development. |
| libmng1-static-devel | 1.0.5 | Distributable (see LICENSE) | Static libraries for libmng | The libmng library supports decoding, displaying, encoding, and various other manipulations of the Multiple-image Network Graphics (MNG) format image files. It uses the zlib compression library, and optionally the JPEG library by the Independent JPEG Group (IJG) and/or lcms (little cms), a color-management library by Marti Maria Saguar. This package contains static libraries needed for development. |
| libmnogosearch3.2-devel | 3.2.15 | GPL | Development headers and libraries for mnogosearch | This package contains the mnogosearch development files. |
| libmnogosearch3.2-static-devel | 3.2.15 | GPL | Development static libraries for mnogosearch | This package contains static libraries of mnogosearch. |
| libmosix0 | 1.5.7 | GPL | Dynamic MOSIX lib | MOSIX dynamic library. |
| libmosix0-devel | 1.5.7 | GPL | Static lib and includes for MOSIX | MOSIX static library and include files for C programmers. |
| libMowitz0-devel | 0.2.2 | GPL | Collection of widgets for X applications | The Mowitz library contains a large collection of widgets for X applications to use. It complements a widget set such as Xaw3d or neXtaw. |
| libmpeg2dec0-devel | 0.4.0 | GPL | MPEG-2 Decoder development files | mpeg2dec is an mpeg-1 and mpeg-2 video decoder. It is purposely kept simple : it does not include features like reading files from a DVD, CSS, fullscreen output, navigation, etc... The main purpose of mpeg2dec is to have a simple test bed for libmpeg2. mpeg2dec also includes a demultiplexer for mpeg-1 and mpeg-2 program streams, and output routines for a variety of different interfaces. MPEG-2 Decoder development files |
| libmpeg2dec0-static-devel | 0.4.0 | GPL | MPEG-2 Decoder static libraries | mpeg2dec is an mpeg-1 and mpeg-2 video decoder. It is purposely kept simple : it does not include features like reading files from a DVD, CSS, fullscreen output, navigation, etc... The main purpose of mpeg2dec is to have a simple test bed for libmpeg2. mpeg2dec also includes a demultiplexer for mpeg-1 and mpeg-2 program streams, and output routines for a variety of different interfaces. MPEG-2 Decoder static libraries. |
| libmyodbc2-devel | 2.50.39 | Public Domain | Development library for ODBC driver for MySQL | An ODBC driver for MySQL, for use with unixODBC. |
| libnamazu3 | 2.0.12 | GPL | Libraries of Namazu | Libraries used by Namazu. |
| libnamazu3-devel | 2.0.12 | GPL | Libraries and include files of Namazu | Libraries and include files of Namazu. |
| libnas2-devel | 1.6b | Public Domain | Development headers and libraries for writing programs using NAS | This package allows you to develop your own network audio programs. |
| libnas2-static-devel | 1.6b | Public Domain | NAS static library | NAS static library. |
| libncbi2-devel | 6.1 | Public Domain | NCBI development files | Static libraries and headers from the NCBI toolkit. |
| libncpfs2.3-devel | 2.2.3 | GPL | Development package with static libs and headers | Static libraries and header files required for compiling xmms plugins. |
| libncurses5-devel | 5.3 | MIT | The development files for applications which use ncurses | The header files and libraries for developing applications that use the ncurses CRT screen handling and optimization package. Install the ncurses-devel package if you want to develop applications which will use ncurses. |
| libncursesw5-devel | 5.3 | MIT | The development files for applications which use ncurses | The libraries for developing applications that use ncurses CRT screen handling and optimization package. Install it if you want to develop applications which will use ncurses. Note that the libraries included here supports wide char (UTF-8), and is not compatible with those without. When linking programs with these libraries, you will have to append a "w" to the library names, i.e. -lformw, -lmenuw, -lncursesw, -lpanelw. |
| libnet1-devel | 1.0.2a | BSD | Development library and header files for the libnet1 library | Libnet is an API to help with the construction and handling of network packets. It provides a portable framework for low-level network packet writing and handling (use libnet in conjunction with libpcap and you can write some really cool stuff). Libnet includes packet creation at the IP layer and at the link layer as well as a host of supplementary and complementary functionalty. Libnet is avery handy with which to write network tools and network test code. See the manpage and sample test code for more detailed information This package contains the static libnet1 library and its header files. |
| libnet1-static-devel | 1.0.2a | BSD | Static development library for the libnet1 library | Libnet is an API to help with the construction and handling of network packets. It provides a portable framework for low-level network packet writing and handling (use libnet in conjunction with libpcap and you can write some really cool stuff). Libnet includes packet creation at the IP layer and at the link layer as well as a host of supplementary and complementary functionalty. Libnet is avery handy with which to write network tools and network test code. See the manpage and sample test code for more detailed information This package contains the static libnet1 library. |
| libnetpbm9-devel | 9.24 | GPL Artistic MIT | Development tools for programs which will use the netpbm libraries | The netpbm-devel package contains the header files and programmer's documentation for developing programs which can handle the various graphics file formats supported by the netpbm libraries. Install netpbm-devel if you want to develop programs for handling the graphics file formats supported by the netpbm libraries. You'll also need to have the netpbm package installed. |
| libnetpbm9-static-devel | 9.24 | GPL Artistic MIT | Static libraries for the netpbm libraries | The netpbm-devel package contains the staic libraries (.a) for developing programs which can handle the various graphics file formats supported by the netpbm libraries. Install netpbm-devel if you want to develop programs for handling the graphics file formats supported by the netpbm libraries. You'll also need to have the netpbm package installed. |
| libnet-snmp5-devel | 5.1 | BSDish | The development environment for the NET-SNMP project. | The libnet-snmp5-devel package contains the development libraries and header files for use with the NET-SNMP project's network management tools. Install the net-snmp-devel package if you would like to develop applications for use with the NET-SNMP project's network management tools. |
| libnet-snmp5-static-devel | 5.1 | BSDish | The static development libraries for the NET-SNMP project. | The libnet-snmp5-static-devel package contains the static development libraries and header files for use with the NET-SNMP project's network management tools. Install the net-snmp-static-devel package if you would like to develop applications for use with the NET-SNMP project's network management tools. |
| libnewt0.51 | 0.51.6 | LGPL | Newt windowing toolkit development files library. | Newt is a programming library for color text mode, widget based user interfaces. Newt can be used to add stacked windows, entry widgets, checkboxes, radio buttons, labels, plain text fields, scrollbars, etc., to text mode user interfaces. This package contains the shared library needed by programs built with newt. Newt is based on the slang library. |
| libnewt0.51-devel | 0.51.6 | LGPL | Newt windowing toolkit development files. | The newt-devel package contains the header files and libraries necessary for developing applications which use newt. Newt is a development library for text mode user interfaces. Newt is based on the slang library. Install newt-devel if you want to develop applications which will use newt. |
| libneXtaw0-devel | 0.14.0 | GPL-like | A NeXt lookalike widget set. | Static libraries and header files for neXtaw app development |
| libntfs5-devel | 1.8.4 | GPL | Header files and libraries for developing apps which will use libntfs | The libntfs-devel package contains the header files and libraries needed to develop programs that use the libntfs Install the libntfs-devel package if you want to develop applications that will use the libntfs library. |
| libode-devel | 0.039 | BSD LGPL | Headers and libraries to develop ODE applications | The Open Dynamics Engine (ODE) is a free software library for the simulation of Rigid Body Dynamics. It is has been primarily written by Russell Smith. ODE builds under a variety of different Windows and Unix platforms. ODE is useful for simulating things like vehicles, objects in virtual reality environments, and virtual creatures. |
| libofx0-devel | 0.6.6 | GPL | Libraries needed to develop for libofx | Libraries needed to develop for libofx. |
| libogg0-devel | 1.1 | BSD | Headers for developing programs that will use libogg | This package contains the headers that programmers will need to develop applications which will use libogg. |
| liboggflac1-devel | 1.1.0 | GPL | Developer files needed for building apps using OggFLAC | 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 OggFLAC written in C. |
| libopenh323_1-devel | 1.12.2 | MPL | OpenH323 development files | Header files and libraries for developing applications that use OpenH323. |
| libOpenIPMI1-devel | 1.2.7 | GPL | Development package with static libs and headers | Static libraries and header files required for compiling xmms plugins. |
| libopenjade0-devel | 1.3.2 | BSD | Development files for openjade | Files for development from the openjade package. |
| libopenobex1-devel | 1.0.1 | LGPL | Library for using OBEX | Open OBEX shared c-library |
| libopensc0-devel | 0.8.1 | LGPL | Development related files for opensc | opensc is a library for accessing smart card devices using PC/SC Lite middleware package. It is also the core library of the OpenSC project. Basic functionality (e.g. SELECT FILE, READ BINARY) should work on any ISO 7816-4 compatible smart card. Encryption and decryption using private keys on the SmartCard is at the moment possible only with PKCS #15 compatible cards. This package contains all necessary files to develop or compile any applications or libraries that use opensc. |
| libopenslp1-devel | 1.0.11 | BSD-like | Development tools for programs which will use the openslp library | The openslp-devel package includes the header files and static libraries necessary for developing programs using the openslp library. If you are going to develop programs, you should install openslp-devel. You'll also need to have the openslp package installed. |
| libOpenSP3-devel | 1.5 | BSD | Libraries and include files for developing OpenSP applications. | This contains include files and libraries for OpenSP. This C++ library contains entity management functions, parsing functions, and other functions useful for SGML/XML/DSSSL development. |
| libots-1_0-devel | 0.4.2 | GPL | Libraries and include files for developing with libots. | This package provides the necessary development libraries and include files to allow you to develop with libots. |
| libowfat-devel | 0.16 | GPL | Static library and header files for the libowfat library | libowfat is a library of general purpose APIs extracted from Dan Bernstein's software, reimplemented and covered by the GNU General Public License Version 2 (no later versions). The API has been slightly extended (for example, I provide a uint32_read function, and I extended the socket API to support IPv6) where I found it necessary or beneficial in a specific project. Many of the functions I implement here have since been placed in the public domain, so there are other sources to get this code (except for my extensions obviously). The implementations here may not be as portable as the original versions; I tend to focus on the Single Unix Specification and not on some obsolete legacy systems found in the basements of some vintage hardware clubs. I also provide man pages for many functions, mostly extracted from Dan's web documentation or documentation found in earlier versions of his software. For some reason, he abandoned man pages in favor of HTML recently. On July 4 2002, Dan also placed his DNS routines and supporting low level functions in the public domain, so I copy them here instead of reimplementing them. http://online.securityfocus.com/archive/1/280642 has an online version of the bugtraq posting. |
| libpaper1-devel | 1.1.8 | LGPL | Library for handling paper characteristics (development files) | This package contains the development files for a simple library for use by programs needing to handle papers. It lets program automatically recognize a lot of different papers with their properties (actually their size). |
| libpaper1-static-devel | 1.1.8 | LGPL | Library for handling paper characteristics (development files) | This package contains the development files for a simple library for use by programs needing to handle papers. It lets program automatically recognize a lot of different papers with their properties (actually their size). |
| libparagui1.0-devel | 1.0.4 | LGPL | Headers for developing programs that will use paragui | This package contains the headers that programmers will need to develop applications which will use paragui, a GUI on top of SDL. |
| libparted1.6 | 1.6.6 | GPL | Files required to compile software that uses libparted | This package includes the dynamic libraries |
| libparted1.6-devel | 1.6.6 | GPL | Files required to compile software that uses libparted | This package includes the header files and libraries needed to link software with libparted. |
| libpcap0-devel | 0.8.1 | BSD | Static library and header files for the pcap library | Libpcap provides a portable framework for low-level network monitoring. Libpcap can provide network statistics collection, security monitoring and network debugging. Since almost every system vendor provides a different interface for packet capture, the libpcap authors created this system-independent API to ease in porting and to alleviate the need for several system-dependent packet capture modules in each application. This package contains the static pcap library and its header files needed to compile applications such as tcpdump, etc. |
| libpcd2-devel | 1.0.1 | GPL | Development related files of libpcd | libpcd is a tiny library for decoding PhotoCD images. It used to come bundled with xpcd, but software maintainer decided to release the library separately after declaring xpcd obsolete. This package contains all files you need to compile applications/libraries that has Photo CD image support. |
| libpcre0-devel | 4.5 | BSD-Style | Headers and static lib for pcre development | Install this package if you want do compile applications using the pcre library. |
| libpgtcl2-devel | 7.4.1 | BSD | Tcl/Tk development library and front-end for PostgreSQL. | Development library to libpgtcl2. |
| libphysfs0.1-devel | 0.1.9 | zlib License | Headers for developing programs that will use physfs | This package contains the headers that programmers will need to develop applications which will use physfs |
| libpisock8-devel | 0.11.8 | GPL/LGPL | PalmPilot development header files | This package contains the development headers that are used to build the pilot-link package. It also includes the static libraries necessary to build static pilot apps. If you want to develop PalmPilot synchronizing applications, you'll need to install this package. |
| libpixman1-devel | 0.1.0 | BSD | Libraries and include files for developing with libpixman. | This package provides the necessary development libraries and include files to allow you to develop with libpixman. |
| libplanner-1_0-devel | 0.11 | GPL | The files needed for Planner application development. | This package contains the necessary include files for developing applications that access Planner data. |
| libplasticfs0-devel | 1.8 | GPL | Development libraries for the Plastic File System | Development libraries for the Plastic File System |
| libplp0-devel | 0.12 | GPL | Development library and headers for psion series 5 communication | This package contains the development library and header files for building programs which can communicate with a Psion palmtop. |
| libplp0-static-devel | 0.12 | GPL | Static library for psion series 5 communication | This package contains the static library for building programs which can communicate with a Psion palmtop. |
| libpng3-devel | 1.2.5 | GPL-like | Development tools for programs to manipulate PNG image format files | The libpng-devel package contains the header files and libraries necessary for developing programs using the PNG (Portable Network Graphics) library. If you want to develop programs which will manipulate PNG image format files, you should install libpng-devel. You'll also need to install the libpng package. |
| libpng3-static-devel | 1.2.5 | GPL-like | Development static libraries | Libpng development static libraries. |
| libpostproc0-devel | 1.0 | GPL | C headers for linking against the postprocessing library | This package contains the C headers required for linking against MPlayer's postprocessing library. |
| libppd1-devel | 0.10 | GPL | Headers and links to compile against the "libppd1" library | This package contains all files which one needs to compile programs using the "libppd1" library. |
| libpq3-devel | 7.4.1 | BSD | Development library for libpq2 | Development libraries for libpq |
| libprelude0-devel | 0.8.5 | GPL | Libraries, includes, etc. to develop Prelude IDS sensors | Libraries, include files, etc you can use to develop Prelude IDS sensors using the Prelude Library. The Prelude Library is a collection of generic functions providing communication between the Prelude Hybrid IDS suite componentst It provides a convenient interface for sending alerts to Prelude Manager with transparent SSL, failover and replication support, asynchronous events and timer interfaces, an abstracted configuration API (hooking at the commandline, the configuration line, or wide configuration, available from the Manager), and a generic plugin API. It allows you to easily turn your favorite security program into a Prelude sensor. |
| libpri1-devel | 0.3.2 | GPL | Development libraries and headers for libpri | libpri is an implementation of the Primary Rate ISDN specification (based on the ITU and Bellcore specifications). It supports Lucent 4e and 5e, Nortel DMS-100, and National ISDN switchtypes. This package contains all of the development files that you will need in order to compile libpri applications. |
| libPropList0-devel | 0.10.1 | GPL/LGPL (see files COPYING and COPYING.LIB in /usr/share/doc/libPropList) | Lib for configuration or preference files compatible GNUstep/OPENSTEP | lists used in the GNUstep/OPENSTEP (they're formed with the NSString, NSData, NSArray and NSDictionary classes) and to be duly compatible. PL enables programs that use configuration or preference3 files to make these compatible with GNUstep/OPENSTEP's user defaults handling mechanism, without needing to use Objective-C or GNUstep/ OPENSTEP themselves. This package contains Static libraries and header files needs for development. |
| libpsphymod0-devel | 0.2.2 | GPL | Header files and static libraries from psindustrializer | Libraries and includes files for developing programs based on psindustrializer. |
| libpstoedit0-devel | 3.33 | GPL | Static libraries and header files for pstoedit development | If you want to create applications that will use pstoedit code or APIs, you'll need to install these packages as well as pstoedit. This additional package isn't necessary if you simply want to use pstoedit. |
| libptal0-devel | 0.91 | GPL | Headers and links to compile against the "libptal0" ("hpoj") library | This package contains all files which one needs to compile programs using the "libptal0" library. |
| libpth14 | 1.4.1 | GPL | GNU Pth - GNU Portable Threads. | Pth is a very portable POSIX/ANSI-C based library for Unix platforms which provides non-preemptive priority-based scheduling for multiple threads of execution ("multithreading") inside server applications. All threads run in the same address space of the server application, but each thread has it's own individual program-counter, run-time stack, signal mask and errno variable. |
| libpth14-devel | 1.4.1 | GPL | GNU Pth - GNU Portable Threads (Headers and Static Libs). | Pth is a very portable POSIX/ANSI-C based library for Unix platforms. Headers and Static Libraries. |
| libpth20-devel | 2.0.0 | LGPL | GNU Pth - GNU Portable Threads (Headers and Static Libs) | Pth is a very portable POSIX/ANSI-C based library for Unix platforms. This package provides all necessary files to develop or compile any applications or libraries that use pth library. |
| libpwdb0-devel | 0.61.2 | GPL | The pwdb include files and link library | The development header / link library for pwdb. |
| libpwdb0-static-devel | 0.61.2 | GPL | The pwdb static library | The static development library for pwdb. |
| libpwlib1-devel | 1.5.2 | GPL | Portable Windows Libary development files | Header files and libraries for developing applications that use pwlib. |
| libpxmchem4-devel | 0.7.0 | GPL | Header files and static libraries from pxmchem | Libraries and includes files for developing programs based on pxmchem. |
| libpxmutils3-devel | 0.7.0 | GPL | Header files and static libraries from pxmutils | Libraries and includes files for developing programs based on pxmutils. |
| libqhull0-devel | 2003.1 | GPL | Header files and static library for development with qhull | Header files and static library for development with qhull. |
| libquicktime0-devel | 0.9.2 | GPL | Header files and development documentation for libquicktime | Header files and development documentation for libquicktime. |
| libquicktime0-static-devel | 0.9.2 | GPL | Static libquicktime libraries | Static libquicktime libraries. |
| libradius0-devel | 0.3.2 | BSD | Header files and development documentation for radiusclient | Header files and development documentation for radiusclient. |
| libradius0-static-devel | 0.3.2 | BSD | Static libraries for radiusclient | radiusclient static library. |
| libraptor1-devel | 1.2.0 | LGPL | Header files and static libraries from raptor | Libraries and includes files for developing programs based on raptor. |
| libraw1394_5-devel | 0.9.0 | GPL | Development and include files for libraw1394 | libraw1394 is the only supported interface to the kernel side raw1394 of the Linux IEEE-1394 subsystem, which provides direct access to the connected 1394 buses to user space. Through libraw1394/raw1394, applications can directly send to and receive from other nodes without requiring a kernel driver for the protocol in question. This archive contains the header-files for libraw1394 development |
| libraw1394_5-static-devel | 0.9.0 | GPL | Development components for libraw1394 | libraw1394 is the only supported interface to the kernel side raw1394 of the Linux IEEE-1394 subsystem, which provides direct access to the connected 1394 buses to user space. Through libraw1394/raw1394, applications can directly send to and receive from other nodes without requiring a kernel driver for the protocol in question. This archive contains the static libraries (.a) |
| libreadline4-devel | 4.3 | GPL | Files for developing programs that use the readline library. | The "readline" library will read a line from the terminal and return it, using prompt as a prompt. If prompt is null, no prompt is issued. The line returned is allocated with malloc(3), so the caller must free it when finished. The line returned has the final newline removed, so only the text of the line remains. |
| libredblack1-devel | 1.2 | GPL | Libraries and header files for the libredblack1 library | To develop programs based upon the libredblack library, the system needs to have these header and object files available for creating the executables. |
| libredblack1-static-devel | 1.2 | GPL | Static library for the libredblack1 library | This package contains the static library for libredblack1. |
| libripmime1-devel | 1.3.0.5 | BSD | Development files for the ripmime library | ripMIME is a small program which has been developed as part of the commercial Xamime development (http://www.xamime.com). ripMIME has been written with one sole purpose in mind, to extract the attached files out of a MIME encoded email package. This package provides development files for the ripmime library. |
| librox-c1-devel | 2.0.0 | GPL | Headers for the rox C library | A library for ROX applications written in C. This is version 1.1, a development version leading up to 2.0 which will be for GTK+ 2.x. |
| librsvg2_2-devel | 2.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 librsvg. |
| librsync1-devel | 0.9.6 | LGPL | Headers for librsync | This package contains header files necessary for developing programs based on librsync. |
| libsamplerate0-devel | 0.0.15 | GPL | Audio Sample Rate Converter development files | Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio. One example of where such a thing would be useful is converting audio from the CD sample rate of 44.1kHz to the 48kHz sample rate used by DAT players. SRC is capable of arbitrary and time varying conversions ; from downsampling by a factor of 12 to upsampling by the same factor. Arbitrary in this case means that the ratio of input and output sample rates can be an irrational number. The conversion ratio can also vary with time for speeding up and slowing down effects. SRC provides a small set of converters to allow quality to be traded off against computation cost. The current best converter provides a signal-to-noise ratio of 97dB with -3dB passband extending from DC to 96% of the theoretical best bandwidth for a given pair of input and output sample rates. This package contains the C headers and other files needed to compile programs with libsamplerate. |
| libsane1-devel | 1.0.13 | LGPL | SANE - local and remote scanner access. | SANE (Scanner Access Now Easy) is a sane and simple interface to both local and networked scanners and other image acquisition devices like digital still and video cameras. SANE currently includes modules for accessing a range of scanners, including models from Agfa SnapScan, Apple, Artec, Canon, CoolScan, Epson, HP, Microtek, Mustek, Nikon, Siemens, Tamarack, UMAX, Connectix, QuickCams and other SANE devices via network. For the latest information on SANE, the SANE standard definition, and mailing list access, see http://www.mostang.com/sane/ This package contains the headers and development libraries necessary to develop applications using SANE. |
| libsasl2-devel | 2.1.15 | BSD style | Librairies for SASL a the Simple Authentication and Security Layer. | SASL is the Simple Authentication and Security Layer, a method for adding authentication support to connection-based protocols. To use SASL, a protocol includes a command for identifying and authenticating a user to a server and for optionally negotiating protection of subsequent protocol interactions. If its use is negotiated, a security layer is inserted between the protocol and the connection. |
| libsc68_2.2.1-devel | 2.2.1 | GPL | Development files of the sc68 sound emulator | sc68 is an Atari ST and Amiga music player. It can play special files (.sc68). This file encapsulates orgininal music files and possibly the program to play it. You can find a very large collection of this file on sc68 official web site <http://sashipa.ben.free.fr/sc68>. This package contains the C headers and libraries required for building applications with sc68. |
| libscew-devel | 0.3.1 | LGPL | Headers for developing programs that will use scew | This package contains the headers that programmers will need to develop applications which will use scew. |
| libscrollkeeper0-devel | 0.3.14 | LGPL | Includes and more to develop scrollkeeper applications | Libraries, include files and other resources you can use to develop Scrollkeeper applications. |
| libsdb0-devel | 0.5.1 | GPL | Development header files and libraries for sdb | This package contains the development header files and libraries for sdb. |
| libsdb0-static-devel | 0.5.1 | GPL | Static libraries for sdb | This package contains the Static libraries for sdb |
| libsdbi1 | 1.2.4 | LGPL | Simple Database Interface Library Development | The libsdbi API provide standard accessing to database data. |
| libsdbi1-devel | 1.2.4 | LGPL | Simple Database Interface Library Development | The libsdbi API provide standard accessing to database data. |
| libSDL1.2-devel | 1.2.7 | LGPL | Headers for developing programs that will use SDL12 | This package contains the headers that programmers will need to develop applications which will use SDL12. |
| libSDL_gfx10-devel | 2.0.10 | LGPL | Header files and more to develop SDL_gfx applications | Header files and more to develop SDL_gfx applications. |
| libSDL_gfx10-static-devel | 2.0.10 | LGPL | Static SDL_gfx libraries | Static SDL_gfx libraries. |
| libSDL_image1.2-devel | 1.2.3 | LGPL | Headers for developing programs that will use SDL_image | This package contains the headers that programmers will need to develop applications which will use SDL_image. |
| libSDL_net1.2-devel | 1.2.5 | LGPL | Headers for developing programs that will use SDL_net | This package contains the headers that programmers will need to develop applications which will use SDL_net. |
| libSDL_ttf2.0-devel | 2.0.6 | LGPL | Headers for developing programs that will use SDL_ttf | This package contains the headers that programmers will need to develop applications which will use SDL_ttf. Warning! TrueType font decoding is under patent, and software using this library may be in violation of this patent. Use at your own risk! See http://www.freetype.org/ for details. |
| libselinux1-devel | 1.4 | Public Domain | Development libraries and header files | The selinux-devel package contains the static libraries and header files needed for developing SELinux applications. |
| libshhmsg1-devel | 1.4.1 | Artistic | Library and header files for the shhmsg library | C-functions for error messages, verbose messages and `normal' messages in terminalbased programs. |
| libshhopt1-devel | 1.1.7 | Artistic | Library and header files for the shhopt library | C-functions for parsing command line options, both traditional one-character options, and GNU'ish --long-options. |
| libskyutils0-devel | 2.6 | GPL | Development parts of skyutils | Static library of skyutils |
| libslang1-devel | 1.4.9 | GPL | The static library and header files for development using S-Lang. | This package contains the S-Lang extension language static libraries and header files which you'll need if you want to develop S-Lang based applications. Documentation which may help you write S-Lang based applications is also included. Install the slang-devel package if you want to develop applications based on the S-Lang extension language. |
| libsmpeg0.4-devel | 0.4.4 | LGPL | Headers for developing programs that will use smpeg | This package contains the headers that programmers will need to develop applications which will use smpeg. |
| libsndfile1-devel | 1.0.5 | LGPL | Libraries, includes, etc to develop libsndfile applications | Libraries, include files, etc you can use to develop libsndfile applications. |
| libsndfile1-static-devel | 1.0.5 | LGPL | Static Library for developing libsndfile applications. | This contains the static library of libsndfile needed for building apps that link statically to libsndfile. |
| libsnmp0-devel | 4.2.3 | BSDish | The development environment for the NET-SNMP project. | The libsnmp0-devel package contains the development libraries and header files for use with the NET-SNMP project's network management tools. Install the ucd-snmp-devel package if you would like to develop applications for use with the NET-SNMP project's network management tools. You'll also need to have the ucd-snmp and ucd-snmp-utils packages installed. |
| libspectrum2-devel | 0.2.0.1 | GPL | Development files for programs which will use the libspectrum library. | This package contains the header files and documentation necessary for development of programs that will use the libspectrum library. You should install this package if you need to develop programs which will use the libspectrum library functions. You'll also need to install the libspectrum package. |
| libspectrum2-static-devel | 0.2.0.1 | GPL | Static libraries for programs which will use the libspectrum library. | This package contains the static libraries, necessary for development of programs that will use the libspectrum library. You should install this package if you need to develop programs which will use the libspectrum library functions. You'll also need to install the libspectrum package. |
| libspeex1-devel | 1.1.4 | BSD | Speex development files | Speex development files. |
| libspeex1-static-devel | 1.1.4 | BSD | Speex static library | Speex static library for developing applications based on Speex. |
| libsqlite0-devel | 2.8.6 | Public Domain | Development library and header files for the sqlite library | SQLite is a C library that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. The distribution comes with a standalone command-line access program (sqlite) that can be used to administer an SQLite database and which serves as an example of how to use the SQLite library. This package contains the static libsqlite0 library and its header files. |
| libsqlite0-static-devel | 2.8.6 | Public Domain | Static development library for the sqlite library | SQLite is a C library that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. The distribution comes with a standalone command-line access program (sqlite) that can be used to administer an SQLite database and which serves as an example of how to use the SQLite library. This package contains the static libsqlite0 library. |
| libstartup-notification-1_0-devel | 0.5 | LGPL | Library used to monitor application startup | Startup-notification is a library used to monitor application startup. |
| libstree0-devel | 0.3.0 | BSD | Headers for developing programs that will use libstree | This package contains the headers that programmers will need to develop applications which will use libstree. |
| libstree0-static-devel | 0.3.0 | BSD | Static libstree0 library | Static libstree0 library. |
| libstroke0-devel | 0.5.1 | GPL | Development libraries for libStroke | LibStroke is a stroke interface library. Strokes are motions of the mouse that can be interpreted by a program as a command. Strokes are used extensively in CAD programs. |
| libsvgalib1-devel | 1.9.18 | Public Domain | Development tools for programs using the SVGAlib graphics library | The svgalib-devel package contains the libraries and header files needed to build programs which will use the SVGAlib low-level graphics library. Install the svgalib-devel package if you want to develop applications which will use the SVGAlib library. Please take note that SVGAlib is independent from X Window System. Thus, this package is useless if you want to develop X11 applications. |
| libswfdec0-devel | 0.2.2 | LGPL | Swfdec development files and static libraries. | This contains the files needed to build packages that depend on swfdec. |
| libsysfs0-devel | 0.4.0 | GPL | Headers for developing programs that will use sysfsutils | This package contains the headers that programmers will need to develop applications which will use sysfsutils. |
| libsysfs0-static-devel | 0.4.0 | GPL | Static library for developing programs that will use sysfsutils | This package contains the static library that programmers will need to develop applications which will use sysfsutils. |
| libtabe2-devel | 0.2.6 | BSD style | Header files and libraries for developing apps which will use libtabe | Chinese lexicons library for xcin-2.5's bimsphone input method. This package contains static libraries and headers files. |
| libtaglib0-devel | 1.0 | GPL | Headers and static lib for taglib development | Install this package if you want do compile applications using the libtag library. |
| libtar-devel | 1.2.11 | BSD | C library for manipulating tar files - headers and static library | libtar is a library for manipulating tar files from within C programs. Here are some of its features: * Handles both POSIX tar file format and the GNU extensions. * API provides functions for easy use, such as tar_extract_all(). * Also provides functions for more granular use, such as tar_append_regfile(). This package contains the static library and the C headers needed to build applications with libtar. |
| libtdb1-devel | 1.0.6 | GPL | Headers files of libtdb library | TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. TDB is also extremely small. |
| libtermcap2-devel | 2.0.8 | LGPL | Development tools for programs which will access the termcap database | This package includes the libraries and header files necessary for developing programs which will access the termcap database. If you need to develop programs which will access the termcap database, you'll need to install this package. You'll also need to install the libtermcap package. |
| libtiff3-devel | 3.5.7 | BSD-like | Development tools for programs which will use the libtiff library | This package contains the header files and .so libraries for developing programs which will manipulate TIFF format image files using the libtiff library. |
| libtiff3-static-devel | 3.5.7 | BSD-like | Static libraries for programs which will use the libtiff library | This package contains the static libraries for developing programs which will manipulate TIFF format image files using the libtiff library. |
| libtpctl2-devel | 4.4 | GPL | Development package with static libs and headers. | This package contains header files and static library for tpctl utilities. |
| libtre3-devel | 0.5.3 | GPL | Header files and libraries for developing apps with tre | TRE is a lightweight, robust, and efficient POSIX compliant regexp matching library with some exciting features such as approximate matching. |
| libtre3-static-devel | 0.5.3 | GPL | Static libraries for developing apps with tre | TRE is a lightweight, robust, and efficient POSIX compliant regexp matching library with some exciting features such as approximate matching. |
| libucl0-devel | 1.01 | GPL | The UCL Compression Library - development environment | UCL implements a number of algorithms with the following features: - Decompression is simple and *very* fast. - Requires no memory for decompression. - The decompressors can be squeezed into less than 200 bytes of code. - Focuses on compression levels for generating pre-compressed data which achieve a quite competitive compression ratio. - Allows you to dial up extra compression at a speed cost in the compressor. The speed of the decompressor is not reduced. - Algorithm is thread safe. - Algorithm is lossless. UCL supports in-place decompression. Install ucl if you need to compile an application with libucl0 support. |
| libudftools1-devel | 1.0.0 | GPL | Devel files from udftools. | This is the libraries, include files and other resources you can use to incorporate udftools into applications. |
| libudftools1-static-devel | 1.0.0 | GPL | Static Library for developing applications with udftools. | This contains the static library of udftools needed for building apps that link statically to udftools. |
| libuim0-devel | 0.2.8 | GPL or BSD | Headers of uim for development. | Headers of uim for development. |
| libungif4-devel | 4.1.0 | BSD-like | Development tools for programs which will use the libungif library. | This package contains the header files and documentation necessary for development of programs that will use the libungif library to load and save GIF format image files. You should install this package if you need to develop programs which will use the libungif library functions for loading and saving GIF format image files. You'll also need to install the libungif package. |
| libungif4-static-devel | 4.1.0 | BSD-like | Static libraries for programs which will use the libungif library. | This package contains the static libraries, necessary for development of programs that will use the libungif library to load and save GIF format image files. You should install this package if you need to develop programs which will use the libungif library functions for loading and saving GIF format image files. You'll also need to install the libungif package. |
| libupf0-devel | 0.1.5 | MIT | Header files and static libraries from upf | Libraries and includes files for developing programs based on upf. |
| libusb0.1_4-devel | 0.1.7 | LGPL | Libusb is a library which allows userspace access to USB devices | The libusb-devel package includes the header files and .so libraries necessary for developing programs which will access USB devices using the libusb library. If you are going to develop programs which will access USB devices, you should install libusb-devel. You'll also need to have the libusb package installed. |
| libusb0.1_4-static-devel | 0.1.7 | LGPL | Static libraries for libusb | The libusb-devel package includes the static libraries necessary for developing programs which will access USB devices using the libusb library. If you are going to develop programs which will access USB devices, you should install libusb-devel. You'll also need to have the libusb package installed. |
| libuser1-devel | 0.51.7 | LGPL | Files needed for developing applications which use libuser. | The libuser-devel package contains header files, static libraries, and other files useful for developing applications with libuser. |
| libutempter0-devel | 0.5.2 | GPL | Devel files for utempter | Header files for writing apps using libutempter |
| libv3d1-devel | 0.1.14 | LGPL | Headers for developing programs that will use libv3d | This package contains the headers that programmers will need to develop applications which will use libv3d. |
| libvcd0-devel | 0.7.20 | GPL | Devel files from vcdimager | This is the libraries, include files and other resources you can use to incorporate vcdimager into applications. |
| libvcd0-static-devel | 0.7.20 | GPL | Static Library for developing applications with vcdimager. | This contains the static library of vcdimager needed for building apps that link statically to vcdimager. |
| libveejay0.5-devel | 0.5.3 | GPL | Header files and static libraries from veejay | Libraries and includes files for developing programs based on veejay. |
| libvigra2-devel | 1.2.0 | The VIGRA Artistic License | Development header files for vigra | Libraries, include files and other resources you can use to develop vigra applications. |
| libvlc0-devel | 0.7.1 | GPL | Development files for the VLC media player | Development files for the VLC media player This package contains headers and a static library required to build plugins for the VLC media player, or standalone applications using features from VLC. |
| libvorbis0-devel | 1.0.1 | BSD | Headers for developing programs that will use libvorbis | This package contains the headers that programmers will need to develop applications which will use libvorbis. |
| libvte4-devel | 0.11.10 | LGPL | Files needed for developing applications which use vte. | VTE is an experimental terminal emulator widget for use with GTK+ 2.0. This package contains the files needed for building applications using VTE. |
| libwine1-devel | 20040213 | LGPL | Static libraries and headers for wine | ne is a program which allows running Microsoft Windows programs (including DOS, Windows 3.x and Win32 executables) on Unix. libwine1-devel contains the libraries and header files needed to develop programs which make use of wine. Wine is often updated. |
| libwmf0.2_7-devel | 0.2.8 | GPL | A library to convert wmf files. - development environment | libwmf is a library for unix like machines that can convert wmf files into other formats, currently it supports a gd binding to convert to gif, and an X one to draw direct to an X window or pixmap. Install libwmf-devel if you need to compile an application with libwmf support. |
| libwraster2-devel | 0.80.2 | GPL | Libwraster - Development library | This package allows build of softwares using libwraster library. |
| libwraster2-static-devel | 0.80.2 | GPL | Libwraster - Static library | This package contains a static library used to build statically linked softwares against libwraster. |
| libwv2_1 | 0.2.1 | GPL | Word97 exporter library | wvWare is the continuation of Caolan McNamara's wv - the MSWord library. Efforts are underway to make this library more correct, robust, and turn it into a Word97 exporter. |
| libwv2_1-devel | 0.2.1 | GPL | Word97 exporter library devel | This is the Wv2 development package. |
| libwvstreams3.74-devel | 3.74.0 | LGPL | Development files for WvStreams. | WvStreams aims to be an efficient, secure, and easy-to-use library for doing network applications development. This package contains the files needed for developing applications which use WvStreams. |
| libXaw3d7-devel | 1.5 | MIT | Header files and static libraries for development using Xaw3d | Xaw3d is an enhanced version of the MIT Athena widget set for the X Window System. Xaw3d adds a three-dimensional look to those applications with minimal or no source code changes. Xaw3d-devel includes the header files and static libraries for developing programs that take full advantage of Xaw3d's features. You should install Xaw3d-devel if you are going to develop applications using the Xaw3d widget set. You'll also need to install the Xaw3d package. |
| libXawM1-devel | 1.5u | MIT | Widget based on Xaw3d | An Athena-compatible widget set with a modern look and feel. |
| libxfree86-devel | 4.3 | MIT | Headers and programming man pages. | libxfree86-devel includes the libraries, header files and documentation you'll need to develop programs which run in X clients. XFree86 includes the base Xlib library as well as the Xt and Xaw widget sets. For guidance on programming with these libraries, O'Reilly & Associates produces a series on X programming which you might find useful. Install libxfree86-devel if you are going to develop programs which will run as X clients. If you need the static libraries, install the libxfree86-static-devel package. |
| libxfs1-devel | 2.6.3 | GPL | XFS filesystem-specific static libraries and headers. | libxfs1-devel contains the libraries and header files needed to develop XFS filesystem-specific programs. You should install libxfs1-devel if you want to develop XFS filesystem-specific programs, If you install libxfs1-devel, you'll also want to install xfsprogs. |
| libxine1-devel | 1 | GPL | Devel files for xine. | xine is a free gpl-licensed video player for unix-like systems. This package contains the development files required for compiling xine front ends or plugins. |
| libxklavier8-devel | 0.97 | LGPL | Libraries, includes, etc to develop libxklavier applications | Libraries, include files, etc you can use to develop libxklavier applications. |
| libxklavier8-static-devel | 0.97 | LGPL | Static library of libxklavier | This package contains the static library required for statically linking applications based on libxklavier. |
| libxml1-devel | 1.8.17 | LGPL | Libraries, includes and other files to develop libxml applications. | This packages contains the libraries, include and other files you can use to develop libxml applications. |
| libxml2-devel | 2.6.6 | MIT | Libraries, includes, etc. to develop XML and HTML applications | Libraries, include files, etc you can use to develop XML applications. This library allows to manipulate XML files. It includes support to read, modify and write XML and HTML files. There is DTDs support this includes parsing and validation even with complex DtDs, either at parse time or later once the document has been modified. The output can be a simple SAX stream or and in-memory DOM like representations. In this case one can use the built-in XPath and XPointer implementation to select subnodes or ranges. A flexible Input/Output mechanism is available, with existing HTTP and FTP modules and combined to an URI library. |
| libxmlrpc0-devel | 0.51 | BSD | Libraries, includes, etc. to develop XML and HTML applications | xmlrpc-epi is an implementation of the xmlrpc protocol in C. It provides an easy to use API for developers to serialize RPC requests to and from XML. It does *not* include a transport layer, such as HTTP. The API is primarily based upon proprietary code written for internal usage at Epinions.com, and was later modified to incorporate concepts from the xmlrpc protocol. |
| libxmms1-devel | 1.2.9 | GPL | Development package with static libs and headers | Static libraries and header files required for compiling xmms plugins. |
| libxmpi0-devel | 2.2.3b6 | Distribuable | Development librairies for xmpi | Development librairies for xmpi. |
| libxosd2-devel | 2.2.7 | GPL | Header files for developing programs using libxosd | This package contains the header files you need to develop programs based on libxosd that display it's output in a TV set's on screen display fashion. |
| libxpm4-devel | 3.4k | MIT | Tools for developing apps which will use the XPM pixmap library | The xpm-devel package contains the development libraries and header files necessary for developing applications which will use the XPM library. The XPM library is used by many programs for displaying pixmaps in the X Window System. Install the xpm-devel package if you want to develop applications using the XPM pixmap library. You'll also need to install the xpm package. |
| libxslt1-devel | 1.1.2 | MIT | Libraries, includes, etc. to develop XML and HTML applications | This C library allows to transform XML files into other XML files (or HTML, text, ...) using the standard XSLT stylesheet transformation mechanism. |
| libyaz2-devel | 2.0.4 | BSD-like | Z39.50 Library - development package | Development libraries and includes for the libyaz package. |
| libyiff2-devel | 2.14.2 | GPL | Headers for developing programs that will use yiff | This package contains the headers that programmers will need to develop applications which will use yiff. |
| libzvbi0-devel | 0.2.5 | GPL | Header files for developing apps which will use libzvbi | Header files and static library of bzip2 functions, for developing apps which will use the zvbi library (aka libzvbi) |
| licq-devel | 1.2.6 | GPL | Development files for Licq | This is the header files that you will need in order to compile Licq plugins. |
| maildrop-devel | 1.6.3 | GPL | Development tools for handling E-mail messages | The maildrop-devel package contains the libraries and header files that can be useful in developing software that works with or processes E-mail messages. Install the maildrop-devel package if you want to develop applications which use or process E-mail messages. |
| mpicc | 1.2.5.2 | BSD-style | The MPICH wrapper over the C compiler | MPICH is a freely available, portable implementation of MPI, the Standard for message-passing libraries. MPICH-A Portable Implementation of MPI is a MPI Standard conforming library that was developed by the Argonne National Laboratory. It allows different processes across a network of workstations to communicate using specific message passing functions. It includes librairies, parallel debuging tools and docs. This package provides the shell script mpicc, with headers, which allows to compile C programs using the MPICH libraries. |
| mydns-devel | 0.10.1 | GPL | Development libraries and headers for mydns | This package contains the development libraries and headers for mydns |
| nagios-devel | 1.1 | GPL | Provides include files that Nagios-related applications may compile against. | Nagios is a program that will monitor hosts and services on your network. It has the ability to email or page you when a problem arises and when a problem is resolved. Nagios is written in C and is designed to run under Linux (and some other *NIX variants) as a background process, intermittently running checks on various services that you specify. This package provides include files that Nagios-related applications may compile against. |
| octave-forge-devel | 2004.02.12 | Public Domain | C header files for octave-forge | C header files for octave-forge. |
| OpenDX-devel | 4.3.2 | IBM Public License | Development libraries for OpenDX | This package contains the header files and includes necessary to for developing applications with OpenDX. |
| paper-utils | 1.1.8 | LGPL | Library for handling paper characteristics (development files) | This package contains the development files for a simple library for use by programs needing to handle papers. It lets program automatically recognize a lot of different papers with their properties (actually their size). |
| pciutils-devel | 2.1.11 | GPL | Linux PCI development library | This package contains a library for inspecting and setting devices connected to the PCI bus. |
| perl-Tk-devel | 800.024 | GPL or Artistic | Tk modules for Perl (development package) | This package provides the modules and Tk code for Perl/Tk, as written by Nick Ing-Simmons (pTk), John Ousterhout(Tk), and Ioi Kim Lam(Tix). It gives you the ability to develop perl applications using the Tk GUI. It includes the source code for the Tk and Tix elements it uses. The licences for the various components differ, so check the copyright. This is the development package. |
| perl-Tk-TableMatrix-devel | 1.01 | GPL or Artistic | Tk::TableMatrix modules for Perl (development package) | Tk::TableMatrix is a table/matrix widget extension to perl/tk for displaying data in a table (or spreadsheet) format. This is the development package. |
| php432-devel | 4.3.4 | PHP License | Development package for PHP4 | The php-devel package lets you compile dynamic extensions to PHP4. Included here is the source for the php extensions. Instead of recompiling the whole php binary to add support for, say, oracle, install this package and use the new self-contained extensions support. For more information, read the file SELF-CONTAINED-EXTENSIONS. |
| plt-devel | 205 | LGPL | Development header files for plt | This package contains the symlinks, headers and object files needed to compile and link programs which use plt. |
| pnet-devel | 0.6.2 | GPL | Headers for developing programs that will use pnet | This package contains the headers that programmers will need to develop applications which will use pnet. |
| popt-devel | 1.8.2 | GPL | A C library for parsing command line parameters | Popt is a C library for parsing command line parameters. Popt was heavily influenced by the getopt() and getopt_long() functions, but it improves on them by allowing more powerful argument expansion. Popt can parse arbitrary argv[] style arrays and automatically set variables based on command line arguments. Popt allows command line arguments to be aliased via configuration files and includes utility functions for parsing arbitrary strings into argv[] arrays using shell-like rules. Install popt-devel if you're a C programmer and you'd like to use its capabilities. |
| prelude-lml-devel | 0.8.1 | GPL | Libraries, includes, etc. to develop Prelude Log Analyzer Sensor | The Prelude Log Monitoring Lackey (LML) is the host-based sensor program part of the Prelude Hybrid IDS suite. It can act as a centralized log collector for local or remote systems, or as a simple log analyzer (such as swatch). It can run as a network server listening on a syslog port or analyze log files. It supports logfiles in the BSD syslog format and is able to analyze any logfile by using the PCRE library. It can apply logfile-specific analysis through plugins such as PAX. It can send an alert to the Prelude Manager when a suspicious log entry is detected. The devel headers. |
| prelude-manager-devel | 0.8.7 | GPL | Libraries, includes, etc. to develop Prelude IDS Manager plugins | Prelude Manager is the main program of the Prelude Hybrid IDS suite. It is a multithreaded server which handles connections from the Prelude sensors. It is able to register local or remote sensors, let the operator configure them remotely, receive alerts, and store alerts in a database or any format supported by reporting plugins, thus providing centralized logging and analysis. It also provides relaying capabilities for failover and replication. The IDMEF standard is used for alert representation. Support for filtering plugins allows you to hook in different places in the Manager to define custom criteria for alert relaying and logging. Install this package if you want to build Prelude IDS Manager Plugins. |
| prelude-nids-devel | 0.8.1 | GPL | Libraries, includes, etc. to develop Prelude NIDS | Prelude NIDS is the network-based sensor program part of the Prelude Hybrid IDS suite. It provides network monitoring with fast pattern matching (Boyer-Moore) to detect attacks against a network. It includes advanced mechanisms such as a generic signature engine which is able to understand any ruleset as long as there is a dedicated parser, protocol and detection analysis plugins featuring Telnet, RPC, HTTP, and FTP decoding and preprocessors for cross-platform polymorphic shellcodes detection, ARP misuse detection, and scanning detection. It supports IP fragmentation and TCP segmentation to track connections and detect stateful events. This package contains the headers for developing |
| procps-devel | 3.1.15 | GPL | An X based system message monitoring utility | Developement headers and library for the proc library. |
| publib-devel | 0.31 | Public Domain | C function library | Publib is a library of C functions for various purposes. It has been written so that it is easy to extend. It's build tools can easily be used for other libraries, but that isn't relevant for the Debian pre-packaged version. The library contains functions for memory allocation, bit arrays, configuration files, comparing standard C types for qsort and bsearch, error messages, expression parsing and evaluation, filenames, hash tables, integer sets, log files, the Linux Software Map, NNTP, priority queues, normal queues, editor buffers, stacks, and strings. |
| pump-devel | 0.8.19 | MIT | Header files and static libs for the development of pump applications. | Header fies that you will need to develop pump-related applications. |
| rpm-devel | 4.2.2 | GPL | Development files for applications which will manipulate RPM packages | This package contains the RPM C library and header files. These development files will simplify the process of writing programs which manipulate RPM packages and databases and are intended to make it easier to create graphical package managers or any other tools that need an intimate knowledge of RPM packages in order to function. This package should be installed if you want to develop programs that will manipulate RPM packages and databases. |
| sdcc | 2.3.8 | GPL | C compiler for Intel 8051 and Zilog Z80 | SDCC is a Freeware, retargettable, optimizing ANSI - C compiler. The current version targets the Intel 8051 and the Zilog Z80 based MCUs. Work is in progress on supporting the Amtel AVR, DS390, and Microchip PIC series. SDCC uses ASXXXX and ASLINK, a Freeware, retargettable assembler and linker. SDCC has extensive MCU specific language extensions, which lets it utilize the underlying hardware effectively. The front end (parser) will be enhanced to handle language extensions for other MCUs as and when they are targeted. |
| sfio-devel | 1999 | AT&T Labs | Libraries, includes and other files for Safe/Fast I/O Library | This packages contains the libraries, include and other files for Safe/Fast I/O Library |
| sox-devel | 12.17.4 | GPL-like | The SoX sound file format converter libraries. | This package contains the library needed for compiling applications which will use the SoX sound file format converter. Install sox-devel if you want to develop applications which will use SoX. |
| streamtuner-devel | 0.11.1 | GPL | Development files from streamtuner. | Headers and static libraries from streamtuner. |
| sweep-devel | 0.8.2 | GPL | C headers for developing Sweep plugins | Sweep is an audio editor and live playback tool for GNU/Linux, BSD and compatible systems. It supports many music and voice formats including WAV, AIFF, Ogg Vorbis, Speex and MP3, with multichannel editing and LADSPA effects plugins. Inside lives a pesky little virtual stylus called Scrubby who enjoys mixing around in your files. This package contains the C headers needed to compile plugins for Sweep. |
| swig-devel | 1.3.21 | BSD-like | Header files and libraries for developing apps which will use swig | SWIG takes an interface description file written in a combination of C/C++ and special directives and produces interfaces to Perl, Python, and Tcl. It allows scripting languages to use C/C++ code with minimal effort. Install the swig-devel package if you want to develop applications that will use the swig library. |
| t1lib1-devel | 1.3.1 | LGPL | Header files for Type 1 font rasterizer | Header files required for compiling packages needing the t1lib. |
| t1lib1-static-devel | 1.3.1 | LGPL | Static libraries for Type 1 font rasterizer | Static libraries required for staticaly compiling packages needing the t1lib. |
| tcc | 0.9.18 | GPL | Tiny C Compiler | Tiny C Compiler - C Scripting Everywhere - The Smallest ANSI C compiler |
| tcp_wrappers-devel | 7.6 | BSD | A security library which acts as a wrapper for TCP daemons. | Library and header files for the tcp_wrappers program |
| tetex-devel | 2.0.2 | Distributable | Development libraries (kpathsea) for teTeX | This package contains C headers and libraries, for developing TeX applications using kpathsea library. |
| treecc | 0.2.8 | GPL | A tool for helping in compiler development | The treecc program is designed to assist in the development of compilers and other language-based tools. It manages the generation of code to handle abstract syntax trees and operations upon the trees. Treecc was originally written to assist with the development of the C# compiler for the Portable.NET project. However, it is much more general than that and can be used in any system that makes heavy use of abstract syntax trees and the operations upon them. |
| tux-devel | 3.2.14 | GPL | Header files for developing apps which will use TUX | Development files for Tux server. |
| uClibc-devel | 0.9.21 | LGPL | Development files for uClibc | Small libc for building embedded applications. |
| uClibc-static-devel | 0.9.21 | LGPL | Static uClibc libratries | Static uClibc libratries. |
| VFlib2-devel | 2.25.1 | GPL | Header files and static library for VFlib v2.24.0. | This package contains the VFlib2 static libraries and header files required to develop VFlib2-based applications. |
| WindowMaker-devel | 0.80.2 | GPL | Static libraries and header files | Window Maker is an X11 window manager which emulates the look and feel of the NeXTSTEP (TM) graphical user interface. It is relatively fast, feature rich and easy to configure and use. Window Maker is part of the official GNU project, which means that Window Maker can interoperate with other GNU projects, such as GNOME. Window Maker allows users to switch themes 'on the fly,' to place favorite xapplications on either an application dock, similar to AfterStep's Wharf or on a workspace dock, a 'clip' which extends the application dock's usefulness. This package contains headers needed for development. |
| WindowMaker-static-devel | 0.80.2 | GPL | Static libraries | Window Maker is an X11 window manager which emulates the look and feel of the NeXTSTEP (TM) graphical user interface. It is relatively fast, feature rich and easy to configure and use. Window Maker is part of the official GNU project, which means that Window Maker can interoperate with other GNU projects, such as GNOME. Window Maker allows users to switch themes 'on the fly,' to place favorite xapplications on either an application dock, similar to AfterStep's Wharf or on a workspace dock, a 'clip' which extends the application dock's usefulness. This package contains static libraries needed for development. |
| wv-devel | 0.7.4 | GPL | MSWord 6/7/8/9 binary file format -> HTML converter (development) | Wv is a program that understands the Microsoft Word 6/7/8/9 binary file format and is able to convert Word documents into HTML, which can then be read with a browser. This is the development package. |
| xdelta1-devel | 1.1.3 | GPL | Static libraries and header files for development with XDelta | This package contains the static libraries and header files required to develop applications using Xdelta. |
| xdelta-devel | 2.0 | BSD | Static libraries and header files for development with XDelta | This package contains the static libraries and header files required to develop applications using Xdelta. |
| xemacs-devel | 21.4.14 | GPL | Header files for Xemacs | Contains all the header files needed for xemacs development. |
| zlib1-devel | 1.2.1 | BSD | Header files and libraries for developing apps which will use zlib | The zlib-devel package contains the header files and libraries needed to develop programs that use the zlib compression and decompression library. Install the zlib-devel package if you want to develop applications that will use the zlib library. |
Logan High [Utah] students have adjusted well to Linux. “I have to turn off the light to let them know it’s time to go home,” says [Russell] Weeks, who runs the computer lab after school. “Sometimes their parents come in to get them.”
Last changed: 20-Jun-2004 13:24:26 Find out who links to this page. Verify for yourself that this page is pure, standard HTML, not Ruby.
If you would like us to read email for
USD$1000 per page, payable in advance, send it here.