Skip to content

dylan-lang/zlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zlib

Opendylan binding around Zlib library.

Building

Install development libraries

$ sudo apt install zlib1g-dev

Download dependencies:

$ dylan update

Build:

$ dylan build --all

Run tests:

$ _build/bin/zlib-test-suite