this repo has no description

Package kind2.1.9.0

Changed files
+49
packages
kind2
kind2.1.9.0
+49
packages/kind2/kind2.1.9.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis:
+
"Multi-engine, parallel, SMT-based automatic model checker for safety properties of Lustre programs"
+
description: """
+
Kind 2 is an open-source, multi-engine, SMT-based automatic model checker for safety properties of finite-state
+
or infinite-state synchronous reactive systems expressed as in an extension of the Lustre language.
+
In its basic configuration it takes as input a Lustre file annotated with properties to be proven invariant,
+
and outputs for each property either a confirmation or a counterexample, i.e., a sequence inputs that falsifies the property.
+
More advanced features include contract-based compositional verification, proof generation for proven properties, and contract-based test generation."""
+
maintainer: ["Daniel Larraz <daniel-larraz@uiowa.edu>"]
+
authors: ["The Kind 2 development team"]
+
license: "Apache-2.0"
+
homepage: "https://kind2-mc.github.io/kind2"
+
doc: "https://kind.cs.uiowa.edu/kind2_user_doc"
+
bug-reports: "https://github.com/kind2-mc/kind2/issues"
+
depends: [
+
"ocaml" {>= "4.09"}
+
"dune" {>= "2.7"}
+
"dune-build-info"
+
"menhir" {>= "20180523"}
+
"num"
+
"odoc" {with-doc}
+
"ounit2" {with-test}
+
"yojson"
+
"zmq" {>= "5.1.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/kind2-mc/kind2.git"
+
url {
+
src: "https://github.com/kind2-mc/kind2/archive/refs/tags/v1.9.0.tar.gz"
+
checksum: [
+
"md5=3209a84208e40dbf0dd315e7d4f35977"
+
"sha512=c2b441aed01e1e95ddc0ad59b0097d58b4c90a1cf04adcc3ec27d1383937dddac1999825eb3d02f81e3f9f4d146c8b5f2e9f2b315317b0566f91867bbb3e528a"
+
]
+
}