comment here

This commit is contained in:
ton
2023-03-18 20:03:34 +07:00
commit 4553a0a589
14513 changed files with 2685043 additions and 0 deletions

15
.CondaPkg/env/lib/pkgconfig/tcl.pc vendored Normal file
View File

@@ -0,0 +1,15 @@
# tcl pkg-config source file
prefix=/home/ton/.julia/dev/ImageUtils/.CondaPkg/env
exec_prefix=/home/ton/.julia/dev/ImageUtils/.CondaPkg/env
libdir=/home/ton/.julia/dev/ImageUtils/.CondaPkg/env/lib
includedir=${prefix}/include
Name: Tool Command Language
Description: Tcl is a powerful, easy-to-learn dynamic programming language, suitable for a wide range of uses.
URL: https://www.tcl-tk.org/
Version: 8.6.12
Requires.private: zlib >= 1.2.3
Libs: -L${libdir} -ltcl8.6 -ltclstub8.6
Libs.private: -ldl -lz -lpthread -lm
Cflags: -I${includedir}