File: org.gnu.pspp.xml

package info (click to toggle)
pspp 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 69,768 kB
  • sloc: ansic: 276,489; xml: 18,462; sh: 6,445; python: 2,881; makefile: 125; perl: 64
file content (16 lines) | stat: -rw-r--r-- 607 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/x-spss-sps">
    <comment>SPSS syntax file</comment>
    <acronym>SPSS</acronym>
    <expanded-acronym>Statistical Package for the Social Sciences</expanded-acronym>
    <glob pattern="*.sps"/>
  </mime-type>
  <mime-type type="application/x-spss-spv">
    <comment>SPSS output file</comment>
    <acronym>SPSS</acronym>
    <expanded-acronym>Statistical Package for the Social Sciences</expanded-acronym>
    <glob pattern="*.spv"/>
  </mime-type>
</mime-info>