aboutsummaryrefslogtreecommitdiff
path: root/devel/oniguruma/pkg-descr
blob: fac83d43392408fc4853d527d4adc0207c75f5ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Oniguruma is a BSDL Regular Expression library written for ruby-m17n,
which implements all of Perl extensions, many of .NET extensions plus
more.

It provides multiple APIs for ease of use; GNU regex compatible API,
POSIX regex compatible API and its own.

This library is multilingualized by design and can have one encoding
for each regex object.  Currently supported character encodings are
ASCII, UTF-8, EUC-JP and Shift_JIS.

Author:	K.Kosako <kosako@sofnec.co.jp>
WWW:	http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/oniguruma/