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

feat: add a Salut opam package

parent 865240d6
No related branches found
No related tags found
No related merge requests found
opam-version: "2.0"
synopsis: "A Lustre API for SASA"
description: """\
SASA is a *Self-stabilizing Algorithms SimulAtor*. Algorithms in SASA
are provided in OCaml.
With Salut, one can provide them in lustre and perform model-checking
(with lesar or kind2).
"""
maintainer: "erwan.jahier@univ-grenoble-alpes.fr"
authors: "Erwan Jahier and Gabriel B. Sant'Anna"
license: "CeCILL-2.1"
homepage:
"https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa"
bug-reports:
"https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa/issues"
depends: [
"sasa"
"kind2" { < "1.6" }
]
build: ["dune" "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/"
dev-repo:
"git+https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa.git"
...@@ -26,7 +26,6 @@ depends: [ ...@@ -26,7 +26,6 @@ depends: [
"rdbg" { >= "1.194" } "rdbg" { >= "1.194" }
"lustre-v6" "lustre-v6"
"lutin" "lutin"
"kind2" { < "1.6" }
] ]
build: [make "build"] build: [make "build"]
install: ["dune" "install"] install: ["dune" "install"]
......
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