diff options
| author | Rémi Bédard-Couture <remi.bc@outlook.com> | 2020-08-01 16:57:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-01 13:57:49 -0700 |
| commit | b228555bbcc5897280d46fcfea008ec8f242b34d (patch) | |
| tree | 1a2f76607707e290cf6a5522f3d37f9faace7296 /ports/xframe/CONTROL | |
| parent | 322b17f573e84ea7c4db9b74fb320d24664a892e (diff) | |
| download | vcpkg-b228555bbcc5897280d46fcfea008ec8f242b34d.tar.gz vcpkg-b228555bbcc5897280d46fcfea008ec8f242b34d.zip | |
[xframe] new port for the xframe library (#12427)
* Add skeleton of signing yaml.
* add xframe port
* Update ports/xframe/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Revert "Add skeleton of signing yaml."
This reverts commit e3b135e530aebdf381e6fd31f0fbafe90b2ed196.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'ports/xframe/CONTROL')
| -rw-r--r-- | ports/xframe/CONTROL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/xframe/CONTROL b/ports/xframe/CONTROL new file mode 100644 index 000000000..a9b7721c1 --- /dev/null +++ b/ports/xframe/CONTROL @@ -0,0 +1,5 @@ +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
|
