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

build: fix some opam warnings

parent 65d98370
No related branches found
No related tags found
No related merge requests found
...@@ -11,8 +11,7 @@ dev-repo: "git+https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sa ...@@ -11,8 +11,7 @@ dev-repo: "git+https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sa
bug-reports: "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa/issues" bug-reports: "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa/issues"
build: ["dune" "build" ] build: ["dune" "build" ]
depends: [ depends: [
"ocaml" "ocaml" { >= "4.02" }
"ocamlfind" "ocamlfind"
"dune" { build } "dune" { build }
] ]
available: [ ocaml-version >= "4.02" ]
...@@ -11,7 +11,7 @@ Basically, one needs to provide: ...@@ -11,7 +11,7 @@ Basically, one needs to provide:
2. the algorithms attached to nodes (via Ocaml programs) 2. the algorithms attached to nodes (via Ocaml programs)
""" """
authors: [ "Erwan Jahier" ] authors: [ "Erwan Jahier" ]
license: "CeCILL" license: "CECILL-2.1"
homepage: "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa" homepage: "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa"
dev-repo: "git+https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa.git" dev-repo: "git+https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa.git"
bug-reports: "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa/issues" bug-reports: "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa/issues"
......
...@@ -9,13 +9,12 @@ homepage: ...@@ -9,13 +9,12 @@ homepage:
bug-reports: bug-reports:
"https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa/issues" "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa/issues"
depends: [ depends: [
"ocaml" "ocaml" { >= "4.02" }
"ocamlfind" "ocamlfind"
"dune" {build} "dune" {build}
"ocamlgraph" "ocamlgraph"
"lutils" {>= "1.51"} "lutils" {>= "1.51"}
] ]
available: ocaml-version >= "4.02"
build: ["dune" "build"] build: ["dune" "build"]
dev-repo: dev-repo:
"git+https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa.git" "git+https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa.git"
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