File: package.xml

package info (click to toggle)
libsixel 1.5.2-2%2Bdeb9u1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 13,684 kB
  • sloc: ansic: 20,253; sh: 4,273; cpp: 1,227; makefile: 402; python: 306; xml: 271; ruby: 31; perl: 26
file content (58 lines) | stat: -rw-r--r-- 1,586 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0"?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package>

  <name>sixel</name>
  <summary>PHP interface to libsixel</summary>
  <description>
    A PHP interface to libsixel.
    libsixel is a lightweight, fast implementation of DEC SIXEL graphics codec.
  </description>

  <license>MIT</license>

  <configureoptions>
   <configureoption name="with-libsixel" default="autodetect" prompt="libsixel installation directory?" />
  </configureoptions>

  <maintainers>
    <maintainer>
      <user>saitoha</user>
      <name>Hayaki Saito</name>
      <email>saitoha@me.com</email>
      <role>developer</role>
    </maintainer>
  </maintainers>

  <release>
    <version>0.0.2</version>
    <state>alpha</state>
    <notes>        Alpha version.
</notes>
    <date>2015-08-30</date>
  </release>
  <changelog>
  
  </changelog>
  <deps>
    <dep type="php" rel="ge" version="5.0.0"/>
  </deps>

  <filelist>
    <dir name="/">
      <file role='doc' name='EXPERIMENTAL'/>
      <file role='doc' name='CREDITS'/>
      <file role='src' name='config.m4'/>
      <file role='src' name='sixel.dsp'/>
      <file role='src' name='config.w32'/>
      <file role='src' name='sixel.c'/>
      <file role='src' name='php_sixel.h'/>
      <dir name="tests">
        <file role='test' name='SixelEncoder____construct.phpt'/>
        <file role='test' name='SixelEncoder____destruct.phpt'/>
        <file role='test' name='SixelEncoder__setopt.phpt'/>
        <file role='test' name='SixelEncoder__encode.phpt'/>
      </dir>
    </dir>
  </filelist>
</package>