File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -12,9 +12,13 @@ including:
1212
1313See 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
Original file line number Diff line number Diff 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]
1717license: "BSD-2-Clause"
1818tags: [ "print" "box" "table" "tree" ]
You can’t perform that action at this time.
0 commit comments