-
Notifications
You must be signed in to change notification settings - Fork 0
/
wsjcpp.yml
46 lines (40 loc) · 1.16 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
name: "wsjcpp-safe-scripting"
version: v0.1.1
cmake_minimum_required: "3.0"
cmake_cxx_standard: "11"
description: "C++ Safe Scripting"
authors:
- name: "Evgenii Sopov"
email: "mrseakg@gmail.com"
origins:
- address: "https://sea-kg.com/wsjcpp-package-registry/"
type: "package-registry"
keywords:
- "c++"
- "script"
- "scripting"
- "safe-scripting"
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"
distribution:
- source-file: "src/wsjcpp_safe_scripting.h"
target-file: "wsjcpp_safe_scripting.h"
type: "source-code"
- source-file: "src/wsjcpp_safe_scripting.cpp"
target-file: "wsjcpp_safe_scripting.cpp"
type: "source-code"
- source-file: "scripts.wsjcpp/generate.WsjcppSafeScriptingProc"
target-file: "generate.WsjcppSafeScriptingProc"
type: "safe-scripting-generate"
unit-tests:
cases:
- name: "Variable"
description: "Test variable class"
- name: "ProcedureConcat"
description: "Test concat"
- name: "ProcedureSetValue"
description: "Test set value"