The AVR-GCC project have avr-libc, avr-liberty, arduino based libraries but when we need an assembler library, there is nowhere. This project try to fill this gap duplicating the above libraries. I know, I'm reinventing the wheel but the gcc seems to bloat the micro-controller's memory and it is not a good way when we use the ATtiny or small ATmega micro-controllers.
For now I just created the repository and no code line was write. Wait for future changes.