opam-version: "2.0"
maintainer: "David Chemouil <david.chemouil+git@onera.fr>"
authors: ["David Chemouil" "Julien Brunel"]
homepage: "https://github.com/grayswandyr/electrod/"
bug-reports: "https://github.com/grayswandyr/electrod/issues"
license: "MPL-2.0"
dev-repo: "git+https://github.com/grayswandyr/electrod.git"
build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.04"}
  "jbuilder" {>= "1.0+beta20"}
  "ppxfind" {build}
  "cmdliner" {>= "1.0.2"}
  "containers" {>= "2.0" & < "3.0"}
  "fmt" {< "0.8.7"}
  "gen"
  "hashcons"
  "logs"
  "menhir"
  "mtime"
  "ppx_expect" {< "v0.15"}
  "ppx_inline_test" {< "v0.15"}
  "printbox"
  "sequence" {>= "0.5"}
  "visitors"
]
synopsis: "Formal analysis for the Electrod formal specification language"
description: """
Electrod is a model finder inspired by Kodkod. It takes as input a
model expressed in a mixture of relational first-order logic (RFOL)
over bounded domains and linear temporal logic (LTL) over an unbounded
time horizon.

Then Electrod compiles the model to a problem for a solver (currently
the NuSMV and nuXmv tools) to produce example or counter-example traces.

Electrod is mainly meant to be used as a backend for the Electrum Analyzer.

See the file [INSTALL.md](INSTALL.md) for building and installation instructions.

[Home page](https://forge.onera.fr/projects/electrod)

## External dependencies

As of now, Electrod relies on NuSMV or nuXmv (default), so you must at least
install one of them.

## Running

Electrod is primarily aimed at being called by external, more abstract
tools, such as the [Electrum Analyzer](https://github.com/haslab/Electrum).

However, it can also be run as a standalone tool by calling the
`electrod` program.

Type `electrod --help` to get some help on options.


## Copyright and license

(C) 2016-2018 ONERA

electrod is distributed under the terms of the Mozilla Public License v2.0.

See [LICENSES.md](LICENSES.md) for more information."""
url {
  src:
    "https://github.com/grayswandyr/electrod/releases/download/0.1.6/electrod-0.1.6.tbz"
  checksum: "md5=d0b7fd750762a63cb9e914cbebb972ae"
}
