llvm-defaults 0.58~exp1-ok1 source package in openKylin

Changelog

llvm-defaults (0.58~exp1-ok1) nile; urgency=medium

  * Build for openkylin.

 -- Luoyaoming <email address hidden>  Wed, 17 Jul 2024 09:27:51 +0800

Upload details

Uploaded by:
luoyaoming
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main devel
Nile V2.0 proposed main devel

Downloads

File Size SHA-256 Checksum
llvm-defaults_0.58~exp1-ok1.tar.xz 8.7 KiB 44627e139ab41201966c1574a927b684e10fb3637afdaa570490a1170a904d44
llvm-defaults_0.58~exp1-ok1.dsc 3.4 KiB f059347b0b6ed77be8f9fbc560b1875da38c583f2d4f1a68c88bf7c7c404ff66

Available diffs

View changes file

Binary packages built by this source

clang: C, C++ and Objective-C compiler (LLVM based), clang binary

 Clang project is a C, C++, Objective C and Objective C++ front-end
 for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
 Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This is a dependency package providing the default clang compiler.

clang-format: No summary available for clang-format in openkylin nile.bedrock.

No description available for clang-format in openkylin nile.bedrock.

clang-tidy: clang-based C++ linter tool

 Provide an extensible framework for diagnosing and fixing typical programming
 errors, like style violations, interface misuse, or bugs that can be deduced
 via static analysis. clang-tidy is modular and provides a convenient interface
 for writing new checks.
 .
 clang-tidy replaces clang-modernize
 .
 This is a dependency package providing the clang tidy tool.

clang-tools: No summary available for clang-tools in openkylin nile.bedrock.

No description available for clang-tools in openkylin nile.bedrock.

clangd: Language server that provides IDE-like features to editors

 clangd understands your C++ code and adds smart features to your editor:
  - code completion
  - compile errors
  - go-to-definition
  - and more.
 .
 clangd is a language server that implements the Language Server Protocol;
 it can work with many editors through a plugin.
 .
 This is a dependency package providing clangd.

flang: Fortran compiler

 Ground-up implementation of a Fortran front end written in
 modern C++.
 .
 While it is capable of generating executables for a number
 of examples, some functionalities are still missing.

libbolt-dev: Post-link optimizer - Development package

 It achieves the improvements by optimizing application's code layout based on
 execution profile gathered by sampling profiler.
 .
 This is a dependency package providing the default libbolt-dev package.

libc++-dev: LLVM C++ Standard library (development files)

 libc++ is another implementation of the C++ standard library
 .
 Features and Goals
 .
   * Correctness as defined by the C++ standards.
   * Fast execution.
   * Minimal memory use.
   * Fast compile times.
   * ABI compatibility with gcc's libstdc++ for some low-level features such
     as exception objects, rtti and memory allocation.
   * Extensive unit tests.
 .
 This is a dependency package providing the default LLVM C++ Standard library
 development files.

libc++-dev-wasm32: No summary available for libc++-dev-wasm32 in openkylin nile.bedrock.

No description available for libc++-dev-wasm32 in openkylin nile.bedrock.

libc++1: LLVM C++ Standard library

 libc++ is another implementation of the C++ standard library.
 .
 Features and Goals
 .
   * Correctness as defined by the C++ standards.
   * Fast execution.
   * Minimal memory use.
   * Fast compile times.
   * ABI compatibility with gcc's libstdc++ for some low-level features such
     as exception objects, rtti and memory allocation.
   * Extensive unit tests.
 .
 This is a dependency package providing the default LLVM C++ Standard library.

libc++abi-dev: No summary available for libc++abi-dev in openkylin nile.bedrock.

No description available for libc++abi-dev in openkylin nile.bedrock.

libc++abi1: No summary available for libc++abi1 in openkylin nile.bedrock.

No description available for libc++abi1 in openkylin nile.bedrock.

libclang-cpp-dev: C++ interface to the clang library

 Clang project is a C, C++, Objective C and Objective C++ front-end
 for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
 Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
 provides most of the support of C++17.
 .
 This is a dependency package providing the default Clang C++ library.

libclang-dev: clang library - Development package

 Clang project is a C, C++, Objective C and Objective C++ front-end
 for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
 Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
 provides most of the support of C++17.
 .
 This is a dependency package providing the default libclang libraries and
 headers.

libclang-rt-dev: Compiler-rt - Development package

 This package provides various libraries:
 .
   * builtins - Simple libraries that provide implementation of the
     low-level target-specific hooks required by code generation
     and other runtime components.
   * sanitizer runtimes - AddressSanitizer, ThreadSanitizer,
     UndefinedBehaviorSanitizer, MemorySanitizer, LeakSanitizer
     DataFlowSanitizer, etc
   * profile - Library which is used to collect coverage information.
 .
 This is a dependency package providing the default compiler-rt libraries and
 headers.

libclang-rt-dev-wasm32: Compiler-rt - wasm32 builtins

 Provides the compiler-rt builtins for WebAssembly 32 bits
 .
 This is a dependency package providing the default libclang wasm32 library.

libclang-rt-dev-wasm64: Compiler-rt - wasm64 builtins

 Provides the compiler-rt builtins for WebAssembly 64 bits
 .
 This is a dependency package providing the default libclang wasm64 library.

libclang1: No summary available for libclang1 in openkylin nile.bedrock.

No description available for libclang1 in openkylin nile.bedrock.

libflang-dev: Flang library - Development package

 Ground-up implementation of a Fortran front end written in
 modern C++.
 .
 While it is capable of generating executables for a number
 of examples, some functionalities are still missing.
 .
 This package contains the flang libraries and headers.
 .
 This is a dependency package providing the default libflang-dev package.

liblld-dev: No summary available for liblld-dev in openkylin nile.bedrock.

No description available for liblld-dev in openkylin nile.bedrock.

liblldb-dev: No summary available for liblldb-dev in openkylin nile.bedrock.

No description available for liblldb-dev in openkylin nile.bedrock.

libllvm-ocaml-dev: Low-Level Virtual Machine (LLVM), bindings for OCaml

 The Low-Level Virtual Machine (LLVM) is a collection of libraries and
 tools that make it easy to build compilers, optimizers, Just-In-Time
 code generators, and many other compiler-related programs.
 .
 This is a dependency package providing the default bindings for OCaml.

libomp-dev: LLVM OpenMP runtime - dev package

 The runtime is the part of the OpenMP implementation that your code is
 linked against, and that manages the multiple threads in an OpenMP program
 while it is executing.
 .
 This is a dependency package providing the default LLVM OpenMP dev
 package.

libomp5: No summary available for libomp5 in openkylin nile.bedrock.

No description available for libomp5 in openkylin nile.bedrock.

lld: No summary available for lld in openkylin nile.bedrock.

No description available for lld in openkylin nile.bedrock.

lldb: No summary available for lldb in openkylin nile.bedrock.

No description available for lldb in openkylin nile.bedrock.

llvm: Low-Level Virtual Machine (LLVM)

 The Low-Level Virtual Machine (LLVM) is a collection of libraries and
 tools that make it easy to build compilers, optimizers, Just-In-Time
 code generators, and many other compiler-related programs.
 .
 This is a dependency package providing the default llvm package.

llvm-bolt: Post-link optimizer

 It achieves the improvements by optimizing application's code layout based on
 execution profile gathered by sampling profiler.
 .
 This is a dependency package providing bolt.
 .
 This package is not called bolt because it is already used.

llvm-dev: Modular compiler and toolchain technologies, libraries and headers

 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 This is a dependency package providing the default libraries and headers.

llvm-runtime: No summary available for llvm-runtime in openkylin nile.bedrock.

No description available for llvm-runtime in openkylin nile.bedrock.

python3-clang: No summary available for python3-clang in openkylin nile.bedrock.

No description available for python3-clang in openkylin nile.bedrock.

python3-lldb: No summary available for python3-lldb in openkylin nile.bedrock.

No description available for python3-lldb in openkylin nile.bedrock.