2023-08-07 23:57:02 +02:00
|
|
|
# -*- 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 smithzvk pythonic-string-reader 47a70ba1e32362e03dad6ef8e6f36180b560f86a
|
2025-01-24 03:44:38 +11:00
|
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
|
|
|
github.tarball_from tarball
|
2023-08-07 23:57:02 +02:00
|
|
|
name cl-pythonic-string-reader
|
|
|
|
|
version 20180618
|
|
|
|
|
revision 0
|
|
|
|
|
|
|
|
|
|
checksums rmd160 c6535e66fd171b6544095dd4df2c015c79c84d67 \
|
|
|
|
|
sha256 28b2c1703d1e58d8216306f6a8a25b951abf34dfaf806fdb49489875cd185be3 \
|
|
|
|
|
size 3629
|
|
|
|
|
|
|
|
|
|
categories-append devel
|
2024-11-06 15:34:34 +01:00
|
|
|
maintainers nomaintainer
|
2023-08-07 23:57:02 +02:00
|
|
|
license BSD
|
|
|
|
|
|
|
|
|
|
description A simple and unintrusive read table modification inspired by Python's three quote strings.
|
|
|
|
|
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
|
|
|
|
|
depends_lib-append port:cl-named-readtables
|