#gnome #binding #github #system #requires #corba #or-bit2

sys orbit2-sys

A Rust binding for the ORBit2 Gnome CORBA library

2 releases

0.1.1-alpha.3 Jun 26, 2024
0.1.1-alpha.2 Jun 25, 2024

#21 in #requires


Used in orbit2

MIT license

1MB
557 lines

orbit2-sys

About

This is a Rust binding of the Gnome ORBit2 corba library. It requires ORBit2-devel AND clang-devel to be installed on your system.

This is highly experimental and subject to uncontrolled change. Use at your own perils or get in touch with the author (Jerome Eteve)

The source code is there: https://github.com/jeteve/orbit2-rs

Installing Orbit2 & clang-devel

On RPM based distributions

See https://pkgs.org/search/?q=orbit2

dnf install -y epel-release which && dnf clean all
dnf install -y ORBit2-devel clang-devel && dnf clean all

Other

You can find the Orbit2 source code here: https://github.com/Distrotech/ORBit2

Additionally, debian based systems used to have the lib:

See https://sources.debian.org/src/orbit2/

and

https://tracker.debian.org/pkg/orbit2

Checking prerequisites

You should be able to do pkg-config ORBit-2.0 --cflags --libs --static

WIP Stuff

This is following orbit.pdf tutorial:

https://github.com/jeteve/orbit-sys/blob/main/orbit.pdf

Dependencies

~0–2.1MB
~42K SLoC