File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 2121 ocaml-compiler : ${{ matrix.ocaml-compiler }}
2222 - name : Install dependencies
2323 run : |
24- opam install extlib camlzip zarith ocamlbuild odoc goblint-cil.2.0.6
24+ opam install --deps-only ./CodeHawk/codehawk.opam
25+ opam install odoc
2526 - name : Build executables
2627 run : eval $(opam env) && cd CodeHawk && dune build @install
2728 - name : Build documentation
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ git clone https://github.com/static-analysis-engineering/codehawk.git
5252cd codehawk/CodeHawk
5353opam switch create . 5.2.0
5454eval $(opam env)
55- opam install dune ocamlfind zarith camlzip extlib goblint-cil.2.0.6
55+ opam install --deps-only ./codehawk.opam
5656
5757dune build @install
5858```
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ 3+ authors: ["Henny B. Sipma" "A. Cody Schuffelen" "Anca Browne"
4+ "Andrew McGraw" "Arnaud Venet" "Aarno Labs LLC"]
5+ synopsis: "CodeHawk Abstract Interpretation Engine and Analyzers"
6+ license: "MIT"
7+ homepage: "https://github.com/static-analysis-engineering/codehawk"
8+ bug-reports: "https://github.com/static-analysis-engineering/codehawk/issues"
9+ dev-repo: "git+https://github.com/static-analysis-engineering/codehawk.git"
10+
11+ depends: [
12+ "ocaml" {< "5.3.0"}
13+ "dune" {>= "3.0"}
14+ "ocamlfind"
15+ "zarith"
16+ "camlzip"
17+ "extlib"
18+ "goblint-cil" {= "2.0.6"}
19+ ]
20+
You can’t perform that action at this time.
0 commit comments