blob: 279a86997fbaaed0aab094081a0731690d390f0c [file] [log] [blame]
Elliott Hughes66aa0d92018-06-08 14:51:47 -07001name: "libxml2"
2description:
3 "Libxml2 is the XML C parser and toolkit developed for the Gnome project "
4 "(but usable outside of the Gnome platform), it is free software "
5 "available under the MIT License."
6
7third_party {
8 url {
9 type: HOMEPAGE
10 value: "http://www.xmlsoft.org/"
11 }
12 url {
13 type: ARCHIVE
Elliott Hughes7fbecab2019-01-10 16:42:03 -080014 value: "ftp://xmlsoft.org/libxml2/libxml2-2.9.9.tar.gz"
Elliott Hughes66aa0d92018-06-08 14:51:47 -070015 }
Elliott Hughes7fbecab2019-01-10 16:42:03 -080016 version: "2.9.9"
17 last_upgrade_date { year: 2019 month: 1 day: 3 }
Elliott Hughes66aa0d92018-06-08 14:51:47 -070018 license_type: NOTICE
19}