vcpkg/ports/serdepp/vcpkg.json
injae ce25440a35
[serdepp] add new port (#22455)
* update version

* versions/s-/serdepp.json test

* version serdepp.json update

* remove serdepp features

* portfile.cmake update and remove features

* update version

* update description

* update description

* version update

* update description

* update version

* disable_parallel_configure ON

* version update

* add script find_package(Git)

* version update

* git_executable test

* version update

* [serdepp] new port

* [serdepp] version update

* 0.1.4-pre -> 0.1.4

* vcpkg version update

* vcpkg version refresh

* version update

* Apply suggestions from code review

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* update

* baseline update

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2022-03-04 13:37:19 -08:00

20 lines
454 B
JSON

{
"name": "serdepp",
"version": "0.1.4",
"description": "c++ 17 universal serialize deserialize library like rust serde, support libraries: [nlohmann_json, fmt, yaml-cpp, toml11, rapidjson]",
"homepage": "https://github.com/injae/serdepp",
"license": "MIT",
"dependencies": [
"magic-enum",
"nameof",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}