Skip to content
Snippets Groups Projects
Commit 7a142c72 authored by Patrick Baudin's avatar Patrick Baudin
Browse files

[opam] adds dune dependencies and ignore local switch

parent e2918a38
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ frama_c_journal.ml ...@@ -23,7 +23,7 @@ frama_c_journal.ml
/headers/hdrck /headers/hdrck
#build #build
/_opam/
configure configure
autom4te.cache autom4te.cache
.log.autoconf .log.autoconf
......
...@@ -106,6 +106,10 @@ run-test: [ ...@@ -106,6 +106,10 @@ run-test: [
depends: [ depends: [
"ocaml" { >= "4.08.1" } "ocaml" { >= "4.08.1" }
"dune" { >= "2.8.2" }
"dune-configurator"
"dune-private-libs"
"dune-site"
"ocamlgraph" { >= "1.8.8" } "ocamlgraph" { >= "1.8.8" }
"ocamlfind" # needed beyond build stage, used by -load-module "ocamlfind" # needed beyond build stage, used by -load-module
"zarith" "zarith"
...@@ -119,6 +123,7 @@ depends: [ ...@@ -119,6 +123,7 @@ depends: [
"yojson" "yojson"
"why3" { >= "1.3.3" } "why3" { >= "1.3.3" }
"conf-time" { with-test } "conf-time" { with-test }
"ppx_deriving_yojson"
] ]
depopts: [ depopts: [
...@@ -129,8 +134,6 @@ depopts: [ ...@@ -129,8 +134,6 @@ depopts: [
"mlgmpidl" "mlgmpidl"
"apron" "apron"
"zmq" "zmq"
"ppx_deriving"
"ppx_deriving_yojson"
] ]
messages: [ messages: [
......
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