mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
33f02c0ae5
* Add tl-generator * Format manifest and update versions * Update versions * Update ports/tl-generator/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/tl-generator/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/tl-generator/vcpkg.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/tl-generator/vcpkg.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Fixup version database. Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
13 lines
284 B
JSON
13 lines
284 B
JSON
{
|
|
"name": "tl-generator",
|
|
"version-date": "2021-09-28",
|
|
"description": "Single-header, ranges-compatible generator type built on C++20 coroutines",
|
|
"homepage": "https://tl.tartanllama.xyz",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|