diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-09-04 00:22:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-04 00:22:37 -0700 |
| commit | 8c289213cc5aba615f373c0397521d68e931fdb6 (patch) | |
| tree | e87b58a95b65d36d53f2bda517319950c769ca96 /ports/tinythread/CONTROL | |
| parent | 27b85193307a6ea07ced166856f99eb9d545ecee (diff) | |
| parent | a5c6f73d694c9be1e843b7a70bdda54932314af0 (diff) | |
| download | vcpkg-8c289213cc5aba615f373c0397521d68e931fdb6.tar.gz vcpkg-8c289213cc5aba615f373c0397521d68e931fdb6.zip | |
Merge pull request #1756 from atkawa7/tinythread
[tinythread] init
Diffstat (limited to 'ports/tinythread/CONTROL')
| -rw-r--r-- | ports/tinythread/CONTROL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/tinythread/CONTROL b/ports/tinythread/CONTROL new file mode 100644 index 000000000..3c45f153e --- /dev/null +++ b/ports/tinythread/CONTROL @@ -0,0 +1,3 @@ +Source: tinythread +Version: 1.1 +Description: Implements a fairly compatible subset of the C++11 thread management classes |
