summaryrefslogtreecommitdiff
path: root/dev-lang/swift/metadata.xml
blob: 6547825335a4f6292a00fc7e6860b988320feb56 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>itai@itaiferber.net</email>
    <name>Itai Ferber</name>
  </maintainer>
  <use>
    <flag name="libcxx">
      Build against <pkg>llvm-runtimes/libcxx</pkg> as the default C++ runtime library over GCC's libdstc++.
    </flag>
  </use>
  <slots>
    <slot name="0">
      The original slot for swift-5.10.1; should no longer be used.
    </slot>
    <slot name="5">
      The Swift 5 language, compiler, and tooling.
    </slot>
    <slot name="6">
      The Swift 6 language, compiler, and tooling.
    </slot>
    <subslots>
      Minor Swift versions.
    </subslots>
  </slots>
  <origin>srcux</origin>
</pkgmetadata>