mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 15:09:07 +08:00
17ae26dff0
Co-authored-by: Kai Pastor <dg0yt@darc.de> Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Jon <v-zhli17@microsoft.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
15 lines
341 B
JSON
15 lines
341 B
JSON
{
|
|
"name": "jigson",
|
|
"version": "0.1.2",
|
|
"description": "A simple C++ library designed to facilitate easy mapping from json content to a class model.",
|
|
"homepage": "https://github.com/JoshuaSledden/Jigson",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"nlohmann-json",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|