mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 18:24:53 +00:00
9 lines
225 B
TOML
9 lines
225 B
TOML
[build-system]
|
|
requires = ["flit_core"]
|
|
build-backend = "flit_core.buildapi"
|
|
|
|
[project]
|
|
name = "ast-grep-cli"
|
|
version = "@version@"
|
|
description = "Structural Search and Rewrite code at large scale using precise AST pattern."
|