diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2019-08-29 14:12:07 -0700 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-08-29 14:12:07 -0700 |
| commit | f9fa4dc19a6c81fbae099c22d6734cde399708f2 (patch) | |
| tree | a99428a410c09bd0aee47d9925f766c8e05ff568 /ports/value-ptr-lite/CONTROL | |
| parent | 92c26a2527e17f58cb07f626b31c60acc24703bd (diff) | |
| download | vcpkg-f9fa4dc19a6c81fbae099c22d6734cde399708f2.tar.gz vcpkg-f9fa4dc19a6c81fbae099c22d6734cde399708f2.zip | |
[status-value-lite, type-lite, value-ptr-lite] Add new ports (#7563)
* [status-value-lite, type-lite, value-ptr-lite] Add new ports
Diffstat (limited to 'ports/value-ptr-lite/CONTROL')
| -rw-r--r-- | ports/value-ptr-lite/CONTROL | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ports/value-ptr-lite/CONTROL b/ports/value-ptr-lite/CONTROL new file mode 100644 index 000000000..0891d31fd --- /dev/null +++ b/ports/value-ptr-lite/CONTROL @@ -0,0 +1,7 @@ +Source: value-ptr-lite +Version: 0.2.1 +Homepage: https://github.com/martinmoene/value-ptr-lite +Description: A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library. + +Feature: test +Description: Build with test
\ No newline at end of file |
