File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33package "default-features" (
44requires="goblint-cil.dataslicing goblint-cil.liveness goblint-cil.pta goblint-cil.makecfg goblint-cil.syntacticsearch"
5- version = "2.0.1 "
5+ version = "2.0.2 "
66)
77
88package "all-features" (
99requires="goblint-cil.dataslicing goblint-cil.liveness goblint-cil.pta goblint-cil.makecfg goblint-cil.zrapp goblint-cil.syntacticsearch"
10- version = "2.0.1 "
10+ version = "2.0.2 "
1111)
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ instance in the OCaml toplevel using [Findlib][findlib]:
8484 # #require "goblint-cil";;
8585 [...]
8686 # GoblintCil.cilVersion;;
87- - : string = "2.0.1 "
87+ - : string = "2.0.2 "
8888
8989[ findlib ] : http://projects.camlcity.org/projects/findlib.html
9090
Original file line number Diff line number Diff line change 22(name goblint-cil)
33( implicit_transitive_deps false )
44( generate_opam_files true )
5- ( version 2 .0.1 )
5+ ( version 2 .0.2 )
66( source ( github goblint/cil) )
77; (documentation "https://goblint.github.io/cil")
88( authors " George Necula" " Scott McPeak" " Westley Weimer" " Gabriel Kerneis" " Ralf Vogler" " Michael Schwarz" " Simmo Saan" )
Original file line number Diff line number Diff line change 11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
3- version: "2.0.1 "
3+ version: "2.0.2 "
44synopsis:
55 "A front-end for the C programming language that facilitates program analysis and transformation"
66description: """
You can’t perform that action at this time.
0 commit comments