vcpkg/ports/tl-generator/vcpkg.json
Sy Brand 33f02c0ae5
[New Port] Add tl-generator (#20385)
* 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>
2021-09-28 17:32:06 -07:00

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