-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcbuild_cfg.json
65 lines (65 loc) · 1.38 KB
/
cbuild_cfg.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"source": [
"src/bucket.c",
"src/callbacks.c",
"src/cntl.c",
"src/connevents.c",
"src/constants.c",
"src/convert.c",
"src/crypto.c",
"src/counter.c",
"src/ctranscoder.c",
"src/exceptions.c",
"src/ext.c",
"src/fts.c",
"src/get.c",
"src/htresult.c",
"src/iops.c",
"src/iops.h",
"src/ixmgmt.c",
"src/miscops.c",
"src/mresdict.h",
"src/multiresult.c",
"src/n1ql.c",
"src/observe.c",
"src/opresult.c",
"src/oputil.c",
"src/oputil.h",
"src/pipeline.c",
"src/pycbc_http.c",
"src/python_wrappers.h",
"src/result.c",
"src/store.c",
"src/typeutil.c",
"src/views.c",
"src/util_wrappers.c",
"src/util_wrappers.h"
],
"comp_options": {
"PYCBC_LCB_API": "0x02FF04",
"PYCBC_LCB_API_ALL_SUPPORTED" : ["0x02FF04"],
"PYCBC_CORE": "couchbase_core"
},
"apis": {
"0x021004": {
"git": {
"repo": "https://github.com/couchbase/libcouchbase.git",
"tag": [">2.10.3,<3.0.0","2.10.3"]
},
"sources": [
"src/lcb_v4_backport.h",
"src/lcb_v4_backport.c"
]
},
"0x02FF04": {
"git": {
"repo": "https://github.com/couchbase/libcouchbase.git",
"tag": [">3.0.0-alpha.4","3.0.0-alpha.4"]
},
"sources": [
"src/lcb_v4_wrapper.h",
"src/lcb_v4_wrapper.c"
]
}
}
}