OgreKit (GNUstep)
=================

:Maintainer: Yen-Ju Chen <yjchenx at gmail dot com>
:Authors: Isao Sonobe, Yen-Ju Chen
:License: Modified BSD License (see COPYING document). 
:Version: 1.2.1

OgreKit is a regular expression library written in Objective-C in Cocoa. It 
uses OniGuruma as regular expression engine.

This is a GNUstep fork of OgreKit 2.1.2 
<http://www8.ocn.ne.jp/~sonoisa/OgreKit/>.
Since it is a fork, the API may differ in the future.

To know more about OgreKit: 
<http://www.etoile-project.org/dev/0.4/OgreKit>


Build and Install
-----------------

Read INSTALL document.


Mac OS X support
----------------

Please use original OgreKit unless portability is considered.
OgreKit (GNUstep) is compatible with Cocoa and can be compiled against it if you 
install gnustep-make.


Developer notes
===============

Tests suite
-----------

UnitKit (bundled with Etoile) is required.

    Steps to produce a test bundle and run tests suite:

    * make test=yes 

    * ukrun


Contribute 
----------

Read TODO document.
