libunicorn-sys 0.9.1

Rust bindings for the unicorn emulator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Package version of Unicorn for Makefile.
# To be used to generate unicorn.pc for pkg-config
# Also used to generate python package version

# version major & minor
PKG_MAJOR = 1

PKG_MINOR = 0


# version bugfix level. Example: PKG_EXTRA = 1
PKG_EXTRA = 2


# version tag. Examples: rc1, b2, post1
PKG_TAG =