diff options
Diffstat (limited to 'ports/ctp')
| -rw-r--r-- | ports/ctp/CONTROL | 8 | ||||
| -rw-r--r-- | ports/ctp/vcpkg.json | 12 |
2 files changed, 12 insertions, 8 deletions
diff --git a/ports/ctp/CONTROL b/ports/ctp/CONTROL deleted file mode 100644 index f8e114137..000000000 --- a/ports/ctp/CONTROL +++ /dev/null @@ -1,8 +0,0 @@ -Source: ctp
-Version: 6.6.1_P1_20210406_se
-Port-Version: 0
-Homepage: http://www.sfit.com.cn/index.htm
-Description: The Comprehensive Transaction Platform (CTP) is a future brokerage management system developed specially for futures companies. CTP API client library allows users to connect to CTP gateway for algorithmic trading.
-
-Feature: datacollect
-Description: Data collect support of CTP
diff --git a/ports/ctp/vcpkg.json b/ports/ctp/vcpkg.json new file mode 100644 index 000000000..640df906d --- /dev/null +++ b/ports/ctp/vcpkg.json @@ -0,0 +1,12 @@ +{ + "name": "ctp", + "version-string": "6.6.1_P1_20210406_se", + "port-version": 1, + "description": "The Comprehensive Transaction Platform (CTP) is a future brokerage management system developed specially for futures companies. CTP API client library allows users to connect to CTP gateway for algorithmic trading.", + "homepage": "http://www.sfit.com.cn/index.htm", + "features": { + "datacollect": { + "description": "Data collect support of CTP" + } + } +} |
