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 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742
|
Package: cpp
Priority: optional
Architecture: any
Section: interpreters
Multi-Arch: allowed
Depends: cpp-${pv:cpp} ${reqv:cpp}, cpp${native:suffix} (= ${version:cpp}), ${misc:Depends}
Suggests: cpp-doc
Conflicts: cpp-doc (<< 1:2.95.3), gcc (<< 4:13.2.0-3)
Description: GNU C preprocessor (cpp)
The GNU C preprocessor is a macro processor that is used automatically
by the GNU C compiler to transform programs before actual compilation.
.
This package has been separated from gcc for the benefit of those who
require the preprocessor but not the compiler.
.
This is a dependency package providing the default GNU C preprocessor.
Package: cpp-for-host
Priority: optional
Architecture: any
Multi-Arch: same
Depends: cpp${native:suffix} (= ${version:cpp}), cpp-${pv:cpp}-for-host ${reqv:cpp},
${misc:Depends}
Description: GNU C preprocessor (cpp) for the host architecture
The GNU C preprocessor is a macro processor that is used automatically
by the GNU C compiler to transform programs before actual compilation.
.
This package has been separated from gcc for the benefit of those who
require the preprocessor but not the compiler.
.
When using cpp via this metapackage, all tools must be used with an
architecture prefix.
Package: cpp-for-build
Priority: optional
Architecture: all
Multi-Arch: foreign
Depends: cpp (= ${version:cpp}), cpp-${pv:cpp}-for-build ${reqv:cpp},
${misc:Depends}
Description: GNU C preprocessor (cpp) for the build architecture
The GNU C preprocessor is a macro processor that is used automatically
by the GNU C compiler to transform programs before actual compilation.
.
This package has been separated from gcc for the benefit of those who
require the preprocessor but not the compiler.
.
When using cpp via this metapackage, all tools must be used without an
architecture prefix.
Package: gcc
Priority: optional
Architecture: any
Depends: cpp (= ${version:cpp}), cpp${native:suffix} (= ${version:cpp}), gcc-${pv:gcc} ${reqv:gcc}, gcc${native:suffix} (= ${version:gcc}), ${misc:Depends}
Recommends: libc6-dev | libc-dev
Suggests: gcc-multilib, make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb, gcc-doc
Provides: c-compiler
Conflicts: gcc-doc (<< 1:2.95.3)
Description: GNU C compiler
This is the GNU C compiler, a fairly portable optimizing compiler for C.
.
This is a dependency package providing the default GNU C compiler.
Package: gcc-for-host
Priority: optional
Architecture: any
Multi-Arch: same
Depends: gcc${native:suffix} (= ${version:gcc}), cpp${native:suffix} (= ${version:cpp}),
cpp-for-host (= ${version:cpp}), gcc-${pv:gcc}-for-host ${reqv:gcc}, ${misc:Depends}
Recommends: libc6-dev | libc-dev
Description: GNU C compiler for the host architecture
This is the GNU C compiler, a fairly portable optimizing compiler for C.
.
This is a dependency package providing the default GNU C compiler.
.
When using gcc via this metapackage, all tools must be used with an
architecture prefix.
Package: gcc-for-build
Priority: optional
Architecture: all
Multi-Arch: foreign
Depends: gcc (= ${version:gcc}), cpp-for-build (= ${version:cpp}),
gcc-${pv:gcc}-for-build ${reqv:gcc}, ${misc:Depends}
Description: GNU C compiler for the build architecture
This is the GNU C compiler, a fairly portable optimizing compiler for C.
.
This is a dependency package providing the default GNU C compiler.
.
When using gcc via this metapackage, all tools must be used without an
architecture prefix.
Package: gcc-multilib
Priority: optional
Architecture: @multilib_archs@
Depends: cpp (= ${version:cpp}), cpp${native:suffix} (= ${version:cpp}), gcc (= ${version:gcc}), gcc-${pv:gcc}-multilib ${reqv:gcc}, ${misc:Depends}, linux-libc-dev [linux-any]
Conflicts: gcc-4.9-alpha-linux-gnu,
gcc-4.9-aarch64-linux-gnu,
gcc-4.9-arm-linux-gnueabi,
gcc-4.9-arm-linux-gnueabihf,
gcc-4.9-hppa-linux-gnu,
gcc-4.9-m68k-linux-gnu,
gcc-4.9-powerpc-linux-gnu,
gcc-4.9-powerpc-linux-gnuspe,
gcc-4.9-powerpc64-linux-gnu,
gcc-4.9-powerpc64le-linux-gnu,
gcc-4.9-mips-linux-gnu,
gcc-4.9-mipsel-linux-gnu,
gcc-4.9-mips64-linux-gnuabi64,
gcc-4.9-mips64el-linux-gnuabi64,
gcc-4.9-s390x-linux-gnu,
gcc-4.9-sh4-linux-gnu,
gcc-4.9-sparc-linux-gnu,
gcc-4.9-sparc64-linux-gnu,
gcc-5-aarch64-linux-gnu,
gcc-5-alpha-linux-gnu,
gcc-5-arm-linux-gnueabi,
gcc-5-arm-linux-gnueabihf,
gcc-5-hppa-linux-gnu,
gcc-5-m68k-linux-gnu,
gcc-5-powerpc-linux-gnu,
gcc-5-powerpc-linux-gnuspe,
gcc-5-powerpc64-linux-gnu,
gcc-5-powerpc64le-linux-gnu,
gcc-5-mips-linux-gnu,
gcc-5-mipsel-linux-gnu,
gcc-5-mips64-linux-gnuabi64,
gcc-5-mips64el-linux-gnuabi64,
gcc-5-s390x-linux-gnu,
gcc-5-sh4-linux-gnu,
gcc-5-sparc-linux-gnu,
gcc-5-sparc64-linux-gnu,
gcc-6-aarch64-linux-gnu,
gcc-6-alpha-linux-gnu,
gcc-6-arm-linux-gnueabi,
gcc-6-arm-linux-gnueabihf,
gcc-6-hppa-linux-gnu,
gcc-6-m68k-linux-gnu,
gcc-6-powerpc-linux-gnu,
gcc-6-powerpc-linux-gnuspe,
gcc-6-powerpc64-linux-gnu,
gcc-6-powerpc64le-linux-gnu,
gcc-6-mips-linux-gnu,
gcc-6-mipsel-linux-gnu,
gcc-6-mips64-linux-gnuabi64,
gcc-6-mips64el-linux-gnuabi64,
gcc-6-s390x-linux-gnu,
gcc-6-sh4-linux-gnu,
gcc-6-sparc-linux-gnu,
gcc-6-sparc64-linux-gnu,
gcc-7-aarch64-linux-gnu,
gcc-7-alpha-linux-gnu,
gcc-7-arm-linux-gnueabi,
gcc-7-arm-linux-gnueabihf,
gcc-7-hppa-linux-gnu,
gcc-7-i686-linux-gnu,
gcc-7-m68k-linux-gnu,
gcc-7-powerpc-linux-gnu,
gcc-7-powerpc-linux-gnuspe,
gcc-7-powerpc64-linux-gnu,
gcc-7-powerpc64le-linux-gnu,
gcc-7-mips-linux-gnu,
gcc-7-mipsel-linux-gnu,
gcc-7-mips64-linux-gnuabi64,
gcc-7-mips64el-linux-gnuabi64,
gcc-7-riscv64-linux-gnu,
gcc-7-s390x-linux-gnu,
gcc-7-sh4-linux-gnu,
gcc-7-sparc-linux-gnu,
gcc-7-x86-64-linux-gnu,
gcc-7-x86-64-linux-gnux32,
gcc-8-aarch64-linux-gnu,
gcc-8-alpha-linux-gnu,
gcc-8-arm-linux-gnueabi,
gcc-8-arm-linux-gnueabihf,
gcc-8-hppa-linux-gnu,
gcc-8-i686-linux-gnu,
gcc-8-m68k-linux-gnu,
gcc-8-powerpc-linux-gnu,
gcc-8-powerpc-linux-gnuspe,
gcc-8-powerpc64-linux-gnu,
gcc-8-powerpc64le-linux-gnu,
gcc-8-mips-linux-gnu,
gcc-8-mipsel-linux-gnu,
gcc-8-mips64-linux-gnuabi64,
gcc-8-mips64el-linux-gnuabi64,
gcc-8-riscv64-linux-gnu,
gcc-8-s390x-linux-gnu,
gcc-8-sh4-linux-gnu,
gcc-8-sparc-linux-gnu,
gcc-8-sparc64-linux-gnu,
gcc-8-x86-64-linux-gnu,
gcc-8-x86-64-linux-gnux32,
gcc-9-aarch64-linux-gnu,
gcc-9-alpha-linux-gnu,
gcc-9-arm-linux-gnueabi,
gcc-9-arm-linux-gnueabihf,
gcc-9-hppa-linux-gnu,
gcc-9-i686-linux-gnu,
gcc-9-m68k-linux-gnu,
gcc-9-powerpc-linux-gnu,
gcc-9-powerpc-linux-gnuspe,
gcc-9-powerpc64-linux-gnu,
gcc-9-powerpc64le-linux-gnu,
gcc-9-mips-linux-gnu,
gcc-9-mipsel-linux-gnu,
gcc-9-mips64-linux-gnuabi64,
gcc-9-mips64el-linux-gnuabi64,
gcc-9-riscv64-linux-gnu,
gcc-9-s390x-linux-gnu,
gcc-9-sh4-linux-gnu,
gcc-9-sparc-linux-gnu,
gcc-9-sparc64-linux-gnu,
gcc-9-x86-64-linux-gnu,
gcc-9-x86-64-linux-gnux32,
gcc-10-aarch64-linux-gnu,
gcc-10-alpha-linux-gnu,
gcc-10-arm-linux-gnueabi,
gcc-10-arm-linux-gnueabihf,
gcc-10-hppa-linux-gnu,
gcc-10-i686-linux-gnu,
gcc-10-m68k-linux-gnu,
gcc-10-powerpc-linux-gnu,
gcc-10-powerpc-linux-gnuspe,
gcc-10-powerpc64-linux-gnu,
gcc-10-powerpc64le-linux-gnu,
gcc-10-mips-linux-gnu,
gcc-10-mipsel-linux-gnu,
gcc-10-mips64-linux-gnuabi64,
gcc-10-mips64el-linux-gnuabi64,
gcc-10-riscv64-linux-gnu,
gcc-10-s390x-linux-gnu,
gcc-10-sh4-linux-gnu,
gcc-10-sparc-linux-gnu,
gcc-10-sparc64-linux-gnu,
gcc-10-x86-64-linux-gnu,
gcc-10-x86-64-linux-gnux32,
gcc-11-aarch64-linux-gnu,
gcc-11-alpha-linux-gnu,
gcc-11-arm-linux-gnueabi,
gcc-11-arm-linux-gnueabihf,
gcc-11-hppa-linux-gnu,
gcc-11-i686-linux-gnu,
gcc-11-m68k-linux-gnu,
gcc-11-powerpc-linux-gnu,
gcc-11-powerpc-linux-gnuspe,
gcc-11-powerpc64-linux-gnu,
gcc-11-powerpc64le-linux-gnu,
gcc-11-mips-linux-gnu,
gcc-11-mipsel-linux-gnu,
gcc-11-mips64-linux-gnuabi64,
gcc-11-mips64el-linux-gnuabi64,
gcc-11-riscv64-linux-gnu,
gcc-11-s390x-linux-gnu,
gcc-11-sh4-linux-gnu,
gcc-11-sparc-linux-gnu,
gcc-11-sparc64-linux-gnu,
gcc-11-x86-64-linux-gnu,
gcc-11-x86-64-linux-gnux32,
gcc-12-aarch64-linux-gnu,
gcc-12-alpha-linux-gnu,
gcc-12-arm-linux-gnueabi,
gcc-12-arm-linux-gnueabihf,
gcc-12-hppa-linux-gnu,
gcc-12-i686-linux-gnu,
gcc-12-m68k-linux-gnu,
gcc-12-powerpc-linux-gnu,
gcc-12-powerpc-linux-gnuspe,
gcc-12-powerpc64-linux-gnu,
gcc-12-powerpc64le-linux-gnu,
gcc-12-mips-linux-gnu,
gcc-12-mipsel-linux-gnu,
gcc-12-mips64-linux-gnuabi64,
gcc-12-mips64el-linux-gnuabi64,
gcc-12-riscv64-linux-gnu,
gcc-12-s390x-linux-gnu,
gcc-12-sh4-linux-gnu,
gcc-12-sparc-linux-gnu,
gcc-12-sparc64-linux-gnu,
gcc-12-x86-64-linux-gnu,
gcc-12-x86-64-linux-gnux32,
gcc-13-aarch64-linux-gnu [!arm64],
gcc-13-alpha-linux-gnu [!alpha],
gcc-13-arm-linux-gnueabi [!armel],
gcc-13-arm-linux-gnueabihf [!armhf],
gcc-13-hppa-linux-gnu [!hppa],
gcc-13-i686-linux-gnu [!i386],
gcc-13-m68k-linux-gnu [!m68k],
gcc-13-powerpc-linux-gnu [!powerpc],
gcc-13-powerpc64-linux-gnu [!ppc64],
gcc-13-powerpc64le-linux-gnu [!ppc64el],
gcc-13-mips-linux-gnu [!mips],
gcc-13-mipsel-linux-gnu [!mipsel],
gcc-13-mips64-linux-gnuabi64 [!mips64],
gcc-13-mips64el-linux-gnuabi64 [!mips64el],
gcc-13-riscv64-linux-gnu [!riscv64],
gcc-13-s390x-linux-gnu [!s390x],
gcc-13-sh4-linux-gnu [!sh4],
gcc-13-sparc64-linux-gnu [!sparc64],
gcc-13-x86-64-linux-gnu [!amd64],
gcc-13-x86-64-linux-gnux32 [!x32],
gcc-14-aarch64-linux-gnu [!arm64],
gcc-14-alpha-linux-gnu [!alpha],
gcc-14-arm-linux-gnueabi [!armel],
gcc-14-arm-linux-gnueabihf [!armhf],
gcc-14-hppa-linux-gnu [!hppa],
gcc-14-i686-linux-gnu [!i386],
gcc-14-m68k-linux-gnu [!m68k],
gcc-14-powerpc-linux-gnu [!powerpc],
gcc-14-powerpc64-linux-gnu [!ppc64],
gcc-14-powerpc64le-linux-gnu [!ppc64el],
gcc-14-mips-linux-gnu [!mips],
gcc-14-mipsel-linux-gnu [!mipsel],
gcc-14-mips64-linux-gnuabi64 [!mips64],
gcc-14-mips64el-linux-gnuabi64 [!mips64el],
gcc-14-riscv64-linux-gnu [!riscv64],
gcc-14-s390x-linux-gnu [!s390x],
gcc-14-sh4-linux-gnu [!sh4],
gcc-14-sparc64-linux-gnu [!sparc64],
gcc-14-x86-64-linux-gnu [!amd64],
gcc-14-x86-64-linux-gnux32 [!x32],
gcc-15-aarch64-linux-gnu [!arm64],
gcc-15-alpha-linux-gnu [!alpha],
gcc-15-arm-linux-gnueabi [!armel],
gcc-15-arm-linux-gnueabihf [!armhf],
gcc-15-hppa-linux-gnu [!hppa],
gcc-15-i686-linux-gnu [!i386],
gcc-15-m68k-linux-gnu [!m68k],
gcc-15-powerpc-linux-gnu [!powerpc],
gcc-15-powerpc64-linux-gnu [!ppc64],
gcc-15-powerpc64le-linux-gnu [!ppc64el],
gcc-15-mips-linux-gnu [!mips],
gcc-15-mipsel-linux-gnu [!mipsel],
gcc-15-mips64-linux-gnuabi64 [!mips64],
gcc-15-mips64el-linux-gnuabi64 [!mips64el],
gcc-15-riscv64-linux-gnu [!riscv64],
gcc-15-s390x-linux-gnu [!s390x],
gcc-15-sh4-linux-gnu [!sh4],
gcc-15-sparc64-linux-gnu [!sparc64],
gcc-15-x86-64-linux-gnu [!amd64],
gcc-15-x86-64-linux-gnux32 [!x32],
Description: GNU C compiler (multilib files)
This is the GNU C compiler, a fairly portable optimizing compiler for C.
.
A dependency package on architectures with multilib support; the package
contains dependencies for the non-default multilib architecture(s).
Package: g++
Priority: optional
Architecture: any
Depends: cpp (= ${version:cpp}), cpp${native:suffix} (= ${version:cpp}), gcc (= ${version:gcc}), g++-${pv:gpp} ${reqv:gpp}, g++${native:suffix} (= ${version:gpp}), gcc-${pv:gpp} ${reqv:gpp}, ${misc:Depends}
Suggests: ${pkgmulti:gpp}
Provides: c++-compiler
Description: GNU C++ compiler
This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
.
This is a dependency package providing the default GNU C++ compiler.
Package: g++-for-host
Priority: optional
Architecture: any
Multi-Arch: same
Depends: g++${native:suffix} (= ${version:gpp}), cpp${native:suffix} (= ${version:cpp}),
gcc-for-host (= ${version:gcc}), g++-${pv:gpp}-for-host ${reqv:gpp},
${misc:Depends}
Description: GNU C++ compiler for the host architecture
This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
.
This is a dependency package providing the default GNU C++ compiler.
.
When using g++ via this metapackage, all tools must be used with an
architecture prefix.
Package: g++-for-build
Priority: optional
Architecture: all
Multi-Arch: foreign
Depends: g++ (= ${version:gpp}), gcc-for-build (= ${version:gcc}),
g++-${pv:gpp}-for-build ${reqv:gpp}, ${misc:Depends}
Description: GNU C++ compiler for the build architecture
This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
.
This is a dependency package providing the default GNU C++ compiler.
.
When using g++ via this metapackage, all tools must be used without an
architecture prefix.
Package: g++-multilib
Priority: optional
Architecture: @multilib_archs@
Depends: cpp (= ${version:cpp}), cpp${native:suffix} (= ${version:cpp}), gcc-multilib (= ${version:cpp}), g++ (= ${version:cpp}), g++-${pv:gpp}-multilib ${reqv:gpp}, ${misc:Depends}
Description: GNU C++ compiler (multilib files)
This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
.
A dependency package on architectures with multilib support; the package
contains dependencies for the non-default multilib architecture(s).
Package: gobjc
Priority: optional
Architecture: any
Depends: cpp (>= ${version:cpp}), cpp${native:suffix} (= ${version:cpp}), gcc (>= ${version:cpp}), gobjc-${pv:gobjc} ${reqv:gobjc}, gobjc${native:suffix} (= ${version:gobjc}), ${misc:Depends}
Suggests: ${pkgmulti:gobjc}
Provides: objc-compiler
Description: GNU Objective-C compiler
This is the GNU Objective-C compiler, which compiles Objective-C on platforms
supported by the gcc compiler. It uses the gcc backend to generate optimized
code.
.
This is a dependency package providing the default GNU Objective-C compiler.
Package: gobjc-for-host
Priority: optional
Architecture: any
Multi-Arch: same
Depends: cpp${native:suffix} (= ${version:cpp}),
gcc${native:suffix} (>= ${version:cpp}), gobjc${native:suffix} (= ${version:gobjc}),
gcc-for-host (= ${version:gcc}), gobjc-${pv:gobjc}-for-host ${reqv:gobjc},
${misc:Depends}
Description: GNU Objective-C compiler for the host architecture
This is the GNU Objective-C compiler, which compiles Objective-C on platforms
supported by the gcc compiler. It uses the gcc backend to generate optimized
code.
.
This is a dependency package providing the default GNU Objective-C compiler.
.
Tools used via this metapackage must be used with an architecture prefix.
Package: gobjc-for-build
Priority: optional
Architecture: all
Multi-Arch: foreign
Depends: gobjc (= ${version:gobjc}), gcc-for-build (= ${version:gcc}),
gobjc-${pv:gobjc}-for-build ${reqv:gobjc}, ${misc:Depends}
Description: GNU Objective-C compiler for the build architecture
This is the GNU Objective-C compiler, which compiles Objective-C on platforms
supported by the gcc compiler. It uses the gcc backend to generate optimized
code.
.
This is a dependency package providing the default GNU Objective-C compiler.
.
Tools used via this metapackage must be used without an architecture prefix.
Package: gobjc-multilib
Priority: optional
Architecture: @multilib_archs@
Depends: cpp (>= ${version:cpp}), cpp${native:suffix} (= ${version:cpp}), gcc-multilib (>= ${version:cpp}), gobjc (>= ${version:gcc}), gobjc-${pv:gobjc}-multilib ${reqv:gobjc}, ${misc:Depends}
Description: GNU Objective-C compiler (multilib files)
This is the GNU Objective-C compiler, which compiles Objective-C on
platforms supported by the gcc compiler.
.
A dependency package on architectures with multilib support; the package
contains dependencies for the non-default multilib architecture(s).
Package: gobjc++
Priority: optional
Architecture: any
Depends: cpp (>= ${version:cpp}), cpp${native:suffix} (= ${version:cpp}), gcc (>= ${version:cpp}), gobjc++-${pv:gobjcxx} ${reqv:gobjcxx}, gobjc++${native:suffix} (= ${version:gobjcxx}), ${misc:Depends}
Recommends: g++ (>= ${version:cpp}), gobjc (>= ${version:cpp})
Suggests: ${pkgmulti:gobjcxx}
Provides: objc++-compiler
Description: GNU Objective-C++ compiler
This is the GNU Objective-C++ compiler, which compiles
Objective-C++ on platforms supported by the gcc compiler. It uses the
gcc backend to generate optimized code.
.
This is a dependency package providing the default GNU Objective-C++ compiler.
Package: gobjc++-for-host
Priority: optional
Architecture: any
Multi-Arch: same
Depends: cpp${native:suffix} (= ${version:cpp}),
gcc${native:suffix} (>= ${version:cpp}), gobjc++${native:suffix} (= ${version:gobjcxx}),
gobjc-for-host (= ${version:gobjc}), g++-for-host (= ${version:gpp}),
gobjc++-${pv:gobjcxx}-for-host ${reqv:gobjcxx}, ${misc:Depends}
Description: GNU Objective-C++ compiler for the host architecture
This is the GNU Objective-C++ compiler, which compiles
Objective-C++ on platforms supported by the gcc compiler. It uses the
gcc backend to generate optimized code.
.
This is a dependency package providing the default GNU Objective-C++ compiler.
.
Tools used via this metapackage must be used with an architecture prefix.
Package: gobjc++-for-build
Priority: optional
Architecture: all
Multi-Arch: foreign
Depends: gobjc++ (= ${version:gobjcxx}), ${misc:Depends},
gobjc-for-build (= ${version:gobjc}), g++-for-build (= ${version:gpp}),
gobjc++-${pv:gobjcxx}-for-build ${reqv:gobjcxx}
Description: GNU Objective-C++ compiler for the build architecture
This is the GNU Objective-C++ compiler, which compiles
Objective-C++ on platforms supported by the gcc compiler. It uses the
gcc backend to generate optimized code.
.
This is a dependency package providing the default GNU Objective-C++ compiler.
.
Tools used via this metapackage must be used without an architecture prefix.
Package: gobjc++-multilib
Priority: optional
Architecture: @multilib_archs@
Depends: cpp (>= ${version:cpp}), cpp${native:suffix} (= ${version:cpp}), gobjc-multilib (>= ${version:cpp}), gobjc++ (>= ${version:gcc}), gobjc++-${pv:gobjcxx}-multilib ${reqv:gobjcxx}, ${misc:Depends}
Description: GNU Objective-C++ compiler (multilib files)
This is the GNU Objective-C++ compiler, which compiles Objective-C++ on
platforms supported by the gcc compiler.
.
A dependency package on architectures with multilib support; the package
contains dependencies for the non-default multilib architecture(s).
Package: gfortran
Priority: optional
Architecture: any
Depends: cpp (= ${version:cpp}), cpp${native:suffix} (= ${version:cpp}), gcc (= ${version:gcc}), gfortran-${pv:gfort} ${reqv:gfort}, gfortran${native:suffix} (= ${version:gfort}), ${misc:Depends}
Suggests: ${pkgmulti:gfort}, gfortran-doc
Provides: fortran-compiler, ${fortran:mod-version}
Description: GNU Fortran 95 compiler
This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms
supported by the gcc compiler. It uses the gcc backend to generate optimized
code.
.
This is a dependency package providing the default GNU Fortran 95 compiler.
Package: gfortran-for-host
Priority: optional
Architecture: any
Multi-Arch: same
Depends: cpp${native:suffix} (= ${version:cpp}), gcc${native:suffix} (= ${version:gcc}),
gcc-for-host (= ${version:gcc}), gfortran-${pv:gfort}-for-host ${reqv:gfort},
gfortran${native:suffix} (= ${version:gfort}), ${misc:Depends}
Description: GNU Fortran 95 compiler for the host architecture
This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms
supported by the gcc compiler. It uses the gcc backend to generate optimized
code.
.
This is a dependency package providing the default GNU Fortran 95 compiler.
.
Tools used via this metapackage must be used with an architecture prefix.
Package: gfortran-for-build
Priority: optional
Architecture: all
Multi-Arch: foreign
Depends: gfortran (= ${version:gfort}), gcc-for-build (= ${version:gcc}),
gfortran-${pv:gfort}-for-build ${reqv:gfort}, ${misc:Depends}
Description: GNU Fortran 95 compiler for the build architecture
This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms
supported by the gcc compiler. It uses the gcc backend to generate optimized
code.
.
This is a dependency package providing the default GNU Fortran 95 compiler.
.
Tools used via this metapackage must be used without an architecture prefix.
Package: gfortran-multilib
Priority: optional
Architecture: @multilib_archs@
Depends: cpp (= ${version:cpp}), cpp${native:suffix} (= ${version:cpp}), gcc-multilib (= ${version:cpp}), gfortran (= ${version:gcc}), gfortran-${pv:gfort}-multilib ${reqv:gfort}, ${misc:Depends}
Description: GNU Fortran 95 compiler (multilib files)
This is the GNU Fortran compiler, which compiles Fortran 95 on platforms
supported by the gcc compiler.
.
A dependency package on architectures with multilib support; the package
contains dependencies for the non-default multilib architecture(s).
Package: gccgo
Priority: optional
Architecture: any
Depends: cpp (>= ${version:cpp}), cpp${native:suffix} (= ${version:cpp}), gcc (>= ${version:gcc}), gccgo-${pv:ggo} ${reqv:ggo}, gccgo${native:suffix} (= ${version:ggo}), ${misc:Depends}
Suggests: ${pkgmulti:ggo}
Provides: go-compiler
Description: Go compiler, based on the GCC backend
This is the GNU Go compiler, which compiles Go on platforms supported by
the gcc compiler. It uses the gcc backend to generate optimized code.
.
This is a dependency package providing the default GNU Go compiler.
Package: gccgo-for-host
Priority: optional
Architecture: any
Multi-Arch: same
Depends: cpp${native:suffix} (= ${version:cpp}), gcc${native:suffix} (>= ${version:gcc}),
gcc-for-host (= ${version:gcc}), gccgo-${pv:ggo}-for-host ${reqv:ggo},
gccgo${native:suffix} (= ${version:ggo}), ${misc:Depends}
Description: Go compiler, based on the GCC backend for the host architecture
This is the GNU Go compiler, which compiles Go on platforms supported by
the gcc compiler. It uses the gcc backend to generate optimized code.
.
This is a dependency package providing the default GNU Go compiler.
.
Tools used via this metapackage must be used with an architecture prefix.
Package: gccgo-for-build
Priority: optional
Architecture: all
Multi-Arch: foreign
Depends: gccgo (= ${version:ggo}), gcc-for-build (= ${version:gcc}),
gccgo-${pv:ggo}-for-build ${reqv:ggo}, ${misc:Depends}
Description: Go compiler, based on the GCC backend for the build architecture
This is the GNU Go compiler, which compiles Go on platforms supported by
the gcc compiler. It uses the gcc backend to generate optimized code.
.
This is a dependency package providing the default GNU Go compiler.
.
Tools used via this metapackage must be used without an architecture prefix.
Package: gccgo-multilib
Priority: optional
Architecture: @go_multilib_archs@
Depends: cpp (>= ${version:cpp}), cpp${native:suffix} (= ${version:cpp}), gcc-multilib (>= ${version:cpp}), gccgo (>= ${version:ggo}), gccgo-${pv:ggo}-multilib ${reqv:ggo}, ${misc:Depends}
Description: Go compiler, based on the GCC backend (multilib files)
This is the GNU Go compiler, which compiles Go on platforms supported by
the gcc compiler. It uses the gcc backend to generate optimized code.
.
A dependency package on architectures with multilib support; the package
contains dependencies for the non-default multilib architecture(s).
Package: gdc
Priority: optional
Architecture: any
Depends: gdc-${pv:gdc} ${reqv:gdc}, gdc${native:suffix} (= ${version:gdc}), ${dep:libgphobos}, ${misc:Depends}
Replaces: gdc-4.1 (<< 0.25-4.1.2-18), gdc-4.2 (<< 0.25-4.2.2-7), gdc-4.3 (<< 1:1.043-4.3.4-1)
Description: D compiler (language version 2), based on the GCC backend
This is a dependency package providing the default D compiler.
Per policy, all packages that contain D sources must use this package
in their Build-Depends line.
.
This compiler supports D language version 2.
Package: gdc-for-host
Priority: optional
Architecture: any
Multi-Arch: same
Depends: gdc${native:suffix} (= ${version:gdc}), ${dep:libgphobos},
gcc-for-host (= ${version:gcc}), gdc-${pv:gdc}-for-host ${reqv:gdc}, ${misc:Depends}
Description: D compiler (language version 2) for the host architecture
This is a dependency package providing the default D compiler.
Per policy, all packages that contain D sources must use this package
in their Build-Depends line.
.
This compiler supports D language version 2.
.
Tools used via this metapackage must be used with an architecture prefix.
Package: gdc-for-build
Priority: optional
Architecture: all
Multi-Arch: foreign
Depends: gdc (= ${version:gdc}), gcc-for-build (= ${version:gcc}),
gdc-${pv:gdc}-for-build ${reqv:gdc}, ${misc:Depends}
Description: GNU D compiler (language version 2) for the build architecture
This is a dependency package providing the default D compiler.
Per policy, all packages that contain D sources must use this package
in their Build-Depends line.
.
This compiler supports D language version 2.
.
Tools used via this metapackage must be used without an architecture prefix.
Package: gdc-multilib
Priority: optional
Architecture: @d_multilib_archs@
Depends: cpp (>= ${version:cpp}), cpp${native:suffix} (= ${version:cpp}), gcc-multilib (>= ${version:cpp}), gdc (>= ${version:gcc}), gdc-${pv:gdc}-multilib ${reqv:gdc}, ${misc:Depends}
Description: D compiler (language version 2) (multilib files)
This compiler supports D language version 2.
.
A dependency package on architectures with multilib support; the package
contains dependencies for the non-default multilib architecture(s).
Package: libgphobos-dev
Section: libdevel
Priority: optional
Architecture: any
Multi-Arch: same
Depends: libgphobos-${pv:gdc}-dev ${reqv:gdc}, ${misc:Depends}
Provides: libphobos-dev
Description: Phobos D standard library
This is a dependency package providing the default D standard library.
Package: gm2
Priority: optional
Architecture: any
Depends: cpp (>= ${version:cpp}), cpp${native:suffix} (= ${version:cpp}), gcc (>= ${version:gcc}), gm2-${pv:gm2} ${reqv:gm2}, gm2${native:suffix} (= ${version:gm2}), ${misc:Depends}
Description: GNU Modula-2 compiler, based on the GCC backend
This is a dependency package providing the default GNU Modula-2 compiler.
Package: gm2-for-host
Priority: optional
Architecture: any
Multi-Arch: same
Depends: cpp${native:suffix} (= ${version:cpp}), gm2${native:suffix} (= ${version:gm2}),
gcc-for-host (= ${version:gcc}), gm2-${pv:gm2}-for-host ${reqv:gm2}, ${misc:Depends}
Description: GNU Modula-2 compiler for the host architecture, based on the GCC backend
This is a dependency package providing the default GNU Modula-2 compiler.
.
Tools used via this metapackage must be used with an architecture prefix.
Package: gm2-for-build
Priority: optional
Architecture: all
Multi-Arch: foreign
Depends: gm2${native:suffix} (= ${version:gm2}),
gcc-for-build (= ${version:gcc}), gm2-${pv:gm2}-for-build ${reqv:gm2}, ${misc:Depends}
Description: GNU Modula-2 compiler for the build architecture, based on the GCC backend
This is a dependency package providing the default GNU Modula-2 compiler.
.
Tools used via this metapackage must be used without an architecture prefix.
#Package: gm2-multilib
#Priority: optional
#Architecture: @m2_multilib_archs@
#Depends: cpp (>= ${version:cpp}), gcc-multilib (>= ${version:cpp}), gm2 (>= ${version:gcc}), gm2-${pv:gdc}-multilib ${reqv:gm2}, ${misc:Depends}
#Description: GNU Modula-2 compiler (multilib files)
# This is a dependency package providing the default GNU Modula-2 compiler.
# .
# A dependency package on architectures with multilib support; the package
# contains dependencies for the non-default multilib architecture(s).
Package: gcc-offload-nvptx
Priority: optional
Architecture: amd64 ppc64el
Depends: cpp (>= ${version:cpp}), cpp${native:suffix} (= ${version:cpp}), gcc (>= ${version:cpp}),
gcc-${pv:offl}-offload-nvptx ${reqv:offl}, ${misc:Depends}
Description: GCC offloading compiler to NVPTX
This package contains libgomp plugin for offloading to NVidia
PTX. The plugin needs libcuda.so.1 shared library that has to be
installed separately.
.
This is a dependency package providing the default Nvidia PTX compiler.
Package: gcc-offload-amdgcn
Priority: optional
Architecture: amd64
Depends: cpp (>= ${version:cpp}), cpp${native:suffix} (= ${version:cpp}), gcc (>= ${version:cpp}),
gcc-${pv:offl}-offload-amdgcn ${reqv:offl}, ${misc:Depends}
Description: GCC offloading compiler to AMD GCN
This package contains libgomp plugin for offloading to AMD GCN
.
This is a dependency package providing the default AMD GCN offload compiler.
|