
	Cacao Library - Objective-C library lower compatible with Cocoa

  Copyright (C) 2004 Steel Wheels Project

  Cacao Library is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published 
  by the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

Introduction
============
  Cacao library is Objective-C library which has lower compatibility
  with Cocoa library produced by Apple Computer.

  The goal of this library IS NOT to be compatible with it.
  The goal is to make the application which can be used for PC-UNIX and
  Mac OS-X.

  The library supports the following Unix libraries:
    - glib : Generic library for Gnome
    - popt : Command line parser

  The latest information and the source code can be seen at
  http://www.asahi-net.or.jp/~em7t-hmd/Cacao/ .

Copyright
=========
  This package is a product of Steel Wheels Project. 
  This package is distributed under GNU General Public License. 
  For more precise, see COPYING file included this package.

BUG Report
==========
   If you noticed some bugs or additional information, please send e-mail to
   "wheel@osaka.email.ne.jp".

