File: overview.xml

package info (click to toggle)
libmodulemd 2.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,152 kB
  • sloc: ansic: 37,845; python: 3,236; xml: 1,739; sh: 377; makefile: 42
file content (68 lines) | stat: -rw-r--r-- 3,681 bytes parent folder | download | duplicates (2)
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
59
60
61
62
63
64
65
66
67
68
<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. -->
                <dependencies-or>   <!-- This level not supported by modulemd-packager-v3
                                         Never seen in the wild. Not implemented by DNF. -->
                    <dependencies-and>
                        <dependency name="">
                            <requires></requires> <!-- Only one for modulemd-packager-v3 -->
                            <conflicts></conflicts> <!-- Not supported by modulemd-packager-v3 -->
                        </dependency>
                    </dependencies-and>
                    <dependencies-and>
                        <dependency name=""/> <!-- An unspecified stream.
                                                   Not supported by modulemd-packager-v3. -->
                    </dependencies-and>
                </dependencies-or>
                <servicelevel name="" end=""/>
                <license>
                    <module></module>
                    <content></content>
                </license>
                <references comunity="" documentation="" tracker=""/>
                <profile name="" description="">
                    <package></package>
                </profile>
                <api></api>
                <demodularized></demodularized>
                <nevra name="" epoch="" version="" release="" arch="" sha256=""/>
                    <!-- @sha256 is unused now. -->
            </build>

            <default-profile modified=""> <!-- @modified could be renamed to version -->
                <intent name="">    <!-- Missing @name means intentless global default -->
                    <profile></profile> <!-- With a value replaces, missing unsets. -->
                </intent>
            </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=""> <!-- @modified could be renamed to version -->
            <intent name="" stream=""/> <!-- Missing or empty @name means an intentless
                                             global default. -->
                                        <!-- Existing @stream sets a default,
                                             missing or empty unsets. -->
        </default-stream>
    </module>

</index>