libversion-sys 0.2.1

FFI bindings to libversion, an advanced version string comparison library
Documentation
1
2
3
4
all: test

test: test.c
	${CC} -o test test.c --static `pkg-config --static --cflags --libs libversion`