blob: d00a682ed698375130b86af33fa3096c55e4e48b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<longdescription lang="en">
xxdi.pl is a perl script that implements vim's 'xxd -i' mode
so that packages do not have to use all of vim just to get this
functionality.
efitools is an example of a package that uses it in this manner,
and in some build configurations, mediastreamer also does.
</longdescription>
<upstream>
<maintainer status="active">
<email>gregkh@linuxfoundation.org</email>
<name>Greg Kroah-Hartman</name>
</maintainer>
<bugs-to>https://github.com/gregkh/xxdi/issues</bugs-to>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|