Source-Makefile: package/feeds/packages/libre2/Makefile Build-Types: host Package: re2 Version: 2019-06-01-2 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +libstdcpp Conflicts: Menu-Depends: Provides: Section: libs Category: Libraries Repository: packages Title: RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. Maintainer: Amol Bhave Source: re2-2019-06-01.tar.gz License: BSD-3-Clause LicenseFiles: LICENSE Type: ipkg Description: RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. https://github.com/google/re2 Amol Bhave @@ Config: choice prompt "Compile RE2 library." default RE2_SHARED help Choose which version to compile. -> Shared: - Only Shared lib will be compiled. -> Static: - Only Static lib will be compiled. config RE2_SHARED bool "Shared" config RE2_STATIC bool "Static" endchoice @@