Skip to content

Commit

Permalink
Unvendor ppx_blob
Browse files Browse the repository at this point in the history
Version 0.8.0 includes the previously vendored fix for `(lang dune 3.0)`.
  • Loading branch information
sim642 committed Aug 5, 2024
1 parent 3ad6b39 commit 64d392d
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 65 deletions.
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Goblint includes analyses for assertions, overflows, deadlocks, etc and can be e
(ppx_deriving (>= 6.0.2))
(ppx_deriving_hash (>= 0.1.2))
(ppx_deriving_yojson (>= 3.7.0))
(ppx_blob (>= 0.8.0))
(ounit2 :with-test)
(qcheck-ounit :with-test)
(odoc :with-doc)
Expand Down
1 change: 1 addition & 0 deletions goblint.opam
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ depends: [
"ppx_deriving" {>= "6.0.2"}
"ppx_deriving_hash" {>= "0.1.2"}
"ppx_deriving_yojson" {>= "3.7.0"}
"ppx_blob" {>= "0.8.0"}
"ounit2" {with-test}
"qcheck-ounit" {with-test}
"odoc" {with-doc}
Expand Down
1 change: 1 addition & 0 deletions goblint.opam.locked
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ depends: [
"ordering" {= "3.16.0"}
"ounit2" {= "2.2.7" & with-test}
"pp" {= "1.2.0"}
"ppx_blob" {= "0.9.0"}
"ppx_derivers" {= "1.2.1"}
"ppx_deriving" {= "6.0.2"}
"ppx_deriving_hash" {= "0.1.2"}
Expand Down
24 changes: 0 additions & 24 deletions src/vendor/ppx_blob/LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion src/vendor/ppx_blob/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions src/vendor/ppx_blob/src/dune

This file was deleted.

35 changes: 0 additions & 35 deletions src/vendor/ppx_blob/src/ppx_blob.ml

This file was deleted.

0 comments on commit 64d392d

Please sign in to comment.