An open API service indexing awesome lists of open source software.

https://github.com/dylan-lang/zlib

Binding of zlib library
https://github.com/dylan-lang/zlib

dylan-lang zlib-library

Last synced: 4 months ago
JSON representation

Binding of zlib library

Awesome Lists containing this project

README

          

Zlib
====

Opendylan binding around Zlib library.

Building
--------

Install development libraries

.. code-block:: console

$ sudo apt install zlib1g-dev

Download dependencies:

.. code-block:: console

$ dylan update

Build:

.. code-block:: console

$ dylan build --all

Run tests:

.. code-block:: console

$ _build/bin/zlib-test-suite