blob: 0afda662077150cbd7c7eb7f4cdc104d715318bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>toffanin.mauro@gmail.com</email>
<name>Mauro Toffanin</name>
<description>Maintainer. Assign bugs to him</description>
</maintainer>
<upstream>
<bugs-to>https://github.com/jteeuwen/go-bindata/issues</bugs-to>
</upstream>
<longdescription lang="en">
This package converts any file into managable Go source code. Useful for
embedding binary data into a go program. The file data is optionally
gzip compressed before being converted to a raw byte slice.
</longdescription>
<origin>go-overlay</origin>
</pkgmetadata>
|