Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion packages/mlcuddidl/mlcuddidl.3.0.8/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,40 @@ install: [
[make "install"]
]
depends: [
"ocaml" {>= "4.04" & < "5"}
"ocaml" {>= "4.04"}
"ocamlfind" {build}
"camlidl"
"ocamlbuild" {build}
"conf-m4" {build}
]
patches : [
"compilation_ocaml5.diff" { ocaml:version >= "5" }
"exn_init_val_unit.diff"
]
synopsis: "OCaml interface to the CUDD BDD library"
post-messages: [
"For supporting ocaml 5 some modules are removed compared to the release"
{ ocaml:version >= "5" }
]

available: [ os != "win32" & os != "cygwin" ]
url {
src: "https://framagit.org/nberth/mlcuddidl/-/archive/3.0.8/mlcuddidl-3.0.8.tar.gz"
checksum: "sha512=b039fd1162bef7460bc7cf378a000d35730d5327ec4648dfe7eef88c148fb6812764bf32a1801353a09f59c9bcd6ea386f77e1896e48b53163d4c081fed5a80c"
}

extra-source "compilation_ocaml5.diff" {
src:
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/mlcuddidl/compilation_ocaml5.diff"
checksum: [
"sha256=de3fc5fbb81a6a477d6c2b29e133c3228dfb572bd1d9950d84dfd614221004c5"
]
}

extra-source "exn_init_val_unit.diff" {
src:
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/mlcuddidl/exn_init_val_unit.diff"
checksum: [
"sha256=a00ceaaca0aa26b1fabd1cdb893769f5de6c5481ff33331035c6fbf91210b0c7"
]
}