Skip to content
Snippets Groups Projects
sasa.opam 1.15 KiB
Newer Older
erwan's avatar
erwan committed
opam-version: "2.0"
synopsis: "SASA: a Self-stabilizing Algorithms SimulAtor"
maintainer: "erwan.jahier@univ-grenoble-alpes.fr"
description: """
SASA is a *Self-stabilizing Algorithms SimulAtor*, based on the
so-called *state model* introduced by _Dijkstra_ in its seminal article
on Self-stabilizing distributed algorithms.

Basically, one needs to provide:
1. a topology, made of nodes and channels (via a dot file)
2. the algorithms attached to nodes (via Ocaml programs)
"""
authors: [ "Erwan Jahier" ]
erwan's avatar
erwan committed
license: "CECILL-2.1"
erwan's avatar
erwan committed
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"
erwan's avatar
erwan committed
bug-reports: "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa/issues"
depends: [
erwan's avatar
erwan committed
  "ocaml" { >= "4.02" }
erwan's avatar
erwan committed
  "ocamlfind"
  "dune" { >= "2.0" }
erwan's avatar
erwan committed
  "ocamlgraph"
erwan's avatar
erwan committed
  "conf-graphviz"
erwan's avatar
erwan committed
  "lutils"
erwan's avatar
erwan committed
  "psq"
  "functory"
build: [make "build"]
erwan's avatar
erwan committed
install: ["dune" "install"]
erwan's avatar
erwan committed
post-messages: ["The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/ "]