diff options
| author | Nicolai Grodzitski <utromvecherom@gmail.com> | 2018-05-18 21:03:15 +0300 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-05-18 11:03:15 -0700 |
| commit | aad8cbb041ff9d306273ff136f5b3ecd2821b929 (patch) | |
| tree | 4fc5cda155852571e4fb7620a14bf8a2e2cdfdf0 /ports/json-dto/CONTROL | |
| parent | a90d78293b21f27ab184a35fb61d3f3732764b36 (diff) | |
| download | vcpkg-aad8cbb041ff9d306273ff136f5b3ecd2821b929.tar.gz vcpkg-aad8cbb041ff9d306273ff136f5b3ecd2821b929.zip | |
Add json_dto library. (#3467)
* Prepare port for json_dto.
* Add new line at the end of file.
* Add json-dto to vcpkg.
Diffstat (limited to 'ports/json-dto/CONTROL')
| -rw-r--r-- | ports/json-dto/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/json-dto/CONTROL b/ports/json-dto/CONTROL new file mode 100644 index 000000000..2f8c57b00 --- /dev/null +++ b/ports/json-dto/CONTROL @@ -0,0 +1,4 @@ +Source: json-dto +Version: 0.2.5 +Description: A small header-only library for converting data between json representation and c++ structs. +Build-Depends: rapidjson |
