llvm-native-cli 0.1.0

LLVM-native CLI frontends: drop-in llc, opt, llvm-as, llvm-dis, and more
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "llvm-native-cli"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/infinityabundance/llvm-native"
authors = ["infinityabundance <255699974+infinityabundance@users.noreply.github.com>"]
description = "LLVM-native CLI frontends: drop-in llc, opt, llvm-as, llvm-dis, and more"

[dependencies]
llvm-native-core = ">=0.1.0"
llvm-oracle-rs = "=0.1.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"