An interactive C++ interpreter
https://github.com/root-project/cling
Cling is an interactive C++ interpreter, built on top of Clang and LLVM
compiler infrastructure. Cling realizes the read-eval-print loop (REPL)
concept, in order to leverage rapid application development. It is implemented
as a small extension to LLVM and Clang.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:badshah400/cling && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
433.patch | 0000008183 7.99 KB | |
_service | 0000000587 587 Bytes | |
cling-1.0~git.20231018.obscpio | 0016918541 16.1 MB | |
cling-1.0~git.20231018.tar.xz | 0005674696 5.41 MB | |
cling.changes | 0000000160 160 Bytes | |
cling.obsinfo | 0000000105 105 Bytes | |
cling.spec | 0000001750 1.71 KB |
Revision 1 (latest revision is 4)
Atri Bhattacharya (badshah400)
committed
(revision 1)
- Initial package.
Comments 2
1.0 was tagged: https://github.com/root-project/cling/releases/tag/v1.0
Thanks for the comment.
I updated it, but suffers from the same problem that it does not build with even clang as old as version 13 (requires version 10). So, this pkg is a placeholder for now, with the hope that they will start to support clang/llvm 15 (or 16 as long as we are hoping, let's aim high!) sometime this year.