New comment by mhmdanas on void-packages repository https://github.com/void-linux/void-packages/pull/43684#issuecomment-1532057789 Comment: I can confirm, here are the contents: ``` includedir=/usr/include libdir=/usr/lib Name: re2 Description: RE2 is a fast, safe, thread-friendly regular expression engine. Requires: Version: 10.0.0 Cflags: -pthread -I${includedir} Libs: -pthread -L${libdir} -lre2 ```