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 needed to build 'goblint'. Changes: - Proper support for C99 and VLAs in particular - It uses Zarith instead of the deprecated Num - Support for more recent OCaml versions (≥ 4.06) - Large integer constants that do not fit in an OCaml int are represented as a string instead of getting truncated - Syntactic search extension - More precise locations (with columns) - Some warnings were made optional - Unmaintained extensions were removed - Many bug fixes""" maintainer: [ "Michael Schwarz " "Simmo Saan " "Ralf Vogler " ] authors: ["gabriel@kerneis.info"] license: "BSD-3-Clause" homepage: "https://github.com/goblint/cil" bug-reports: "https://github.com/goblint/cil/issues" depends: [ "ocaml" {>= "4.05.0" & < "5.0"} "ocamlfind" "zarith" "hevea" {with-doc} "dune" {>= "2.7"} "odoc" {with-doc} "stdlib-shims" "ppx_deriving_yojson" {>= "3.2"} "yojson" "batteries" {>= "3.2.0"} "conf-perl" ] 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 != "ppc32" & arch != "ppc64" url { src: "https://github.com/goblint/cil/releases/download/1.8.2/goblint-cil-1.8.2.tbz" checksum: [ "sha256=f4711e3fa53c482cdef2d7ed62b287d859ce55ef8b4ddfdc6071e81034c3bc89" "sha512=8a861aa04aed7684a7c86207cfd5b63503984917fe53ae4866890242cb0db38d2c4f7bd5a5565fd094da064fb290e67071bae6874377e10d2005330c71cc13a2" ] } x-commit-hash: "0cd459fb4425e509f8cc77c28228d5ed6208f231"