diff options
| author | Samuel Marks <807580+SamuelMarks@users.noreply.github.com> | 2019-07-07 07:52:53 +1000 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-07-06 14:52:53 -0700 |
| commit | 8c64785e78d28e56ca5f8886ea572afa27ac0dfd (patch) | |
| tree | 5f2dd02b775230f5ad0feceffc2115bf35b5d7d4 /ports/zookeeper/CONTROL | |
| parent | 1000d8291be8c7d2c2283efc3fc4a0bb886a483e (diff) | |
| download | vcpkg-8c64785e78d28e56ca5f8886ea572afa27ac0dfd.tar.gz vcpkg-8c64785e78d28e56ca5f8886ea572afa27ac0dfd.zip | |
[zookeeper] Add new port (#7000)
* [zookeeper-mt] Add new port
* [zookeeper-mt] Upgrade from 3.5.4-beta to 3.5.5
* [zookeeper-mt] Fix upgrade
* disable warnings and add static library check
* edit cmake file
* add async feature
* add back some changes for export
* add sync feature, disable parallel configure
Diffstat (limited to 'ports/zookeeper/CONTROL')
| -rw-r--r-- | ports/zookeeper/CONTROL | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ports/zookeeper/CONTROL b/ports/zookeeper/CONTROL new file mode 100644 index 000000000..d10b1683a --- /dev/null +++ b/ports/zookeeper/CONTROL @@ -0,0 +1,7 @@ +Source: zookeeper +Version: 3.5.5 +Description: ZooKeeper C bindings +Default-Features: sync + +Feature: sync +Description: ZooKeeper with the sync API
\ No newline at end of file |
