# -*- 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        svenvc s-sysdeps 7f8de283b7fbd8b038fdf08493063a736db36ce7
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-s-sysdeps
version             20210202
revision            0

checksums           rmd160  158b1dde3de1609d7ef5a5aee6d96f25bc502b4a \
                    sha256  e32585984715db6cc8802a08614e40b1cccbe18d14f7f42ce0109806f8280cd4 \
                    size    4476

categories-append   devel
maintainers         nomaintainer
license             LLGPL

description         A Common Lisp abstraction layer over platform dependent functionality.

long_description    {*}${description}

depends_lib-append  port:cl-bordeaux-threads \
                    port:cl-usocket

common_lisp.threads yes
