opam-version: "2.0" synopsis: "The SASA algo API" maintainer: "erwan.jahier@univ-grenoble-alpes.fr" description: """ Contains the API to program sasa nodes. """ authors: [ "Erwan Jahier" ] 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" ] depends: [ "ocaml" { >= "4.02" } "ocamlfind" "dune" { build } ]