aboutsummaryrefslogtreecommitdiff
path: root/ports/xframe
diff options
context:
space:
mode:
Diffstat (limited to 'ports/xframe')
-rw-r--r--ports/xframe/CONTROL5
-rw-r--r--ports/xframe/vcpkg.json11
2 files changed, 11 insertions, 5 deletions
diff --git a/ports/xframe/CONTROL b/ports/xframe/CONTROL
deleted file mode 100644
index a9b7721c1..000000000
--- a/ports/xframe/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: xframe
-Version: 0.3.0
-Description: xframe is a dataframe for C++, based on xtensor and xtl.
-Homepage: https://github.com/xtensor-stack/xframe
-Build-Depends: xtensor, xtl
diff --git a/ports/xframe/vcpkg.json b/ports/xframe/vcpkg.json
new file mode 100644
index 000000000..663ca1f2a
--- /dev/null
+++ b/ports/xframe/vcpkg.json
@@ -0,0 +1,11 @@
+{
+ "name": "xframe",
+ "version-string": "0.3.0",
+ "port-version": 1,
+ "description": "xframe is a dataframe for C++, based on xtensor and xtl.",
+ "homepage": "https://github.com/xtensor-stack/xframe",
+ "dependencies": [
+ "xtensor",
+ "xtl"
+ ]
+}