aerospike-client-c-dependencies
1.0.3
dotnet add package aerospike-client-c-dependencies --version 1.0.3
NuGet\Install-Package aerospike-client-c-dependencies -Version 1.0.3
<PackageReference Include="aerospike-client-c-dependencies" Version="1.0.3" />
<PackageVersion Include="aerospike-client-c-dependencies" Version="1.0.3" />
<PackageReference Include="aerospike-client-c-dependencies" />
paket add aerospike-client-c-dependencies --version 1.0.3
#r "nuget: aerospike-client-c-dependencies, 1.0.3"
#:package aerospike-client-c-dependencies@1.0.3
#addin nuget:?package=aerospike-client-c-dependencies&version=1.0.3
#tool nuget:?package=aerospike-client-c-dependencies&version=1.0.3
Aerospike Third Party Dependencies
This package contains Windows third-party libraries and header files that are prerequisites for the Aerospike C client build. This package is only designed to help build the Aerospike C client library on Windows.
Separate deployment packages (aerospike-client-c, aerospike-client-c-libuv and aerospike-client-c-libevent) are used to build customer applications with Aerospike.
libuv 1.15.0
libuv is required if using async methods and libuv is the chosen event framework. libuv is the recommended event framework on Windows.
- include
- tree.h
- uv.h
- uv-errno.h
- uv-threadpool.h
- uv-version.h
- uv-win.h
- lib/x64
- Debug/libuv.dll
- Debug/libuv.lib
- Debug/libuv.pdb
- Release/libuv.dll
- Release/libuv.lib
libevent 2.1.8
libevent is required if using async methods and libevent is the chosen event framework.
- include
- evdns.h
- event.h
- evhttp.h
- evrpc.h
- evutil.h
- event2 folder
- lib/x64
- Debug/event_core.dll
- Debug/event_core.lib
- Debug/event_core.pdb
- Release/event_core.dll
- Release/event_core.lib
pthreads 2.10.0
Pthreads are required.
- include
- pthread.h
- sched.h
- semaphore.h
- _ptw32.h
- lib/x64
- Debug/pthreadVC2d.dll
- Debug/pthreadVC2d.lib
- Debug/pthreadVC2d.pdb
- Release/pthreadVC2.dll
- Release/pthreadVC2.lib
zlib 1.2.8.8
zlib is required.
- include
- crc32.h
- deflate.h
- gzguts.h
- inffast.h
- inffixed.h
- inflate.h
- inftrees.h
- trees.h
- zconf.h
- zlib.h
- zutil.h
- lib/x64
- Debug/zlibd.dll
- Debug/zlibd.lib
- Debug/zlibd.pdb
- Release/zlib.dll
- Release/zlib.lib
getopt 1.0.2
getopt is required for aerospike-test, examples and benchmark programs that parse command-line arguments.
- include
- getopt.h
- lib/x64
- Debug/getopt.dll
- Debug/getopt.lib
- Debug/getopt.pdb
- Release/getopt.dll
- Release/getopt.lib
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.