Metadata-Version: 2.1
Name: cppyy-cling
Version: 6.32.8
Summary: Re-packaged Cling, as backend for cppyy
Home-page: https://root.cern.ch/cling
Maintainer: Wim Lavrijsen
Maintainer-email: WLavrijsen@lbl.gov
License: LLVM: UoI-NCSA; ROOT: LGPL 2.1
Keywords: interpreter development
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Interpreters
Classifier: License :: OSI Approved :: University of Illinois/NCSA Open Source License
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Natural Language :: English
License-File: LICENSE.txt

cppyy-cling
===========

A repackaging of Cling, the LLVM-based interactive C++ interpreter, as a
library for use as the backend to cppyy. This version of Cling is patched for
improved performance and better use with Python.

Wheels are available for the major platforms, but if you have to build from
source, building of LLVM will take a long time. By default, all cores will be
used, but it is also recommended to add the verbose flag to see progress:

  $ python -m pip install --verbose cppyy-cling

For further details, see cppyy's installation instructions:
  https://cppyy.readthedocs.io/en/latest/installation.html

Cling documentation is here:
  https://github.com/vgvassilev/cling

----

Full cppyy documentation is here:
  http://cppyy.readthedocs.io/

Change log:
  https://cppyy.readthedocs.io/en/latest/changelog.html

Bug reports/feedback:
  https://github.com/wlav/cppyy/issues
