Newer
Older
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"
homepage: "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa"
dev-repo: "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: [make "build"]
install: [make "install"]
depends: [
"ocaml"
"ocamlfind"
"dune" { build }
]
available: [ ocaml-version >= "4.02" ]