# -*- 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        atlas-engineer history-tree 0.1.2
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-history-tree
revision            0

checksums           rmd160  388587675d74da6191b1469fc88ea272914e4d3a \
                    sha256  a6abda0a1c6b9fcb392ee1535facf30530e6f467111affe6a60cbdc7a1bf5083 \
                    size    17950

categories-append   devel
maintainers         nomaintainer
license             BSD

description         Store the history of a browser's visited paths.

long_description    {*}${description}

depends_lib-append  port:cl-alexandria \
                    port:cl-custom-hash-table \
                    port:cl-lisp-unit2 \
                    port:cl-local-time \
                    port:cl-nasdf \
                    port:cl-nclasses \
                    port:cl-trivial-package-local-nicknames

# ;;; Cannot find the external symbol PARSE-BODY in #<"UIOP/DRIVER" package>
common_lisp.ecl     no

# *** - EVAL: undefined function EXT::ADD-PACKAGE-LOCAL-NICKNAME
common_lisp.clisp   no