Modern tools.
Traditional dedication.
Home
| Purpose
| Linux
| Products
| Legality
| Special
| Downloads
| Articles
| Contact
![]()
| a2ps-devel | 4.13b | GPL | Include files for a2ps | The a2ps filter converts text and other types of files to PostScript(TM). A2ps has pretty-printing capabilities and includes support for a wide number of programming languages, encodings (ISO Latins, Cyrillic, etc.), and medias. This package holds include files. |
| a2ps-static-devel | 4.13b | GPL | Static libraries for a2ps | The a2ps filter converts text and other types of files to PostScript(TM). A2ps has pretty-printing capabilities and includes support for a wide number of programming languages, encodings (ISO Latins, Cyrillic, etc.), and medias. This package holds static libraries. |
| alleyoop | 0.8.0 | GPL | Graphical frontend to Valgrind memory checker | Alleyoop is a graphical frontend to the Valgrind memory checker for GNOME. |
| anjuta | 1.2.1 | GPL | Integrated development environment for C and C++ (Linux) | Anjuta is a versatile IDE for C and C++, written for GTK/GNOME. Features include project management, application wizards, an onboard interactive debugger, and a powerful source editor with browsing and syntax highlighting. This version of anjuta is the GNOME 2 port of anjuta 1.0, which was for GNOME 1.x originally. The one written from scratch and for GNOME 2 from the start has been renamed "Scaffold". |
| asp2php | 0.76.19 | GPL | Program for converting .asp files to .php files | asp2php is a program which can help you convert Micro$oft (tm) Active Server Pages (tm) to PHP files. Install this if you intend to migrate from Microsuck, umm, I mean Micro$oft (tm) Internet Information Server (tm) to PHP. |
| atlas | 3.4.2 | BSD like | Automatically Tuned Linear Algebra Software (ATLAS) | The ATLAS (Automatically Tuned Linear Algebra Software) project is an ongoing research effort focusing on applying empirical techniques in order to provide portable performance. At present, it provides C and Fortran77 interfaces to a portably efficient BLAS implementation, as well as a few routines from LAPACK. |
| autoconf | 2.13 | GPL | A GNU tool for automatically configuring source code. | GNU's Autoconf is a tool for configuring source code and Makefiles. Using Autoconf, programmers can create portable and configurable packages, since the person building the package is allowed to specify various configuration options. You should install Autoconf if you are developing software and you'd like to use it to create shell scripts which will configure your source code packages. If you are installing Autoconf, you will also need to install the GNU m4 package. Note that the Autoconf package is not required for the end user who may be configuring software with an Autoconf-generated script; Autoconf is only required for the generation of the scripts, not their use. -- PLEASE NOTICE ---> this version is meant to coexist with autoconf-2.5x; to that end, the various binaries are actually linked to a script which decides which version to execute. It tries to be clever and will execute 2.5x if `configure.ac' is present, or if `configure.in' contains AC_PREREQ and the value's 3 first letters are stringwise greater than '2.1'. If anything fails, you can manually select 2.13 by providing the environment variable WANT_AUTOCONF_2_1 set to `1' (use WANT_AUTOCONF_2_5 if you want the 2.5x version). |
| autoconf2.5 | 2.59 | GPL | A GNU tool for automatically configuring source code. | GNU's Autoconf is a tool for configuring source code and Makefiles. Using Autoconf, programmers can create portable and configurable packages, since the person building the package is allowed to specify various configuration options. You should install Autoconf if you are developing software and you'd like to use it to create shell scripts which will configure your source code packages. If you are installing Autoconf, you will also need to install the GNU m4 package. Note that the Autoconf package is not required for the end user who may be configuring software with an Autoconf-generated script; Autoconf is only required for the generation of the scripts, not their use. -- PLEASE NOTICE ---> this version is meant to coexist with autoconf-2.13 (for backwards compatibility); to that end, the various binaries are actually linked to a script which decides which version to execute. It tries to be clever and will execute 2.5x if `configure.ac' is present, or if `configure.in' contains AC_PREREQ and the value's 3 first letters are stringwise greater than '2.1'. You can also manually select it by providing the environment variable WANT_AUTOCONF_2_5 set to `1' (use WANT_AUTOCONF_2_1 if you want the 2.13 version). |
| automake | 1.4 | GPL | A GNU tool for automatically creating Makefiles. | Automake is a tool for automatically generating Makefiles compliant with the GNU Coding Standards. You should install Automake if you are developing software and would like to use its capabilities of automatically generating GNU standard Makefiles. If you install Automake, you will also need to install GNU's Autoconf package. |
| automake1.6 | 1.6.3 | GPL | A GNU tool for automatically creating Makefiles. | Automake is a tool for automatically generating Makefiles compliant with the GNU Coding Standards. You should install Automake if you are developing software and would like to use its capabilities of automatically generating GNU standard Makefiles. If you install Automake, you will also need to install GNU's Autoconf package. |
| automake1.7 | 1.7.9 | GPL | A GNU tool for automatically creating Makefiles. | Automake is a tool for automatically generating Makefiles compliant with the GNU Coding Standards. You should install Automake if you are developing software and would like to use its capabilities of automatically generating GNU standard Makefiles. If you install Automake, you will also need to install GNU's Autoconf package. |
| automake1.8 | 1.8.2 | GPL | A GNU tool for automatically creating Makefiles. | Automake is a tool for automatically generating Makefiles compliant with the GNU Coding Standards. You should install Automake if you are developing software and would like to use its capabilities of automatically generating GNU standard Makefiles. If you install Automake, you will also need to install GNU's Autoconf package. |
| barcode-devel | 0.98 | GPL | GNU barcode files for development | This is GNU-barcode. The package is meant to solve most needs in barcode creation with a conventional printer. It can create printouts for the conventional product tagging standards: UPC-A, UPC-E, EAN-13, EAN-8, ISBN, as well as a few other formats. Ouput is generated as either Postscript or Encapsulated Postscript (other back-ends may be added if needed). This package contain the C header, the static library and man page for development. |
| bigforth | 2.0.9 | GPL | bigForth language | bigforth is a portable implementation of the ANS Forth language. Its greatest advantage is the portable widget toolkit MINOS which builds on top of it. There are a lot of similarites with GForth btw. |
| binutils | 2.14.90.0.7 | GPL | GNU Binary Utility Development Utilities | Binutils is a collection of binary utilities, including: * ar: creating modifying and extracting from archives * nm: for listing symbols from object files * objcopy: for copying and translating object files * objdump: for displaying information from object files * ranlib: for generating an index for the contents of an archive * size: for listing the section sizes of an object or archive file * strings: for listing printable strings from files * strip: for discarding symbols (a filter for demangling encoded C++ symbols * addr2line: for converting addresses to file and line * nlmconv: for converting object code into an NLM Install binutils if you need to perform any of these types of actions on binary files. Most programmers will want to install binutils. |
| bison++ | 1.21.8 | GPL | A GNU general-purpose parser generator for C++. | Bison is a general purpose parser generator which converts a grammar description for an LALR context-free grammar into a C program to parse that grammar. Bison++ is built on top of Bison; it takes advantage of the C++ language. |
| bison | 1.875 | GPL | A GNU general-purpose parser generator. | Bison is a general purpose parser generator which converts a grammar description for an LALR context-free grammar into a C program to parse that grammar. Bison can be used to develop a wide range of language parsers, from ones used in simple desk calculators to complex programming languages. Bison is upwardly compatible with Yacc, so any correctly written Yacc grammar should work with Bison without any changes. If you know Yacc, you shouldn't have any trouble using Bison (but you do need to be very proficient in C programming to be able to use Bison). Many programs use Bison as part of their build process. Bison is only needed on systems that are used for development. If your system will be used for C development, you should install Bison since it is used to build many C programs. |
| blacsmpi-devel | 1.1 | GPL | Blacsmpi Basic Linear Algebra Communication Subprograms | The BLACS (Basic Linear Algebra Communication Subprograms) project is an ongoing investigation whose purpose is to create a linear algebra oriented message passing interface that may be implemented efficiently and uniformly across a large range of distributed memory platforms. |
| boost-jam | 3.1.9 | GPL | Build tool for Boost libraries | Boost Jam is a build tool based on FTJam, which in turn is based on Perforce Jam. It contains significant improvements made to facilitate its use in the Boost Build System, but should be backward compatible with Perforce Jam. Authors: Perforce Jam : Cristopher Seiwald FT Jam : David Turner Boost Jam : David Abrahams |
| byacc | 1.9 | Public Domain | A public domain Yacc parser generator. | Byacc (Berkeley Yacc) is a public domain LALR parser generator which is used by many programs during their build process. If you are going to do development on your system, you will want to install this package. |
| calculate | 1.00 | GPL | A simple command line calculator for the console. | A very simple console command line calculater. |
| camlp4 | 3.07.2 | QPL & LGPL | Preprocessor for OCaml | Preprocessor for OCaml |
| cdialog | 0.9b | GPL | A utility for creating TTY dialog boxes. | Dialog is a utility that allows you to show dialog boxes (containing questions or messages) in TTY (text mode) interfaces. Dialog is called from within a shell script. The following dialog boxes are implemented: yes/no, menu, input, message, text, info, checklist, radiolist, and gauge. Install dialog if you would like to create TTY dialog boxes. |
| chrpath | 0.12 | GPL | Dynamic library load path (rpath) alterer | Chrpath allows you to modify the dynamic library load path (rpath) of compiled programs. Currently, only removing and modifying the rpath is supported. |
| cim | 3.36 | GPL | Simula to C translator. Mother of all OO-languages. | Cim compiles Simula code to C and uses a C compiler like gcc to compile it further to machine-code. Simula was the first language with object-oriented features. The Simula language has features for quasi-parallel execution and a framework for doing simulations. |
| clips | 6.21 | BSD style | Clips language for expert systems | This is the Clips expert systems language. |
| clips-X11 | 6.21 | BSD style | X interface to Clips | X interface to Clips. |
| clisp | 2.30 | GPL | Common Lisp (ANSI CL) implementation | Common Lisp is a high-level, all-purpose programming language. CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe University and Michael Stoll of Munich University, both in Germany. It mostly supports Common Lisp as described in the ANSI CL standard. It runs on microcomputers (DOS, OS/2, Windows NT, Windows 95, Amiga 500-4000, Acorn RISC PC) as well as on Unix workstations (Linux, SVR4, Sun4, DEC Alpha OSF, HP-UX, NeXTstep, SGI, AIX, Sun3 and others) and needs only 2 MB of RAM. It is free software and may be distributed under the terms of GNU GPL, while it is possible to distribute commercial applications compiled with CLISP. The user interface comes in German, English, French and Spanish. CLISP includes an interpreter, a compiler, a large subset of CLOS, a foreign language interface and a socket interface. An X11 interface is available through CLX and Garnet. |
| cmake | 1.6.7 | BSD | Cross-platform, open-source make system | CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. |
| code2html | 0.9.1 | GPL | Converts a program source code to syntax highlighted HTML | code2html is a perlscript which converts a program source code to syntax highlighted HTML. It may be called from the command line or as a CGI script. It can also handle include commands in HTML files. Currently supports: Ada 95, C, C++, HTML, Java, JavaScript, Makefile, Pascal, Perl, SQL, AWK, M4, and Groff. |
| colordiff | 1.0.4 | GPL | A wrapper for 'diff' and produces the output with 'syntax' highlighting. | The Perl script colordiff is a wrapper for 'diff'. It produces the same output but with 'syntax' highlighting. Colour schemes can be customized. |
| cscope | 15.5 | BSD | C source file browser | cscope is an interactive, screen-oriented tool that allows the user to browse through C source files for specified elements of code. |
| cvs | 1.11.11 | GPL | A version control system | CVS means Concurrent Version System; it is a version control system which can record the history of your files (usually, but not always, source code). CVS only stores the differences between versions, instead of every version of every file you've ever created. CVS also keeps a log of who, when and why changes occurred, among other aspects. CVS is very helpful for managing releases and controlling the concurrent editing of source files among multiple authors. Instead of providing version control for a collection of files in a single directory, CVS provides version control for a hierarchical collection of directories consisting of revision controlled files. These directories and files can then be combined together to form a software release. Install the cvs package if you need to use a version control system. |
| cvs2cl | 2.51 | GPL | Generator of ChangeLog(s) from `cvs log` output | CVS2CL attempt to product a nice ChangeLog from cvs log output, some say nicer than rcs2log. He included with the OpenSouce cvs book : http://cvsbook.red-bean.com/ |
| cvsadmin | 1.0.3 | GPL | Tool to administer users of a CVS repository | cvsadmin is a simple program to administrate users of a CVS repository. It currently allows you to easily - add users - remove users - change users passwords - show existing users - rename users - change system users |
| cvsutils | 0.2.0 | GPL | Collection of useful CVS scripts | CVS Utilities is a collection of scripts, mostly in the Perl language, that allow you to manage the files in the CVS working directory. You can tell which files are under version control and which are not without even being online. You can erase or move away all derived files in seconds. |
| cxmon | 3.0 | GPL | Command-line file manipulation tool and disassembler | cxmon is an interactive command-driven file manipulation tool that is inspired by the "Amiga Monitor" by Timo Rossi. It has commands and features similar to a machine code monitor/debugger, but it lacks any functions for running/tracing code. There are, however, built-in PowerPC, 680x0, 80x86, AMD64, 6502 and Z80 disassemblers and special support for disassembling MacOS code (LowMem globals, named A-Traps). |
| cyrus-imapd-devel | 2.1.16 | OSI Approved | Cyrus IMAPd development files. | This package contains header files and libraries necessary for developing applications which use the imclient library. The main package is cyrus-imapd. |
| ddd | 3.3.8 | GPL | A GUI for several command-line debuggers. | The Data Display Debugger (DDD) is a popular GUI for command-line debuggers like GDB, DBX, JDB, WDB, XDB, the Perl debugger, and the Python debugger. DDD allows you to view source texts and provides an interactive graphical data display, in which data structures are displayed as graphs. You can use your mouse to dereference pointers or view structure contents, which are updated every time the program stops. DDD can debug programs written in Ada, C, C++, Chill, Fortran, Java, Modula, Pascal, Perl, and Python. DDD provides machine-level debugging; hypertext source navigation and lookup; breakpoint, watchpoint, backtrace, and history editors; array plots; undo and redo; preferences and settings editors; program execution in the terminal emulation window, debugging on a remote host, an on-line manual, extensive help on the Motif user interface, and a command-line interface with full editing, history and completion capabilities. |
| dejagnu | 1.4.3 | GPL | A front end for testing other programs. | DejaGnu is an Expect/Tcl based framework for testing other programs. DejaGnu has several purposes: to make it easy to write tests for any program; to allow you to write tests which will be portable to any host or target where a program must be tested; and to standardize the output format of all tests (making it easier to integrate the testing into software development). |
| dev86 | 0.16.3 | GPL | A real mode 80x86 assembler and linker. | The dev86 package provides an assembler and linker for real mode 80x86 instructions. You'll need to have this package installed in order to build programs that run in real mode, including LILO and the kernel's bootstrapping code, from their sources. You should install dev86 if you intend to build programs that run in real mode from their source code. |
| dev86-devel | 0.16.3 | GPL | A development files for dev86 | The dev86 package provides an assembler and linker for real mode 80x86 instructions. You'll need to have this package installed in order to build programs that run in real mode, including LILO and the kernel's bootstrapping code, from their sources. The dev86-devel package provides C headers need to use bcc, the C compiler for real mode x86. You should install dev86 if you intend to build programs that run in real mode from their source code. Note that you don't need dev86-devel package in order to build a kernel. |
| devhelp | 0.8.1 | GPL | API documentation browser for developers | Devhelp is an API documentation browser for GNOME 2. It works natively with Gtk-doc (System used in GTK+ and GNOME for documentating APIs) and it is possible to create books for other documentation as well. |
| devtodo | 0.1.17 | GPL | Todo displays and manages heirarchical lists of prioritized tasks. | Todo is a program to display and manage a hierarchical, prioritized list of outstanding work, or just reminders. The program itself is assisted by a few shell scripts that override default builtins. Specifically, cd, pushd and popd are overridden so that when using one of these commands to enter a directory, the todo will display any outstanding items in that directory. For much more complete information please refer to the man page (devtodo(1)). |
| dhcp-devel | 3.0 | Distributable | Development headers and libraries for the dhcpctl API | DHCP devel contains all of the libraries and headers for developing with th Internet Software Consortium (ISC) dhcpctl API. |
| diffstat | 1.34 | GPL-like | A utility which provides statistics based on the output of diff. | The diff command compares files line by line. Diffstat reads the output of the diff command and displays a histogram of the insertions, deletions and modifications in each file. Diffstat is commonly used to provide a summary of the changes in large, complex patch files. Install diffstat if you need a program which provides a summary of the diff command's output. You'll need to also install diffutils. |
| diffutils | 2.8.4 | GPL | A GNU collection of diff utilities | Diffutils includes four utilities: diff, cmp, diff3 and sdiff. * Diff compares two files and shows the differences, line by line. * The cmp command shows the offset and line numbers where two files differ, or cmp can show the characters that differ between the two files. * The diff3 command shows the differences between three files. Diff3 can be used when two people have made independent changes to a common original; diff3 can produce a merged file that contains both persons' changes and warnings about conflicts. * The sdiff command can be used to merge two files interactively. Install diffutils if you need to compare text files. |
| dmalloc | 5.2.1 | distributable | Debugging MALLOC | The debug memory allocation or "dmalloc" library has been designed as a drop in replacement for the system's `malloc', `realloc', `calloc', `free' and other memory management routines while providing powerful debugging facilities configurable at runtime. These facilities include such things as memory-leak tracking, fence-post write detection, file/line number reporting, and general logging of statistics. |
| dmalloc-devel | 5.2.1 | distributable | Debugging malloc devellopment files | Devellopment files from the Debugging malloc library. |
| doxygen | 1.3.5 | GPL | Doxygen is THE documentation system for C/C++ | Doxygen is a documentation system for C, C++ and IDL. It can generate an on-line class browser (in HTML) and/or an off-line reference manual (in LaTeX) from a set of documented source files. There is also support for generating man lpages and for converting the generated output into Postscript, hyperlinked PDF or compressed HTML. The documentation is extracted directly from the sources. Doxygen can also be configured to extract the code-structure from undocumented source files. This can be very useful to quickly find your way in large source distributions. |
| ElectricFence | 2.2.2 | GPL | A debugger which detects memory allocation violations | If you know what malloc() violations are, you'll be interested in ElectricFence. ElectricFence is a tool which can be used for C programming and debugging. It uses the virtual memory hardware of your system to detect when software overruns malloc() buffer boundaries, and/or to detect any accesses of memory released by free(). ElectricFence will then stop the program on the first instruction that caused a bounds violation and you can use your favorite debugger to display the offending statement. This package will install ElectricFence, which you can use if you're searching for a debugger to find malloc() violations. |
| elfutils | 0.89 | GPL | A collection of utilities and DSOs to handle compiled objects. | Elfutils is a collection of utilities, including: * eu-nm: for listing symbols from object files * eu-size: for listing the section sizes of an object or archive file * eu-strip: for discarding symbols * eu-readelf: the see the raw ELF file structures * eu-elflint: to check for well-formed ELF files |
| Eterm-devel | 0.9.2 | GPL | Devel files for Eterm | Eterm is a color vt102 terminal emulator intended as a replacement for Xterm. It is designed with a Freedom of Choice philosophy, leaving as much power, flexibility, and freedom as possible in the hands of the user. It is designed to look good and work well, but takes a feature-rich approach rather than one of minimalism while still maintaining speed and efficiency. It works on any windowmanager/desktop environment, including AfterStep, BlackBox, 4DWM, CDE, KDE, GNOME, fvwm, and even twm, although it is designed to work and integrate best with Enlightenment. This package provides the necessary development libraries and include files to allow you to develop programs using Wine environment. |
| expat | 1.95.6 | MPL or GPL | Expat is an XML parser written in C | Expat is an XML 1.0 parser written in C by James Clark. It aims to be fully conforming. It is currently not a validating XML parser. |
| f2c | 20001107 | Distributable | The f2c Fortran to C/C++ conversion program and static libraries. | F2c converts Fortran 77 source code to C or C++ source files. If no Fortran files are named on the command line, f2c can read Fortran from standard input and write C to standard output. F2c can also be used (with the -P option) to generate ANSI C header files for calling Fortran routines from C. |
| fget-devel | 1.2.9 | GPL | Development library for fget | Development library for fget |
| findlib | 0.9 | MIT-style | A module packaging tool for OCaml | The findlib library provides a scheme to manage reusable software components (packages), and includes tools that support this scheme. Packages are collections of OCaml modules for which metainformation can be stored. The packages are kept in the filesystem hierarchy, but with strict directory structure. The library contains functions to look the directory up that stores a package, to query metainformation about a package, and to retrieve dependency information about multiple packages. There is also a tool that allows the user to enter queries on the command-line. In order to simplify compilation and linkage, there are new frontends of the various OCaml compilers that can directly deal with packages. |
| flex | 2.5.4a | GPL | A tool for creating scanners (text pattern recognizers) | The flex program generates scanners. Scanners are programs which can recognize lexical patterns in text. Flex takes pairs of regular expressions and C code as input and generates a C source file as output. The output file is compiled and linked with a library to produce an executable. The executable searches through its input for occurrences of the regular expressions. When a match is found, it executes the corresponding C code. Flex was designed to work with both Yacc and Bison, and is used by many programs as part of their build process. You should install flex if you are going to use your system for application development. |
| fpc | 1.0.10 | GPL | Free Pascal Compiler | The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library. Some extensions are added to the language, like function overloading. Shared libraries can be linked. Basic Delphi support is already implemented (classes, exceptions,ansistrings,RTTI). This package contains commandline compiler and utils. Provided units are the runtime library (RTL), free component library (FCL), gtk,ncurses,zlib, mysql,postgres,ibase bindings. |
| fpc-docs | 1.0.10 | GPL | Free Pascal Compiler - Documentation | The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library. Some extensions are added to the language, like function overloading. Shared libraries can be linked. Basic Delphi support is already implemented (classes, exceptions,ansistrings,RTTI). This package contains commandline compiler and utils. Provided units are the runtime library (RTL), free component library (FCL), gtk,ncurses,zlib, mysql,postgres,ibase bindings. This package contains the documentation in PDF format |
| ftnchek | 3.2.1 | MIT | Fortran 77 program checker | Ftnchek (short for Fortran checker) is designed to detect certain errors in a Fortran program that a compiler usually does not. Ftnchek is not primarily intended to detect syntax errors. Its purpose is to assist the user in finding semantic errors. Semantic errors are legal in the Fortran language but are wasteful or may cause incorrect operation. |
| gcc3.4-doc | 3.4.0 | GPL | GCC documentation | GCC is a compiler suite aimed at integrating all the optimizations and features necessary for a high-performance and stable development environment. This package contains the compiler documentation in INFO pages. |
| gcc3.4-doc-pdf | 3.4.0 | GPL | GCC documentation | GCC is a compiler suite aimed at integrating all the optimizations and features necessary for a high-performance and stable development environment. This package contains the compiler printable documentation in PDF. |
| gcc-colorgcc | 3.3.2 | GPL | GCC output colorizer | ColorGCC is a Perl wrapper to colorize the output of compilers with warning and error messages matching the GCC output format. This package is configured to run with the associated system compiler, that is GCC version 3.3.2. If you want to use it for another compiler (e.g. gcc 2.96), you may have to define gccVersion: 2.96 and uncomment the respective compiler paths in /etc/colorgccrc for a system-wide effect, or in ~/.colorgccrc for your user only. |
| gcc-doc | 3.3.2 | GPL | GCC documentation | GCC is a compiler suite aimed at integrating all the optimizations and features necessary for a high-performance and stable development environment. This package contains the compiler documentation in INFO pages. |
| gcc-doc-pdf | 3.3.2 | GPL | GCC documentation | GCC is a compiler suite aimed at integrating all the optimizations and features necessary for a high-performance and stable development environment. This package contains the compiler printable documentation in PDF. |
| gcc-g77 | 3.3.2 | GPL | Fortran 77 support for gcc | This package adds support for compiling Fortran 77 programs with the GNU compiler. If you have multiple versions of GCC installed on your system, it is preferred to type "g77-$(gcc3.3-version)" (without double quotes) in order to use the GNU Fortran 77 compiler version 3.3.2. |
| gcc-gnat | 3.3.2 | GPL | Ada 95 support for gcc | This package contains an Ada95 compiler and associated development tools based on the GNU gcc technology. Ada95 is the object oriented successor of the Ada83 language. To build this package from sources you must have installed a binary version to bootstrap the compiler. |
| gcc-gpc | 3.3.2 | GPL | Pascal support for gcc | The GNU Pascal Compiler (GPC) is, as the name says, the Pascal compiler of the GNU family. The compiler supports the following language standards and quasi-standards: * ISO 7185 Pascal (see Resources), * most of ISO 10206 Extended Pascal, * Borland Pascal 7.0, * parts of Borland Delphi, Mac Pascal and Pascal-SC (PXSC). If you have multiple versions of GCC installed on your system, it is preferred to type "gpc-$(gcc3.3-version)" (without double quotes) in order to use the GNU Fortran 77 compiler version 3.3.2. |
| gcc-objc | 3.3.2 | GPL | Objective C support for gcc | This package adds Objective C support to the GNU C compiler. Objective C is an object oriented derivative of the C language, mainly used on systems running NeXTSTEP. This package does not include the standard Objective C object library. |
| gcl | 2.5.3 | LGPL | GNU Common Lisp | GCL is a Common Lisp currently compliant with the CLtL1 standard. Lisp compilation produces native code through the intermediary of the system's C compiler, from which GCL derives efficient performance and facile portability. Currently uses TCL/Tk as GUI. |
| gcvs | 1.0 | GPL | GTK+ interface for CVS | The gcvs package contains an interface for cvs written in C++ using gtk+. It contains a version of cvs modified for communication purposes with gcvs. gcvs is part of a bigger project named CvsGui which provides several graphical clients on Mac and Windows as well. |
| gdb | 6.0 | GPL | A GNU source-level debugger for C, C++ and Fortran | Gdb is a full featured, command driven debugger. Gdb allows you to trace the execution of programs and examine their internal state at any time. Gdb works for C and C++ compiled with the GNU C compiler gcc. If you are going to develop C and/or C++ programs and use the GNU gcc compiler, you may want to install gdb to help you debug your programs. |
| gdl | 0.4.0 | GPL | Gnome Devtool Libraries (GDL) | GDL contains components and libraries that are intended to be shared between GNOME development tools, including gnome-debug, gnome-build, and scaffold. Currently GDL include: o A symbol browser bonobo component (symbol-browser-control). o A docking widget (gdl). o A utility library that also contains the stubs and skels for the symbol browser and text editor components (gdl, idl). |
| gforth | 0.6.2 | GPL | GNU Forth | Gforth is a fast and portable implementation of the ANS Forth language. |
| ggz-client-libs-devel | 0.0.8 | GPL | Development files for GGZ game clients library | The GGZ client libraries are necessary for running and/or developing GGZ Gaming Zone clients and games. This package contains headers and other development files used for building GGZ Gaming Zone clients or game modules. |
| gimp-help-2 | 0.2 | GFDL | Help files for Gimp2 | This is the new HTML help for Gimp 2. |
| gkrellm-devel | 2.1.25 | GPL | Include files for gkrellm | gkrellm header files for gkrellm development and plugin support. |
| glibc-doc | 2.3.3 | LGPL | GNU C library documentation | The glibc-doc package contains documentation for the GNU C library in info format. |
| glibc-doc-pdf | 2.3.3 | LGPL | GNU C library documentation | The glibc-doc-pdf package contains the printable documentation for the GNU C library in PDF format. |
| glibc-utils | 2.3.3 | LGPL | Development utilities from GNU C library | The glibc-utils package contains memusage, a memory usage profiler, mtrace, a memory leak tracer and xtrace, a function call tracer which can be helpful during program debugging. If unsure if you need this, don't install this package. |
| glib-gettextize | 2.2.3 | LGPL | Gettextize replacement | glib2.0 package is designed to replace gettextize completely. Various gettext related files are modified in glib and gtk+ to allow better and more flexible i18n; however gettextize overwrites them with its own copy of files, thus nullifying the changes. If this replacement of gettextize is run instead, then all gnome packages can potentially benefict from the changes. |
| glimmer | 1.99.0 | GPL | Glimmer is a bonobo editor component for GNOME | Glimmer is a bonobo editor component based on GtkSourceView for displaying syntax-highlighted documents. |
| gmetadom-ocaml | 0.1.8 | LGPL | Ocaml bindings for gmetadom | GMetaDOM is a collection of libraries, each library providing a DOM implementation. Each DOM implementation is generated automatically by means of XSLT stylesheets. This are the Ocaml bindings of GMetaDOM. |
| gnustep-base | 1.6.0 | LGPL | GNUstep Base package | The GNUstep Base Library is a powerful fast library of general-purpose, non-graphical Objective C classes, inspired by the superb OpenStep API but implementing Apple and GNU additions to the API as well. It includes for example classes for unicode strings, arrays, dictionaries, sets, byte streams, typed coders, invocations, notifications, notification dispatchers, scanners, tasks, files, networking, threading, remote object messaging support (distributed objects), event loops, loadable bundles, attributed unicode strings, xml, mime, user defaults. This package includes development headers too. |
| gnustep-make | 1.6.0 | GPL | GNUstep Makefile package | This package contains the basic scripts, makefiles and directory layout needed to run and compile any GNUstep software. This package was configured for library combo gnu-gnu-gnu. |
| gperf | 3.0.1 | GPL | A perfect hash function generator | Gperf is a perfect hash function generator written in C++. Simply stated, a perfect hash function is a hash function and a data structure that allows recognition of a key word in a set of words using exactly one probe into the data structure. Install gperf if you need a program that generates perfect hash functions. |
| gprolog | 1.2.16 | GPL | GNU Prolog is a free implementation of Prolog | GNU Prolog is a native Prolog compiler with constraint solving over finite domains (FD) developed by Daniel Diaz. Latest information about GNU Prolog can be found at http://www.gnu.org/software/prolog. A lot of work has been devoted to the ISO compatibility. GNU Prolog is very close to the ISO standard (http://www.logic-programming.org/prolog_std.html). |
| grace-devel | 5.1.14 | LGPL | Library and header files for Grace-linked apps development | This package includes header and library files needed to develop programs which will use grace as a subprocess. This feature is currently (grace-5.1.14) available for C and Fortran77 languages. |
| gtkasp2php | 0.76.19 | GPL | Graphical front-end for asp2php | gtkasp2php is the gtk-based graphical front-end for asp2php. Install this if you want a graphical front-end for asp2php. |
| guikachu | 1.2.3 | GPL | Guikachu is a resource editor for PalmOS systems. | Guikachu is a resource editor for PalmOSTM systems. It allows you to visually create dialog boxes, menu bars and windows for your Palm application in the GNOME desktop environment. It allow to export to PilRC .rcp files. |
| guile | 1.6.4 | GPL | A GNU implementation of Scheme for application extensibility | GUILE (GNU's Ubiquitous Intelligent Language for Extension) is a library implementation of the Scheme programming language, written in C. GUILE provides a machine-independent execution platform that can be linked in as a library during the building of extensible programs. Install the guile package if you'd like to add extensibility to programs that you are developing. You'll also need to install the guile-devel package. |
| guile-gtk-1.2 | 0.31 | GPL | Makes the GTK+ toolkit accesible from Guile | Guile-gtk is glue code to make the GTK+ toolkit accesible from Guile. It provides a interface for Scheme programmers to develop visual applications. It can optionally integrate with gnome via the Gnome-guile module |
| hugs98 | 20021120 | Artistic | Hugs 98: The Nottingham and Yale Haskell system | A Haskell interpreter and programming environment for developing cool Haskell programs. This release is largely conformant with Haskell 98, including monad and record syntax, newtypes, strictness annotations, and modules. In addition, it comes packaged with the libraries defined in the most recent version of the Haskell Library Report and with extension libraries which are compatible with GHC 3.0. |
| jam | 2.5 | BSD-like | A replacement for make | This is the Jam/MR program as published by Perforce. A powerful and highly customizable utility to build programs and other things, that can run on Un*x, Nt, VMS, OS/2 and Macintosh MPW, using portable Jamfiles. It can build large projects spread across many directories in one pass. It takes some time to fully apprehend, especially when one's already accustomed to make(1), but there's no comparison in power when comparing these 2 tools. Standard rules: - can automatically extract header dependencies for C/C++ (you can customize for you own language) - provide for automatic "clean", "install", "uninstall" rules, so that an automake-like tool is not needed |
| jay | 0.30.1 | GPL/LGPL/BSD | Jay is a LALR(1) parser generator for Java and C#. | Jay is a LALR(1) parser generator for Java and C#. This is a port of Jay to C#, the original Jay can be found here: http://www.informatik.uni-osnabrueck.de/bernd/jay/ |
| js | 1.5 | MPL | JavaScript engine | JavaScript is the Netscape-developed object scripting languages. This package has been created for purposes of Sablotron and is suitable for embedding in applications. See http://www.mozilla.org/js for details and sources. |
| junkie | 0.3.1 | BSD | GTK2 ftp client. | junkie is a GTK 2 GUI FTP client with a raw FTP library and a configuration library. It currently supports pre-caching of FTP sites and basic upload and download functions. Support for hammering and FXP is in development. |
| kakasi-devel | 2.3.4 | GPL | Header file and libraries of KAKASI | Header file and Libraries of KAKASI. |
| kdbg | 1.2.9 | GPL | A Graphical Debugger Interface | KDbg is a graphical user interface to gdb, the GNU debugger. It provides an intuitive interface for setting breakpoints, inspecting variables, and stepping through code. |
| kdiff3 | 0.9.82 | GPL | Utility for comparing/merging up to three text files or directories | KDiff3 is a file and directory diff and merge tool which: * compares and merges two or three text input files or directories * shows the differences line by line and character by character(!) * provides an automatic merge-facility * has an editor for comfortable solving of merge-conflicts * provides networktransparency via KIO * has options to highlight or hide changes in white-space or comments |
| kdoc | 3.0.0 | GPL | Documentation for the K Desktop Environment (KDE) | Documentation tools for the K Desktop Environment. |
| kscope | 0.5 | GPL | KDE frontend to Cscope | KScope is a source-editing environment for KDE based on Cscope. |
| ksi | 3.4.1 | BSD | Implementation of the Scheme programming language | KSI Scheme is an implementation of the Scheme programming language written in C. It can be used as both a stand-alone interpreter and an extension library. However, the documentation is in Russian. |
| lam-devel | 7.0.4 | BSD | Development binaries for lam environment | LAM development binaries for compiling parallel programs. |
| lam-doc | 7.0.4 | BSD | Documentation for developing programs that will use lam-mpi | LAM (Local Area Multicomputer) is an Message-Passing Interface (MPI) programming environment and development system for heterogeneous computers on a network. With LAM/MPI, a dedicated cluster or an existing network computing infrastructure can act as one parallel computer to solve one problem. LAM/MPI is considered to be "cluster friendly" because it offers daemon-based process startup/control as well as fast client-to-client message passing protocols. LAM/MPI can use TCP/IP and/or shared memory for message passing (different RPMs are supplied for this -- see the main LAM website at http://www.mpi.nd.edu/lam/ for details).< LAM features a full implementation of MPI version 1 (with the exception that LAM does not support cancelling of sends), and much of version 2. Compliant applications are source code portable between LAM and any other implementation of MPI. In addition to meeting the standard, LAM/MPI offers extensive monitoring capabilities to support debugging. Monitoring happens on two levels: On one level, LAM/MPI has the hooks to allow a snapshot of a process and message status to be taken at any time during an application run. The status includes all aspects of synchronization plus datatype map/signature, communicator group membership and message contents (see the XMPI application on the main LAM website). On the second level, the MPI library can produce a cumulative record of communication, which can be visualized either at runtime or post-mortem. This package provides the documentation needed to develop applications using the lam libraries. |
| lam-runtime | 7.0.4 | BSD | LAM runtime environment for executing parallel programs. | LAM runtime environment for executing parallel programs. LAM is an implementation of the Message Passing Interface (MPI) protocol commonly used in parallel processing applications. |
| libamanda0-devel | 2.4.4 | BSD | Libraries and documentation of the AMANDA tape backup system. | The libamanda-devel package should be installed on any machine that will be used to develop amanda applications. |
| libaspell15-devel | 0.50.4.1 | LGPL | Development files for aspell | Development headers, and files for development from the aspell package. |
| libauthd0-devel | 0.2.1 | GPL | Devel Package for authd | authd is a software package for obtaining and verifying user credentials which contain cryptographic signatures based on RSA public key cryptography. Provide file auth.h and libauth.a . |
| libavlmap0-devel | 0.10.2 | LGPL | Development library and header files for the avlmap library | The avlmap library implements a data mapping abstraction in function calls, along with an underlying AVL balanced binary search tree implementation. |
| libblt2-devel | 2.4z | MIT | Headers of BLT | BLT is an extension to the Tk toolkiy. BLT's most useful feature is the provision of more widgets for Tk, but it also provides more geometry managers and miscellaneous other commands. Note that you won't need to any patching of the Tcl or Tk source file to use BLT, but you will need to have Tcl/Tk installed in order to use BLT. This package provides headers needed to build packages based on BLT. |
| libchm0-devel | 0.31 | GPL | A library for dealing with Microsoft ITSS/CHM format files | CHMLIB is a library for dealing with Microsoft ITSS/CHM format files. Right now, it is a very simple library, but sufficient for dealing with all of the .chm files I've come across. Due to the fairly well-designed indexing built into this particular file format, even a small library is able to gain reasonably good performance indexing into ITSS archives. |
| libcim3 | 3.36 | GPL | Gnu Cim libraries packages | This package contains the libraries needed to run programs dynamically linked with cim (the Gnu Simula Compiler) |
| libcim3-devel | 3.36 | GPL | Headers for developing programs that will use cim | This package contains the headers that programmers will need to develop applications which will use cim. |
| libclient1-devel | 1.0.1 | GPL | Development libraries from silc-client | Development libraries from silc-client |
| libconsole0-devel | 0.2.3 | GPL | Include and .so files for console tools | This package contains include and .so files for console tools |
| libconsole0-static-devel | 0.2.3 | GPL | Static libraries for console tools | This package contains static libraries for console tools. |
| libcryptopp-progs | 5.1 | Public Domain | Programs for manipulating libcryptopp routines. | Crypto++ Library is a free C++ class library of cryptographic schemes. This package contains programs for manipulating libcryptopp routines. |
| libdbh-1.0_1-devel | 1.0.15 | LGPL | Libraries and headerfiles for development with dbh. | Libraries and headerfiles for development with dbh. |
| libdevhelp-1_0 | 0.8.1 | GPL | Dynamic libraries for devhelp | this package contains dynamic libraries for devhelp. |
| libdia-newcanvas0-devel | 0.6.10 | GPL | New canvas dor Dia - Devel files | It differs from the GNOME canvas in that it has a different approach. First the primitives used are the classicals like point, line, rectangle... and groups, but it also has three other non classical primitives that are connection point, attract point and attracted point. They are used to connect groups and set the snap system. More over, dia-newcanvas has a model/view split. One DiaCanvas can have multiple DiaCanvasViews. The API for using DiaCanvas is quite similar to that of GnomeCanvas, as can be seen in the simple test-diacanvas.c example program. |
| libdxr3_0-devel | 0.13.0 | GPL | Development Libraries & includes for DXR3 device | This contains the development libraries used when building an application that will make use of the shared objects in the em8300 package. |
| libebg1-devel | 0.0.1 | BSD | Enlightenment background headers. | Ebg development headers |
| libebits1 | 0.0.2 | BSD | Enlightened Image Bits Canvas Library | The Ebits library provides layout functionality for graphical elements like window borders and is based on Evas. It defines the behavior of GUI elements when they are resized, callbacks to call when elements are activated and more. The GUI elements are stored in Edb databases. |
| libebits1-devel | 0.0.2 | BSD | Enlightened Image Bits Canvas Library headers and development libraries. | Ebits development files. |
| libecasound-devel | 2.3.2 | GPL | Ecasound - development files | The ecasound-devel package contains the header files and static libraries necessary for building apps like ecawave and ecamegapedal that directly link against ecasound libraries. |
| libecore0-devel | 0.0.2 | BSD | Ecore headers and development libraries. | Ecore development files. |
| libedb1-devel | 1.0.3 | BSD | Enlightenment Database Access Library headers and development libraries. | Edb development headers and libraries. |
| libe-devel | 0.2.2 | GPL | C library contains various functions which deal with data structures | libe is a C library which contains various functions which deal with data structures (hash tables, bitmasks, trees of IP addresses, etc.), networking, I/O, barriers, and other useful things. It is currently used in the implementation of authd (RSA authentication daemon), pcp (a parallel, pipelined file transfer system), and gexec (a fast, hierarchical cluster remote execution system). |
| libeet0-devel | 0.0.2 | BSD | Eet headers, static libraries, documentation and test programs | Headers, static libraries, test programs and documentation for Eet |
| libefsd0-devel | 0.0.1 | BSD | Enlightenment File System Daemon headers. | Efsd development headers and library. |
| libelfutils1-devel | 0.89 | GPL | Development libraries to handle compiled objects. | This package contains the headers and dynamic libraries to create applications for handling compiled objects. * libelf allows you to access the internals of the ELF object file format, so you can see the different sections of an ELF file. * libebl provides some higher-level ELF access functionality. * libdwarf provides access to the DWARF debugging information. * libasm provides a programmable assembler interface. |
| libelfutils1-static-devel | 0.89 | GPL | Static libraries for development with libelfutils. | This package contains the static libraries to create applications for handling compiled objects. |
| libextractor0 | 0.2.6 | BSD | Libextractor library used to extract meta-data from files | libextractor is a library used to extract meta-data from files of arbitrary type. It is designed to use helper-libraries to perform the actual extraction, and to be trivially extendable by linking against external extractors for additional file types. The goal is to provide developers of file-sharing networks or WWW-indexing bots with a universal library to obtain simple keywords to match against queries. libextractor contains a shell-command "extract" that, similar to the well-known "file" command, can extract meta-data from a file and print the results to stdout. Currently, it supports the formats HTML, PDF, PS, MP3, OGG, JPEG, GIF, PNG, RPM, ZIP, Real, QT and ASF. Also, various additional MIME types are detected. |
| libextractor0-devel | 0.2.6 | BSD | Libextractor library headers and development libraries. | libextractor devel files |
| libffcall0-devel | 1.8d | GPL | Libraries that can be used to build foreign function call interfaces. | This is a collection of four libraries which can be used to build foreign function call interfaces in embedded interpreters. The four packages are: avcall - calling C functions with variable arguments vacall - C functions accepting variable argument prototypes trampoline - closures as first-class C functions callback - closures with variable arguments as first-class C functions (a reentrant combination of vacall and trampoline) This version B includes some minor configuration changes so that files are installed in the proper place. Also it compiles on cygwin and mingw32. |
| libfidoconf1.4-devel | 1.4.0 | GPL | Library to access the fidoconfig, development files | The design goal of fidoconfig was to provide one config-file for several different fido software packages like editor, tosser etc. An additional aim was to have one library (fidoconfig) which can be used by all programs. The advantage is you only have to edit one config-file, so changing your system is much easier than with common software packages. Also bugs can only creep in one library and not in thousands over thousands libraries. This Package contains the Development Files. Only needed if you want to compile the Husky-Programs yourself |
| libfusionsound-devel | 0.9.19 | GPL | An audio sub system | FusionSound is a very powerful audio sub system in the manner of DirectFB and a technical demonstration of Fusion. FusionSound supports multiple applications using Fusion IPC. It provides streams, static sound buffers and control over any number of concurrent playbacks. Sample data is always stored in shared memory, starting a playback simply adds an entry to the playlist of the mixer thread in the master application. |
| libfwbuilder5-devel | 1.0.2 | GPL | Firewall Builder API Libraries and Header Files | This package contains the libraries and header files that programmer would need to develop applications using Firewall Builder API. |
| libganglia-monitor1 | 2.5.4 | BSD | Ganglia Cluster Toolkit Library | The Ganglia Monitoring Core library provides a set of functions that programmers can use to build scalable cluster or grid applications. |
| libganglia-monitor1-devel | 2.5.4 | BSD | Ganglia Cluster Toolkit Library | The Ganglia Monitoring Core library provides a set of functions that programmers can use to build scalable cluster or grid applications. |
| libgb0-devel | 0.0.20 | GPL | Gnome Basic is aimed to develop Visual Basic apps, in particular VBA. | Gnome Basic is a tool aimed to support Visual Basic Applications. In particular work is under way to cooperate with Gnumeric to provide Microsoft Excel VBA support. |
| libgcrypt7-devel | 1.1.91 | LGPL | Development files for the libgcrypt package. | Libgcrypt is a general purpose cryptographic library based on the code from GNU Privacy Guard. This package contains files needed to develop applications using libgcrypt. ( For example Ägypten project ) |
| libgeda19-devel | 20030901 | LGPL | Development libraries for the gEDA project | This package contains libgeda19 development libraries needed by gEDA applications) and the necessary header files for development. The gEDA project is working on producing a full GPL'd suite of Electronic Design Automation tools. These tools are used for electrical circuit design, simulation, prototyping, and production. |
| libgexec0-devel | 0.3.5 | GPL | Gexec scalable cluster remote execution devel package | gexec devel package. |
| libggi2-devel | 2.0.4 | GPL | Headers for developing programs that will use libggi | This package contains the headers that programmers will need to develop applications which will use libggi. |
| libggi2-static-devel | 2.0.4 | GPL | Static Library for developing programs that will use libggi | This package contains the static library that programmers will need to develop applications which will use libggi. |
| libggimisc2-devel | 2.0.2 | BSD | Headers for developing programs that will use libggimisc | This package contains the headers that programmers will need to develop applications which will use libggimisc. |
| libggz1-devel | 0.0.8 | GPL | Development files used to build GGZ Gaming Zone applications | The GGZ Gaming Zone server allows other computers to connect to yours via the Internet and play network games. This package contains the libraries required for building both clients and the server. |
| libgii0-devel | 0.8.4 | GPL | Headers for developing programs that will use libgii | This package contains the headers that programmers will need to develop applications which will use libgii. |
| libgii0-static-devel | 0.8.4 | GPL | Static libraries for developing programs that will use libgii | This package contains the static libraries that programmers will need to develop applications which will use libgii. |
| libGlasses1 | 0.1a | GPL | View the class structure of a GTK program | Glasses is a small program to view the class structure of a GTK program at runtime. It is probably only useful for developers |
| libGlasses1-devel | 0.1a | GPL | View the class structure of a GTK program | Glasses is a small program to view the class structure of a GTK program at runtime. It is probably only useful for developers. |
| libgnustep-base1 | 1.6.0 | LGPL | GNUstep Base library package | The GNUstep Base Library is a powerful fast library of general-purpose, non-graphical Objective C classes, inspired by the superb OpenStep API but implementing Apple and GNU additions to the API as well. It includes for example classes for unicode strings, arrays, dictionaries, sets, byte streams, typed coders, invocations, notifications, notification dispatchers, scanners, tasks, files, networking, threading, remote object messaging support (distributed objects), event loops, loadable bundles, attributed unicode strings, xml, mime, user defaults. This package includes development headers too. |
| libgnustep-base1-devel | 1.6.0 | LGPL | GNUstep Base library package | The GNUstep Base Library is a powerful fast library of general-purpose, non-graphical Objective C classes, inspired by the superb OpenStep API but implementing Apple and GNU additions to the API as well. It includes for example classes for unicode strings, arrays, dictionaries, sets, byte streams, typed coders, invocations, notifications, notification dispatchers, scanners, tasks, files, networking, threading, remote object messaging support (distributed objects), event loops, loadable bundles, attributed unicode strings, xml, mime, user defaults. This package includes development headers too. |
| libgpg-error0-devel | 0.6 | LGPL | Development related files of libgpg-error | libgpg-error is a library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and possibly more in the future. This package contains headers and other necessary files to develop or compile applications that use libgpg-error. |
| libgtk+extra0-devel | 0.99.17 | LGPL | A library of gtk+ widgets | The gtk+extra-devel package includes the static libraries, header files, and documentation for compiling programs that use gtk+extra widgets. |
| libGtkScintilla0-devel | 0.8.2 | GPL | GtkScintilla - A wrapper for Scintilla editing component | This is GtkScintilla, a wrapper for the Scintilla (www.scintilla.org) editing component wich adds some facility to this powerful component written by Neil Hodgson (and may others). |
| libguide-devel | 2.3.2 | Distributable | Run-time libraries and development header files for DevGuide | runtime libraries needed to compile and run applications generated by SUN's Interface Builder DevGuide |
| libheartbeat0-devel | 1.2.0 | GPL | Development files from heartbeat | Development files from heartbeat heartbeat is a basic heartbeat subsystem for Linux-HA. It will run scripts at initialization, and when machines go up or down. This version will also perform IP address takeover using gratuitious ARPs. It works correctly for a 2-node configuration, and is extensible to larger configurations. It implements the following kinds of heartbeats: - Bidirectional Serial Rings ("raw" serial ports) - UDP/IP braodcast (ethernet, etc) - Bidirectional Serial PPP/UDP Rings (using PPP) |
| libheartbeat-pils0-devel | 1.2.0 | GPL | Provides a general plugin and interface loading library | PILS is an generalized and portable open source Plugin and Interface Loading System. PILS was developed as part of the Open Cluster Framework reference implementation, and is designed to be directly usable by a wide variety of other applications. PILS manages both plugins (loadable objects), and the interfaces these plugins implement. PILS is designed to support any number of plugins implementing any number of interfaces. |
| libheartbeat-stonith0-devel | 1.2.0 | GPL | Development files from heartbeat | The STONITH module (a.k.a. STOMITH) provides an extensible interface for remotely powering down a node in the cluster. The idea is quite simple: When the software running on one machine wants to make sure another machine in the cluster is not using a resource, pull the plug on the other machine. It's simple and reliable, albeit admittedly brutal. |
| libhfsplusutils0-devel | 1.0.4 | GPL | User-space HFS+ utilities development files | A portable, free implementation of routines for accessing HFS+ volumes. Currently only reading is supported. |
| libicu28-devel | 2.8.d01 | BSD | Tools required to embed the International Components for Unicode. | The International Components for Unicode (ICU) libraries provide robust and full-featured Unicode services on a wide variety of platforms. ICU supports the most current version of the Unicode standard, and they provide support for supplementary Unicode characters (needed for GB 18030 repertoire support). As computing environments become more heterogeneous, software portability becomes more important. ICU lets you produce the same results across all the various platforms you support, without sacrificing performance. It offers great flexibility to extend and customize the supplied services, which include: * Text: Unicode text handling, full character properties and character set conversions (500+ codepages) * Analysis: Unicode regular expressions; full Unicode sets; character, word and line boundaries * Comparison: Language sensitive collation and searching * Transformations: normalization, upper/lowercase, script transliterations (50+ pairs) * Locales: Comprehensive locale data (230+) and resource bundle architecture * Complex Text Layout: Arabic, Hebrew, Indic and Thai * Time: Multi-calendar and time zone * Formatting and Parsing: dates, times, numbers, currencies, messages and rule based |
| libjs1-devel | 1.5 | MPL | The header files for libjs1 | These are the header files for libjs1 |
| libk3b1-devel | 0.11.1 | GPL | Libraries for k3b | Development libraries from k3b |
| libkarchiver2-devel | 3.0.10 | GPL | Shared library requires by Karchiver | This package contains the shared library part of the KDE archiving program karchiver. |
| libkphone3-devel | 3.14 | GPL | Development files for kphone libs | Development libraries and headers for kphone. |
| libkrb51-devel | 1.3 | MIT | Development files needed for compiling Kerberos 5 programs. | Kerberos is a network authentication system. The krb5-devel package contains the header files and libraries needed for compiling Kerberos 5 programs. If you want to develop Kerberos-aware programs, you'll need to install this package. |
| libksba8-devel | 0.9.1 | GPL | Development files for libksba package | KSBA is a library designed to build software based on the X.509 and CMS protocols. This package contains files needed to develop applications using libksba (For example Ägypten project). |
| libksi1 | 3.4.1 | BSD | Implementation of the Scheme programming language | KSI Scheme is an implementation of the Scheme programming language written in C. It can be used as both a stand-alone interpreter and an extension library. However, the documentation is in Russian. |
| libksi1-devel | 3.4.1 | BSD | Implementation of the Scheme programming language | KSI Scheme is an implementation of the Scheme programming language written in C. It can be used as both a stand-alone interpreter and an extension library. However, the documentation is in Russian. |
| libksplashml0-devel | 0.95.3 | GPL | Libraries from Ksplashml | The libraries from Ksplashml package |
| libkxmleditor1-devel | 1.0.0 | GPL | Development libraries from kxmleditor | Development libraries from kxmleditor |
| liblabplot1-devel | 1.2.3 | GPL | LabPlot is a plotting and data analysis application | KDE Application for plotting and analysis of 2D and /3D functions and data. |
| liblam7-devel | 7.0.4 | BSD | Headers for developing programs that will use lam-mpi | LAM (Local Area Multicomputer) is an Message-Passing Interface (MPI) programming environment and development system for heterogeneous computers on a network. With LAM/MPI, a dedicated cluster or an existing network computing infrastructure can act as one parallel computer to solve one problem. LAM/MPI is considered to be "cluster friendly" because it offers daemon-based process startup/control as well as fast client-to-client message passing protocols. LAM/MPI can use TCP/IP and/or shared memory for message passing (different RPMs are supplied for this -- see the main LAM website at http://www.mpi.nd.edu/lam/ for details).< LAM features a full implementation of MPI version 1 (with the exception that LAM does not support cancelling of sends), and much of version 2. Compliant applications are source code portable between LAM and any other implementation of MPI. In addition to meeting the standard, LAM/MPI offers extensive monitoring capabilities to support debugging. Monitoring happens on two levels: On one level, LAM/MPI has the hooks to allow a snapshot of a process and message status to be taken at any time during an application run. The status includes all aspects of synchronization plus datatype map/signature, communicator group membership and message contents (see the XMPI application on the main LAM website). On the second level, the MPI library can produce a cumulative record of communication, which can be visualized either at runtime or post-mortem. This package provides the static libraries and header files needed to compile applications using the lam libraries. |
| liblapack3-devel | 3.0 | Redistributable | The Fortran 77 LAPACK and BLAS libraries for linear algebra. | LAPACK (Linear Algebra PACKage) is a standard library for numerical linear algebra. LAPACK provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. Associated matrix factorizations (LU, Cholesky, QR, SVD, Schur, and generalized Schur) and related computations (i.e., reordering of Schur factorizations and estimating condition numbers) are also included. LAPACK can handle dense and banded matrices, but not general sparse matrices. Similar functionality is provided for real and complex matrices in both single and double precision. LAPACK is coded in Fortran77. This package contains the headers and development libraries necessary to develop applications. |
| liblcrzo4-devel | 4.17.0 | LGPL | Development library and header files for the lcrzo library | Lcrzo is a network library, for network administrators and network hackers. Its objective is to easily create network programs. This library provides network functionnalities for Ethernet, IP, UDP, TCP, ICMP, ARP and RARP protocols. It supports spoofing, sniffing, client and server creation. Furthermore, lcrzo contains high level functions dealing with data storage and handling. Using all these functions, you can quickly create a network test program. |
| liblcrzo4-static-devel | 4.17.0 | LGPL | Static development library for the lcrzo library | Lcrzo is a network library, for network administrators and network hackers. Its objective is to easily create network programs. This library provides network functionnalities for Ethernet, IP, UDP, TCP, ICMP, ARP and RARP protocols. It supports spoofing, sniffing, client and server creation. Furthermore, lcrzo contains high level functions dealing with data storage and handling. Using all these functions, you can quickly create a network test program. |
| liblexed4-devel | 4.3.3 | GPL | Headers for developing programs that will use lexed | This package contains the headers that programmers will need to develop applications which will use lexed. |
| liblirc0-devel | 0.6.6 | GPL | Header and library files for LIRC development | This package provides the files necessary to develop LIRC-based programs. |
| liblua5-devel | 5.0 | Distributable | Lua is a powerful, light-weight programming language | Lua is a programming language originally designed for extending applications, but also frequently used as a general-purpose, stand-alone language. Lua combines simple procedural syntax (similar to Pascal) with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, interpreted from bytecodes, and has automatic memory management, making it ideal for configuration, scripting, and rapid prototyping. Lua is implemented as a small library of C functions, written in ANSI C, and compiles unmodified in all known platforms. The implementation goals are simplicity, efficiency, portability, and low embedding cost. This package contains the headers and development files for lua. |
| liblwp2 | 1.9 | LGPL | LWP thread library development files | The LWP userspace threads library. The LWP threads library is used by the Coda distributed filesystem, RVM (a persistent VM library), and RPC2/SFTP (remote procedure call library) |
| liblwp2-devel | 1.9 | LGPL | LWP thread library development files | Headers and static libraries for developing programs using the LWP userspace threads library. The LWP threads library is used by the Coda distributed filesystem, RVM (a persistent VM library), and RPC2/SFTP (a remote procedure call library) |
| libmono0-devel | 0.30.1 | GPL/LGPL/BSD | Tools required to embed the Mono runtime. | Header files and libraries used to embed the Mono runtime in an application. |
| libmpatrol1-devel | 1.4.8 | LGPL | A library for controlling and tracing dynamic memory allocations. | The mpatrol library is yet another link library that attempts to diagnose run-time errors that are caused by the wrong use of dynamically allocated memory. It acts as a malloc() debugger for debugging dynamic memory allocations, although it can also trace and profile calls to malloc() and free() too. |
| libmpich1 | 1.2.5.2 | BSD-style | Shared Librairies for MPICH | Shared Librairies for MPICH |
| libmpich1-devel | 1.2.5.2 | BSD-style | Headers for developing programs that will use MPICH | 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 static libraries and header files needed to compile applications using the MPICH libraries. |
| libmusicbrainz2-devel | 2.0.2 | LGPL | Headers for developing programs that will use libmusicbrainz | This package contains the headers that programmers will need to develop applications which will use libmusicbrainz. |
| libmustux0-devel | 0.18.0 | GPL | The development files from libmustux | The development files need to build applications which used libmustux |
| libmysql12-devel | 4.0.18 | GPL | MySQL - Development header files and libraries | This package contains the development header files and libraries necessary to develop MySQL client applications. For a description of MySQL see the base MySQL RPM or http://www.mysql.com |
| libnetwib54-devel | 5.4.0 | LGPL | A network library | Netwib is a network library for network administrator and hackers. She provides: + address translation + client/server udp/tcp + paquets creation and annalyze + etc. With Netwib, you can easily create a network application. |
| libnids1-devel | 1.17 | GPL | Library that provides function of Network Intrusion Detection System | Libnids is a library that provides a functionality of one of NIDS (Network Intrusion Detection System) components, namely E-component. It means that libnids code watches all local network traffic, cooks received datagrams a bit (quite a bit ;)), and provides convenient information on them to analyzing modules of NIDS. |
| libol0 | 0.2.23 | GPL | Nonblocking I/O and OO library. This package contains the libraries. | Nonblocking I/O and OO library. It is needed to build syslog-ng, the new generation syslog. |
| libol0-devel | 0.2.23 | GPL | Nonblocking I/O and OO library. Devel files. | Nonblockin I/O and OO library. It is needed to build syslog-ng, the new generation syslog. |
| libole20-devel | 0.2.4 | LGPL | Libraries, includes, etc to develop libole2 applications | Libraries, include files, etc you can use to develop libole2 applications. |
| libopenbox1-devel | 3.1 | BSD | Development files from openbox | Openbox is a window manager for the X11 windowing system. It currently runs on a large list of platforms. It was originally based on blackbox and currently remains very similar, even using blackbox styles (with available extensions) for its themeing. Openbox is the spawn of a number of previous blackbox users/hackers. Being overall pleased with the window manager, but feeling left unable to contribute, this project was born.The Openbox project is developed, maintained, and contributed to by these individuals. |
| libopencdk8-devel | 0.5.3 | GPL | Development files for opencdk | opencdk library provides basic parts of the OpenPGP message format. You will need to install this package if you want to develop or compile any applications/libraries that use opencdk. |
| libopengroupware-core4-devel | 4.2 | LGPL | The header files for the core OpenGroupware.org libraries. | The devel package contains the header files for the OpenGroupware.org core libraries. |
| libopengroupware-pda0-devel | 5.0.0 | GPL | The header files for the OpenGroupware.org Palm(tm) libraries. | The devel package contains the header files for the OpenGroupware.org Palm(tm) libraries. |
| libopengroupware-xml0-devel | 4.2 | LGPL | The header files for the OpenGroupware.org XML libraries. | This package contains the header files for the OpenGroupware.org XML libraries. |
| libopenssl0.9.7-devel | 0.9.7c | BSD-like | Secure Sockets Layer communications static libs & headers & utils | The static libraries and include files needed to compile apps with support for various cryptographic algorithms and protocols, including DES, RC4, RSA and SSL. This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/). This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). This product includes software written by Tim Hudson (tjh@cryptsoft.com). Patches for many networking apps can be found at: ftp://ftp.psy.uq.oz.au/pub/Crypto/SSLapps/ |
| libopenssl0.9.7-static-devel | 0.9.7c | BSD-like | Secure Sockets Layer communications static libs & headers & utils | The static libraries and include files needed to compile apps with support for various cryptographic algorithms and protocols, including DES, RC4, RSA and SSL. This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/). This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). This product includes software written by Tim Hudson (tjh@cryptsoft.com). Patches for many networking apps can be found at: ftp://ftp.psy.uq.oz.au/pub/Crypto/SSLapps/ |
| liborsa0-devel | 0.4.1 | GPL | Development files from orsa | Development files from orsa. You need this package to build application using the orsa library. |
| libpam0-devel | 0.77 | GPL or BSD | Development headers and libraries for pam | PAM (Pluggable Authentication Modules) is a system security tool which allows system administrators to set authentication policy without having to recompile programs which do authentication. This is the devlopement librairies for pam |
| libpcp0-devel | 0.3.2 | GPL | Pcp devel package | pcp devel package. |
| libpetsc2 | 2.1.3 | BSD style | PETSC libraries (Libraries and headers) | PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. This version uses the MPI (mpich) library. |
| libpetsc2-devel | 2.1.3 | BSD style | PETSC development files (Libraries and headers) | PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. This version uses the MPI (mpich) library. |
| libphp_common432 | 4.3.4 | PHP License | Shared library for php | This package provides the common files to run with different implementations of PHP. You need this package if you install the php standalone package or a webserver with php support (ie: mod_php). |
| libpiave0-devel | 0.2.3 | GPL | Libraries from piave | Static library and header files from piave |
| libplotutils2-devel | 2.4.1 | GPL | Headers for developing programs that will use plotutils | This package contains the headers that programmers will need to develop applications which will use plotutils. |
| libpnetlib0 | 0.6.2 | GPL | A portable interpreter for .NET plateform binaries | The primary goal of this project is to build a stable and portable interpreter for .NET platform binaries, together with a suite of open source tools to build .NET applications. The initial target platform is Linux, with other platforms to follow in the future. |
| libpnetlib0-devel | 0.6.2 | GPL | A portable interpreter for .NET plateform binaries | The primary goal of this project is to build a stable and portable interpreter for .NET platform binaries, together with a suite of open source tools to build .NET applications. The initial target platform is Linux, with other platforms to follow in the future. |
| libproj0-devel | 4.4.7 | MIT | Cartographic projection software - Development files | Cartographic projection development files. |
| libproj0-static-devel | 4.4.7 | MIT | Cartographic projection software - Development files | Cartographic projection development files (static). |
| libproxychains1-devel | 1.8.2 | GPL | Forces any tcp connection to follow through proxy (or proxy chain) | This program forces any tcp connection made by any given tcp client to follow through proxy (or proxy chain). It is a kind of proxifier. It acts like sockscap / permeo / eborder driver ( intercepts TCP calls ) It is FREE. This version (1.8.x) supports SOCKS4, SOCKS5 and HTTP CONNECT proxy servers. Auth-types: socks - "user/pass" , http - "basic" |
| libpvm-devel | 3.4.4 | GPL | PVM header files and static libraries | This package contains PVM header files and static libraries. |
| libredland0-devel | 0.9.15 | LGPL | Header files and static libraries from redland | Libraries and includes files for developing programs based on redland. |
| librep9-devel |