blob: e0b41cc1a098ac1fdb3fe74ab45bab1d5a1fac9d [file] [log] [blame]
Haibo Huangf1b4a092018-12-04 15:10:12 -08001name: "libevent"
2description: "The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached."
Haibo Huangf1b4a092018-12-04 15:10:12 -08003third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://libevent.org/"
7 }
8 url {
9 type: ARCHIVE
Haibo Huangf0077b82020-07-10 20:21:19 -070010 value: "https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz"
Haibo Huangf1b4a092018-12-04 15:10:12 -080011 }
Haibo Huangf0077b82020-07-10 20:21:19 -070012 version: "release-2.1.12-stable"
Haibo Huangf1b4a092018-12-04 15:10:12 -080013 license_type: RECIPROCAL
14 last_upgrade_date {
Haibo Huangf0077b82020-07-10 20:21:19 -070015 year: 2020
16 month: 7
17 day: 10
Haibo Huangf1b4a092018-12-04 15:10:12 -080018 }
19}