forked from goblint/analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam
27 lines (27 loc) · 748 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
opam-version: "2.0"
maintainer: "Ralf Vogler <[email protected]>"
authors: "Vesal Vojdani, Kalmer Apinis, Ralf Vogler"
license: "MIT"
homepage: "https://github.com/goblint/analyzer"
bug-reports: "https://github.com/goblint/analyzer/issues"
dev-repo: "git+https://github.com/goblint/analyzer.git"
build: [make]
run-test: [make "test"]
depends: [
"ocaml" {>= "4.04.1" & < "4.08"}
"ocamlfind"
"goblint-cil"
"batteries"
"xml-light"
"ppx_distr_guards"
"ppx_monadic"
"ppx_import"
"ppx_deriving"
"ppx_deriving_yojson"
"ocamlbuild" {build}
]
synopsis: "Static analysis framework for concurrent C"
url {
src: "https://github.com/goblint/analyzer/archive/goblint-1.0.0.tar.gz"
checksum: "md5=dd3ff7266e17f2772a17609d6bd960b8"
}