opam-version: "2.0"
license: "MIT"
maintainer: "Kate <kit.ty.kate@disroot.org>"
authors: "Kate <kit.ty.kate@disroot.org>"
homepage: "https://github.com/kit-ty-kate/llopt"
dev-repo: "git://github.com/kit-ty-kate/llopt.git"
bug-reports: "https://github.com/kit-ty-kate/llopt/issues"
tags: ["llvm" "optimization" "test" "testing" "compiler"]
build: ["jbuilder" "build" "-p" "llopt" "-j" jobs]
depends: [
  "ocaml"
  "jbuilder"
  "llvm" {>= "3.5"}
  "cmdliner"
]
synopsis: "Just a tiny LLVM-IR optimizer for testing stuff."
description: """
This program just takes a LLVM-IR file (.ll) as input and dumps
the optimized LLVM-IR module in the standard output."""
url {
  src: "https://github.com/kit-ty-kate/llopt/archive/1.0.0.tar.gz"
  checksum: "md5=4be341b6663b6ad37f32ba45274c38cc"
}
