From: Harald O. <har...@el...> - 2025-02-07 17:32:14
|
Great work, Ashok. Sounds like a time warp in future. May I - clone the repository and create the (new) sample extension from it? Thanks again, Harald Am 07.02.2025 um 18:19 schrieb apnmbx-public--- via Tcl-Core: > 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 <https://github.com/apnadkarni/tcl-extension-template/blob/ > main/README.md> > > Download: https://github.com/apnadkarni/tcl-extension-template/releases > <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 > <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 <https://github.com/apnadkarni/tcl-build-extension/blob/main/ > README.md> > > /Ashok |