mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-04 18:28:06 +08:00
b47d6ce6e3
* Update HTTP to HTTPS links where it can be done safely. This means that the HTTP-based link gave a 200 response with identical content to the HTTPS version of the link. For links containing variables, we checked the interpolated (real) link. * Bump relevant vcpkg.json versions. * Use version-date for cello. * update version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
8 lines
290 B
JSON
8 lines
290 B
JSON
{
|
|
"name": "exprtk",
|
|
"version-date": "2021-01-01",
|
|
"port-version": 2,
|
|
"description": "Simple to use, easy to integrate and extremely efficient run-time C++ mathematical expression parser and evaluation engine.",
|
|
"homepage": "https://www.partow.net/programming/exprtk/index.html"
|
|
}
|