opam-version: "2.0" synopsis: "A front-end for the C programming language that facilitates program analysis and transformation" description: """ This is a fork of the 'cil' package used for 'goblint'. Major changes include: * Support for C99 and C11. * Compatibility with modern OCaml versions. * Use Zarith instead of Num and use that for integer constants. * Improved locations with columns and spans. * Removal of unmaintained extensions and MSVC support. * Use dune instead of make and ocamlbuild. * Many bug fixes.""" maintainer: [ "Michael Schwarz " "Simmo Saan " ] authors: [ "George Necula" "Scott McPeak" "Westley Weimer" "Gabriel Kerneis" "Ralf Vogler" "Michael Schwarz" "Simmo Saan" ] license: "BSD-3-Clause" homepage: "https://github.com/goblint/cil" bug-reports: "https://github.com/goblint/cil/issues" depends: [ "ocaml" {>= "4.05.0"} "ocamlfind" {with-test} "zarith" "hevea" {with-doc} "dune" {>= "2.7"} "dune-configurator" "odoc" {with-doc} "stdlib-shims" "ppx_deriving_yojson" {>= "3.2"} "yojson" "conf-perl" "cppo" "conf-gcc" ] conflicts: ["cil"] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/goblint/cil.git" depexts: [ ["perl-ExtUtils-MakeMaker"] {os-distribution = "centos" | os-distribution = "fedora" | os-distribution = "ol"} ["perl-FindBin"] {os-distribution = "fedora"} ["build-base"] {os-distribution = "alpine"} ] available: arch = "x86_64" | arch = "arm64" x-ci-accept-failures: [ "freebsd" # installed cilly binary is not found for some reason (https://github.com/ocaml/opam-repository/pull/24812#issuecomment-1819231335) ] url { src: "https://github.com/goblint/cil/releases/download/2.0.6/goblint-cil-2.0.6.tbz" checksum: [ "sha256=5577007bfac63c3f0609abdb74119fe674c9bc8529d790e90ef73a85964aa07a" "sha512=f1a393fa92614ceaf857bec4df474d3e152c578d0ab5fdf791e9129668861ccaa37efae2f18aa539965d6c2ed4dabb47b4a5262aab55112e181935def06f18da" ] } x-commit-hash: "8385ab315bc7461f6801af57673c64731bfa036a"