File: overview.xml

package info (click to toggle)
libmodulemd 2.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,152 kB
  • sloc: ansic: 37,845; python: 3,236; xml: 1,739; sh: 377; makefile: 42
file content (54 lines) | stat: -rw-r--r-- 2,866 bytes parent folder | download
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
<index xmlns="http://fedoraproject.org/metadata/moduleindex" version="" revision="">
    <module name="">
        <stream name=""> <!-- DNF wants versions and contexts to differ in @summary etc. -->
            <build version="" context="" static="" arch="" summary="" description="">
                                    <!-- @static defaults to false. -->
                <dependency name="">
                    <requires></requires>   <!-- Only one for modulemd-packager-v3 -->
                    <conflicts></conflicts> <!-- Not supported by modulemd-packager-v3 -->
                </dependency>
                <dependency name=""/>   <!-- An unspecified stream.
                                             Not supported by modulemd-packager-v3. -->
                <license>
                    <module></module>
                    <content></content>
                </license>
                <references community="" documentation="" tracker=""/>
                <profile name="" description="">
                    <package></package>
                </profile>
                <api></api>
                <demodularized></demodularized>
                <nevra name="" epoch="" version="" release="" arch=""/>
            </build>

            <default-profile modified=""> <!-- @modified could be renamed to version -->
                <profile></profile> <!-- With a value replaces, missing unsets. -->
            </default-profile>

            <obsolete modified="" context=""> <!-- @modified in seconds since the epoch.
                        Missing or empty @context means all contexts. -->
                <eol when="" message=""> <!-- Missing element means unsetting. -->
                        <!-- @when in seconds since the epoch, missing means now. -->
                    <replacement module="" stream=""/>
                </eol>
            </obsolete>

            <translation modified=""> <!-- @modified could be renamed to version -->
                <locale name=""> <!-- Each of the child is optional, but there
                                      must be at least one. -->
                    <build summary="" description=""/>  <!-- missing @summary, @description unsets -->
                    <profile name="" description=""/>   <!-- missing @description unsets -->
                    <obsolete context="" message=""/>   <!-- missing or empty @context means
                            all contexts,
                            missing @message unsets, unsupported in YAML. -->
                </locale>
            </translation>
        </stream>

        <default-stream modified="" stream=""/> <!-- @modified could be renamed to version -->
                                        <!-- Existing @stream sets a default,
                                             missing or empty unsets. -->
    </module>

</index>