Skip to content

A binding to the miniz library for the Odin programming language

License

Notifications You must be signed in to change notification settings

sarvex/odin-miniz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

odin-miniz

license contributors issues

A binding to the miniz compression library for the Odin programming language.

Installation

You need curl, a C compiler (default: gcc) and an archiver (default: ar) in order to compile the miniz library itself.

Then just clone this repository into your shared collection and run build-miniz.sh. This will create an archive file, which will be linked in when using miniz.odin.

Then use it with

import miniz "shared:odin-miniz";

See demo/main.odin for an example on how to use this library. If you need more information, take a look at the source code (it's fairly easy to understand).

License

It is public domain (UNLICENSE), see LICENSE file for further details.

About

A binding to the miniz library for the Odin programming language

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Odin 98.3%
  • Shell 1.7%