Sha256: 30caf02bddd30d982c1bc1916cdabaa3479f16ee3deb082fcb305886ca1fbbde

Contents?: true

Size: 1.32 KB

Versions: 11

Compression:

Stored size: 1.32 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<!--
  Generic rules for matching a machine architecture, platform, or chipset
-->
<fingerprints matches="architecture">
  <fingerprint pattern="x64|amd64|x86_64" flags="REG_ICASE">
    <description>x64 (x86_x64)</description>
    <example>Linux claw 3.11.0-15-generic #23-Ubuntu SMP Mon Dec 9 18:17:04 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux</example>
    <param pos="0" name="os.arch" value="x64"/>
  </fingerprint>
  <fingerprint pattern="x86|i[3456]86" flags="REG_ICASE">
    <description>x86</description>
    <example>Linux bob 3.2.0-1-generic #3-Ubuntu SMP Wed Dec 11 19:12:55 UTC 2013 i686 i686 i686 GNU/Linux</example>
    <param pos="0" name="os.arch" value="x86"/>
  </fingerprint>
  <fingerprint pattern="PowerPC|PPC|POWER|ppc">
    <description>PowerPC</description>
    <param pos="0" name="os.arch" value="ppc"/>
  </fingerprint>
  <fingerprint pattern="SPARC" flags="REG_ICASE">
    <description>SPARC</description>
    <param pos="0" name="os.arch" value="sparc"/>
  </fingerprint>
  <fingerprint pattern="mips" flags="REG_ICASE">
    <description>MIPS</description>
    <param pos="0" name="os.arch" value="mips"/>
  </fingerprint>
  <fingerprint pattern="arm" flags="REG_ICASE">
    <description>ARM</description>
    <param pos="0" name="os.arch" value="arm"/>
  </fingerprint>
</fingerprints>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
recog-2.0.24 xml/architecture.xml
recog-2.0.23 xml/architecture.xml
recog-2.0.22 xml/architecture.xml
recog-2.0.21 xml/architecture.xml
recog-2.0.20 xml/architecture.xml
recog-2.0.19 xml/architecture.xml
recog-2.0.18 xml/architecture.xml
recog-2.0.17 xml/architecture.xml
recog-2.0.16 xml/architecture.xml
recog-2.0.15 xml/architecture.xml
recog-2.0.14 xml/architecture.xml