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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
|
Source: swiftlang
Section: devel
Priority: optional
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Uploaders: Steve Meliza <swm@swm1.com>
Build-Depends: debhelper-compat (= 13),
swiftlang (>=6.0.3-2),
swiftlang-dev (>=6.0.3),
clang,
cmake (>= 3.24.2),
ninja-build (>= 1.12.1),
binutils-gold,
swig,
rsync,
python3,
python3-dev,
python3-distro,
python3-setuptools,
python3-six,
python3-psutil [arm64],
libbsd-dev,
libxml2-dev,
libsqlite3-dev,
libcurl4-openssl-dev,
uuid-dev,
libedit-dev,
libicu-dev,
po-debconf,
zlib1g-dev,
libcrypt-dev
Build-Conflicts: python3-swiftclient
Standards-Version: 4.7.2
Homepage: https://www.swift.org
Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/swiftlang/
Vcs-Git: https://salsa.debian.org/pkg-llvm-team/swiftlang.git
Rules-Requires-Root: no
Package: swiftlang
Architecture: amd64 arm64
Depends: ${shlibs:Depends},
${misc:Depends},
debconf,
binutils,
gcc,
libswiftlang (= ${binary:Version})
Suggests: python3,
swiftlang-doc,
swiftlang-dev
Description: general-purpose compiled programming language
Swift is a general-purpose, multi-paradigmed, compiled
programming language built using a modern approach to safety,
performance, and software design patterns.
.
The goal of the Swift project is to create the best available
language for uses ranging from systems programming, to mobile
and desktop apps, scaling up to cloud services. Most
importantly, Swift is designed to make writing and maintaining
correct programs easier for the developer.
Package: libswiftlang
Architecture: amd64 arm64
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: no
Description: general-purpose compiled programming language - Runtime Libraries
Swift is a general-purpose, multi-paradigmed, compiled
programming language built using a modern approach to safety,
performance, and software design patterns.
.
The goal of the Swift project is to create the best available
language for uses ranging from systems programming, to mobile
and desktop apps, scaling up to cloud services. Most
importantly, Swift is designed to make writing and maintaining
correct programs easier for the developer.
.
This package contains the Swift runtime libraries.
Package: swiftlang-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
libswiftlang (>= ${source:Version}),
swiftlang (>= ${source:Version})
Description: general-purpose compiled programming language - Development Headers
Swift is a general-purpose, multi-paradigmed, compiled
programming language built using a modern approach to safety,
performance, and software design patterns.
.
The goal of the Swift project is to create the best available
language for uses ranging from systems programming, to mobile
and desktop apps, scaling up to cloud services. Most
importantly, Swift is designed to make writing and maintaining
correct programs easier for the developer.
.
This package contains the Swift libraries and headers to develop applications
using Swift.
Package: swiftlang-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: general-purpose compiled programming language - Documentation
Swift is a general-purpose, multi-paradigmed, compiled
programming language built using a modern approach to safety,
performance, and software design patterns.
.
The goal of the Swift project is to create the best available
language for uses ranging from systems programming, to mobile
and desktop apps, scaling up to cloud services. Most
importantly, Swift is designed to make writing and maintaining
correct programs easier for the developer.
.
This package contains the documentation.
|