mirror of
https://github.com/yaml/libyaml
synced 2026-06-08 18:28:36 +00:00
11 lines
217 B
Plaintext
11 lines
217 B
Plaintext
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
includedir=@includedir@
|
|
libdir=@libdir@
|
|
|
|
Name: LibYAML
|
|
Description: Library to parse and emit YAML
|
|
Version: @PACKAGE_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lyaml
|