Skip to content
Snippets Groups Projects
Commit 95528684 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[opam] minor updates and tidying up of opam file

parent cdb00803
No related branches found
No related tags found
No related merge requests found
...@@ -104,11 +104,8 @@ run-test: [ ...@@ -104,11 +104,8 @@ run-test: [
# available hardware to test them locally # available hardware to test them locally
] ]
# Please keep depends and depopts sorted by package name
depends: [ depends: [
"ocaml" { >= "4.08.1" }
"ocamlgraph" { >= "1.8.8" }
"ocamlfind" # needed beyond build stage, used by -load-module
"zarith"
"conf-autoconf" { build } "conf-autoconf" { build }
( ( "lablgtk" { >= "2.18.8" } & "conf-gnomecanvas" & "conf-gtksourceview" ( ( "lablgtk" { >= "2.18.8" } & "conf-gnomecanvas" & "conf-gtksourceview"
& ("ocamlgraph" { < "2.0" } | "ocamlgraph_gtk" )) & ("ocamlgraph" { < "2.0" } | "ocamlgraph_gtk" ))
...@@ -116,21 +113,25 @@ depends: [ ...@@ -116,21 +113,25 @@ depends: [
& "lablgtk3-sourceview3" & "conf-gtksourceview3" ) ) & "lablgtk3-sourceview3" & "conf-gtksourceview3" ) )
( "alt-ergo-free" | "alt-ergo" ) ( "alt-ergo-free" | "alt-ergo" )
"conf-graphviz" { post } "conf-graphviz" { post }
"yojson"
"why3" { >= "1.3.3" }
"conf-time" { with-test } "conf-time" { with-test }
"ocaml" { >= "4.08.1" }
"ocamlfind" # needed beyond build stage, used by -load-module
"ocamlgraph" { >= "1.8.8" }
"why3" { >= "1.3.3" & < "1.4~" }
"yojson"
"zarith"
] ]
depopts: [ depopts: [
# cannot use {build}: Frama-C must be recompiled when Coq and libraries changes. # cannot use {build}: Frama-C must be recompiled when Coq and libraries changes.
# Coq: because .vo would would not be loadable by another version of Coq # Coq: because .vo would would not be loadable by another version of Coq
# libraries: because we use dynamic linking # libraries: because we use dynamic linking
"apron"
"coq" "coq"
"mlgmpidl" "mlgmpidl"
"apron"
"zmq"
"ppx_deriving" "ppx_deriving"
"ppx_deriving_yojson" "ppx_deriving_yojson"
"zmq"
] ]
messages: [ messages: [
...@@ -141,5 +142,5 @@ messages: [ ...@@ -141,5 +142,5 @@ messages: [
] ]
post-messages: [ post-messages: [
"Why3 provers setup: rm -r ~/.why3.conf ; why3 config --detect" "Why3 provers setup: rm -f ~/.why3.conf ; why3 config --detect"
] ]
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