libversion-sys 0.1.1

FFI bindings to libversion, an advanced version string comparison library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "libversion-sys"
version = "0.1.1"
edition = "2024"
links = "version"
build = "build.rs"
description = "FFI bindings to libversion, an advanced version string comparison library"
license = "MIT"
repository = "https://github.com/DUpdateSystem/libversion-sys"
homepage = "https://github.com/DUpdateSystem/libversion-sys"
documentation = "https://docs.rs/libversion-sys"
exclude = [".github/", ".gitignore", ".gitmodules"]

[build-dependencies]
cmake = "0.1"
cc = "1"
bindgen = "0.72"