Skip to content

Commit 5aa8486

Browse files
committed
re-add base-ocamlbuild to the main repository
otherwise older compiler variants that ship ocamlbuild are not installable
1 parent 2ccd0b9 commit 5aa8486

File tree

1 file changed

+8
-0
lines changed
  • packages/base-ocamlbuild/base-ocamlbuild.base

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
4+
synopsis:
5+
"OCamlbuild binary and libraries distributed with the OCaml compiler"
6+
depends: [
7+
"ocaml" {>= "3.10" & < "4.03"}
8+
]

0 commit comments

Comments
 (0)