ivosh / valgrind

Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools.
GNU General Public License v2.0
6 stars 0 forks source link

Create tech stack docs (techstack.yml and techstack.md) #1

Open stack-file[bot] opened 11 months ago

stack-file[bot] commented 11 months ago

PR to add tech stack documentation to allow anyone to easily see what is being used in this repo without digging through config files. Two files are being added: techstack.yml and techstack.md. The techstack.yml file contains data on all the tools being used in this repo. The techstack.md file is derived from the YML file and displays the tech stack data in Markdown.