Files
llvm/pkg.info
T

19 lines
574 B
Plaintext

name: llvm
description: A collection of modular and reusable compiler and toolchain technologies
version: 20.1.8
revision: 2
url: https://llvm.org
license: Apache2-with-llvm-exception
architecture: any
make_depends: ["cmake","libffi","ncurses","ninja","python3","zlib","zstd"]
type: source
split_packages:
- name: llvm
depends: ["llvm-libs","perl"]
- name: llvm-libs
depends: ["gcc-libs","libedit","libffi","libxml2","zlib","zstd"]
- name: clang
description: C language family frontend for LLVM
url: https://clang.llvm.org/
depends: ["gcc","llvm"]