2023-08-09 21:39:34 +02:00
|
|
|
# -*- 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
|
2025-01-24 03:44:38 +11:00
|
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
|
|
|
github.tarball_from tarball
|
2023-08-09 21:39:34 +02:00
|
|
|
revision 0
|
|
|
|
|
|
|
|
|
|
checksums rmd160 cb9dbd607846df0af964e3ba14dd0fd4d78acbf4 \
|
|
|
|
|
sha256 608c2f821b556cab325e8fd7529d595389dd1497f43813bd0de5d212aa8bbeb2 \
|
|
|
|
|
size 15098
|
|
|
|
|
|
|
|
|
|
categories-append devel
|
2024-11-06 15:34:34 +01:00
|
|
|
maintainers nomaintainer
|
2023-08-09 21:39:34 +02:00
|
|
|
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
|
|
|
|
|
|
2023-08-20 10:23:07 +02:00
|
|
|
common_lisp.ffi yes
|
2023-08-09 21:39:34 +02:00
|
|
|
common_lisp.threads yes
|