./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.31, Package name: cargo-c-0.9.31, 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.84 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2023-11-21 13:51:38 by pin | Files touched by this commit (4) | Package updated
Log message:
devel/cargo-c: update to 0.9.28

 - Add version_suffix_components setting to support non-semver compatibility
   (thank you @kpcyrd !) (see #345)
 - cargo 0.75.1
 - MRSV bumped to rust 1.72
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-10-19 13:08:09 by Tobias Nygren | Files touched by this commit (4) | Package updated
Log message:
cargo-c: try to mend libgit2 update fallout