tree-sitter-yaml/bindings/c/tree-sitter-yaml.pc.in

12 lines
252 B
PkgConfig
Raw Permalink Normal View History

2024-03-27 05:31:32 -04:00
prefix=@PREFIX@
libdir=@LIBDIR@
includedir=@INCLUDEDIR@
Name: tree-sitter-yaml
2024-03-31 09:45:34 -04:00
Description: YAML grammar for tree-sitter
2024-03-27 05:31:32 -04:00
URL: @URL@
Version: @VERSION@
Requires: @REQUIRES@
Libs: -L${libdir} @ADDITIONAL_LIBS@ -ltree-sitter-yaml
Cflags: -I${includedir}