Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 93 additions & 0 deletions packages/goblint/goblint.2.2.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
opam-version: "2.0"
synopsis: "Static analysis framework for C"
maintainer: [
"Simmo Saan <[email protected]>"
"Michael Schwarz <[email protected]>"
]
authors: [
"Simmo Saan"
"Michael Schwarz"
"Julian Erhard"
"Sarah Tilscher"
"Ralf Vogler"
"Kalmer Apinis"
"Vesal Vojdani"
]
license: "MIT"
homepage: "https://goblint.in.tum.de"
doc: "https://goblint.readthedocs.io/en/latest/"
bug-reports: "https://github.com/goblint/analyzer/issues"
depends: [
"dune" {>= "3.6"}
"ocaml" {>= "4.10"}
"goblint-cil" {>= "2.0.2"}
"batteries" {>= "3.5.0"}
"zarith" {>= "1.8"}
"yojson" {>= "2.0.0"}
"qcheck-core" {>= "0.19"}
"ppx_deriving"
"ppx_deriving_hash"
"ppx_deriving_yojson" {>= "3.7.0"}
"ounit2" {with-test}
"qcheck-ounit" {with-test}
"odoc" {with-doc}
"fpath"
"dune-site"
"dune-build-info"
"json-data-encoding"
"jsonrpc" {>= "1.12"}
"sha" {>= "1.12"}
"fileutils" {>= "0.6.4"}
"cpu"
"arg-complete"
"yaml" {>= "3.0.0"}
"uuidm"
"catapult"
"catapult-file"
"conf-gmp" {>= "3"}
"conf-ruby" {with-test}
"benchmark" {with-test}
"conf-gcc"
]
depopts: ["apron" "z3"]
conflicts: [
"result" {< "1.5"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/goblint/analyzer.git"
# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project
# also remember to generate/adjust goblint.opam.locked!
available: os-distribution != "alpine" & arch != "arm64"
# pin-depends: [
# published goblint-cil 2.0.2 is currently up-to-date, so no pin needed
# [ "goblint-cil.2.0.2" "git+https://github.com/goblint/cil.git#98598d94f796a63751e5a9d39c6b3a9fe1f32330" ]
# TODO: add back after release, only pinned for optimization (https://github.com/ocaml-ppx/ppx_deriving/pull/252)
# [ "ppx_deriving.5.2.1" "git+https://github.com/ocaml-ppx/ppx_deriving.git#0a89b619f94cbbfc3b0fb3255ab4fe5bc77d32d6" ]
# ]
post-messages: [
"Do not benchmark Goblint on OCaml 5 (https://goblint.readthedocs.io/en/latest/user-guide/benchmarking/)." {ocaml:version >= "5.0.0"}
]
url {
src:
"https://github.com/goblint/analyzer/releases/download/v2.2.1/goblint-2.2.1.tbz"
checksum: [
"sha256=ca24f72fa9a87d288affe97c411753f14b7802bab4ca3649b337276b89bf5674"
"sha512=394b3521ccda0da91540cebb2f433f7525763060be4bbe179edd3b952a3580a8e173c4e410fc6895dc67fe6d17e6699aeddfed600f4692858bec093dd912bf1e"
]
}
x-commit-hash: "166a9b619b87456059de8f1839fb810621302efb"
2 changes: 1 addition & 1 deletion packages/lintcstubs/lintcstubs.0.4.7/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.13"}
"lintcstubs-gen" {= version}
"goblint" {>= "2.1.0"}
"goblint" {>= "2.1.0" & < "2.2.0"}
"goblint-cil"
"dune-compiledb"
"fpath"
Expand Down