-
Notifications
You must be signed in to change notification settings - Fork 0
/
wsjcpp.yml
77 lines (72 loc) · 2.58 KB
/
wsjcpp.yml
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
name: "wsjcpp-jsonrpc20"
version: v0.0.4
cmake_minimum_required: "3.0"
cmake_cxx_standard: "11"
description: "Implementation of JsonRPC 2.0"
authors:
- name: "Evgenii Sopov"
email: "mrseakg@gmail.com"
origins:
- address: "https://sea-kg.com/wsjcpp-package-registry/"
type: "package-registry"
keywords:
- "c++"
dependencies:
- name: "wsjcpp-core"
version: "v0.2.1"
url: "https://github.com/wsjcpp/wsjcpp-core:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_core"
installation-datetime: "Sat, 03 Oct 2020 12:31:01 GMT"
- name: "nlohmann/json"
version: "v3.9.1"
url: "https://github.com/nlohmann/json:develop"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/nlohmann_json"
installation-datetime: "Fri, 02 Oct 2020 04:29:29 GMT"
- name: "wsjcpp-validators"
version: "v0.1.2"
url: "https://github.com/wsjcpp/wsjcpp-validators:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_validators"
installation-datetime: "Sat, 03 Oct 2020 12:46:55 GMT"
distribution:
- source-file: "src/wsjcpp_jsonrpc20.h"
target-file: "wsjcpp_jsonrpc20.h"
type: "source-code"
- source-file: "src/wsjcpp_jsonrpc20.cpp"
target-file: "wsjcpp_jsonrpc20.cpp"
type: "source-code"
- source-file: "src/wsjcpp_jsonrpc20_export_cli_python.h"
target-file: "wsjcpp_jsonrpc20_export_cli_python.h"
type: "source-code"
- source-file: "src/wsjcpp_jsonrpc20_export_cli_python.cpp"
target-file: "wsjcpp_jsonrpc20_export_cli_python.cpp"
type: "source-code"
- source-file: "scripts.wsjcpp/generate.WsjcppJsonRpc20Handler"
target-file: "generate.WsjcppJsonRpc20Handler"
type: "safe-scripting-generate"
- source-file: "src/wsjcpp_jsonrpc20_export_cli_webjs.h"
target-file: "wsjcpp_jsonrpc20_export_cli_webjs.h"
type: "source-code"
- source-file: "src/wsjcpp_jsonrpc20_export_cli_webjs.cpp"
target-file: "wsjcpp_jsonrpc20_export_cli_webjs.cpp"
type: "source-code"
- source-file: "src/wsjcpp_jsonrpc20_export_cli_base.h"
target-file: "wsjcpp_jsonrpc20_export_cli_base.h"
type: "source-code"
- source-file: "src/wsjcpp_jsonrpc20_export_cli_base.cpp"
target-file: "wsjcpp_jsonrpc20_export_cli_base.cpp"
type: "source-code"
unit-tests:
cases:
- name: "JsonRpc20UserSession"
description: "Test the user session object"
- name: "JsonRpc20ParamDef"
description: "Test"
- name: "RequestServerApi"
description: ""
- name: "ParsingRequestParams"
description: ""
- name: "RequestParseIncomeData"
description: ""