libversion-sys 0.1.0

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`