About Anaconda Help Download Anaconda

The CppInterOp library provides a minimalist approach for other languages to interoperate with C++ entities.

copied from cf-staging / cppinterop

Installers

  • linux-64 v1.4.0
  • osx-64 v1.4.0
  • win-64 v1.4.0
  • osx-arm64 v1.4.0
  • linux-aarch64 v1.4.0
  • linux-ppc64le v1.4.0

conda install

To install this package run one of the following:
conda install conda-forge::cppinterop

Description

CppInterOp exposes API from Clang and LLVM in a backward compatibe way. The API support downstream tools that utilize interactive C++ by using the compiler as a service. That is, embed Clang and LLVM as a libraries in their codebases. The API are designed to be minimalistic and aid non-trivial tasks such as language interoperability on the fly. In such scenarios CppInterOp can be used to provide the necessary introspection information to the other side helping the language cross talk.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.4) Legal | Privacy Policy