Skip to content
Snippets Groups Projects
Commit 3783219c authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[opam] fix dependencies

parent 37978d6c
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
"camlp5"
"camlp-streams"
("conf-llvm" (>= 11.0.0)) ; note: includes depexts
("conf-libclang-cpp" (>= 11.0.0))
("conf-libclang" (>= 11.0.0))
; conf-libclang-cpp:version should be equal to conf-llvm:version but
; this can't be enforced through opam dependencies yet
"conf-cmake" ; note: includes depexts
......
......@@ -8,7 +8,7 @@ depends: [
"camlp5"
"camlp-streams"
"conf-llvm" {>= "11.0.0"}
"conf-libclang-cpp" {>= "11.0.0"}
"conf-libclang" {>= "11.0.0"}
"conf-cmake"
"odoc" {with-doc}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment