-
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.
Merge pull request #1529 from goblint/dune-description
Add opam package description and tags
- Loading branch information
Showing
3 changed files
with
40 additions
and
0 deletions.
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
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 |
---|---|---|
@@ -1,6 +1,11 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
synopsis: "Static analysis framework for C" | ||
description: """ | ||
Goblint is a sound static analysis framework for C programs using abstract interpretation. | ||
It specializes in thread-modular verification of multi-threaded programs, especially regarding data races. | ||
Goblint includes analyses for assertions, overflows, deadlocks, etc and can be extended with new analyses. | ||
""" | ||
maintainer: [ | ||
"Simmo Saan <[email protected]>" | ||
"Michael Schwarz <[email protected]>" | ||
|
@@ -17,6 +22,15 @@ authors: [ | |
"Vesal Vojdani" | ||
] | ||
license: "MIT" | ||
tags: [ | ||
"program analysis" | ||
"program verification" | ||
"static analysis" | ||
"abstract interpretation" | ||
"C" | ||
"data race analysis" | ||
"concurrency" | ||
] | ||
homepage: "https://goblint.in.tum.de" | ||
doc: "https://goblint.readthedocs.io/en/latest/" | ||
bug-reports: "https://github.com/goblint/analyzer/issues" | ||
|
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