vcpkg/ports/msgpack11/CONTROL
Sana Jahan ba47af7fa8 [msgpack11] Add new port (#9524)
* Added portfile and control

* Added patch file to support MSVC

* Added description for msgpack11 in CONTROL

* added homepage to Control, code refactoring for portfile

* refactored portfile

* made align changes

* Update portfile.cmake

* Update CONTROL

removed v from the version

* added ref properly

Co-authored-by: Mayank Kataruka <37381526+mayankkt9@users.noreply.github.com>
2020-01-22 13:07:27 -08:00

7 lines
291 B
Plaintext

Source: msgpack11
Version: 0.0.10
Homepage: https://msgpack.org
Build-Depends: gtest
Description: msgpack11 is a tiny MsgPack library for C++11, providing MsgPack parsing and serialization.This library is inspired by json11.The API of msgpack11 is designed to be similar with json11.