Metadata-Version: 2.1
Name: cppyy-cling
Version: 6.14.2.1
Summary: Re-packaged Cling, as backend for cppyy
Home-page: https://root.cern.ch/cling
Author: ROOT Developers
Author-email: rootdev@cern.ch
License: LLVM: UoI-NCSA; ROOT: LGPL 2.1
Keywords: interpreter development
Platform: UNKNOWN
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Natural Language :: English

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

A repackaging of Cling, the interactive C++ interpreter, including a version
of LLVM that is patched for interactive use.

Compilation of LLVM may take a long time, so when building from source, it is
recommended to set MAKE_NPROCS to the number of cores on your machine and to
use the verbose flag to see progress:

  $ MAKE_NPROCS=32 pip install --verbose cppyy-cling

Alternatively, there are binary wheels (Mac 10.12, Linux/Gentoo)
available here:
  https://cern.ch/wlav/wheels

Use '--extra-index https://cern.ch/wlav/wheels' as an argument to pip to
pick them up.

Cling documentation is here:
  https://root.cern.ch/cling

----

Find the cppyy documentation here:
  http://cppyy.readthedocs.io/


