Skip to content
Snippets Groups Projects
opam 990 B
Newer Older
Virgile Prevosto's avatar
Virgile Prevosto committed
opam-version: "2.0"
name: "frama-c-metacsl"
synopsis: "MetACSL plugin of Frama-C for writing pervasives properties"
Virgile Prevosto's avatar
Virgile Prevosto committed
description:"""
MetACSL let users write properties that need to be checked at particular
contexts (e.g. each time a location is written to inside a given set
of functions). It will then generate all the corresponding ACSL
annotations, leaving it to analysis plug-ins (e.g. WP) to prove the
resulting clauses.
"""
maintainer: "virgile.robles@cea.fr"
authors: [
  "Virgile Robles"
]
homepage: "http://frama-c.com/"
license: "LGPLv2.1"
dev-repo: "git+https://git.frama-c.com/pub/meta.git"
bug-reports: "https://git.frama-c.com/pub/meta/-/issues"
Virgile Prevosto's avatar
Virgile Prevosto committed
tags: [
  "program verification"
  "formal specification"
  "ACSL"
  "MetACSL"
]

build: [
  ["autoconf"] {pinned}
Virgile Prevosto's avatar
Virgile Prevosto committed
  ["./configure"]
  [make "-j%{jobs}%"]
]

install: [
  [make "install"]
]

depends: [
  "ocaml" { >= "4.05.0" & ( < "4.08.0~" | >= "4.08.1" ) }
  "frama-c" { >= "21.1+dev" }
Virgile Prevosto's avatar
Virgile Prevosto committed
  "why3" { >= "1.3.1" }
]