vcpkg/ports/jigson/vcpkg.json
XII 17ae26dff0
[jigson] New port (#40913)
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>
2024-09-16 12:09:31 -07:00

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