forked from EVerest/everest-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.yaml
79 lines (79 loc) · 2.25 KB
/
dependencies.yaml
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
ryml:
git: https://github.com/biojppm/rapidyaml
git_tag: v0.4.1
options: ["CMAKE_POSITION_INDEPENDENT_CODE ON"]
libwebsockets:
git: https://github.com/warmcat/libwebsockets.git
git_tag: v4.3.2
cmake_condition: "EVEREST_ENABLE_ADMIN_PANEL_BACKEND"
options:
- CMAKE_POLICY_DEFAULT_CMP0077 NEW
- LWS_ROLE_RAW_FILE OFF
- LWS_UNIX_SOCK OFF
- LWS_WITH_SYS_STATE OFF
- LWS_WITH_SYS_SMD OFF
- LWS_WITH_UPNG OFF
- LWS_WITH_JPEG OFF
- LWS_WITH_DLO OFF
- LWS_WITH_SECURE_STREAMS OFF
- LWS_WITH_STATIC OFF
- LWS_WITH_LHP OFF
- LWS_WITH_LEJP_CONF OFF
- LWS_WITH_MINIMAL_EXAMPLES OFF
- LWS_WITH_CACHE_NSCOOKIEJAR OFF
- LWS_WITHOUT_TESTAPPS ON
- LWS_WITHOUT_TEST_SERVER ON
- LWS_WITHOUT_TEST_SERVER_EXTPOLL ON
- LWS_WITHOUT_TEST_PING ON
- LWS_WITHOUT_TEST_CLIENT ON
nlohmann_json:
git: https://github.com/nlohmann/json
git_tag: v3.11.2
options: ["JSON_BuildTests OFF", "JSON_MultipleHeaders ON"]
nlohmann_json_schema_validator:
git: https://github.com/pboettch/json-schema-validator
git_tag: 2.3.0
options:
[
"JSON_VALIDATOR_INSTALL OFF",
"JSON_VALIDATOR_BUILD_TESTS OFF",
"JSON_VALIDATOR_BUILD_EXAMPLES OFF",
"JSON_VALIDATOR_BUILD_SHARED_LIBS ON",
]
mqttc:
git: https://github.com/LiamBindle/MQTT-C.git
git_tag: v1.1.6
options: ["MQTT_C_EXAMPLES OFF", "CMAKE_POSITION_INDEPENDENT_CODE ON"]
liblog:
git: https://github.com/EVerest/liblog.git
git_tag: v0.2.3
options: ["BUILD_EXAMPLES OFF", "CMAKE_POSITION_INDEPENDENT_CODE ON"]
libfmt:
git: https://github.com/fmtlib/fmt.git
git_tag: 10.1.0
options:
["FMT_TEST OFF", "FMT_DOC OFF", "BUILD_SHARED_LIBS ON", "FMT_INSTALL ON"]
date:
git: https://github.com/HowardHinnant/date.git
git_tag: v3.0.1
options:
[
"BUILD_TZ_LIB ON",
"HAS_REMOTE_API 0",
"USE_AUTOLOAD 0",
"USE_SYSTEM_TZ_DB ON",
"BUILD_SHARED_LIBS ON",
]
catch2:
git: https://github.com/catchorg/Catch2.git
git_tag: v3.4.0
cmake_condition: "BUILD_TESTING"
pybind11:
git: https://github.com/pybind/pybind11.git
git_tag: v2.11.1
cmake_condition: "EVEREST_ENABLE_PY_SUPPORT"
pybind11_json:
git: https://github.com/pybind/pybind11_json.git
git_tag: 0.2.13
cmake_condition: "EVEREST_ENABLE_PY_SUPPORT"