Menu

Tree [be3e34] master /
 History

HTTPS access


File Date Author Commit
 COPYING 2014-10-20 Ganael Laplanche Ganael Laplanche [b289b2] Update copyright dates
 Changelog 2011-12-13 Ganael Laplanche Ganael Laplanche [c639ae] Grpar v0.2
 Makefile 2015-05-04 Marshall Banana Marshall Banana [8c7c91] Add Linux Makefile
 Makefile.linux 2021-02-10 Ganael Laplanche Ganael Laplanche [be3e34] Restore Makefile.linux (probably still useful, ...
 Makefile.nmake 2021-02-09 darealshinji darealshinji [91ea2c] Windows compatibility
 README 2021-02-10 Ganael Laplanche Ganael Laplanche [f00e52] Add license details following previous commit
 getopt.c 2021-02-09 darealshinji darealshinji [91ea2c] Windows compatibility
 getopt.h 2021-02-09 darealshinji darealshinji [91ea2c] Windows compatibility
 grpar.c 2021-02-09 darealshinji darealshinji [91ea2c] Windows compatibility

Read Me

Grpar - README

Description :
*************

Grpar is a tool to extract Build engine group (.grp) files.

See Ken Silverman's Build engine page (http://advsys.net/ken/build.htm) for
more information.

Author / Licence :
******************

Grpar has been written by GanaŽl LAPLANCHE <ganael.laplanche@martymac.org>
and is available under the BSD license (see COPYING for details).

The latest version is available on http://contribs.martymac.org

Contributions :
***************

Getopt code comes from mingw-w64 project :

    mingw-w64-crt/misc/getopt.c    -> getopt.c
    mingw-w64-headers/crt/getopt.h -> getopt.h

See each file's header for license details.