Initial fork commit

This commit is contained in:
2025-09-06 22:03:29 -04:00
commit 2d238cd339
1748 changed files with 932506 additions and 0 deletions

11
libpostal.pc.in Normal file
View File

@@ -0,0 +1,11 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libpostal
Description: Fast international street address parsing and normalization using statistical NLP.
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lpostal
Libs.private: @LIBS@
Cflags: -I${includedir}