Skip to content

Commit e54e791

Browse files
committed
move to 4.08 as lower bound
1 parent b15c166 commit e54e791

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
#- windows-latest
1717
#- macos-latest
1818
ocaml-compiler:
19-
- 4.03.x
2019
- 4.08.x
2120
- 4.12.x
2221
runs-on: ${{ matrix.os }}

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ including:
1212

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

15+
## License
16+
17+
BSD-2-clauses
18+
1519
## Build
1620

17-
Ideally, use [opam](http://opam.ocaml.org/):
21+
Ideally, use [opam](http://opam.ocaml.org/) with OCaml >= 4.08:
1822

1923
```sh non-deterministic=command
2024
$ opam install printbox printbox-text

printbox.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ depends: [
1212
"dune" { >= "2.0" }
1313
"base-bytes"
1414
"odoc" {with-doc}
15-
"ocaml" { >= "4.03" }
15+
"ocaml" { >= "4.08" }
1616
]
1717
license: "BSD-2-Clause"
1818
tags: [ "print" "box" "table" "tree" ]

0 commit comments

Comments
 (0)