From: <apn...@ya...> - 2025-02-07 17:19:36
|
Announcing some potentially useful tools for extension writers. tcl-extension-template Generate a skeleton of a Tcl extension, including directory structure, autoconf and nmake based files, init function and header, build-config command, and Github action workflows. Docs: https://github.com/apnadkarni/tcl-extension-template/blob/main/README.md Download: https://github.com/apnadkarni/tcl-extension-template/releases The workflows in the above template can be used independently as well and make use of the following Github actions which may also be used independently. tcl-setup Github action to set up a TEA environment for building against a specific Tcl release or commit tag. Docs: https://github.com/apnadkarni/tcl-setup/blob/main/README.md tcl-build-extension Github action to build a Tcl extension. Docs: https://github.com/apnadkarni/tcl-build-extension/blob/main/README.md /Ashok |