Skip to content

Commit e5b3ebd

Browse files
committed
Add conf-gcc dependency to goblint packages
1 parent bea4717 commit e5b3ebd

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
@@ -18,6 +18,7 @@ depends: [
1818
"ppx_deriving"
1919
"ppx_deriving_yojson"
2020
"yojson" {< "1.6.0"}
21+
"conf-gcc"
2122
]
2223
synopsis: "Static analysis framework for concurrent C"
2324
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)