aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/dataframe/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/dataframe/vcpkg.json')
-rw-r--r--vcpkg/ports/dataframe/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/dataframe/vcpkg.json b/vcpkg/ports/dataframe/vcpkg.json
new file mode 100644
index 0000000..b95b2e3
--- /dev/null
+++ b/vcpkg/ports/dataframe/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "dataframe",
+ "version": "3.7.0",
+ "description": "C++ DataFrame for statistical, Financial, and ML analysis in modern C++",
+ "homepage": "https://github.com/hosseinmoein/DataFrame",
+ "license": "BSD-3-Clause",
+ "supports": "!uwp",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}