# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0
PortGroup           common_lisp 1.0

github.setup        TeMPOraL cl-sqlite 0.2.1
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            0

checksums           rmd160  cb9dbd607846df0af964e3ba14dd0fd4d78acbf4 \
                    sha256  608c2f821b556cab325e8fd7529d595389dd1497f43813bd0de5d212aa8bbeb2 \
                    size    15098

categories-append   devel
maintainers         nomaintainer
license             public-domain

description         Common Lisp binding for SQLite

long_description    {*}${description}

depends_lib-append  port:cl-bordeaux-threads \
                    port:cl-cffi \
                    port:cl-fiveam \
                    port:cl-iterate \
                    port:sqlite3

common_lisp.ffi     yes
common_lisp.threads yes
