Index | Thread | Search

From:
Rafael Sadowski <rafael@sizeofvoid.org>
Subject:
NEW: devel/cxxbridge-cmd
To:
ports@openbsd.org
Date:
Fri, 19 Jun 2026 07:47:20 +0200

Download raw body.

Thread
  • Rafael Sadowski:

    NEW: devel/cxxbridge-cmd

First of all, this is my first rust port. We need this cli tool as a
dependency for corrosion to integrate Rust into an existing CMake
projects.

As there was no Cargo.lock file, I created one and added it as a patch.
Is that OK, or is there a better way?

Anyway, I've now managed to build C++ CMake ports that contain some Rust
code (it's all a bit of a hassle because of our "build user has no
internet" policy, but it works \o/).

Rafael

Information for inst:cxxbridge-cmd-1.0.194

Comment:
C++ code generator for the CXX Rust/C++ FFI

Required by:
corrosion-0.6.1

Description:
cxxbridge is the standalone C++ code generator from the CXX project, which
provides a safe foreign function interface between Rust and C++.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://cxx.rs