python311-gbinder

Python bindings for libgbinder

There are two Cython files: cgbinder.pxd describing the C++ API of the libgbinder library, and gbinder.pyx describing classes that will be visible from Python user code. T he .pyx imports .pxd to learn about C functions available to be called. There is also setup.py file. This file describes how to build the extension module, using distutils. In there, we specify the library to link with as libraries=['gbinder']. The gbinder stands for libgbinder.so that we previously installed. There are two options to build the package: One, use Cython's cythonize() function to generate a .c file from the .pyx one, and then compile it against the libgbinder.so library. Two, if the .c is already provided, just compile it - no Cython required!

Tidak ada paket resmi yang tersedia untuk openSUSE Leap 16.0

Distribusi

openSUSE Tumbleweed

openSUSE Slowroll

openSUSE Leap 15.6

openSUSE Leap 15.5

openSUSE Factory RISCV

openSUSE Backports for SLE 15 SP4

Distribusi yang tak didukung

Distribusi berikut ini tidak didukung secara resmi. Gunakan paket ini dengan risiko Anda sendiri.