diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-07-20 19:11:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-20 19:11:59 -0700 |
| commit | ab1f584d5cdafc3a87ef08a53f33547faf055ed1 (patch) | |
| tree | d5266a91ebf6f61e6eff6ce63adae62a190505bd /ports/pystring/CONTROL | |
| parent | 4c71ef3cc884385024306cb8aaec765b3605e569 (diff) | |
| parent | fb5b310db98dbf5cebe7aceea02efafe88ef839e (diff) | |
| download | vcpkg-ab1f584d5cdafc3a87ef08a53f33547faf055ed1.tar.gz vcpkg-ab1f584d5cdafc3a87ef08a53f33547faf055ed1.zip | |
Merge pull request #1501 from atkawa7/pystring
[pystring] init port
Diffstat (limited to 'ports/pystring/CONTROL')
| -rw-r--r-- | ports/pystring/CONTROL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/pystring/CONTROL b/ports/pystring/CONTROL new file mode 100644 index 000000000..23980ef12 --- /dev/null +++ b/ports/pystring/CONTROL @@ -0,0 +1,3 @@ +Source: pystring +Version: 1.1.3 +Description: Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string |
