File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
packages/frama-clang/frama-clang.0.0.19~beta Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Frama-C plug-in based on Clang for parsing C++ files"
3+ description:
4+ "This Frama-C plug-in parse C++ files that may contain ACSL++ annotations."
5+ maintainer: "Virgile.Prevosto@cea.fr"
6+ authors: "Virgile Prevosto"
7+ license: "LGPL-2.1-only"
8+ tags: ["formal specification" "C++" "plugins" "ACSL" "ACSL++"]
9+ homepage: "https://frama-c.com/frama-clang.html"
10+ bug-reports: "https://git.frama-c.com/pub/frama-clang/-/issues"
11+ depends: [
12+ "dune" {>= "3.13" & != "3.13.0"}
13+ "frama-c" {>= "32.0~" & < "33.0~"}
14+ "zarith" {>= "1.5"}
15+ "camlp5"
16+ "camlp-streams"
17+ "conf-llvm" {>= "11.0.0" & < "20"}
18+ "conf-libclang" {>= "11.0.0" & < "20"}
19+ "conf-clang"
20+ "conf-cmake"
21+ "odoc" {with-doc}
22+ ]
23+ build: [
24+ ["dune" "subst"] {dev}
25+ [
26+ "dune"
27+ "build"
28+ "-p"
29+ name
30+ "-j"
31+ jobs
32+ "--promote-install-files=false"
33+ "@install"
34+ "@runtest" {with-test}
35+ "@doc" {with-doc}
36+ ]
37+ ["dune" "install" "-p" name "--create-install-files" name]
38+ ]
39+ dev-repo: "git+https://git.frama-c.com/pub/frama-clang.git"
40+ url {
41+ src:
42+ "https://git.frama-c.com/pub/frama-clang/-/archive/0.0.19-beta/frama-clang-0.0.19-beta.tar.bz2"
43+ checksum: [
44+ "md5=2075190f6b1e760a241117d0b184a0b6"
45+ "sha512=69ec73d483435b549fc9c8b785faeb7baf5968c77d938b5386437202cd42bd492a3e39f6d706ff5422de42183e05054b785e25d4c715fa5e901a566677ebdb5c"
46+ ]
47+ }
48+ x-ci-accept-failures: ["debian-11" "ubuntu-20.04"]
You can’t perform that action at this time.
0 commit comments