aboutsummaryrefslogtreecommitdiff
path: root/ports/bitserializer/CONTROL
diff options
context:
space:
mode:
authoryurybura <yurybura@gmail.com>2018-05-11 13:34:43 +0300
committeryurybura <yurybura@gmail.com>2018-05-11 13:34:43 +0300
commit7d261fbbc39a1d36027299190920e0a7e222ebd7 (patch)
treed9b6745f2e6c670836cbbf61dbd2c4eb9ef857fe /ports/bitserializer/CONTROL
parent50e5ee1e40380cf543ae804775462181984a86dc (diff)
parent9535a5631ac212b1c657a02be3ed9398df30c96c (diff)
downloadvcpkg-7d261fbbc39a1d36027299190920e0a7e222ebd7.tar.gz
vcpkg-7d261fbbc39a1d36027299190920e0a7e222ebd7.zip
Merge branch 'master' of https://github.com/yurybura/vcpkg
Diffstat (limited to 'ports/bitserializer/CONTROL')
-rw-r--r--ports/bitserializer/CONTROL4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/bitserializer/CONTROL b/ports/bitserializer/CONTROL
new file mode 100644
index 000000000..95e36f5b9
--- /dev/null
+++ b/ports/bitserializer/CONTROL
@@ -0,0 +1,4 @@
+Source: bitserializer
+Version: 0.7
+Build-Depends: cpprestsdk
+Description: The library for simple serialization of arbitrary C++ types to various output formats (currently just supported JSON based on CppRestSDK).