sixel-sys-static 0.3.2

FFI bindings to libsixel, static linkage
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

CLEANFILES=libsixel/*.pyc

clean-local:
	-rm -rf libsixel_python.egg-info build dist

if HAVE_PYTHON
libsixeldir = $(pythondir)/libsixel
libsixel_PYTHON = \
    libsixel/__init__.py \
    libsixel/encoder.py \
    libsixel/decoder.py
endif

EXTRA_DIST = \
    setup.py

check: check-am