guru/dev-lang/swift/metadata.xml
Marco Rebhan fbbd4a1e11
dev-lang/swift: Add option to compile with libcxx
This is useful on llvm profile systems, where the default C++ compiler
is clang with libcxx.

Signed-off-by: Marco Rebhan <me@dblsaiko.net>
2025-02-11 00:46:30 +01:00

31 lines
815 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>itai@itaiferber.net</email>
<name>Itai Ferber</name>
</maintainer>
<upstream>
<remote-id type="github">swiftlang/swift</remote-id>
</upstream>
<use>
<flag name="libcxx">
Use <pkg>llvm-runtimes/libcxx</pkg> as the default C++ runtime library.
</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>
</pkgmetadata>