vcpkg/ports/tre/vcpkg.json
Theodore Tsirpanis 4962638f66
[tre] Add CMake config files. (#35134)
* [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>
2023-11-21 19:05:40 -08:00

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
}
]
}