Metadata-Version: 1.2
Name: cppyy-cling
Version: 6.21.3
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
Description: 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://bitbucket.org/wlav/cppyy/issues?status=new&status=open
        
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
