mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
234d20e484
* Create nanojson (JSON Parser for C/C++) Event-Driven JSON Parser for C/C++ * Creating nanojson port Event-Driven JSON Parser for C/C++ * init * update nanojson * update sha512 Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> * update version Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * update copy license Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * update dependencies Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * update vcpkg * update license filename * deleted license * update * update hash * update * update * update * [saadshams-nanojson] Add new port * update version * never agreed to the name, it was published without consent * rebranded as nanojsonc * update hash * update * update * update * format vcpkg.sjon * update version * update version * update * update * update * update * fix error * update version * update * update * update fixed share * update * update * formating vcpkg.json * update version * additional empty line * update version --------- Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
19 lines
379 B
JSON
19 lines
379 B
JSON
{
|
|
"name": "nanojsonc",
|
|
"version": "1.0.0",
|
|
"maintainers": "Saad Shams",
|
|
"description": "Event-Driven JSON Parser for C",
|
|
"homepage": "https://github.com/open-source-patterns/nanojsonc",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|