this repo has no description
1opam-version: "2.0" 2license: "MIT" 3maintainer: "Kate <kit.ty.kate@disroot.org>" 4authors: "Kate <kit.ty.kate@disroot.org>" 5homepage: "https://github.com/kit-ty-kate/llopt" 6dev-repo: "git+https://github.com/kit-ty-kate/llopt.git" 7bug-reports: "https://github.com/kit-ty-kate/llopt/issues" 8tags: ["llvm" "optimization" "test" "testing" "compiler"] 9build: ["jbuilder" "build" "-p" "llopt" "-j" jobs] 10depends: [ 11 "ocaml" 12 "jbuilder" {>= "1.0+beta7"} 13 "llvm" {>= "3.5" & < "15"} 14 "cmdliner" 15] 16synopsis: "Just a tiny LLVM-IR optimizer for testing stuff." 17description: """ 18This program just takes a LLVM-IR file (.ll) as input and dumps 19the optimized LLVM-IR module in the standard output.""" 20url { 21 src: "https://github.com/kit-ty-kate/llopt/archive/1.0.0.tar.gz" 22 checksum: [ 23 "sha256=457ffb51ff9e707cff72dac2901bb4f331bdc24a1b140cdee09a316a28570255" 24 "md5=4be341b6663b6ad37f32ba45274c38cc" 25 ] 26}