Skip to content

Commit

Permalink
Merge pull request #34 from dra27/tweak-opam
Browse files Browse the repository at this point in the history
Tweak the opam file
  • Loading branch information
dra27 authored Jul 27, 2023
2 parents d02e7d5 + de5dac9 commit f90804a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion num.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ homepage: "https://github.com/ocaml/num/"
bug-reports: "https://github.com/ocaml/num/issues"
dev-repo: "git+https://github.com/ocaml/num.git"
build: [
[make "opam-legacy" {!ocaml:preinstalled} "opam-modern" {ocaml:preinstalled | ocaml:version >= "5.0.0~~"}]
[make "opam-legacy" {!ocaml:preinstalled & ocaml:version < "5.0.0~~"}
"opam-modern" {ocaml:preinstalled | ocaml:version >= "5.0.0~~"}]
[make "test"] {with-test}
]
depends: [
Expand Down

0 comments on commit f90804a

Please sign in to comment.