opam-version: "2.0" synopsis: "Parses C programs to an abstract syntax tree" description: "FrontC provides a C parser and an OCaml definition of an abstract syntax treee for the C language. It also includes AST pretty-printers in plain and XML formats." maintainer: ["Ivan Gotovchits "] authors: ["Hugues Cassé et al"] license: "LGPL-2.0-only" tags: ["FrontC" "C" "parser" "XML"] homepage: "https://github.com/BinaryAnalysisPlatform/FrontC" bug-reports: "https://github.com/BinaryAnalysisPlatform/FrontC/issues" depends: [ "ocaml" {>= "4.08.0"} "dune" {>= "2.7"} "menhir" "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/BinaryAnalysisPlatform/FrontC.git" url { src: "https://github.com/BinaryAnalysisPlatform/FrontC/archive/refs/tags/v4.0.0.tar.gz" checksum: [ "sha256=1cd4e72478b1bf03678dd3cc730400c26a0d02b883906a5f5a354907f2798279" "md5=2e8875a947b12ae3de2e89b1d9b3c7fe" ] mirrors: "https://mirrors.aegis.cylab.cmu.edu/bap/FrontC/v4.0.0.tar.gz" }