aboutsummaryrefslogtreecommitdiff
path: root/ports/tinytoml/CONTROL
diff options
context:
space:
mode:
authorTobias Schwendemann <admin@lyrex.net>2018-02-19 17:41:25 +0100
committerRobert Schumacher <roschuma@microsoft.com>2018-02-19 08:41:25 -0800
commit0e872e6bd193d0fbcd8597ee650ed097f6785407 (patch)
treeacc8f6084cf68926b62955be4b3cbd7ff6780068 /ports/tinytoml/CONTROL
parent1874e0108fe116dc7d04c1e64d419d76c847f300 (diff)
downloadvcpkg-0e872e6bd193d0fbcd8597ee650ed097f6785407.tar.gz
vcpkg-0e872e6bd193d0fbcd8597ee650ed097f6785407.zip
[tinytoml] Initial port (#2836)
* [tinytoml] Initial port This port works only using --head since no tags are provided by the author. * [tinytoml] Add stable REF and SHA512
Diffstat (limited to 'ports/tinytoml/CONTROL')
-rw-r--r--ports/tinytoml/CONTROL3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/tinytoml/CONTROL b/ports/tinytoml/CONTROL
new file mode 100644
index 000000000..b656fccc4
--- /dev/null
+++ b/ports/tinytoml/CONTROL
@@ -0,0 +1,3 @@
+Source: tinytoml
+Version: 20180219-1
+Description: A header only C++11 library for parsing TOML.