Skip to content

Commit

Permalink
Merge pull request #24810 from SoyeonBaek/opam-publish-calli.0.1
Browse files Browse the repository at this point in the history
Package calli.0.1
  • Loading branch information
mseri committed Nov 21, 2023
2 parents e25a1ae + fb0a9d6 commit 9251179
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions packages/calli/calli.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
opam-version: "2.0"
synopsis: "CaLLi : OCaml Library for Static Analysis of LLVM bitcode"
maintainer: ["Soyeon Baek <sy.baek28@gmail.com>"]
authors: ["Soyeon Baek <sy.baek28@gmail.com>"]
homepage: "https://github.com/cnu-ants/CaLLi"
bug-reports: "https://github.com/cnu-ants/CaLLi/issues"
dev-repo: "git+https://github.com/cnu-ants/CaLLi.git"
license: "MIT"
build: [
["dune" "build" "-p" name]
]
depends: [
"ocaml" {>= "4.13"}
"dune" {>= "2.9"}
"llvm"
"zarith"
"containers"
]
url {
src:
"https://github.com/cnu-ants/CaLLi_analyzer/archive/refs/tags/0.1.tar.gz"
checksum: [
"md5=a8a2a047d4abec1277375276ee601432"
"sha512=c7d56afaed8aa6d6ca19aa515340fcbd7dccfd3308628030c5e53a3ed2a17e0c44c9f7496778a15b5dbc807c14db068f388585bca89f2c3f5cf433909fc942fa"
]
}

0 comments on commit 9251179

Please sign in to comment.