Short: List and unpack RAR 2.0 archives Author: Christian Scheurer/Johannes Winkelmann, Morphos port by Carsten Siegner Uploader: Carsten Siegner (carstensiegner osnanet de) Type: dev/lib Version: 0.4.0 Architecture: ppc-morphos >= 3.1 UniquE RAR File Library ======================= What is it? =========== The URARFileLib is a small static library that allows you to read files from RAR archives created with RAR and WinRAR. Listing, decompression, and decryption with full RAR 2.0 compatibility is done directly in your application, so there is no need for a DLL or any other external file. It is based on the free unRAR source code by Eugene Roshal, and designed for easy but powerful usage in demos, intros and cross-platform applications. It is also useful if you want to port your programs since the it is written in ANSI C (some parts are optimized in x86 assembly) and supports multiple operating systems. Where can I find what? ====================== ./doc documentation, project history ./samples samples for various compilers and operating systems ./unrarlib source code of the UniquE File Library Please read and accept "license.txt" before you use this product! Copyright ========= Copyright (C) 2000-2002 by Christian Scheurer (www.ChristianScheurer.ch) UNIX port by Johannes Winkelmann (jw@tks6.net) This product is available under the UniquE RAR File Library license (unrarlib-license.txt) and GNU Public License (GPL version 2 or later). See license.txt from http://www.unrarlib.org/license.html for details. Visit http://www.unrarlib.org for updates and news!