add package astdot (#2120)

This commit is contained in:
Rekihyt 2022-01-15 19:49:22 -07:00 committed by GitHub
parent 17027c2436
commit 126dcb9ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24841,5 +24841,19 @@
"description": "Calculate the next semver version given the git log and previous version",
"license": "MIT",
"web": "https://gitlab.com/SimplyZ/conventional_semver"
},
{
"name": "astdot",
"url": "https://github.com/Rekihyt/astdot",
"method": "git",
"tags": [
"ast",
"dot",
"jpg",
"tree"
],
"description": "Prints a dot graph of a nim ast dumped using the `dumpTree` macro.",
"license": "MIT",
"web": "https://github.com/Rekihyt/astdot"
}
]