-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwsjcpp.yml
More file actions
45 lines (38 loc) · 1.2 KB
/
wsjcpp.yml
File metadata and controls
45 lines (38 loc) · 1.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
name: "wsjcpp-employees"
version: "v0.1.3"
cmake_minimum_required: "3.5"
cmake_cxx_standard: "17"
description: "c++ classes for service-architecture"
authors:
- name: "Evgenii Sopov"
email: "mrseakg@gmail.com"
origins:
- address: "https://sea-kg.com/wsjcpp-package-registry/"
type: "package-registry"
keywords:
- "c++"
distribution:
- source-file: "src/wsjcpp_employees.h"
target-file: "wsjcpp_employees.h"
type: "source-code"
- source-file: "src/wsjcpp_employees.cpp"
target-file: "wsjcpp_employees.cpp"
type: "source-code"
- source-file: "scripts.wsjcpp/generate.WsjcppEmploy.wsjcpp-script"
target-file: "generate.WsjcppEmploy.wsjcpp-script"
type: "safe-scripting-generate"
unit-tests:
cases:
- name: "Employ1"
description: "Test employ1"
- name: "EmployRuntimeGlobalCache"
description: "WsjcppEmployRuntimeGlobalCache"
- name: "CicleDependency"
description: "Test on cicle dependency"
dependencies:
- name: "wsjcpp-core"
version: "v0.2.3"
url: "https://github.com/wsjcpp/wsjcpp-core:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_core"
installation-datetime: "Fri, 18 Apr 2025 08:00:53 GMT"