-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add support for OCaml 5.3 * Make the opam file pass the opam linter
- Loading branch information
1 parent
d22f5ed
commit 00c591e
Showing
7 changed files
with
35 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ maintainer: [ | |
"Simmo Saan <[email protected]>" | ||
] | ||
authors: ["OCaml batteries-included team"] | ||
license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception" | ||
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" | ||
homepage: "https://github.com/ocaml-batteries-team/batteries-included" | ||
doc: "http://ocaml-batteries-team.github.io/batteries-included/hdoc2/" | ||
bug-reports: | ||
|
@@ -25,7 +25,7 @@ depends: [ | |
"num" | ||
"odoc" {with-doc} | ||
] | ||
conflicts: ["base-effects" "ocaml-option-no-flat-float-array"] | ||
conflicts: ["ocaml-option-no-flat-float-array"] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
"Gabriel Scherer <[email protected]>" | ||
"Thibault Suzanne <[email protected]>" | ||
"Simmo Saan <[email protected]>") | ||
(license "LGPL-2.1-or-later with OCaml-LGPL-linking-exception") | ||
(license "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception") | ||
|
||
(package | ||
(name batteries) | ||
|
@@ -28,5 +28,4 @@ | |
(benchmark (and :with-test (>= 1.6))) | ||
num) | ||
(conflicts | ||
base-effects | ||
ocaml-option-no-flat-float-array)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters