forked from EVerest/everest-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependencies.yaml
55 lines (50 loc) · 1.24 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
---
everest-framework:
git: https://github.com/EVerest/everest-framework.git
git_tag: f621465
sigslot:
git: https://github.com/palacaze/sigslot
git_tag: v1.2.0
options: ["SIGSLOT_COMPILE_EXAMPLES OFF"]
libmodbus:
git: https://github.com/EVerest/libmodbus.git
git_tag: 2e89951
libsunspec:
git: https://github.com/EVerest/libsunspec.git
git_tag: v0.1.0
pugixml:
git: https://github.com/zeux/pugixml
git_tag: v1.12.1
# Auth module
libtimer:
git: https://github.com/EVerest/libtimer.git
git_tag: v0.1.1
options: ["BUILD_EXAMPLES OFF"]
# Slac module
libslac:
git: https://github.com/EVerest/libslac.git
git_tag: fee9f12
libfsm:
git: https://github.com/EVerest/libfsm.git
git_tag: v0.1.0
# JsCarV2G and JsRiseV2G module
RISE-V2G:
git: https://github.com/EVerest/ext-RISE-V2G.git
git_tag: a0e0be8
# OCPP
libocpp:
git: https://github.com/EVerest/libocpp.git
git_tag: 940eaf8
# Josev
Josev:
git: https://github.com/EVerest/ext-switchev-iso15118.git
git_tag: c3006e7
# OpenV2G
ext-openv2g:
git: https://github.com/EVerest/ext-openv2g.git
git_tag: everest
# mbedtls
ext-mbedtls:
git: https://github.com/EVerest/ext-mbedtls.git
git_tag: mbedtls-2.28.0-trustedCAKey
options: ["ENABLE_PROGRAMS OFF", "ENABLE_TESTING OFF"]