Use https by default
[gentoo.git] / dev-python / liblarch / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer>
5                 <email>eva@gentoo.org</email>
6         </maintainer>
7         <maintainer>
8                 <email>leio@gentoo.org</email>
9         </maintainer>
10         <maintainer>
11                 <email>steev@gentoo.org</email>
12         </maintainer>
13         <longdescription lang="en">
14                 Liblarch is a python library built to easily handle data structure such are lists, trees and directed acyclic graphs (tree where nodes can have multiple parents). There's also a liblarch-gtk binding that will allow you to use your data structure in a Gtk.Treeview.
15
16                 Liblarch supports multiple views of one data structure and complex filtering. That way, you have a clear separation between your data themselves (Model) and how they are displayed (View).
17         </longdescription>
18         <upstream>
19                 <remote-id type="github">liblarch/liblarch</remote-id>
20         </upstream>
21 </pkgmetadata>