mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 06:54:11 +01:00
Add first crude binary module implementation.
This commit is contained in:
20
binary/install.rdf
Normal file
20
binary/install.rdf
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0"?>
|
||||
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
|
||||
<Description about="urn:mozilla:install-manifest"
|
||||
em:id="binary@dactyl.googlecode.com"
|
||||
em:type="2"
|
||||
em:name="Dactyl Binary Utils"
|
||||
em:version="0.1"
|
||||
em:description="Binary utilities for dactyl add-ons">
|
||||
|
||||
<em:targetApplication>
|
||||
<Description
|
||||
em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
|
||||
em:minVersion="4.0"
|
||||
em:maxVersion="9.*"/>
|
||||
</em:targetApplication>
|
||||
</Description>
|
||||
</RDF>
|
||||
|
||||
<!-- vim: set fdm=marker sw=4 ts=4 et: -->
|
||||
Reference in New Issue
Block a user