A Java library for managing Apple II ShrinkIt archives.
Go to file
Rob Greene aafb68f75c Bumping version. 2018-03-11 17:34:41 -05:00
gradle/wrapper Migrating to Gradle; leaving the one failing Unit test as-is for now. #1. 2018-03-05 21:48:48 -06:00
src Missed this in the AC2 merge. 2018-03-11 17:34:28 -05:00
.gitignore Adding Gradle config to publish to the Maven Central Repository. 2018-03-07 19:59:46 -06:00
LICENSE Add a simple jar buildfile 2012-06-25 14:02:22 +00:00
MAVEN-REPO.md Adding Gradle config to publish to the Maven Central Repository. 2018-03-07 19:59:46 -06:00
README.md Adding Gradle config to publish to the Maven Central Repository. 2018-03-07 19:59:46 -06:00
build.gradle Adding Gradle config to publish to the Maven Central Repository. 2018-03-07 19:59:46 -06:00
gradle.properties Bumping version. 2018-03-11 17:34:41 -05:00
gradlew Migrating to Gradle; leaving the one failing Unit test as-is for now. #1. 2018-03-05 21:48:48 -06:00
gradlew.bat Migrating to Gradle; leaving the one failing Unit test as-is for now. #1. 2018-03-05 21:48:48 -06:00
settings.gradle Migrating to Gradle; leaving the one failing Unit test as-is for now. #1. 2018-03-05 21:48:48 -06:00

README.md

ShrinkIt Archive Library for Java

This project is a direct off-shoot of the AppleCommander project and implements a pure Java API to manipulate ShrinkIt (NuFX) archives (Apple File Type Note $E0/8002).

Developers

Being new to Gradle, all of the Maven release components are in the build.gradle file. More a warning than anything, just in case it causes issues. Please make more portable and submit a PR.