# -*- 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        sionescu swap-bytes 1.2 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-swap-bytes
revision            0

checksums           rmd160  afa4f97dec0c113e1186f3a90d90fe50c85954f2 \
                    sha256  9bd5d2bb0240c1c5e63aebc566633997be6bdc705f3ca62cb2a6d0f816198241 \
                    size    4495

categories-append   devel
maintainers         nomaintainer
license             MIT

description         Optimized byte-swapping primitives.

long_description    {*}${description}

depends_lib-append  port:cl-trivial-features

depends_test-append port:cl-fiveam
