mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
4962638f66
* [tre] Add CMake config files. * Fix license. * Address PR feedback. Co-authored-by: LilyWangLL <494550702@qq.com> Co-authored-by: Kai Pastor <dg0yt@darc.de> * Update version database. --------- Co-authored-by: LilyWangLL <494550702@qq.com> Co-authored-by: Kai Pastor <dg0yt@darc.de>
19 lines
465 B
JSON
19 lines
465 B
JSON
{
|
|
"name": "tre",
|
|
"version": "0.8.0",
|
|
"port-version": 6,
|
|
"description": "TRE is a lightweight, robust, and efficient POSIX compliant regexp matching library with some exciting features such as approximate (fuzzy) matching.",
|
|
"homepage": "https://github.com/laurikari/tre",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|