blob: da1239fda4ea5cfe9f8306d38fe3432c31e8d53c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<longdescription lang="en">
Pystache is a Python implementation of Mustache.
Mustache is a framework-agnostic, logic-free
templating system for Ruby, inspired by ctemplate and etc.
</longdescription>
<upstream>
<remote-id type="pypi">pystache</remote-id>
<remote-id type="github">defunkt/pystache</remote-id>
</upstream>
</pkgmetadata>
|