UNPKG

fuzzy-regex

Version:

A regular expression library for Node.js that allows for a configurable number of mismatches (fuzzy matching), powered by the high-performance [TRE](https://laurikari.net/tre/) regex engine. This package supports both ESM and CommonJS, and provides a simp

11 lines (9 loc) 247 B
prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: TRE Description: TRE regexp matching library Version: @PACKAGE_VERSION@ Libs: -L${libdir} -ltre @LDFLAGS@ @LIBINTL@ @LIBS@ Cflags: -I${includedir} @CPPFLAGS@