File: package.xml

package info (click to toggle)
ossp-uuid 1.6.2-1.5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, sid, stretch, trixie
  • size: 2,376 kB
  • ctags: 770
  • sloc: sh: 12,148; ansic: 4,778; makefile: 377; perl: 357; cpp: 256; php: 95; xml: 35
file content (35 lines) | stat: -rw-r--r-- 1,047 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
<?xml version="1.0" encoding="ISO-8859-1" ?>
<package>
  <name>uuid</name>
  <summary>Universally Unique Identifiers (UUID) extension</summary>
  <description>
    UUID is a PHP extension for the creation
    of Universally Unique Identifiers (UUID).
  </description>
  <license>MIT-Style License</license>
  <maintainers>
    <maintainer>
      <user>rse</user>
      <name>Ralf S. Engelschall</name>
      <email>rse@engelschall.com</email>
    </maintainer>
  </maintainers>
    <release>
      <version>1.0</version>
      <date>2003-05-17</date>
      <state>unstable</state>
    </release>
  <configureoptions>
    <configureoption name="with-uuid" default="autodetect" prompt="path to OSSP uuid?"/>
  </configureoptions>
  <filelist>
    <dir role="src" name="/">
      <file role="src">Makefile.local</file>
      <file role="src">config.m4</file>
      <file role="src">uuid.c</file>
      <file role="php">uuid.php4</file>
      <file role="php">uuid.php5</file>
      <file role="src">uuid.ts</file>
    </dir>
  </filelist>
</package>