diff options
Diffstat (limited to 'ports/dataframe')
| -rw-r--r-- | ports/dataframe/CONTROL | 5 | ||||
| -rw-r--r-- | ports/dataframe/vcpkg.json | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/ports/dataframe/CONTROL b/ports/dataframe/CONTROL deleted file mode 100644 index 01e1ee6b4..000000000 --- a/ports/dataframe/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: dataframe
-Version: 1.17.0
-Description: This is a C++ statistical library that provides an interface similar to Pandas package in Python
-Homepage: https://github.com/hosseinmoein/DataFrame
-Supports: !uwp
diff --git a/ports/dataframe/vcpkg.json b/ports/dataframe/vcpkg.json new file mode 100644 index 000000000..902221408 --- /dev/null +++ b/ports/dataframe/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "dataframe", + "version-string": "1.17.0", + "port-version": 1, + "description": "This is a C++ statistical library that provides an interface similar to Pandas package in Python", + "homepage": "https://github.com/hosseinmoein/DataFrame", + "supports": "!uwp" +} |
