1 | # -*- 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 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup codeberg 1.0 |
---|
5 | PortGroup common_lisp 1.0 |
---|
6 | |
---|
7 | codeberg.setup cage nodgui 028cf912b7 |
---|
8 | name cl-nodgui |
---|
9 | version 20240401 |
---|
10 | revision 0 |
---|
11 | |
---|
12 | checksums rmd160 037ab260047ce2790a4e92125e5eb41cf104e7bd \ |
---|
13 | sha256 848f25a14c41807761fff75617901c2d109d0e3069890a56dbddc3197ca5cdaa \ |
---|
14 | size 240346 |
---|
15 | |
---|
16 | categories-append devel |
---|
17 | maintainers {@catap korins.ky:kirill} openmaintainer |
---|
18 | license LLGPL |
---|
19 | |
---|
20 | description Lisp bindings for the Tk toolkit |
---|
21 | |
---|
22 | long_description {*}${description} |
---|
23 | |
---|
24 | depends_lib-append port:cl-alexandria \ |
---|
25 | port:cl-bordeaux-threads \ |
---|
26 | port:cl-clunit2 \ |
---|
27 | port:cl-colors2 \ |
---|
28 | port:cl-esrap \ |
---|
29 | port:cl-flexi-streams \ |
---|
30 | port:cl-jpeg-turbo \ |
---|
31 | port:cl-named-readtables \ |
---|
32 | port:cl-parse-number \ |
---|
33 | port:cl-pngload \ |
---|
34 | port:cl-ppcre \ |
---|
35 | port:cl-ppcre-unicode \ |
---|
36 | port:cl-unicode |
---|
37 | |
---|
38 | common_lisp.threads yes |
---|