~ubuntu-branches/ubuntu/utopic/lua-rexlib/utopic

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Enrico Tassi
  • Date: 2011-04-23 20:34:55 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20110423203455-aairch2egghcz82f
Tags: upstream-2.5.3
ImportĀ upstreamĀ versionĀ 2.5.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
                            Lua rexlib 2.4
2
 
                            --------------
3
 
 
4
 
                    by Reuben Thomas (rrt@sc3d.org)
5
 
        and Shmuel Zeigerman (shmuz@actcom.co.il) [maintainer]
6
 
 
7
 
 
8
 
Lrexlib is a regular expression library for Lua 5.1. The makefiles
9
 
provided build it into shared libraries called rex_posix.so and
10
 
rex_pcre.so, which can be used with require or loadlib.
11
 
 
12
 
Lrexlib is copyright Reuben Thomas 2000-2008 and copyright Shmuel
13
 
Zeigerman 2004-2008, and is released under the MIT license, like Lua
14
 
(see http://www.lua.org/copyright.html for the full license; it's
15
 
basically the same as the BSD license). There is no warranty.
 
1
Lrexlib 2.5
 
2
===========
 
3
 
 
4
|  by Reuben Thomas (rrt@sc3d.org)
 
5
|  and Shmuel Zeigerman (shmuz@013net.net) [maintainer]
 
6
 
 
7
**Lrexlib** provides bindings of five regular expression library APIs
 
8
(POSIX_, PCRE_, GNU_, TRE_ and Oniguruma_) to Lua_ 5.1. The bindings
 
9
for TRE and Oniguruma are not currently complete.
 
10
 
 
11
**Lrexlib** is copyright Reuben Thomas 2000-2010 and copyright Shmuel
 
12
Zeigerman 2004-2010, and is released under the same license as Lua,
 
13
the MIT_ license (otherwise known as the revised BSD license). There
 
14
is no warranty.
 
15
 
 
16
.. _POSIX: http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap09.html
 
17
.. _PCRE: http://www.pcre.org/pcre.txt
 
18
.. _GNU: ftp://ftp.gnu.org/old-gnu/regex/
 
19
.. _Oniguruma: http://www.geocities.jp/kosako3/oniguruma/doc/RE.txt
 
20
.. _TRE: http://laurikari.net/tre/documentation/
 
21
.. _Lua: http://www.lua.org
 
22
.. _MIT: http://www.opensource.org/licenses/mit-license.php
16
23
 
17
24
Please report bugs and make suggestions to the maintainer, or use the
18
25
LuaForge trackers and mailing lists.
19
26
 
20
27
Thanks to Thatcher Ulrich for bug and warning fixes, and to Nick
21
28
Gammon for adding support for PCRE named subpatterns.
 
29
 
 
30
-----------------------------------------------------------
 
31
 
 
32
Links
 
33
-----
 
34
 
 
35
- License_
 
36
- Reference Manual_
 
37
- LuaForge Project Page_
 
38
- Download_
 
39
 
 
40
.. _License: license.html
 
41
.. _Manual: manual.html
 
42
.. _Page: http://luaforge.net/projects/lrexlib/
 
43
.. _Download: http://luaforge.net/frs/?group_id=63