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
- Host: GitHub
- URL: https://github.com/dylan-lang/zlib
- Owner: dylan-lang
- License: mit
- Created: 2011-03-05T00:16:50.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2025-12-15T20:51:47.000Z (4 months ago)
- Last Synced: 2025-12-19T04:51:04.642Z (4 months ago)
- Topics: dylan-lang, zlib-library
- Language: Dylan
- Homepage: http://dylan-lang.github.io/zlib/
- Size: 104 KB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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