-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwsjcpp.yml
47 lines (37 loc) · 1.04 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
wsjcpp_version: v0.0.1
cmake_minimum_required: 3.0
cmake_cxx_standard: 17
name: wsjcpp-email-validators
version: v0.1.2
description: Classes for data validation
issues: https://github.com/wsjcpp/wsjcpp-email-validators/issues
keywords:
- c++
- email
- validation
required-libraries:
- pthread
repositories:
- type: main
url: "https://github.com/wsjcpp/wsjcpp-email-validators"
authors:
- name: Evgenii Sopov
email: [email protected]
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: "Sat, 09 Sep 2023 05:47:02 GMT"
distribution:
- source-file: "src/wsjcpp_email_validation.h"
target-file: "wsjcpp_email_validation.h"
type: "source-code"
- source-file: "src/wsjcpp_email_validation.cpp"
target-file: "wsjcpp_email_validation.cpp"
type: "source-code"
unit-tests:
cases:
- name: "ValidatorEmail"
description: "Test email validator"