Skip to content
Snippets Groups Projects
Commit d45dacd1 authored by erwan's avatar erwan
Browse files

build: some opam deps are actually not completely necessary

parent 8611eb1b
No related branches found
No related tags found
No related merge requests found
Pipeline #146036 failed
...@@ -20,16 +20,18 @@ depends: [ ...@@ -20,16 +20,18 @@ depends: [
"ocamlfind" "ocamlfind"
"dune" { >= "2.0" } "dune" { >= "2.0" }
"ocamlgraph" "ocamlgraph"
"conf-graphviz"
"lutils" "lutils"
"psq" "psq"
"qtest" "qtest"
"functory" "functory"
"ledit"
"rdbg" { >= "1.200" } "rdbg" { >= "1.200" }
"lustre-v6" ]
depopts: [
"conf-graphviz"
"ledit"
"lutin" "lutin"
] "lustre-v6"
]
build: [make "build"] build: [make "build"]
install: ["dune" "install"] install: ["dune" "install"]
post-messages: ["The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/ "] post-messages: ["The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/ "]
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