gnu-libjit-sys 0.0.0

Rust bindings for libjit compiler
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-dependencies.cc]
features = ["parallel"]
version = "1.0"

[build-dependencies.pkg-config]
version = "0.3"
[dependencies.libc]
version = "0.2"

[package]
build = "build.rs"
description = "Rust bindings for libjit compiler"
edition = "2018"
homepage = "https://github.com/n8ta/libjit-sys"
license = " GPL-2.0-only"
name = "gnu-libjit-sys"
repository = "https://github.com/n8ta/libjit-sys"
version = "0.0.0"