Recent Changes - Search:

edit SideBar

librx

Description

Rx is, among other things, an implementation of the interface specified by POSIX for programming with regular expressions. Some other implementations are GNU regex.c and Henry Spencer's regex library.

The library is available as 32-bit and 64-bit:

  • If you are compiling a 32-bit program, no special compiler options are needed.
  • If you are compiling a 64-bit program, you have to compile and link your application with "cc_r -q64" or "gcc -maix64".

Homepage: http://www.gnu.org/software/rx/rx.html

Version: 1.5-1

Downloads

RPM:

Source RPM:

Package dependencies:

  • none

All versions:

Edit - History - Print - Recent Changes - Search
Page last modified on October 30, 2018, at 08:27 PM