]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/soci/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / soci / vcpkg.json
CommitLineData
1e59de90
TL
1{
2 "name": "soci",
3 "version": "4.0.1",
4 "port-version": 3,
5 "description": "SOCI database access library",
6 "homepage": "https://github.com/SOCI/soci",
7 "features": {
8 "boost": {
9 "description": "Integration with Boost",
10 "dependencies": [
11 "boost-date-time",
12 "boost-fusion",
13 "boost-optional",
14 "boost-preprocessor",
15 "boost-tuple"
16 ]
17 },
18 "mysql": {
19 "description": "Build mysql backend",
20 "dependencies": [
21 "libmysql"
22 ]
23 },
24 "odbc": {
25 "description": "Build odbc backend"
26 },
27 "postgresql": {
28 "description": "Build postgresql backend",
29 "dependencies": [
30 "libpq"
31 ]
32 },
33 "sqlite3": {
34 "description": "Build sqlite3 backend",
35 "dependencies": [
36 "sqlite3"
37 ]
38 }
39 }
40}