mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 04:35:13 +03:00
https://github.com/imageworks/pystring C++ functions matching the interface and behavior of python string methods with std::string
10 lines
299 B
PkgConfig
10 lines
299 B
PkgConfig
prefix=/usr
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: pystring
|
|
Version: @VERSION@
|
|
Description: C++ functions matching the interface and behavior of python string methods with std::string
|
|
URL: https://github.com/imageworks/pystring
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lpystring
|