Skip to content

Commit

Permalink
move to 4.08 as lower bound
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Oct 24, 2023
1 parent b15c166 commit e54e791
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
#- windows-latest
#- macos-latest
ocaml-compiler:
- 4.03.x
- 4.08.x
- 4.12.x
runs-on: ${{ matrix.os }}
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ including:

See https://c-cube.github.io/printbox/

## License

BSD-2-clauses

## Build

Ideally, use [opam](http://opam.ocaml.org/):
Ideally, use [opam](http://opam.ocaml.org/) with OCaml >= 4.08:

```sh non-deterministic=command
$ opam install printbox printbox-text
Expand Down
2 changes: 1 addition & 1 deletion printbox.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
"dune" { >= "2.0" }
"base-bytes"
"odoc" {with-doc}
"ocaml" { >= "4.03" }
"ocaml" { >= "4.08" }
]
license: "BSD-2-Clause"
tags: [ "print" "box" "table" "tree" ]
Expand Down

0 comments on commit e54e791

Please sign in to comment.