this repo has no description
1opam-version: "2.0"
2synopsis: "Frama-C plug-in based on Clang for parsing C++ files"
3description:
4 "This Frama-C plug-in parse C++ files that may content ACSL++ annotations."
5maintainer: "Virgile.Prevosto@cea.fr"
6authors: "Virgile Prevosto"
7license: "LGPL-2.1-only"
8tags: ["formal specification" "C++" "plugins" "ACSL" "ACSL++"]
9homepage: "https://frama-c.com/fc-plugins/frama-clang.html"
10dev-repo: "git+https://git.frama-c.com/pub/frama-clang.git"
11bug-reports: "https://git.frama-c.com/pub/frama-clang"
12depends: [
13 "dune" {>= "3.2"}
14 "frama-c" {>= "28.0~" & < "29.0~"}
15 "zarith" {>= "1.5"}
16 "camlp5"
17 "camlp-streams"
18 "conf-llvm" {>= "11.0.0"}
19 "conf-libclang" {>= "11.0.0"}
20 "conf-clang"
21 "conf-cmake"
22 "odoc" {with-doc}
23]
24build: [
25 ["dune" "subst"] {dev}
26 [
27 "dune"
28 "build"
29 "-p"
30 name
31 "-j"
32 jobs
33 "--promote-install-files=false"
34 "@install"
35 "@runtest" {with-test}
36 "@doc" {with-doc}
37 ]
38 ["dune" "install" "-p" name "--create-install-files" name]
39]
40url {
41 src:
42 "https://git.frama-c.com/pub/frama-clang/-/archive/0.0.15/frama-clang-0.0.15.tar.bz2"
43 checksum: [
44 "md5=10709f16660d4c58a0923e3133b7290c"
45 "sha512=6b6358b01188c590e8aa5cfcb7a8f0876c5a3e56fd900167a98f573c42e0d15603757455fd2d8d80ad4129cb22920eb07f81e3e0638ebb963bbe10eda4cb7fb6"
46 ]
47}