this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25582 from Frama-C/publish-frama-clang-0.0.15

frama-clang Version 0.0.15

authored by

Marcello Seri and committed by
GitHub
b48e767f 8e6a8e5a

+47
+47
packages/frama-clang/frama-clang.0.0.15/opam
··· 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 content 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/fc-plugins/frama-clang.html" 10 + dev-repo: "git+https://git.frama-c.com/pub/frama-clang.git" 11 + bug-reports: "https://git.frama-c.com/pub/frama-clang" 12 + depends: [ 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 + ] 24 + build: [ 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 + ] 40 + url { 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 + }