blob: 4df42c68754286da779933df99dbae8936c64a00 [file] [log] [blame]
Miao Wangc5ceb722020-02-10 15:02:41 -08001name: "pthreadpool"
2description:
3 "pthreadpool is a portable and efficient thread pool implementation. It "
4 "provides similar functionality to #pragma omp parallel for, but with "
5 "additional features."
6
7third_party {
8 url {
9 type: HOMEPAGE
10 value: "https://github.com/Maratyszcza/pthreadpool"
11 }
12 url {
13 type: GIT
14 value: "https://github.com/Maratyszcza/pthreadpool"
15 }
16 version: "d465747660ecf9ebbaddf8c3db37e4a13d0c9103"
17 last_upgrade_date { year: 2020 month: 2 day: 3 }
18 license_type: NOTICE
19}