This repository was archived by the owner on Nov 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
An ASCII85 library for Lua. Ascii85 is a form of binary-to-text encoding developed by Adobe Systems.
LuaDist/lascii85
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is an ascii85 library for Lua 5.1. For information on ascii85 see http://en.wikipedia.org/wiki/Ascii85 To try the library, just edit Makefile to reflect your installation of Lua and then run make. This will build the library and run a simple test. For detailed installation instructions, see http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/install.html There is no manual but the library is simple and intuitive; see the summary below. Read also test.lua, which shows the library in action. This code is hereby placed in the public domain. Please send comments, suggestions, and bug reports to lhf@tecgraf.puc-rio.br . ------------------------------------------------------------------------------- ascii85 library: decode(s) encode(s) version -------------------------------------------------------------------------------
About
An ASCII85 library for Lua. Ascii85 is a form of binary-to-text encoding developed by Adobe Systems.
Resources
Stars
Watchers
Forks
Packages 0
No packages published