Skip to content

Commit 330f52d

Browse files
committed
Fix value initialized with NULL
only for < 5.0 since the module is removed for >= 5
1 parent 44c7ff1 commit 330f52d

File tree

1 file changed

+8
-0
lines changed
  • packages/mlcuddidl/mlcuddidl.3.0.8

1 file changed

+8
-0
lines changed

packages/mlcuddidl/mlcuddidl.3.0.8/opam

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ depends: [
2222
]
2323
patches : [
2424
"compilation_ocaml5.diff" { ocaml:version >= "5" }
25+
"exn_init_val_unit.diff"
2526
]
2627
synopsis: "OCaml interface to the CUDD BDD library"
2728
post-messages: [
@@ -43,3 +44,10 @@ extra-source "compilation_ocaml5.diff" {
4344
]
4445
}
4546

47+
extra-source "exn_init_val_unit.diff" {
48+
src:
49+
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/mlcuddidl/exn_init_val_unit.diff"
50+
checksum: [
51+
"sha256=a00ceaaca0aa26b1fabd1cdb893769f5de6c5481ff33331035c6fbf91210b0c7"
52+
]
53+
}

0 commit comments

Comments
 (0)