# -*- 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 prompter 0.1.1
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-prompter
revision            0

checksums           rmd160  afbb9797a7de0ad4350129a581234176550a5d59 \
                    sha256  cbed5282abd31b0a0c46a3485df83fc5741e9a90085e1ea6da12800f40e2abe3 \
                    size    57249

categories-append   devel
maintainers         nomaintainer
license             BSD

description         Live-narrowing, fuzzy-matching, extensible prompt framework

long_description    {*}${description}

depends_lib-append  port:cl-alexandria \
                    port:cl-calispel \
                    port:cl-closer-mop \
                    port:cl-containers \
                    port:cl-lisp-unit2 \
                    port:cl-lparallel \
                    port:cl-moptilities \
                    port:cl-nclasses \
                    port:cl-serapeum \
                    port:cl-str \
                    port:cl-trivial-package-local-nicknames

common_lisp.threads yes

# ;;; Cannot find the external symbol PARSE-BODY in #<"UIOP/DRIVER" package>.
common_lisp.ecl     no
# The function get-structure is not yet implemented for Armed Bear Common Lisp 1.9.2 on X86_64.
common_lisp.abcl    no
