Skip to content
Snippets Groups Projects
frama-c-metacsl.opam 1.42 KiB
Newer Older
# This file is generated by dune, edit dune-project instead
Virgile Prevosto's avatar
Virgile Prevosto committed
opam-version: "2.0"
tags: [
  "program verification"
  "formal specification"
  "C"
  "plugins"
  "ACSL"
  "MetACSL"
]
depends: [
  "dune" {>= "3.2"}
  "ocaml" {>= "4.11.1"}
  "frama-c" {>= "27.0~" & < "28.0~"}
  "odoc" {with-doc}
]
depopts: [
  "conf-swi-prolog"
  "why3" {>= "1.3.1"}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "--promote-install-files=false"
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
  ["dune" "install" "-p" name "--create-install-files" name]
]
Virgile Prevosto's avatar
Virgile Prevosto committed
name: "frama-c-metacsl"
synopsis: "MetAcsl plugin of Frama-C for writing pervasives properties"
version: "0.5+dev"
Virgile Prevosto's avatar
Virgile Prevosto committed
description:"""
MetAcsl let users write properties that need to be checked at particular
Virgile Prevosto's avatar
Virgile Prevosto committed
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.Prevosto@cea.fr"
Virgile Prevosto's avatar
Virgile Prevosto committed
authors: [
  "Virgile Robles"
]
homepage: "https://frama-c.com/"
license: "LGPL-2.1-only"
dev-repo: "git+https://git.frama-c.com/pub/meta.git"
bug-reports: "https://git.frama-c.com/pub/meta/-/issues"

messages: [ "Note that if you wish to use the deduction features of MetAcsl, you must install the conf-swi-prolog package (and swi-prolog itself)" {!conf-swi-prolog:installed} ]