diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-17 01:53:38 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-17 01:53:38 +0300 |
commit | 23f6a068a1291e509e4eaa2bc394a9b24e32ffc0 (patch) | |
tree | 4a7d25fc84fb8411c32951ed379958d45501b4ea | |
parent | 00482cb35fbda9cfe2db282b8c812cb816e31de9 (diff) | |
download | repository-23f6a068a1291e509e4eaa2bc394a9b24e32ffc0.tar.gz |
clang: add meta file
-rw-r--r-- | extra/clang/meta | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/clang/meta b/extra/clang/meta new file mode 100644 index 00000000..2ee77733 --- /dev/null +++ b/extra/clang/meta @@ -0,0 +1,3 @@ +description: LLVM C/C++ compiler frontend +license: Apache-2.0 +maintainer: Cem Keylan <cem@carbslinux.org> |