-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract incremental to goblint_incremental dune library
- Loading branch information
Showing
5 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
(include_subdirs unqualified) | ||
|
||
(library | ||
(name goblint_incremental) | ||
(public_name goblint.incremental) | ||
(wrapped false) ; TODO: wrap | ||
(libraries | ||
batteries.unthreaded | ||
zarith | ||
goblint_std | ||
goblint_config | ||
goblint_common | ||
goblint-cil | ||
fpath) | ||
(flags :standard -open Goblint_std) | ||
(preprocess | ||
(pps | ||
ppx_deriving.std | ||
ppx_deriving_hash | ||
ppx_deriving_yojson))) | ||
|
||
(documentation) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{0 Library goblint.incremental} | ||
This library is unwrapped and provides the following top-level modules. | ||
For better context, see {!Goblint_lib} which also documents these modules. | ||
|
||
|
||
{1 Incremental} | ||
|
||
{!modules: | ||
CompareCIL | ||
CompareAST | ||
CompareCFG | ||
UpdateCil | ||
MaxIdUtil | ||
Serialize | ||
CilMaps | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters