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

build: fix opam package

parent 65ffa7f0
No related branches found
No related tags found
No related merge requests found
Pipeline #72195 passed
......@@ -11,7 +11,7 @@ build:
- opam repo add verimag-sync-repo "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository"
- eval `opam config env`
- sudo apt-get update
- sudo opam depext -y lustre-v6 lutin lablgtk3
- opam depext -y lustre-v6 lutin lablgtk3
- opam install -y dune ocamlgraph lutin lablgtk3
- make
- make install
......
build:
build: lib/sasacore/sasaVersion.ml
dune build @install
install:
......
......@@ -5,11 +5,11 @@ description: """
Contains the API to program sasa nodes.
"""
authors: [ "Erwan Jahier" ]
license: "CeCILL"
license: "CeCILL-2.1"
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"
bug-reports: "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa/issues"
build: ["dune" "build" "-p" name "-j" jobs]
build: ["dune" "build" ]
depends: [
"ocaml"
"ocamlfind"
......
opam-version: "2.0"
synopsis: "A Graphical User Interface for XXX"
description: "sasa is a *Self-stabilizing Algorithms SimulAtor*. XXX"
synopsis: "A Graphical User Interface for using sasa"
description: "sasa is a *Self-stabilizing Algorithms SimulAtor*."
maintainer: "erwan.jahier@univ-grenoble-alpes.fr"
authors: "erwan.jahier@univ-grenoble-alpes.fr"
license: "CeCILL-2.1"
......@@ -14,7 +14,7 @@ depends: [
"dune" {>= "2.8.5"}
"lutils" {>= "0"}
]
build: ["dune" "build" "-p" name "-j" jobs]
build: ["dune" "build"]
post-messages:
"The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/"
depexts: ["graphviz" "emacs" "gnuplot" "zathura"]
......
......@@ -19,7 +19,7 @@ depends: [
"dune" {>= "2.8.5"}
"lutils" {>= "0"}
]
build: ["dune" "build" "-p" name "-j" jobs]
build: ["dune" "build" "@install"]
post-messages:
"The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/"
depexts: ["graphviz" "emacs" "gnuplot" "zathura"]
......
......@@ -15,7 +15,6 @@ license: "CeCILL"
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"
bug-reports: "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa/issues"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"ocaml" { >= "4.02" }
"ocamlfind"
......@@ -28,5 +27,6 @@ depopts: [
"lustre-v6"
"lutin"
]
build: ["dune" "build" "-p" name "-j" jobs]
build: ["make" "build"]
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/ "]
......@@ -16,6 +16,6 @@ depends: [
"lutils" {>= "1.51"}
]
available: ocaml-version >= "4.02"
build: ["dune" "build" "-p" name "-j" jobs]
build: ["dune" "build"]
dev-repo:
"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