vcpkg/ports/bext-di/vcpkg.json
Kris Jusiak b05fe02703
[bext-di] Rename boost-di to bext-di (#16302)
* Rename `boost-di` to `di`

Problem:
- `boost-di` is not an official Boost library and it shouldn't use boost name.

Solution:
- Rename it to `di` instead.

* Update the port name to bext-di

* Update the version

Co-authored-by: Kris Jusiak <kris@jusiak.net>
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-04-01 10:33:58 -07:00

7 lines
158 B
JSON

{
"name": "bext-di",
"version-string": "1.2.0",
"description": "C++14 Dependency Injection Library.",
"homepage": "https://github.com/boost-ext/di"
}