Files
chromebrew/packages/llvm_lib16.rb
2023-11-10 07:44:50 -05:00

15 lines
464 B
Ruby

require 'package'
require_relative 'llvm16_build'
class Llvm_lib16 < Package
description 'The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. The optional packages clang, lld, lldb, polly, compiler-rt, libcxx, and libcxxabi are included.'
homepage Llvm16_build.homepage
version Llvm16_build.version
license Llvm16_build.license
compatibility Llvm16_build.compatibility
is_fake
depends_on 'llvm16_lib'
end