Skip to content

Commit

Permalink
FrontC*.4.0.0: Remove unnecessary field and untag dune as a build dep…
Browse files Browse the repository at this point in the history
…endency
  • Loading branch information
kit-ty-kate committed May 5, 2021
1 parent 32c4f8a commit e51ae63
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions packages/FrontC/FrontC.4.0.0/opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
opam-version: "2.0"
version: "4.0.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."
Expand All @@ -11,7 +10,7 @@ homepage: "https://github.com/BinaryAnalysisPlatform/FrontC"
bug-reports: "https://github.com/BinaryAnalysisPlatform/FrontC/issues"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.7" & >= "2.7" & build}
"dune" {>= "2.7"}
"menhir"
"odoc" {with-doc}
]
Expand Down
1 change: 0 additions & 1 deletion packages/calipso/calipso.4.0.0/opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
opam-version: "2.0"
version: "4.0.0"
synopsis: "Rewrites C programs to remove non-structured control-flow"
description:
"Calipso analyzes programs in order to replace all nonstructured instructions (i.e., break, return, switch...) by branches and, then, remove all branches. See https://dblp.org/rec/journals/tsi/CasseFRS02 for more details"
Expand Down
1 change: 0 additions & 1 deletion packages/ctoxml/ctoxml.4.0.0/opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
opam-version: "2.0"
version: "4.0.0"
synopsis: "Parses a C program into Cabs AST and dumps as an XML document"
maintainer: ["Ivan Gotovchits <ivg@ieee.org>"]
authors: ["Hugues Cassé <casse@irit.fr> et al"]
Expand Down

0 comments on commit e51ae63

Please sign in to comment.