-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwsjcpp.yml
68 lines (65 loc) · 1.54 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
wsjcpp_version: v0.0.1
cmake_cxx_standard: 11
cmake_minimum_required: 3.0
name: wsjcpp-hashes
version: v0.1.4
description: Small Collection of hashes
issues: https://github.com/wsjcpp/wsjcpp-hashes/issues
repositories:
- type: main
url: "https://github.com/wsjcpp/wsjcpp-hashes"
keywords:
- c++
- wsjcpp
- sha1
- md5
- hash
authors:
# sha1
- name: Micael Hildenborg
email: ""
# md5
- name: Frank Thilo
email: thilo@unix-ag.org
# wrapper
- name: Evgenii Sopov
email: mrseakg@gmail.com
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/md5.cpp
target-file: md5.cpp
type: "source-code"
- source-file: src/md5.h
target-file: md5.h
type: "source-code"
- source-file: src/smallsha1.h
target-file: smallsha1.h
type: "source-code"
- source-file: src/smallsha1.cpp
target-file: smallsha1.cpp
type: "source-code"
- source-file: src/wsjcpp_hashes.cpp
target-file: wsjcpp_hashes.cpp
type: "source-code"
- source-file: src/wsjcpp_hashes.h
target-file: wsjcpp_hashes.h
type: "source-code"
unit-tests:
cases:
- name: "Md5"
description: "check md5"
- name: "Sha1"
description: "check sha1"
- name: "GetMd5File"
description: ""
- name: "GetSha1File"
description: ""
- name: "GetSha1String"
description: ""
- name: "GetMd5String"
description: ""