Skip to content

Commit ff823d8

Browse files
committed
Move opam changes to dune-project as well
1 parent a9cfcc3 commit ff823d8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

dune-project

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(homepage "https://cil-project.github.io/cil/")
88
; (documentation "https://goblint.github.io/cil")
99
(authors "[email protected]")
10-
(maintainers "Michael Schwarz <[email protected]>" "Ralf Vogler <[email protected]>")
10+
(maintainers "Michael Schwarz <[email protected]>" "Simmo Saan <[email protected]>" "Ralf Vogler <[email protected]>")
1111
(license "BSD-3-Clause")
1212

1313
(package
@@ -16,13 +16,14 @@
1616
(description "\
1717
This is a fork of the 'cil' package needed to build 'goblint'.
1818
Changes:
19-
- Proper support for C99, (#9) and VLAs in particular (#5, #7)
19+
- Proper support for C99 and VLAs in particular
2020
- It uses Zarith instead of the deprecated Num
2121
- Support for more recent OCaml versions (≥ 4.06)
2222
- Large integer constants that do not fit in an OCaml int are represented as a string instead of getting truncated
23-
- Syntactic search extension (#21)
23+
- Syntactic search extension
24+
- More precise locations (with columns)
2425
- Some warnings were made optional
25-
- Unmaintained extensions (#30) were removed
26+
- Unmaintained extensions were removed
2627
- Many bug fixes")
2728
(depends
2829
(ocaml (>= 4.05.0))

0 commit comments

Comments
 (0)