Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions devel/hex2bin.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?xml version="1.0" ?>
<?xml-stylesheet type='text/xsl' href='interface.xsl'?>
<interface uri="https://apps.0install.net/devel/hex2bin.xml" xmlns="http://zero-install.sourceforge.net/2004/injector/interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface http://0install.de/schema/injector/interface/interface.xsd http://0install.de/schema/desktop-integration/capabilities http://0install.de/schema/desktop-integration/capabilities/capabilities.xsd">
<name>Hex2Bin</name>
<summary xml:lang="en">Hex2Bin: convert Motorola and Intel hex files to binary</summary>
<description xml:lang="en">This is a utility to convert file generated by many assemblers to binary files.

Written in ANSI-C from scratch, it can be easily ported to

other platforms(DOS, etc.)

It supports holes in data, unsorted records and the

Intel extended hex format.

Sources and sample results are included.
</description>
<category>Utility</category>
<homepage>http://gnuwin32.sourceforge.net/packages/hex2bin.htm</homepage>
<needs-terminal/>
<implementation arch="Windows-*" id="sha1new=c52d3355cb57de7c0fced78d6b81916f53986299" license="GPL v2 (GNU General Public License)" released="2003-03-04" version="1.2">
<command name="run" path="bin/hex2bin.exe"/>
<command name="mot2bin" path="bin/mot2bin.exe"/>
<manifest-digest sha256new="64XWJ7AEZ7VHHKF4P5BASHNHXPW2BIA5Y62Q7EEAUC3ZLNM3PIIA"/>
<archive href="https://sourceforge.net/projects/gnuwin32/files/hex2bin/1.02/hex2bin-1.02-bin.zip" size="19810" type="application/zip"/>
</implementation>
<entry-point binary-name="hex2bin" command="run">
<needs-terminal/>
<name xml:lang="en">hex2bin</name>
<summary xml:lang="en">hex2bin: converts Intel/Motorola hex files</summary>
<description xml:lang="en">Hex2bin is a program that converts an Intel hex format
into binary. It can handle the extended Intel hex for-
mat. Both the segmented and linear address records are
supported.</description>
</entry-point>
<entry-point binary-name="mot2bin" command="mot2bin">
<needs-terminal/>
<name xml:lang="en">mot2bin</name>
<summary xml:lang="en">mot2bin: converts Intel/Motorola hex files</summary>
<description xml:lang="en">Mot2bin is a program that converts an Motorola hex format
into binary. Both the segmented and linear address records are
supported.24 bit and
32 bit records are supported. Records need not be
sorted and there can be gaps between records.</description>
</entry-point>
</interface>