-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwsjcpp.yml
58 lines (52 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
wsjcpp_version: v0.0.1
cmake_minimum_required: 3.0
cmake_cxx_standard: 11
name: wsjcpp-geoip
version: v0.1.1
description: C++. Call request to another services for get location coordinates by IP-address
issues: https://github.com/wsjcpp/wsjcpp-geoip/issues
keywords:
- "c++"
- "geoip"
required-pkg-config:
- CURL
dependencies:
- name: "wsjcpp-core"
version: "v0.2.0"
url: "https://github.com/wsjcpp/wsjcpp-core:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_core"
- name: "nlohmann/json"
version: "v3.9.1"
url: "https://github.com/nlohmann/json:develop"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/nlohmann_json"
- name: "wsjcpp-validators"
version: "v0.1.0"
url: "https://github.com/wsjcpp/wsjcpp-validators:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_validators"
repositories:
- type: main
url: "https://github.com/wsjcpp/wsjcpp-geoip"
authors:
- name: "Evgenii Sopov"
email: "mrseakg@gmail.com"
distribution:
- source-file: "src/wsjcpp_geoip.cpp"
target-file: "wsjcpp_geoip.cpp"
type: "source-code"
- source-file: "src/wsjcpp_geoip.h"
target-file: "wsjcpp_geoip.h"
type: "source-code"
unit-tests:
cases:
- name: ParserIpApiCom
description: "Test parser"
- name: "CompareIpV4"
description: "Test comparator"
enabled: "yes"
- name: "GeoIpV4Class"
description: "Test for class ipv4"
- name: "IpV4InReservedRange"
description: "Test reserved ranges"