# -*- 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        Shinmera atomics 2c6b90272d09378a40c684c466401a02efa1200b
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-atomics
version             20230703
revision            0

checksums           rmd160  c460b897b5fcf58eb080c95430f64548eee8dbb5 \
                    sha256  61b576a5599981f0f5924e109fbcc1ad13e0b0ac5ad02b8423c76625ef08962a \
                    size    8586

categories-append   devel
maintainers         nomaintainer
license             zlib

description         Portability layer for atomic operations like compare-and-swap (CAS)

long_description    {*}${description}

depends_lib-append  port:cl-documentation-utils \
                    port:cl-parachute

# *** - CLISP is not supported by the Atomics library.
common_lisp.clisp   no

# Support CCL quite limited, almost none
# See: https://github.com/Clozure/ccl/pull/52
common_lisp.ccl     no

# No suport of ABCL
# See: https://github.com/armedbear/abcl/issues/92
common_lisp.abcl    no
