Skip to content

Commit cf7353f

Browse files
authored
Restore the ocamlbuild dependency
Previous opam files have been fixed by Fabrice, but the upstream opam was not changed, so this new version was proposed again with broken dependencies. I sent a PR upstream ( ocaml-community/ISO8601.ml#8 ) to make sure it does not happen again.
1 parent 1803e08 commit cf7353f

File tree

1 file changed

+4
-1
lines changed
  • packages/ISO8601/ISO8601.0.2.5

1 file changed

+4
-1
lines changed

packages/ISO8601/ISO8601.0.2.5/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@ install: [ make "install" ]
2626

2727
remove: [ "ocamlfind" "remove" "ISO8601" ]
2828

29-
depends: [ "ocamlfind" {build} ]
29+
depends: [
30+
"ocamlfind" {build}
31+
"ocamlbuild" {build}
32+
]

0 commit comments

Comments
 (0)