-
Notifications
You must be signed in to change notification settings - Fork 0
/
wsjcpp.yml
49 lines (44 loc) · 1.23 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
name: "sea5kgSudoku"
version: "v0.0.2"
cmake_minimum_required: "3.0"
cmake_cxx_standard: "11"
description: "Sudoku solver / sudoku generator"
authors:
- name: "Evgenii Sopov"
email: "mrseakg@gmail.com"
origins:
- address: "https://sea-kg.com/wsjcpp-package-registry/"
type: "package-registry"
keywords:
- "c++"
- "sudoku"
- "sudoku-solver"
- "sudoku-generator"
dependencies:
- name: "wsjcpp-core"
version: "v0.1.7"
url: "https://github.com/wsjcpp/wsjcpp-core:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_core"
for: package
- name: "nlohmann/json"
version: "v3.7.3"
url: "https://github.com/nlohmann/json:develop"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/nlohmann_json"
for: package
distribution:
- source-file: "src/sea5kgSudoku.cpp"
target-file: "sea5kgSudoku.cpp"
type: "source-code"
- source-file: "src/sea5kgSudoku.h"
target-file: "sea5kgSudoku.h"
type: "source-code"
unit-tests:
cases:
- name: "Sudoku9x9"
description: "Check solving sudoku 9x9"
- name: "Regions9x9"
description: "Test regions 9x9"
- name: "IsPossibleValueOnlyOnce"
description: "Test only once possible value"