Skip to content

Commit

Permalink
Merge pull request #11544 from jpdeplaix/llopt.1.0.0
Browse files Browse the repository at this point in the history
Add llopt.1.0.0
  • Loading branch information
yomimono authored Mar 12, 2018
2 parents 5cce30b + d73fc20 commit d2f833f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/llopt/llopt.1.0.0/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Just a tiny LLVM-IR optimizer for testing stuff.

This program just takes a LLVM-IR file (.ll) as input and dumps
the optimized LLVM-IR module in the standard output.
14 changes: 14 additions & 0 deletions packages/llopt/llopt.1.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
opam-version: "1.2"
license: "MIT"
maintainer: "Kate <[email protected]>"
authors: "Kate <[email protected]>"
homepage: "https://github.com/jpdeplaix/llopt"
dev-repo: "git://github.com/jpdeplaix/llopt.git"
bug-reports: "https://github.com/jpdeplaix/llopt/issues"
tags: ["llvm" "optimization" "test" "testing" "compiler"]
build: ["jbuilder" "build" "-p" "llopt"]
depends: [
"jbuilder" {build}
"llvm" {>= "3.5"}
"cmdliner"
]
2 changes: 2 additions & 0 deletions packages/llopt/llopt.1.0.0/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/jpdeplaix/llopt/archive/1.0.0.tar.gz"
checksum: "4be341b6663b6ad37f32ba45274c38cc"

0 comments on commit d2f833f

Please sign in to comment.