Skip to content

Commit 0e5a728

Browse files
committed
Add conf-gcc dependency to goblint
1 parent 01a1972 commit 0e5a728

File tree

2 files changed

+2
-0
lines changed
  • packages/goblint

2 files changed

+2
-0
lines changed

packages/goblint/goblint.1.0.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ depends: [
1717
"ppx_import"
1818
"ppx_deriving"
1919
"ppx_deriving_yojson"
20+
"conf-gcc"
2021
]
2122
synopsis: "Static analysis framework for concurrent C"
2223
url {

packages/goblint/goblint.1.1.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ depends: [
3535
"conf-gmp" {>= "3"}
3636
"conf-ruby" {with-test}
3737
"benchmark" {with-test}
38+
"conf-gcc"
3839
]
3940
depopts: ["apron" "z3"]
4041
build: [

0 commit comments

Comments
 (0)