-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwsjcpp.yml
More file actions
68 lines (66 loc) · 2.2 KB
/
wsjcpp.yml
File metadata and controls
68 lines (66 loc) · 2.2 KB
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
name: "webhook-handler"
version: v0.3.0
cmake_minimum_required: "3.0"
cmake_cxx_standard: "11"
description: "Webhook Handler"
authors:
- name: "Evgenii Sopov"
email: "mrseakg@gmail.com"
origins:
- address: "https://wsjcpp.org/wsjcpp-package-registry/"
type: "package-registry"
keywords:
- "c++"
- "webhook-handler"
- "webhook"
- "server"
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: "Mon, 01 Mar 2021 06:12:37 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: "Mon, 01 Mar 2021 06:04:38 GMT"
- name: "wsjcpp-light-web-server"
version: "v0.1.1"
url: "https://github.com/wsjcpp/wsjcpp-light-web-server:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_light_web_server"
installation-datetime: "Mon, 01 Mar 2021 06:36:45 GMT"
- name: "wsjcpp-yaml"
version: "v0.1.5"
url: "https://github.com/wsjcpp/wsjcpp-yaml:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_yaml"
installation-datetime: "Mon, 01 Mar 2021 06:05:45 GMT"
- name: "HowardHinnant/date"
version: "v2.4.1"
url: "https://github.com/wsjcpp/HowardHinnant_date:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/HowardHinnant_date"
installation-datetime: "Mon, 01 Mar 2021 06:00:56 GMT"
unit-tests:
cases:
- name: "GithubFilterRules"
description: ""
- name: "ParseCommandsArgs"
description: ""
distribution:
- source-file: "src/scripts/do_run_command.h"
target-file: "do_run_command.h"
type: "source-code"
- source-file: "src/scripts/do_run_command.cpp"
target-file: "do_run_command.cpp"
type: "source-code"
- source-file: "src/webhook_handler_config.cpp"
target-file: "webhook_handler_config.cpp"
type: "source-code"
- source-file: "src/webhook_handler_config.h"
target-file: "webhook_handler_config.h"
type: "source-code"