1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| name: "catch"
| description:
| "A modern, C++-native, header-only, test framework for unit-tests, TDD and "
| "BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x "
| "branch)"
|
| third_party {
| url {
| type: HOMEPAGE
| value: "http://catch-lib.net"
| }
| url {
| type: GIT
| value: "https://github.com/catchorg/Catch2.git"
| }
| version: "v2.7.0"
| last_upgrade_date { year: 2019 month: 3 day: 7 }
| license_type: NOTICE
| }
|
|