-
Notifications
You must be signed in to change notification settings - Fork 0
/
wsjcpp.yml
40 lines (35 loc) · 966 Bytes
/
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
wsjcpp_version: v0.0.1
cmake_minimum_required: 3.0
cmake_cxx_standard: 11
name: "wsjcpp-levenshtein"
version: "v0.1.1"
description: "Calculation Levenshtein Distance"
issues: "https://github.com/wsjcpp/wsjcpp-levenstein/issues"
keywords:
- "c++"
- "sources"
- "levenshtein"
- "distance"
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"
repositories:
- type: main
url: "https://github.com/wsjcpp/wsjcpp-levenshtein"
authors:
- name: "Igor Polyakov"
email: "igorpolyakov@protonmail.com"
distribution:
- source-file: "src/wsjcpp_levenshtein.cpp"
target-file: "wsjcpp_levenshtein.cpp"
type: "source-code"
- source-file: "src/wsjcpp_levenshtein.h"
target-file: "wsjcpp_levenshtein.h"
type: "source-code"
unit-tests:
cases:
- name: "Basic"
description: "Just test"