./devel/cargo-c, Build and install C-compatible libraries from Rust lang

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.9.32, Package name: cargo-c-0.9.32, Maintainer: ryoon

cargo applet to build and install C-ABI compatible dynamic and
static libraries.

It produces and installs a correct pkg-config file, a static library
and a dynamic library, and a C header to be used by any C (and
C-compatible) software.


Master sites:

Filesize: 29.894 KB

Version history: (Expand)


CVS history: (Expand)


   2024-06-19 10:17:50 by pin | Files touched by this commit (1)
Log message:
devel/cargo-c: add warning about required rust

v0.10.0 is in wip. It requires Rust >= 1.77
   2024-05-07 09:18:55 by Thomas Klausner | Files touched by this commit (1)
Log message:
cargo-c: try fixing Illumos build
   2024-05-05 18:08:21 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/cargo-c: update to 0.9.32

 - Improve the android targets support
 - Cargo 0.79.0

pkgsrc changes: switch to build with vendored libgit2-sys crate.
This avoids version mismatch with system libgit2. If anyone thinks this is
wrong, simply uncomment the relevant lines in the package Makefile.
   2024-03-25 17:51:42 by Jonathan Perkin | Files touched by this commit (2)
Log message:
cargo-c: Use newer os_info crate.

Contains build fixes for illumos.
   2024-03-22 13:08:55 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/cargo-c: update to 0.9.31

 - Match the beaviour of meson regarding relative paths in the install directories
 - cargo 0.78
   2024-02-16 04:50:08 by David H. Gutteridge | Files touched by this commit (1)
Log message:
cargo-c: requires minimum Rust 1.74 to build
   2024-02-10 22:46:04 by pin | Files touched by this commit (5) | Package updated
Log message:
devel/cargo-c: update to 0.9.30

 - tvOS support
 - cargo 0.77
   2024-01-01 20:39:04 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/cargo-c: update to 0.9.29

 - cargo 0.76
 - toml 0.8
 - itertools 0.12